-
Notifications
You must be signed in to change notification settings - Fork 14
/
icon.py
45 lines (39 loc) · 1.34 KB
/
icon.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Copyright Hugo Aboud, vanous
#
# This file is part of BlenderDMX.
#
# BlenderDMX is free software: you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the Free
# Software Foundation, either version 3 of the License, or (at your option)
# any later version.
#
# BlenderDMX is distributed in the hope that it will be useful, but WITHOUT
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
# more details.
#
# You should have received a copy of the GNU General Public License along
# with this program. If not, see <https://www.gnu.org/licenses/>.
class DMX_Icon:
BREAK = "DECORATE"
FIXTURE = "LIGHT"
FIXTURE_BATCH = "LIGHTPROBE_GRID"
UNIVERSE = "EMPTY_AXIS"
GDTF_PROFILE = "WORDWRAP_ON"
IMPORT = "IMPORT"
BUILD = "MOD_WIREFRAME"
REMOVE = "TRASH"
CONFIGURE = "TOOL_SETTINGS"
CREATE_LIGHTS = "LIGHT_SPOT"
SELECT_ALL = "SELECT_EXTEND"
SELECT_INVERT = "SELECT_SUBTRACT"
SELECT_EVERY_OTHER = "SELECT_INTERSECT"
DESELECT_ALL = "SELECT_SET"
FILE = "FILE"
URL = "URL"
USER = "USER"
HOME = "HOME"
COMMUNITY = "COMMUNITY"
FAKE_USER_ON = "FAKE_USER_ON"
CANCEL = "CANCEL"
FILE_REFRESH = "FILE_REFRESH"