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-11-20 08:12:58 +0300
committerMatt Ebb <matt@mke3.net>2006-11-20 08:12:58 +0300
commit5428f2eb6c33b970d66f06dc5b08bc70bf98f3fb (patch)
treee17b31c8327f34fa463816a15dc286345b1c75c7 /source/blender/include/BIF_resources.h
parente435fbc3c5a00e5b63c1cd2609ab6828187660d3 (diff)
* Object level restrictions in outliner
This adds the ability to restrict an individual object from: - being visible in the 3D View - being selectable in the 3D View - being renderable with 3 columns of buttons in the outliner. These restrictions are further down the hierarchy than layers, so for example if an object is in an invisible layer, it will be invisible regardless of whether the object's own visibility setting is on or off. This works on a different conceptual level than layers, being better for more quick interaction (like temporarily making a mesh unselectable while you're posing its armature), rather than so much for scene organisation. The 3 columns of icons can be turned off in the Outliner View menu. Along with this is some small cleaning up in interface_icons.c and outliner.c.
Diffstat (limited to 'source/blender/include/BIF_resources.h')
-rw-r--r--source/blender/include/BIF_resources.h52
1 files changed, 50 insertions, 2 deletions
diff --git a/source/blender/include/BIF_resources.h b/source/blender/include/BIF_resources.h
index 42def5ea697..ed458fb3695 100644
--- a/source/blender/include/BIF_resources.h
+++ b/source/blender/include/BIF_resources.h
@@ -58,7 +58,11 @@ typedef enum {
ICON_SPACE4,
ICON_TRIA_LEFT,
ICON_TRIA_UP,
-
+ ICON_BLANK3,
+ ICON_BLANK4,
+ ICON_BLANK5,
+ ICON_BLANK6,
+
ICON_ORTHO,
ICON_PERSP,
ICON_CAMERA,
@@ -80,6 +84,10 @@ typedef enum {
ICON_SHORTDISPLAY,
ICON_TRIA_DOWN,
ICON_TRIA_RIGHT,
+ ICON_BLANK7,
+ ICON_BLANK8,
+ ICON_BLANK9,
+ ICON_BLANK10,
ICON_VIEW_AXIS_ALL,
ICON_VIEW_AXIS_NONE,
@@ -103,6 +111,10 @@ typedef enum {
ICON_FF,
ICON_REW,
ICON_PYTHON,
+ ICON_BLANK11,
+ ICON_BLANK12,
+ ICON_BLANK13,
+ ICON_BLANK14,
ICON_DOTSUP,
@@ -126,6 +138,10 @@ typedef enum {
ICON_WPAINT_DEHLT,
ICON_WPAINT_HLT,
ICON_MARKER,
+ ICON_BLANK15,
+ ICON_BLANK16,
+ ICON_BLANK17,
+ ICON_BLANK18,
ICON_X,
ICON_GO_LEFT,
@@ -148,6 +164,10 @@ typedef enum {
ICON_FACESEL_DEHLT,
ICON_FACESEL_HLT,
ICON_EDIT_DEHLT,
+ ICON_BLANK19,
+ ICON_BLANK20,
+ ICON_BLANK21,
+ ICON_BLANK22,
ICON_HELP,
ICON_ERROR,
@@ -170,6 +190,10 @@ typedef enum {
ICON_BPIBFOLDERGREY,
ICON_MAGNIFY,
ICON_INFO2,
+ ICON_BLANK23,
+ ICON_BLANK24,
+ ICON_BLANK25,
+ ICON_BLANK26,
ICON_RIGHTARROW,
ICON_DOWNARROW_HLT,
@@ -192,6 +216,10 @@ typedef enum {
ICON_KEY_DEHLT,
ICON_KEY_HLT,
ICON_GRID2,
+ ICON_BLANK27,
+ ICON_BLANK28,
+ ICON_BLANK29,
+ ICON_BLANK30,
ICON_EYE,
ICON_LAMP,
@@ -214,6 +242,10 @@ typedef enum {
ICON_PIN_DEHLT,
ICON_PIN_HLT,
ICON_LITTLEGRID,
+ ICON_BLANK31,
+ ICON_BLANK32,
+ ICON_BLANK33,
+ ICON_BLANK34,
ICON_FULLSCREEN,
ICON_SPLITSCREEN,
@@ -236,6 +268,10 @@ typedef enum {
ICON_EYEDROPPER,
ICON_WINDOW_WINDOW,
ICON_PANEL_CLOSE,
+ ICON_BLANK35,
+ ICON_BLANK36,
+ ICON_BLANK37,
+ ICON_BLANK38,
ICON_BLENDER,
ICON_PACKAGE,
@@ -258,6 +294,10 @@ typedef enum {
ICON_CONSTRAINT,
ICON_CAMERA_DEHLT,
ICON_ARMATURE_DEHLT,
+ ICON_BLANK39,
+ ICON_BLANK40,
+ ICON_BLANK41,
+ ICON_BLANK42,
ICON_SMOOTHCURVE,
ICON_SPHERECURVE,
@@ -280,12 +320,16 @@ typedef enum {
ICON_SOME_WACKY_VERTS_AND_LINES,
ICON_A_WACKY_VERT_AND_SOME_LINES,
ICON_VPAINT_COL,
+ ICON_RESTRICT_SELECT_OFF,
+ ICON_RESTRICT_SELECT_ON,
+ ICON_BLANK45,
+ ICON_BLANK46,
ICON_MAN_TRANS,
ICON_MAN_ROT,
ICON_MAN_SCALE,
ICON_MANIPUL,
- ICON_BLANK65,
+ ICON_BLANK_47,
ICON_MODIFIER,
ICON_MOD_WAVE,
ICON_MOD_BUILD,
@@ -302,6 +346,10 @@ typedef enum {
ICON_ROTATECOLLECTION,
ICON_ROTATECENTER,
ICON_ROTACTIVE,
+ ICON_RESTRICT_VIEW_OFF,
+ ICON_RESTRICT_VIEW_ON,
+ ICON_RESTRICT_RENDER_OFF,
+ ICON_RESTRICT_RENDER_ON,
VICON_VIEW3D,
VICON_EDIT,