Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/intern/blender.c
| Show First 20 Lines • Show All 65 Lines • ▼ Show 20 Lines | |||||
| #include "DEG_depsgraph.h" | #include "DEG_depsgraph.h" | ||||
| #include "RE_pipeline.h" | #include "RE_pipeline.h" | ||||
| #include "RE_render_ext.h" | #include "RE_render_ext.h" | ||||
| #include "BLF_api.h" | #include "BLF_api.h" | ||||
| Global G; | Global G; | ||||
| UserDef U; | UserDef U; | ||||
| char versionstr[48] = ""; | char versionstr[48] = ""; | ||||
| /* ********** free ********** */ | /* ********** free ********** */ | ||||
| /* only to be called on exit blender */ | /* only to be called on exit blender */ | ||||
| ▲ Show 20 Lines • Show All 326 Lines • Show Last 20 Lines | |||||