ScriptSpot

Forum topic · General Scripting

base pivot and use pivot point center

By kino_unico · 2021-04-26

Description

hello, i need someone to help me,
I need to bind a script that binds the CenterPivot to the base of the object and at the same time change the mode to "Use Pivot Point Center".

Comments (1)

.

miauu · 2021-05-03


(
	CenterPivot selection
	selection.pivot.z = selection.min.z
	toolMode.pivotCenter()
)