projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be98fcc
)
Fix T58376: incorrect tooltip in subsurf modifier
author
Jacques Lucke <mail@jlucke.com>
Wed, 19 Dec 2018 16:00:20 +0000
(17:00 +0100)
committer
Jacques Lucke <mail@jlucke.com>
Wed, 19 Dec 2018 16:00:20 +0000
(17:00 +0100)
intern/cycles/blender/addon/properties.py
patch
|
blob
|
history
diff --git
a/intern/cycles/blender/addon/properties.py
b/intern/cycles/blender/addon/properties.py
index e0b5c1446a454aa1a2f7776e3613f8ed28918b36..6ffe651d90e873571b8b86b45a25709d5a1207cb 100644
(file)
--- a/
intern/cycles/blender/addon/properties.py
+++ b/
intern/cycles/blender/addon/properties.py
@@
-1129,7
+1129,7
@@
class CyclesObjectSettings(bpy.types.PropertyGroup):
dicing_rate: FloatProperty(
name="Dicing Scale",
- description="Multiplier for scene dicing rate (located in the
Geometry P
anel)",
+ description="Multiplier for scene dicing rate (located in the
Subdivision p
anel)",
min=0.1, max=1000.0, soft_min=0.5,
default=1.0,
)