MagRat Posted June 9, 2017 Share Posted June 9, 2017 (edited) I have used the Actions builder on an item that has literally been cloned in my scene as a copy hundreds of times. Each one at a very specific location that can not change. Right now the only way I know how to remove the action manager from the mesh is to right click > Babylon > Babylon Actions Builder and select the nodes and delete them... one at a time. Is there a Max Script I could write to do this for me? The line recorded in the MAXScript LIstener window when I access the Actions Builder UI and delete the nodes is = "actionMan.executeAction 90 "2" -- Babylon: UI graph to build custom actions on selected object" I would be happy if I could just make a selection and apply this to the selection, even if it was still one at a time, it would save tons of time. Thanks all. Edited June 9, 2017 by MagRat Added additional information Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted June 10, 2017 Share Posted June 10, 2017 Ping @Luaacro julien-moreau 1 Quote Link to comment Share on other sites More sharing options...
julien-moreau Posted June 12, 2017 Share Posted June 12, 2017 As the comments of this post (https://medium.com/babylon-js/actions-builder-b05e72aa541a), there is unfortunately no solution right now instead of removing each after each The Actions Builder of 3ds Max will be updated soon and I add this feature in my list. My other solution for now: write a 3ds Max script which removes object metadatas. The key set by the Babylon.js Exporter is babylonjs_actionsbuilder. Do you have a developer near you ? Quote Link to comment Share on other sites More sharing options...
MagRat Posted June 13, 2017 Author Share Posted June 13, 2017 Thank you @Luaacro happy to hear that you have added it to your list. I am not familiar with Max Script but will see what I can figure out. Since I know to look at the metadata and which key is set, I should be able to figure it out. Thanks again. This forum has been very helpful and responsive to all my questions. Keep up the great work. julien-moreau 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.