== 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.
This commit is contained in:
2007-02-22 18:49:00 +00:00
parent 685d26f901
commit a7bccae477
3 changed files with 31 additions and 29 deletions

View File

@@ -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);