1
General CG Discussion / Re: Reset Xref/Collapse/Edit Poly
« on: 2023-01-26, 11:17:18 »
Hm, I was just reading that the convert editable poly could have different syntax in 2023, you could try this but its a long shot.
I think someone using 3dsmax 2023 could debug this one better than I could at this stage.
edit:
I had #polymesh before, I updated it to editable_poly, apparently you can use these... 'polymesh','editable_mesh','editable_poly' etc.
The reset xform could also be different in 3dsmax 2023...
Code: [Select]
for obj in selection do
(
resetXForm obj
convert obj #editable_poly
)
I think someone using 3dsmax 2023 could debug this one better than I could at this stage.
edit:
I had #polymesh before, I updated it to editable_poly, apparently you can use these... 'polymesh','editable_mesh','editable_poly' etc.
The reset xform could also be different in 3dsmax 2023...