Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2017-05-12 17:34:30 +0300
committerDalai Felinto <dfelinto@gmail.com>2017-05-12 17:45:51 +0300
commit2eff390e13953285bbbd2d7384e05a0c703c3b04 (patch)
tree1f9b3a2a4e49fbe1fed405b35af0f62450277f5b /release/scripts/startup/bl_ui/properties_data_armature.py
parentdbd3bf5ed23f7182ed9435ac4b37b21b63de4cb9 (diff)
UI: Expose more UI settings to CLAY and EEVEE
Physics panels are not all back, and the material related panels (e.g., hair render panel) should go be changed since there should be no material for those.
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_data_armature.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_data_armature.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/properties_data_armature.py b/release/scripts/startup/bl_ui/properties_data_armature.py
index a2ecf984eb5..b55f907dd54 100644
--- a/release/scripts/startup/bl_ui/properties_data_armature.py
+++ b/release/scripts/startup/bl_ui/properties_data_armature.py
@@ -324,7 +324,7 @@ class DATA_PT_onion_skinning(OnionSkinButtonsPanel): # , Panel): # inherit from
class DATA_PT_custom_props_arm(ArmatureButtonsPanel, PropertyPanel, Panel):
- COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME'}
+ COMPAT_ENGINES = {'BLENDER_RENDER', 'BLENDER_GAME', 'BLENDER_CLAY', 'BLENDER_EEVEE'}
_context_path = "object.data"
_property_type = bpy.types.Armature