Zero-Center Pivot Unimover

3 votes
Version: 
2.17
Date Updated: 
03/24/2016
Author Name: 
Nikolay Litvinov

v2.17 Fixed bug of pivot point to knot of shape when command panel pull out of 3dsmax

Editable_Poly,
Edit_Poly,
Editable_Mesh,
Edit_Mesh,
Splines


"More Video - Ещё видео"

Additional Info: 

Install:
Drop *.ms to viewport
Restart 3dsMax

Установка:
Перетащить *.ms во въюпорт
Перезагрузить 3dsMax

v2.17 Fixed bug of pivot point to knot of shape when command panel pull out of 3dsmax
v2.16 Fixed Bugs
v2.14 Support work with all subobjects in
v2.12 optimized code and more fast work script
v2.11 Added move pivot to vertices grometry and knots of shapes. By Shift pressed object will move to [0,0,0]

AttachmentSize
zero-center-pivot-switcher.gif30.51 KB
zero-center_pivot_switcher.ms267 bytes
zero-center_pivot_unimover_v2.16.ms5.18 KB
zero-center_pivot_unimover_v2.17.ms5.31 KB

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
Nik's picture

And after it's a Shortcut PivotPoint in return [0,0,0]?

Do not talk nonsense - it's very fast, useful script.

Vendetta's picture

Don't Spam

This script is useless, please don't clog up the site with useless scripts. Lets keep a filter.

> you can setup Center Pivot from the Keyboard Shortcuts Menu. Just find it in the dropdown and set a shortcut.

fede4383's picture

max 2014

it works fine to me in max 2014, thanks!

kurt_hectic's picture

Thanks!

Thanks! Works on v.2012.

Nik's picture

This script was created in

This script was created in the 3dsMax2012. But it very simple code.

try Evaluate in Maxscript Listener.
(
For Obj in selection do
if Obj.Pivot != [0,0,0] then Obj.Pivot = [0,0,0] else CenterPivot Obj
)

Dmugen's picture

What about 2014?

Hi,

I tried it on 2014 but it didn't work, I select the object and clicked on the toolbar "Zero-Center Pivot Switcher" but nothing happened. Is this how it is suppose to work?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.