- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I found these neat little directions on how to make my UVW Map gizmo to follow the dummy object in world space.
"Place a dummy on a path constraint. $Dummy01
Create a plane $Plane01
On your Plane add a UVW Map modifier.
In trackView find the Gizmo track and assign "Transform Script" controller for that "Gizmo"
In the script expression window copy and paste this code.
trackObj=$Dummy01
dependsOn trackObj
trackObj.transform * inverse $Plane01.objectTransform
Your UVW Map gizmo will now follow the dummy object in world space."
This all worked great in Max 9 but it doesnt in Max 2011.
It gives me a "Unknown property: "transform" in undefined.
I have no clue.
From what I understand dependsOn doesnt work the same way in later max versions.
Does anyone know how to make this example work using maxscript?
The dependsOn help for max was not helpfull to me.
Thank you.
Solved! Go to Solution.
