Unknown property Error Seek help
This should be a beginner's question, but I have not really figured out why this is so.
Can someone help me answer this question?
fn SetMaterialTexmap abc =( for i in selection do ( i.material.abc = "newname" ) ) on Btn pressed do ( SetMaterialTexmap name ) <code> --------------------------------------------------------------- error: <code> MAXScript Rollout Handler Exception: Unknown property: "abc" in 100:VRayMtl MAXScript callstack: thread data: threadID:12184 <code>
Attachment | Size |
---|---|
22.jpg | 70.01 KB |
Comments
`
If abc variable is a new name - then it should be:
But this way all materials of selected objects will get same (not unique) name