2026-03-11_4
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import bpy
|
||||
|
||||
def draw_transform_props(self, layout):
|
||||
if hasattr(self, 'align'):
|
||||
layout.prop(self, 'align', expand=False)
|
||||
if hasattr(self, 'location'):
|
||||
layout.prop(self, 'location', expand=True)
|
||||
if hasattr(self, 'rotation'):
|
||||
layout.prop(self, 'rotation', expand=True)
|
||||
Reference in New Issue
Block a user