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:
authorNicholas Bishop <nicholasbishop@gmail.com>2007-02-22 21:49:00 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2007-02-22 21:49:00 +0300
commita7bccae4779e88b75f326cdda2d0defc2045b19b (patch)
tree5d13e77e78b6859b14fe8a8722bb14ec7536be1e /source/blender/include
parent685d26f90131da6bfe4bc3de7cbde9b8d41135d6 (diff)
== Sculpt Mode ==
* Replaced get_tex_angle() with tex_angle() and set_tex_angle(). This removes the need to do a bunch of error-prone NULL checking everywhere the texture angle is used.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BDR_sculptmode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BDR_sculptmode.h b/source/blender/include/BDR_sculptmode.h
index 7272df21aa3..c684befbcb0 100644
--- a/source/blender/include/BDR_sculptmode.h
+++ b/source/blender/include/BDR_sculptmode.h
@@ -121,7 +121,7 @@ void sculptmode_draw_mesh(int);
void sculpt_paint_brush(char clear);
struct BrushData *sculptmode_brush(void);
-float *get_tex_angle(void);
+float tex_angle(void);
void sculptmode_update_tex(void);
char sculpt_modifiers_active(struct Object *ob);