feat: animation ground work

work on armature and action support
This commit is contained in:
Swann Martinez
2019-09-16 17:24:48 +02:00
parent 095a44e7b6
commit 6511998360
9 changed files with 388 additions and 12 deletions

2
ui.py
View File

@ -129,7 +129,7 @@ class SESSION_PT_settings_user(bpy.types.Panel):
class SESSION_PT_settings_replication(bpy.types.Panel):
bl_idname = "MULTIUSER_SETTINGS_REPLICATION_PT_panel"
bl_label = "Replication"
bl_label = "Advanced"
bl_space_type = 'VIEW_3D'
bl_region_type = 'UI'
bl_category = "Multiuser"