fizbanjoker
@fizbanjoker
New Member
Joined: Feb 14, 2024
Topics: 5 / Replies: 54
Reply
RE: MenuMan Add existing Menu

We have a bug! I update the other post, we should use menuIt = menuMan.createSubMenuItem “&File” m instead of menuIt = menuMan.createSubMenuIt…

12 years ago
Forum
Reply
RE: MenuMan Add existing Menu

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.

12 years ago
Forum
Reply
RE: MenuMan Add existing Menu

This works in max2014: m = menuMan.findMenu “&File” mainMenu = menuMan.getMainMenuBar() menuIt = menuMan.createSubMenuItem “&File” m …

12 years ago
Forum
Reply
RE: MenuMan Add existing Menu

I´m stuck in max 2011. 🙁 so i need a solution if i update.

12 years ago
Forum
Reply
RE: MenuMan Add existing Menu

try this m = menuMan.findMenu “&File” mainMenu = menuMan.getMainMenuBar() menuItem = menuMan.createSubMenuItem “File” m mainmenu.addItem menuITe…

12 years ago
Forum
Reply
RE: Copy Array of Objects?

My error, denisT save the day! Delete my post to not mislead anybody.

12 years ago
Forum
Reply
RE: Change material type (C++ SDK)

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…

12 years ago
Forum
Reply
RE: getting modifier info (SDK)

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…

12 years ago
Forum
Reply
RE: getting modifier info (SDK)

Wel, you still have my gratitude!!

12 years ago
Forum
Reply
RE: getting modifier info (SDK)

Thanks claude666! That gives me the solution. Looks like displace modifier doesnt have IParamBlock2* parameters because always give NULL, but i made …

12 years ago
Forum
Topic
Forum
Replies: 9
Views: 19
Reply
RE: Creating a Material similar to the DirectX material

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…

12 years ago
Forum
Reply
RE: Problem with modifiers center position

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”…

18 years ago
Forum
Topic
Forum
Replies: 2
Views: 21
Page 4 / 4