Merged changes in the trunk up to revision 47977.
This commit is contained in:
@@ -942,6 +942,8 @@ def pycontext2sphinx(basepath):
|
||||
"image_context_dir",
|
||||
"node_context_dir",
|
||||
"text_context_dir",
|
||||
"clip_context_dir",
|
||||
"sequencer_context_dir",
|
||||
)
|
||||
|
||||
# Changes in blender will force errors here
|
||||
@@ -951,6 +953,7 @@ def pycontext2sphinx(basepath):
|
||||
"active_object": ("Object", False),
|
||||
"active_operator": ("Operator", False),
|
||||
"active_pose_bone": ("PoseBone", False),
|
||||
"active_node": ("Node", False),
|
||||
"armature": ("Armature", False),
|
||||
"bone": ("Bone", False),
|
||||
"brush": ("Brush", False),
|
||||
@@ -961,6 +964,8 @@ def pycontext2sphinx(basepath):
|
||||
"dynamic_paint": ("DynamicPaintModifier", False),
|
||||
"edit_bone": ("EditBone", False),
|
||||
"edit_image": ("Image", False),
|
||||
"edit_mask": ("Mask", False),
|
||||
"edit_movieclip": ("MovieClip", False),
|
||||
"edit_object": ("Object", False),
|
||||
"edit_text": ("Text", False),
|
||||
"editable_bones": ("EditBone", True),
|
||||
|
Reference in New Issue
Block a user