 |
Blender
V2.93
|
Go to the documentation of this file.
44 # define MAKE_ID2(c, d) ((c) << 8 | (d))
47 # define MAKE_ID2(c, d) ((d) << 8 | (c))
100 #define ID_LINK_PLACEHOLDER MAKE_ID2('I', 'D')
103 #define ID_SCRN MAKE_ID2('S', 'N')
106 #define ID_SEQ MAKE_ID2('S', 'Q')
108 #define ID_CO MAKE_ID2('C', 'O')
110 #define ID_PO MAKE_ID2('A', 'C')
112 #define ID_NLA MAKE_ID2('N', 'L')
114 #define ID_FLUIDSIM MAKE_ID2('F', 'S')