fix: parent type and parent bone
This commit is contained in:
parent
041022056c
commit
7cb3482353
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user