Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1328)

Delta Between Two Patch Sets: source/blender/editors/datafiles/CMakeLists.txt

Issue 6135048: Sculpt masking (Closed) Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Left Patch Set: Update to apply cleanly against trunk, no other changes Created 11 years, 11 months ago
Right Patch Set: Update to apply cleanly against trunk and fixed up some code style Created 11 years, 10 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 # ***** BEGIN GPL LICENSE BLOCK ***** 1 # ***** BEGIN GPL LICENSE BLOCK *****
2 # 2 #
3 # This program is free software; you can redistribute it and/or 3 # This program is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU General Public LicenseS 4 # modify it under the terms of the GNU General Public LicenseS
5 # as published by the Free Software Foundation; either version 2 5 # as published by the Free Software Foundation; either version 2
6 # of the License, or (at your option) any later version. 6 # of the License, or (at your option) any later version.
7 # 7 #
8 # This program is distributed in the hope that it will be useful, 8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of 9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
(...skipping 10 matching lines...) Expand all
21 set(INC 21 set(INC
22 22
23 ) 23 )
24 24
25 set(INC_SYS 25 set(INC_SYS
26 26
27 ) 27 )
28 28
29 # blender and player 29 # blender and player
30 set(SRC 30 set(SRC
31 » Bfont.c 31
32 » bfont.ttf.c
33 ) 32 )
34 33
34 data_to_c_simple(../../../../release/datafiles/bfont.pfb SRC)
35 data_to_c_simple(../../../../release/datafiles/bfont.ttf SRC)
36
35 if(WITH_BLENDER) 37 if(WITH_BLENDER)
36 » # blender only 38 » # blender only (not player)
37 » list(APPEND SRC 39 » data_to_c_simple(../../../../release/datafiles/bmonofont.ttf SRC)
38 » » startup.blend.c
39 » » bmonofont.ttf.c
40 » )
41 40
42 if(NOT WITH_HEADLESS) 41 if(NOT WITH_HEADLESS)
43 # blender UI only 42 # blender UI only
44 list(APPEND SRC
45 # blends
46 preview.blend.c
47 43
48 » » » # images 44 » » # blends
49 » » » splash.png.c 45 » » data_to_c_simple(../../../../release/datafiles/preview.blend SRC )
50 » » » blender_icons.png.c 46 » » data_to_c_simple(../../../../release/datafiles/preview_cycles.bl end SRC)
51 47
52 » » » # brushes 48 » » # images
53 » » » add.png.c 49 » » data_to_c_simple(../../../../release/datafiles/splash.png SRC)
54 » » » blob.png.c 50 » » # XXX These are handy, but give nasty "false changes" in svn :/
55 » » » blur.png.c 51 » » #svg_to_png(../../../../release/datafiles/blender_icons.svg
56 » » » clay.png.c 52 » » #../../../../release/datafiles/blender_icons16.png
57 » » » clone.png.c 53 » » #90 SRC)
58 » » » crease.png.c 54 » » data_to_c_simple(../../../../release/datafiles/blender_icons16.p ng SRC)
59 » » » darken.png.c 55 » » #svg_to_png(../../../../release/datafiles/blender_icons.svg
60 » » » draw.png.c 56 » » #../../../../release/datafiles/blender_icons32.png
61 » » » fill.png.c 57 » » #180 SRC)
62 » » » flatten.png.c 58 » » data_to_c_simple(../../../../release/datafiles/blender_icons32.p ng SRC)
63 » » » grab.png.c 59 » » #svg_to_png(../../../../release/datafiles/prvicons.svg
60 » » #../../../../release/datafiles/prvicons.png
61 » » #90 SRC)
62 » » data_to_c_simple(../../../../release/datafiles/prvicons.png SRC)
63
64 inflate.png.c 64 inflate.png.c
65 layer.png.c 65 layer.png.c
66 lighten.png.c 66 lighten.png.c
67 mask.png.c
68 mix.png.c 67 mix.png.c
69 multiply.png.c 68 multiply.png.c
70 nudge.png.c 69 nudge.png.c
71 pinch.png.c
72 prvicons.c
73 scrape.png.c
74 smear.png.c
75 smooth.png.c
76 snake_hook.png.c
77 soften.png.c
78 claystrips.png.c
79 subtract.png.c
80 texdraw.png.c
81 thumb.png.c
82 twist.png.c
83 vertexdraw.png.c
84 )
85 endif()
86 endif()
87
88 blender_add_lib(bf_editor_datafiles "${SRC}" "${INC}" "${INC_SYS}")
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b