J'ai écrit ce macroscript pour les animateurs 3dsmax qui en ont marre de recaler à la main la barre d'origine pour scaler les clés dans la trackview.
----------------------------------------------------------------------
macroScript SetOriginScale category: "_ arno _" toolTip: "OrSc"
(
try (destroyDialog OriginScale) catch()
rollout OriginScale "OriginScale" width:130 height:80
(
button btn_place "Set origin Scale" pos:[25,40] width:80 height:25
spinner spn_origin "Value" pos:[10,10] width:100 height:16 range:[-100000,100000,0.1]
on btn_place pressed do
(
trackviews.current.scaleValuesOrigin = spn_origin.value
)
)
createdialog OriginScale pos:[100,100]
)
------------------------------------------------------------------------------
lundi 27 juillet 2009
Inscription à :
Publier les commentaires (Atom)
Aucun commentaire:
Enregistrer un commentaire