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-10-12 11:54:32 +0400
committerMatt Ebb <matt@mke3.net>2006-10-12 11:54:32 +0400
commit1be92c8b19cf63890bae3e409a4ede563bae7200 (patch)
treebc6aa4886d815e93a3f4e273662097ab6e17a76e /source/blender/makesdna/DNA_object_types.h
parent14a94607557a2436cd187b6e7d89ee418a3eedf0 (diff)
* Added a new empty draw type - single arrow. This can be useful in situations
where you just need a direction, like a wind or vortex force field for example.
Diffstat (limited to 'source/blender/makesdna/DNA_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 9cdb5054493..ef43ab72dfc 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -323,6 +323,7 @@ extern Object workob;
#define OB_ARROWS 1
#define OB_PLAINAXES 2
#define OB_CIRCLE 3
+#define OB_SINGLE_ARROW 4
/* boundtype */
#define OB_BOUND_BOX 0