 |
Blender
V3.3
|
Go to the documentation of this file.
30 # define MAKE_ID2(c, d) ((c) << 8 | (d))
33 # define MAKE_ID2(c, d) ((d) << 8 | (c))
88 #define ID_LINK_PLACEHOLDER MAKE_ID2('I', 'D')
91 #define ID_SCRN MAKE_ID2('S', 'N')
94 #define ID_SEQ MAKE_ID2('S', 'Q')
96 #define ID_CO MAKE_ID2('C', 'O')
98 #define ID_PO MAKE_ID2('A', 'C')
100 #define ID_NLA MAKE_ID2('N', 'L')
102 #define ID_FLUIDSIM MAKE_ID2('F', 'S')