~ubuntu-branches/ubuntu/trusty/blender/trusty-proposed

« back to all changes in this revision

Viewing changes to source/blender/editors/include/UI_resources.h

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2013-08-14 10:43:49 UTC
  • mfrom: (14.2.19 sid)
  • Revision ID: package-import@ubuntu.com-20130814104349-t1d5mtwkphp12dyj
Tags: 2.68a-3
* Upload to unstable
* debian/: python3.3 Depends simplified
  - debian/control: python3.3 Depends dropped
    for blender-data package
  - 0001-blender_thumbnailer.patch refreshed
* debian/control: libavcodec b-dep versioning dropped

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
 
81
81
        TH_GRID,
82
82
        TH_WIRE,
 
83
        TH_WIRE_EDIT,
83
84
        TH_SELECT,
84
85
        TH_ACTIVE,
85
86
        TH_GROUP,
87
88
        TH_TRANSFORM,
88
89
        TH_VERTEX,
89
90
        TH_VERTEX_SELECT,
 
91
        TH_VERTEX_UNREFERENCED,
90
92
        TH_VERTEX_SIZE,
91
93
        TH_OUTLINE_WIDTH,
92
94
        TH_EDGE,
143
145
        
144
146
        TH_NODE,
145
147
        TH_NODE_IN_OUT,
 
148
        TH_NODE_INTERFACE,
146
149
        TH_NODE_OPERATOR,
147
150
        TH_NODE_CONVERTOR,
148
151
        TH_NODE_GROUP,
183
186
        TH_EDGE_CREASE,
184
187
 
185
188
        TH_DRAWEXTRA_EDGELEN,
 
189
        TH_DRAWEXTRA_EDGEANG,
186
190
        TH_DRAWEXTRA_FACEAREA,
187
191
        TH_DRAWEXTRA_FACEANG,
188
192
 
206
210
        TH_STITCH_PREVIEW_UNSTITCHABLE,
207
211
        TH_STITCH_PREVIEW_ACTIVE,
208
212
 
 
213
        TH_FREESTYLE_EDGE_MARK,
 
214
        TH_FREESTYLE_FACE_MARK,
 
215
 
209
216
        TH_MATCH,           /* highlight color for search matches */
210
217
        TH_SELECT_HIGHLIGHT, /* highlight color for selected outliner item */
211
218
 
305
312
 
306
313
void UI_make_axis_color(const unsigned char *src_col, unsigned char *dst_col, const char axis);
307
314
 
308
 
#endif /*  UI_ICONS_H */
 
315
#endif  /* __UI_RESOURCES_H__ */