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:
authorMatt Ebb <matt@mke3.net>2006-01-13 18:50:32 +0300
committerMatt Ebb <matt@mke3.net>2006-01-13 18:50:32 +0300
commit2af2c2c700d2256380fb3095257efe576fd0bbf1 (patch)
tree3b4982f6d6b746ef6d5de4d9f27fc70cfc36f729 /source/blender/include
parentcc2a332907e2e28ebf9ab1fc8b6464000ed18cf5 (diff)
Orange: Display types and variable size for Empties.
This is using instructions from Ton, so hopefully the implementation is ok. This is really needed here where we are using all sorts of wacky scales, and empties look too big or too small. Of course we don't want to scale the empties because there are often things parented to them. New options are in edit buttons for empties to control the display style and the size. New styles are easy to add, too. Just needs useful ideas and minor effort from anyone who wants to. Support for copying these values has also been added to the Copy Attributes ->Drawtype menu command.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BDR_drawobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BDR_drawobject.h b/source/blender/include/BDR_drawobject.h
index 40bf3fe2395..99aa76b2462 100644
--- a/source/blender/include/BDR_drawobject.h
+++ b/source/blender/include/BDR_drawobject.h
@@ -63,7 +63,7 @@ void get_local_bounds(struct Object *ob, float *centre, float *size);
#define DRAW_PICKING 1
#define DRAW_CONSTCOLOR 2
void draw_object(struct Base *base, int flag);
-void drawaxes(float size, int flag);
+void drawaxes(float size, int flag, char drawtype);
void draw_object_ext(struct Base *base);
void drawsolidcube(float size);