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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonioya <blendergit@gmail.com>2018-12-05 21:49:59 +0300
committerAntonioya <blendergit@gmail.com>2018-12-05 21:49:59 +0300
commit0c494907cf799747fcd33171d1532839001dd729 (patch)
tree9f953eed28a496208282e133f6ccf7a6e4d34d8f /measureit/__init__.py
parenta4e7c60ac814847686341230118c732594c15992 (diff)
MeasureIt: More conversion of APIs (WIP)
Still the render is not working. The idea is replace the old system generating a image with alpha background and only the measures.
Diffstat (limited to 'measureit/__init__.py')
-rw-r--r--measureit/__init__.py7
1 files changed, 2 insertions, 5 deletions
diff --git a/measureit/__init__.py b/measureit/__init__.py
index fc5252a3..2d248d9c 100644
--- a/measureit/__init__.py
+++ b/measureit/__init__.py
@@ -250,11 +250,8 @@ def register():
description="Save an image with measures over"
" render image",
default=False)
- Scene.measureit_render_type = EnumProperty(items=(('1', "*Current", "Use current render"),
- ('2', "OpenGL", ""),
- ('3', "Animation OpenGL", ""),
- ('4', "Image", ""),
- ('5', "Animation", "")),
+ Scene.measureit_render_type = EnumProperty(items=(('1', "Frame", "Render current frame"),
+ ('2', "Animation", "")),
name="Render type",
description="Type of render image")
Scene.measureit_sum = EnumProperty(items=(('99', "-", "Select a group for sum"),