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:
authorLuca Rood <dev@lucarood.com>2017-05-15 17:25:52 +0300
committerLuca Rood <dev@lucarood.com>2017-05-15 18:27:14 +0300
commit392b5b82122e8c0fe19a8552dfa3934574506274 (patch)
treec281f4f51588c928b3036a5b012e53eb48622eb7 /release/scripts/startup/bl_ui/properties_collection.py
parent7a18ee62eb4d6c6028d05f1da259fe8695f49a3f (diff)
Implement matcaps for hair
Diffstat (limited to 'release/scripts/startup/bl_ui/properties_collection.py')
-rw-r--r--release/scripts/startup/bl_ui/properties_collection.py9
1 files changed, 0 insertions, 9 deletions
diff --git a/release/scripts/startup/bl_ui/properties_collection.py b/release/scripts/startup/bl_ui/properties_collection.py
index 5ce180f6be7..6a8a7d188c2 100644
--- a/release/scripts/startup/bl_ui/properties_collection.py
+++ b/release/scripts/startup/bl_ui/properties_collection.py
@@ -68,16 +68,7 @@ class COLLECTION_PT_clay_settings(CollectionButtonsPanel, Panel):
col.template_override_property(collection_props, scene_props, "ssao_factor_edge")
col.template_override_property(collection_props, scene_props, "ssao_distance")
col.template_override_property(collection_props, scene_props, "ssao_attenuation")
- col.template_override_property(collection_props, scene_props, "world_intensity")
-
- col.separator()
- col.label("Hair Settings:")
- col.template_override_property(collection_props, scene_props, "diffuse_intensity")
- col.template_override_property(collection_props, scene_props, "specular_intensity")
- col.template_override_property(collection_props, scene_props, "specular_hardness")
col.template_override_property(collection_props, scene_props, "color_randomicity")
- col.template_override_property(collection_props, scene_props, "hair_diffuse_color")
- col.template_override_property(collection_props, scene_props, "hair_specular_color")
class COLLECTION_PT_object_mode_settings(CollectionButtonsPanel, Panel):