Blender V5.0
BuildDefs Struct Reference

Public Attributes

bool win32
bool with_cycles
bool with_ffmpeg
bool with_freestyle
bool with_libmv
bool with_opencolorio
bool with_opengl_backend
bool with_renderdoc
bool with_vulkan_backend
bool with_xr_openxr

Detailed Description

Support extracting arguments for all platforms (for documentation purposes). These names match the upper case defines.

Note
these build-defines should only be used to exclude arguments from --help when those arguments are not handled at all. Where using them would be the same as passing in an unknown argument. It's possible scripts are shared between platforms, so it's preferable that known arguments are documented.

Definition at line 92 of file creator_args.cc.

Member Data Documentation

◆ win32

bool BuildDefs::win32

Definition at line 93 of file creator_args.cc.

Referenced by build_defs_init(), and print_help().

◆ with_cycles

bool BuildDefs::with_cycles

Definition at line 94 of file creator_args.cc.

Referenced by build_defs_init(), main_args_setup(), and print_help().

◆ with_ffmpeg

bool BuildDefs::with_ffmpeg

Definition at line 95 of file creator_args.cc.

Referenced by build_defs_init(), and main_args_setup().

◆ with_freestyle

bool BuildDefs::with_freestyle

Definition at line 96 of file creator_args.cc.

Referenced by build_defs_init(), main_args_setup(), and print_help().

◆ with_libmv

bool BuildDefs::with_libmv

Definition at line 97 of file creator_args.cc.

Referenced by build_defs_init(), main_args_setup(), and print_help().

◆ with_opencolorio

bool BuildDefs::with_opencolorio

Definition at line 98 of file creator_args.cc.

Referenced by build_defs_init(), and print_help().

◆ with_opengl_backend

bool BuildDefs::with_opengl_backend

Definition at line 99 of file creator_args.cc.

Referenced by build_defs_init(), main_args_setup(), and print_help().

◆ with_renderdoc

bool BuildDefs::with_renderdoc

Definition at line 100 of file creator_args.cc.

Referenced by build_defs_init(), main_args_setup(), and print_help().

◆ with_vulkan_backend

bool BuildDefs::with_vulkan_backend

Definition at line 101 of file creator_args.cc.

Referenced by build_defs_init(), main_args_setup(), and print_help().

◆ with_xr_openxr

bool BuildDefs::with_xr_openxr

Definition at line 102 of file creator_args.cc.

Referenced by build_defs_init(), main_args_setup(), and print_help().


The documentation for this struct was generated from the following file: