Jump to content

save attribute in DOP


sanchoflat

Recommended Posts

Solver SOP needs some geometry to work on. You only had the previous frame geometry feeding the display output. At frame 1, the previous frame has no geometry in it. That is the issue you are running in to.

You can use a Switch SOP to switch between the first input and the previous frame with the switch expression $FF>1.

solver_sop_fixed.hipnc

Link to comment
Share on other sites

You can create two groups in dops, one with active value = 1 (name - bybullet)with condition - point("/obj/box/null2",$OBJID-1,"activ",0) and other with the active value = 0 (name - bystat) with condition point("/obj/box/null2",$OBJID-1,"activ",0)!= 1.

Make rigid body solver to work only on bybullet group and static solver only onbystat group.

OR

Just create bybullet group, don't use static solver. Make gravity dop work only on bybullet group.

solver_sop_fixed_01.hipnc

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...