CinnamonMetal Posted March 25, 2018 Share Posted March 25, 2018 I want to take a specific primitive and change it's sort order number to 0, therefore; I'm hoping, other primitives will continue from 1 onward etc ? Quote Link to comment Share on other sites More sharing options...
Sepu Posted March 25, 2018 Share Posted March 25, 2018 use a sort Sop in primitive mode ? Quote Link to comment Share on other sites More sharing options...
CinnamonMetal Posted March 25, 2018 Author Share Posted March 25, 2018 How do I set which primitive I want as the 0 primitive ? Quote Link to comment Share on other sites More sharing options...
konstantin magnus Posted March 25, 2018 Share Posted March 25, 2018 Just offset all primitives by the one primitives number. Quote Link to comment Share on other sites More sharing options...
CinnamonMetal Posted March 25, 2018 Author Share Posted March 25, 2018 How can this be done ? Quote Link to comment Share on other sites More sharing options...
Sepu Posted March 25, 2018 Share Posted March 25, 2018 you can use the Shift option in the primitive sort to offset any number to start at 0. 1 Quote Link to comment Share on other sites More sharing options...
Noobini Posted March 25, 2018 Share Posted March 25, 2018 well here's coupla ways, select whatever prim you want to make as First, it will become 0...in my example I've picked 13. The method on the left is so you can pick in viewport...just click....while the method on the right is hardcoded...whatever takes your fancy. Make_First.hipnc Quote Link to comment Share on other sites More sharing options...
CinnamonMetal Posted March 25, 2018 Author Share Posted March 25, 2018 (edited) Using the method on the left. I selected a primitive with the group SOP selected but it's not changing that primitive number to 0 ? It could be because I'm using 15.x (No one tell me, just think it ) Edited March 25, 2018 by CinnamonMetal Quote Link to comment Share on other sites More sharing options...
Noobini Posted March 26, 2018 Share Posted March 26, 2018 (edited) don't have 15 so can't confirm...but all it's doing is getting the primnum of the one you clicked on...then feed that to the sort... (ps: for the hardcode method, I mistakenly left Reverse on in the Sort, it should be unticked...the number itself should be negative tho) Edited March 26, 2018 by Noobini 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.