BlenderSynth
Examples
API
blendersynth.annotations
blendersynth.blender
blendersynth.file
blendersynth.run
blendersynth.utils
blendersynth.utils.version
Check if the Blender version is equal to the given version number.
If integer provided, only checks major version.
version_num (Union[int, float]) – version number to check against
Union
int
float
bool
Check if the Blender version is greater than or equal to the given version number.
is_version_plus(4.0) equivalent to is version 4.0+