Hello,
im new to learn max script.
I try to create a batch script from projection modi, that should copy uv1 from source to uv2 to target object.
The max listener give me:
$.modifiers[#Projection].projectionTypes.sameAsSource = offbut i become an #error
-- Unknown property: "PROJECTION_MAPPING" in Projection:Projection
-- Unknown property: "sameAsSource" in #(ReferenceTarget:ProjectionModTypeUVW)
the doc says:
<Project_Mapping>.sameAsSource (Same_as_Source) : boolean I think i need the projection mapping index ID to declare the property? But how i do this? I found no "Project_Mapping" syntax samples.
When i press the "project" button and select the target object and type this:
$.modifiers[#Projection_Holder_1].projector.sameAsSource = offthen work it.
Can anyone me say how the command or syntax i need?
My current code is attach.
regrads,
ulrich