subtype support for properties in bpy.props.
This commit is contained in:
@@ -140,7 +140,7 @@ from bpy.props import *
|
||||
|
||||
|
||||
rna_path = StringProperty(name="Property Edit",
|
||||
description="Property path edit", maxlen=1024, default="", hidden=True)
|
||||
description="Property path edit", maxlen=1024, default="", options={'HIDDEN'})
|
||||
|
||||
rna_value = StringProperty(name="Property Value",
|
||||
description="Property value edit", maxlen=1024, default="")
|
||||
|
||||
Reference in New Issue
Block a user