cloudfx Posted September 9, 2008 Share Posted September 9, 2008 (edited) Hi all, I have a grid with various size of faces on it. Its extruded and I added connectivity sop to create class attribute. I made group with partition sop with this expression : piece_$CLASS and it worked, it showed me : 43 primitives in piece_1 78 primitives in piece_2 23 primitives in piece_3 21 primitives in piece_4 .... and I was trying to delete some groups with delete sop and copy sop looping. '"piece_" + stamp("../copy2","copynum",0)' It keep saying that it is invalid group name. Thanks, -j Edited September 9, 2008 by Jae Yoo Quote Link to comment Share on other sites More sharing options...
anim Posted September 9, 2008 Share Posted September 9, 2008 try piece_`stamp("../copy2","copynum",0)` Quote Link to comment Share on other sites More sharing options...
cloudfx Posted September 9, 2008 Author Share Posted September 9, 2008 try piece_`stamp("../copy2","copynum",0)` Thanks, its working but why? Last time, I did similar work, and it worked that way. with something like this: '"_" + stamp("../copy2","copynum",0)' Can you explain why so that I can understand clear? Thanks! -j Quote Link to comment Share on other sites More sharing options...
anim Posted September 9, 2008 Share Posted September 9, 2008 Thanks, its working but why?Last time, I did similar work, and it worked that way. with something like this: '"_" + stamp("../copy2","copynum",0)' Can you explain why so that I can understand clear? Thanks! -j actually you can use them both but if you are entering a string value into a string parameter it is not necessary to put it in "" your first expression should work also, but maybe you entered ' (to the left from Enter) instead of ` (under the Escape) Quote Link to comment Share on other sites More sharing options...
cloudfx Posted September 9, 2008 Author Share Posted September 9, 2008 (edited) actually you can use them bothbut if you are entering a string value into a string parameter it is not necessary to put it in "" your first expression should work also, but maybe you entered ' (to the left from Enter) instead of ` (under the Escape) Thanks for reply!! is it possible to select by the groups that I made? like from group "piece_45" to "piece_78"? I have those bunch of groups, right? but I want to select specific groups and make a big group out of the group so that I can delete some. Edited September 9, 2008 by Jae Yoo Quote Link to comment Share on other sites More sharing options...
anim Posted September 9, 2008 Share Posted September 9, 2008 Thanks for reply!!is it possible to select by the groups that I made? like from group "piece_45" to "piece_78"? I have those bunch of groups, right? but I want to select specific groups and make a big group out of the group so that I can delete some. you can procedurally manipulate groups by Group Geometry SOP look at Combine tab, here you can merge, intersect, subtract groups in the Edit tab there are other operations, like convert, rename and delete or manually with the select tool, you have grouplist and a few operations in the operation controls bar above the viewport Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.