Blender V4.3
DNA_fileglobal_types.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2001-2002 NaN Holding BV. All rights reserved.
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
36
37/* minversion: in file, the oldest past blender version you can use compliant */
38/* example: if in 2.43 the meshes lose mesh data, minversion is 2.43 then too */
39/* or: in 2.42, subversion 1, same as above, minversion then is 2.42, min subversion 1 */
40/* (defines for version are in the BKE_blender_version.h file, for historic reasons) */
struct FileGlobal FileGlobal
unsigned __int64 uint64_t
Definition stdint.h:90
struct ViewLayer * cur_view_layer
struct Scene * curscene
uint64_t build_commit_timestamp
struct bScreen * curscreen
char filepath[1024]