Software:
3ds max 2017
To move clear the material in multiple objects:
- Select the objects.
- In the MaxScript Mini Listener at the bottom left of the 3ds max window,
Type:
for o in $ do (o.material = undefined)
And then press Enter
Software:
3ds max 2017
To move clear the material in multiple objects:
Software:
3ds max 2017
To move the pivot point of multiple objects to 0,0,0 location: