cippall Posted August 30, 2022 Report Share Posted August 30, 2022 I'm migrating some functions that work ok in 1.9+ to 2.0+ but i can't find the equivalent methods. What are in GrowFx2 the equivalent for these methods: getPath <path_index_integer> Returns the indexed path, index are 1-based. getDistributor <path_index_integer> <distributor_index_integer> Returns the indexed distributor for the specified path, indexes are 1-based. getModifier <path_index_integer> <modifier_index_integer> Returns the indexed modifier for the specified path, indexes are 1-based. getMeshBuilder <path_index_integer> <mesh_index_integer> Returns the indexed mesh builder for the specified path, indexes are 1-based. getAfterMeshModifier Cheers! Quote Link to comment Share on other sites More sharing options...
Eduard Posted August 30, 2022 Report Share Posted August 30, 2022 Hello Yes, these methods don't work in version 2.0, because component indexes don't exist. Instead, we plan to add new methods that will work with nodes. Just in version 2.0 there are no components like in version 1.9.9, there is a single array of nodes. Thanks! 1 Quote Link to comment Share on other sites More sharing options...
cippall Posted August 30, 2022 Author Report Share Posted August 30, 2022 Would be great to be able to add an After Mesh Modifier Wind via script like in version 1 . Do you have any estimate when that would be implemented? Quote Link to comment Share on other sites More sharing options...
Eduard Posted October 7, 2022 Report Share Posted October 7, 2022 Hello cippall, Ok, we have already added some methods and properties to manage nodes. You can see the new description here: https://exlevel.com/growfx2-manual/MAXScript_new.html If you want, I can send you an update so you can try it. Thanks! 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.