Announcement
Collapse
No announcement yet.
3ds Max Datasmith Modifier
Collapse
X
-
pf_breton repliedThe modifier is like any other modifier. To assign it via a shortcut or a menu, you'll need a macro that applies it on the selected object. Macro that we haven't provided ourselves but here is one that should work:
macroScript DatasmithMod
category:"Datasmith"
ButtonText:"Datasmith Attributes Modifier"
Tooltip:"Datasmith Attributes Modifier"
internalCategory:"Datasmith"
(
on execute do AddMod UnrealStudio_Datasmith_Attributes
on isEnabled return mcrUtils.ValidMod UnrealStudio_Datasmith_Attributes
)
in max it would look like this:
https://www.screencast.com/t/EeQmkS4X13j
Leave a comment:
-
frost-xyz started a topic 3ds Max Datasmith Modifier
Leave a comment: