Not applicable
08-15-2016
09:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am unable to generate a Project Mapping in Projection modifier from a MaxScript file.
When I try it in MaxScript listener directly, it works. But when I run it from a MaxScript file it doesn't.
addModifier $myObj (Projection()) $myObj.modifiers[1].addObjectNode $target $myObj.modifiers[1].addRegisteredProjectionType 1 $myObj.modifiers[1].projectAll()
The projection modifier is well created, and the target object is added as Reference Geometry too.
I also tried to make a completeRedraw(), but it doesn't seem to help.
Thank for your help.
Solved! Go to Solution.
Link copied