Changeset View
Changeset View
Standalone View
Standalone View
measureit/__init__.py
| Context not available. | |||||
| Scene.measureit_units = EnumProperty(items=(('1', "Automatic", "Use scene units"), | Scene.measureit_units = EnumProperty(items=(('1', "Automatic", "Use scene units"), | ||||
| ('2', "Meters", ""), | ('2', "Meters", ""), | ||||
| ('3', "Centimeters", ""), | ('3', "Centimeters", ""), | ||||
| ('4', "Milimiters", ""), | ('4', "Millimeters", ""), | ||||
| ('5', "Feet", ""), | ('5', "Feet", ""), | ||||
| ('6', "Inches", "")), | ('6', "Inches", "")), | ||||
| name="Units", | name="Units", | ||||
| Context not available. | |||||
| default=15, min=6, max=500) | default=15, min=6, max=500) | ||||
| Scene.measureit_debug = BoolProperty(name="Debug", | Scene.measureit_debug = BoolProperty(name="Debug", | ||||
| description="Display information for debuging" | description="Display information for debugging" | ||||
| " (expand/collapse for enabling or disabling)" | " (expand/collapse for enabling or disabling)" | ||||
| " this information is only renderered for " | " this information is only renderered for " | ||||
| "selected objects", | "selected objects", | ||||
| Context not available. | |||||