EricChadwick
09-28-2005, 01:37 PM
I really like Steve Johnson's TurboUnwrapUVWs plugin, but I can't seem to get a shortcut for it into the Modifiers fyout of my Quad menu. I tried contacting Steve, haven't heard back yet.
I tried adding a new item to the macro_modifiers.mcr file, which seems to be what adds the quad shortcuts for everything...macroScript TurboUnwrapMod
enabledIn:#("max", "viz")
category:"Modifiers"
internalcategory:"Modifiers"
tooltip:"TurboUnwrap Modifier"
ButtonText:"TurboUnwrap"
(
on execute do AddMod TurboUnwrapUVWMod
on isEnabled return mcrUtils.ValidMod TurboUnwrapUVWMod
) ...but I can't figure out what the mod's "real" name is for AddMod. Tried a bunch of variations, but it's always grayed out in the quad.
Is there a way to query a plugin to find out its internal name?
I tried adding a new item to the macro_modifiers.mcr file, which seems to be what adds the quad shortcuts for everything...macroScript TurboUnwrapMod
enabledIn:#("max", "viz")
category:"Modifiers"
internalcategory:"Modifiers"
tooltip:"TurboUnwrap Modifier"
ButtonText:"TurboUnwrap"
(
on execute do AddMod TurboUnwrapUVWMod
on isEnabled return mcrUtils.ValidMod TurboUnwrapUVWMod
) ...but I can't figure out what the mod's "real" name is for AddMod. Tried a bunch of variations, but it's always grayed out in the quad.
Is there a way to query a plugin to find out its internal name?
