1
1

Context: add pose_object

Needed for UI scripts to detect mixed weight paint + pose mode.
This commit is contained in:
2019-03-12 10:18:51 +11:00
parent 26216332b8
commit a71891085d
2 changed files with 9 additions and 1 deletions

View File

@@ -1028,6 +1028,7 @@ context_type_map = {
"particle_system": ("ParticleSystem", False),
"particle_system_editable": ("ParticleSystem", False),
"pose_bone": ("PoseBone", False),
"pose_object": ("Object", False),
"scene": ("Scene", False),
"sculpt_object": ("Object", False),
"selectable_bases": ("ObjectBase", True),