Message 1 of 2
About connect requires subAnims
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When I write the following script in Max 2016:
maxscript
paramWire.connect $mix_slider_001.pos.controller.Zero_Pos_XYZ.controller[#Y_Position] $head.modifiers[#Morpher][#_51__BrowsU_CR___No_Target] "(abs(Y_Position)+Y_Position)*50/4.0"
It runs normally.
However, when I run the same script in Max 2022, I get the following error:
-- Error occurred in anonymous codeblock;
-- Runtime error: connect requires subAnims
-- MAXScript callstack: -- thread data: threadID:31420
-- -
-- [stack level: 0]
-- In top-level
I am unable to determine the cause of the issue. Can anyone help me? Thank you.