OK, so I have a group named piece_318 that I want to delete at a specific frame number.
I put down a delete SOP and enabled the Delete by Expression.
I tried this, but it's not working: @piece_name = “piece_318” && $F > 10;
There is probably something I'm missing.
Any help would be appreciated.
Jim
Delete a group using an expression
3890 4 1- reelinspirations
- Member
- 177 posts
- Joined: Nov. 2015
- Offline
- bonsak
- Member
- 459 posts
- Joined: Oct. 2011
- Offline
- reelinspirations
- Member
- 177 posts
- Joined: Nov. 2015
- Offline
- bonsak
- Member
- 459 posts
- Joined: Oct. 2011
- Offline
Hi
Initially i though you could use @name=piece0 in the Group field, but it doesn't work the way I expected which was to only target “piece0”. It deletes everything after frame 2.
Another solution would be to use a Primitive Wrangle:
-b
Initially i though you could use @name=piece0 in the Group field, but it doesn't work the way I expected which was to only target “piece0”. It deletes everything after frame 2.
Another solution would be to use a Primitive Wrangle:
if(@name == "piece0" && @Frame > 2){ removeprim(0, @primnum, 1); }
-b
- reelinspirations
- Member
- 177 posts
- Joined: Nov. 2015
- Offline
-
- Quick Links