Dops

FETCH DATA FROM DOP TO SOP using expression:

http://127.0.0.1:48626/expressions/dopfield

example to fetch imuplse strength

dopfield("../..", stamp("../OUT", "OBJID", 0), "Impacts", "Impacts", stamp("../copy_forcelines", "copy1_pt", 2), "impulse")

example to fetch impact position.X from dop:

`dopfield("../..", stamp("../OUT", "OBJID", 0), "Impacts", "Impacts", $PT, "positionx")`


For ignoring collisions in particular RBDpacked object:

 There are two important attributes to do this in a simple way

 @collisiongroup

 @collisionignore


Quick Rigid body constraint networks important attribs:

    On constraint network

 - primitive attrib - @constraint_name

 - point attrib       - @name

    On RBD objects

 - point attrib      - @name

 it will constraint the points matching @name attribute


TIP:

Important two attribs for cloth and wire sim

    Dont ever forgot normal drag and tangent drag which will affect the sim drastically