Notifications
Clear all

[Closed] AssignVertexColor Issue

I’m getting this error when I run:

AssignVertexColors.ApplyNodes obj

– MAXScript GetScriptedProperty Exception:
– Unknown property: “twoSided” in #Multi/Sub-Object:materials

it applies the modifier and still applies the vertex color. So it works for now. But I think when I add this to a larger script for backing materials this error could prevent it from running. Anyone have any ideas what this is?

2 Replies
 j83

Is there perhaps a callback running in the scene?

You can use the following to list them,


callbacks.show()

– MAXScript GetScriptedProperty Exception:
– Unknown property: “twoSided” in #Multi/Sub-Object:materials

do you have any third-party tools loaded in the max system? (more likely a maxscript tools) Could you post full error message and everything from the listener? it might help