We have a bug! I update the other post, we should use menuIt = menuMan.createSubMenuItem “&File” m instead of menuIt = menuMan.createSubMenuIt…
You are welcome. I’m glad that worked. I have a similar startup script for my own Menu tools and i didn´t tried it yet in max 2012-2013-2014.
This works in max2014: m = menuMan.findMenu “&File” mainMenu = menuMan.getMainMenuBar() menuIt = menuMan.createSubMenuItem “&File” m …
I´m stuck in max 2011. 🙁 so i need a solution if i update.
try this m = menuMan.findMenu “&File” mainMenu = menuMan.getMainMenuBar() menuItem = menuMan.createSubMenuItem “File” m mainmenu.addItem menuITe…
My error, denisT save the day! Delete my post to not mislead anybody.
Instead of comparing Class_ID, try compare className. Sure i do it wrong, but when i do a conditionally expression with a 3ds Max Material Class ID w…
Hi denisT, I wrote that just for check the IParamBlock2 is always NULL with Displace Modifier (but i still dont know why, SDK says IParamBlock is depr…
Wel, you still have my gratitude!!
Thanks claude666! That gives me the solution. Looks like displace modifier doesnt have IParamBlock2* parameters because always give NULL, but i made …
i use a XML file to create dynamically the rollouts and properties of a own material. The process i do is: – With MaxSDK i create a gup plugin. This p…
Thanks! I discovered my problem, in the script, i rotated the bend´s gizmo and then, then bend´s center doesn´t work, i just modified the “direction”…