Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

mesh animation cache import plug-in c++ SDK

mesh animation cache import plug-in c++ SDK

Anonymous
Not applicable
538 Views
1 Reply
Message 1 of 2

mesh animation cache import plug-in c++ SDK

Anonymous
Not applicable

Hi,

I am trying to make a 3ds max C++ plugin for importing 3d geometry (polygonal meshes) cache from other packages. Still new to the API, I found the lessons and from them figured out that I can do it using a combination of SimpleObject2 and UtilityObj.

 

However, I have been looking at the samples from the SDK folder, and they have confused me. Is the utilityObject necessary?

 

On a broad level, I need a plugin that has an interface where the user (or a script) can specify a fileName (which can be a string attribute in a parameter block), and a new mesh node is created from that file. Then the file is re-read when the time changes and the mesh is changed as a result. Is the utilityObj part required?

 

Can someone suggest me a good example source code for this?

0 Likes
539 Views
1 Reply
Reply (1)
Message 2 of 2

istan
Advisor
Advisor

for quick'n dirty coding you could even only use the UtilityObj. the sdk is pretty plain and you always have access to almost everything.

0 Likes