[feat] promote visual representation

- update enum prop into radio button display mode in bmx export and group name selections
- move rename system into outline window right click menu.
- add grouping operator to object menu in outline window.
This commit is contained in:
2022-12-30 10:06:02 +08:00
parent 314284ed94
commit 803bcaad05
5 changed files with 61 additions and 100 deletions

View File

@ -44,7 +44,7 @@ class BALLANCE_OT_export_bm(bpy.types.Operator, bpy_extras.io_utils.ExportHelper
def draw(self, context):
layout = self.layout
layout.prop(self, "export_mode")
layout.prop(self, "export_mode", expand=True)
if self.export_mode == 'COLLECTION':
layout.prop(context.scene.BallanceBlenderPluginProperty, "collection_picker")
elif self.export_mode == 'OBJECT':