fix: parent type and parent bone

This commit is contained in:
Fabian 2021-06-15 11:20:31 +02:00
parent 041022056c
commit 7cb3482353

View File

@ -664,7 +664,11 @@ class BlObject(ReplicatedDatablock):
'show_all_edges', 'show_all_edges',
'show_texture_space', 'show_texture_space',
'show_in_front', 'show_in_front',
'type' 'type',
'parent_type',
'parent_bone',
'track_axis',
'up_axis',
] ]
data = dumper.dump(datablock) data = dumper.dump(datablock)