Changeset View
Changeset View
Standalone View
Standalone View
release/scripts/modules/blend_render_info.py
| Show All 16 Lines | |||||
| # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||||
| # | # | ||||
| # ##### END GPL LICENSE BLOCK ##### | # ##### END GPL LICENSE BLOCK ##### | ||||
| # <pep8 compliant> | # <pep8 compliant> | ||||
| # This module can get render info without running from inside blender. | # This module can get render info without running from inside blender. | ||||
| # | # | ||||
| # This struct wont change according to Ton. | # This struct won't change according to Ton. | ||||
| # Note that the size differs on 32/64bit | # Note that the size differs on 32/64bit | ||||
| # | # | ||||
| # typedef struct BHead { | # typedef struct BHead { | ||||
| # int code, len; | # int code, len; | ||||
| # void *old; | # void *old; | ||||
| # int SDNAnr, nr; | # int SDNAnr, nr; | ||||
| # } BHead; | # } BHead; | ||||
| ▲ Show 20 Lines • Show All 70 Lines • Show Last 20 Lines | |||||