romanvolodin / dynamic_parent

Dynamic Parent addon for Blender
192 stars 28 forks source link

Feature Request: Please add to Animation Panel #6

Open blastframe opened 2 years ago

blastframe commented 2 years ago

Hello, Thank you for this incredible Add-on. As you are probably aware, Blender's handling of Add-ons in the 3D View is not user-friendly. The sidebar becomes quickly cluttered and Add-on titles become truncated & unrecognizable. "Dynamic Parent" is a very long name for a panel. Could you please change line 360 to bl_category = "Animation" so that the Dynamic Parent add-on does not take up so much precious space in the 3D View sidebar? Since it is only two buttons and an enum, it makes more sense to me to include it in the Animation panel. Thank you so much again for your outstanding Add-on!

image

https://github.com/romanvolodin/dynamic_parent/blob/820a695f2a3841e750318f24b6a6a97bca86b86f/dynamic_parent.py#L360

    bl_category = "Animation"