Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to wire 2 parameters via MaxScript. However, I have a few layers in the CAT Layer Manager. It seems that only the layer that is selected is then visible to the scripted parameters. So I'm trying to find a way to select the CAT Layer Manager layer in the script too.
Here's an example using a layer named Animation (with a Master object wiring to a Slave CAT object):
paramWire.connect $Master.rotation.controller[#X_Rotation] $Slave.transform.controller.LayerTrans.controller.Animation.controller.Rotation.controller[#Z_Rotation] "X_Rotation"
Everything works unless I have previously selected another layer in the CAT Layer Manager.
Any ideas?
Solved! Go to Solution.