pivot
I know there are a lot of scripts for centering of the object pivot point, but it is so confusing which of them to download and use! I use now only 2 options putpivotcenter(SHIFT+P) and putpivotbottom(CTRL+P) from soulburnscript! But putpivotbottom doesn't put the pivot on the bottom if for example I created the object(let's say a box) in the front view, for example!
May be you could advise any that really work and easy to use! Thx friends!
Comments
But I have an idea, how to
But I have an idea, how to make it work for groups! I will do it next week, because tomorrow morning I need to travel!
This don't work with groups,
This don't work with groups, but this is something i made last year to a former work colleague. Just thought it might be useful for someone searching for pivot stuff.
Raymond H.Ingebretsen - http://www.homme3d.com
it's very nice and easy to
it's very nice and easy to use!
I see i have a typo after
I see i have a typo after renaming the buttons, you have to rename the Pivot Z-Direction buttons. :)
Raymond H.Ingebretsen - http://www.homme3d.com
undefined -- Error occurred
undefined
-- Error occurred in anonymous codeblock; filename: E:\Soft\scripts\x\Textures\; position: 54; line: 3
-- Unknown property: "transform" in undefined
-- Error occurred in anonymous codeblock; filename: E:\Soft\scripts\x\Textures\; position: 73; line: 4
-- Unknown property: "dir" in undefined
-- Error occurred in anonymous codeblock; filename: E:\Soft\scripts\x\Textures\; position: 120; line: 5
-- Runtime error: Invalid coordsys context: undefined
-- Error occurred in anonymous codeblock; filename: E:\Soft\scripts\x\Textures\; position: 155; line: 6
-- Frame:
-- No ""get"" function for undefined
...
Hey Mike
This is the example not final code. Try in the listener to play
bga
aa, ok, in fact I'm trying
aa, ok, in fact I'm trying allways in the listener, little by little - first
delete $'Point*'
grp = $Group001
tm = grp.transform
grp_dir = grp.dir
lbb = in coordsys tm nodeLocalBoundingBox grp
pivot_center_pos = ((lbb[1]+lbb[2])/2)*tm
with a selected object and group, but I took this error, that's why! Srry, may be I was a little confused!
barigazy!
I don't understand, last time
was working for my groups, today it doesn't! Except this, it places the pivot at 0, but if my group is above or under 0?
...
my bad.
bga
...the story continues
Let say we have "Group001"
Now for if you change position rotation or scale of it then try this example
bga