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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2004-04-05 21:08:00 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2004-04-05 21:08:00 +0400
commit7ba91ad2da5ef7fa47c49f64e619f9fcec66054f (patch)
tree7a1d156f2c22d1ae115102ba813eba81ecdc57b6 /source/blender/include/butspace.h
parent9802db019d876be2cc2a9d177a5207fa3c721f31 (diff)
New UV Calculation panel and code. The uv mapping function was split up into
multiple functions and partially recoded. Because now all the uv mapping settings are accessible throught the panel, no popus will be shown when pressing 'U' to unwrap faces in face select mode. Also From Window to Cylinder and From Window to Shpere became obsolete, as you can set this in the new panel. The panel contains buttons for all the existing uv mapping modes, and the following settings: - Cube size: For Cubical unwrapping. - Radius: Radius for Cylindrical unwrapping. - View Aligns Face, View Aligns Top, Align to Object: For Cylinder and Shpere. Respectively means you are in front of the Cylinder/Sphere, look through the Cylinder, or use the object rotation to determine how the cylinder is positioned (old Cylindrical unwrapping). - Polar XZ, Polar XY: With 'View Aligns Top' enabled, defines at which polar you are looking. - No Edges, Draw Edges, All Edges: Draw no edges, draw edges z-buffered on top, draw all edges, without depth test. All credits for this part (and also at least half of the other UV editor improvements) go to Jens Ole Wund aka "bjornmose".
Diffstat (limited to 'source/blender/include/butspace.h')
-rw-r--r--source/blender/include/butspace.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/include/butspace.h b/source/blender/include/butspace.h
index a2e153ef519..7d0ad46a98e 100644
--- a/source/blender/include/butspace.h
+++ b/source/blender/include/butspace.h
@@ -74,9 +74,6 @@ extern void do_mballbuts(unsigned short event);
extern void do_latticebuts(unsigned short event);
extern void do_fpaintbuts(unsigned short event);
-/* dont like it here , rather make a BIF_Buttons_Editing.h or so BM*/
-extern int Buttons_Editing_GetFaceShadows();
-
/* shading */
extern void material_panels(void);
extern void do_matbuts(unsigned short event);
@@ -532,7 +529,6 @@ enum {
B_CONSTRAINT_ADD_DISTANCELIMIT
};
-/*+++ BM */
/* *********************** */
#define B_UVAUTOCALCBUTS 3400
enum {
@@ -558,10 +554,6 @@ enum {
B_UVAUTO_ALIGNY
};
/* *********************** */
-/*--- BM */
-/* *********************** */
-
-
/* *********************** */
/* BUTTON BUT: > 4000 */