Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am trying to change a Lathe modifier direction via Max script:
select $MySpline
modPanel.addModToSelection (Lathe ()) ui:on
$MySpline.modifiers[#Lathe].axis = 2
However I am getting this error
-- Error occurred in anonymous codeblock; filename: ; position: 444; line: 16
-- Unable to convert: 2 to type: Matrix
-- MAXScript callstack:
-- thread data: threadID:7852
-- ------------------------------------------------------
-- [stack level: 0]
-- In top-level
Any help would be great
Solved! Go to Solution.