Krion Posted May 14, 2019 Share Posted May 14, 2019 Hi, I was wondering if something like this exists. Quote Link to comment Share on other sites More sharing options...
LaidlawFX Posted May 14, 2019 Share Posted May 14, 2019 Prior to an attribute vop or wrangle you need to place two attribute promote and set your value to detail and methods respectively to min and max. You can then plug these outputs into the second and third inputs. Then in your attribute fit setup you can reference these detail attributes. The reason this does not work within a normal vex or vop context is that they iterate over the data type i.e.. points, vertex, prims. The attribute promotion itself needs to loop through all values to do it's calculation. So if you wanted to use this auto fit within a vop/vex chain you would need to split your code between two separate vex/vop node with the promotes sandwiched between and the sop level. 1 Quote Link to comment Share on other sites More sharing options...
konstantin magnus Posted May 14, 2019 Share Posted May 14, 2019 You can see how this can be done here: 1 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.