A couple of years ago i developed a plugin which exposes the complete Scintilla component of Maxscript edtor to Maxscript ( plus additional goodies li…
I may mis-understand something but the following is an example of a “baseclass” like struct and a “subclass” like struct where the subclass-struct ext…
FBXExporterGetParam “Fileversion” This reports the major version number don’t know how to get the exact version though, testing here using Max 2014, …
look into the #filePostOpen callback ala callbacks.addScript #filePostOpen….
Max version from Max 2013 and up know it. I would’nt call Max 2012 a today’s Max version to be honest. Anyways… It’s quite easy to write a little func…
It only points into the 3ds Max install folder if the user has the “useUserProfiles=0” tweak active in “Installsettings.ini”. Otherwise ( the default …
I suggest using the language neutral version, otherwise the settings are not shared between sessions in different languages ( thats true for Max 2013 …
Object Xrefs and Scene Xrefs are two pair of shoes If you use Object Xrefs ( as you mention in your post ), you should use the respective commands/da…
dgsantana: The only rule is to keep the Guid’s for the existing ones, so you don’t mess up the assets. As long the existing GUID’s are left untou…
BTW: the source for setMAXFileAssetMetadata() and getMAXFileAssetMetadata() is in the SDK code of mxsagni.dlx (avg_dlx.cpp ). Checking those two func…
Why is’nt it possible to add to the asset stream using OpenMcdf ? As i understand OpenMcdf is more lowlevel and capable than McLellan’s structured sto…
Maxfind does not support the Asset meta datastream (FileAssetMetaData3 ,only the OLE based structured storage via SummaryInformationStorage or Docsumm…
Regarding the getMAXFileAssetMetadata/setMAXFileAssetMetadata/AssetMetadata_StructDef Whats unclear about them ? Besides that you are limited to insid…
Agree – beta team should have Swami Lama’s Lovechild on board …
Edit: just noted that you talked explicitely about the asset meta data, so my post below somehow misses the point completely Why not dotnet? In mxs y…