blenderproc.python.utility.InstallUtility module¶
-
class
blenderproc.python.utility.InstallUtility.
InstallUtility
[source]¶ Bases:
object
-
static
determine_blender_install_path
(is_config, args, user_args)[source]¶ Determines the path of the blender installation
Parameters: Return type: Returns: - The path to an already existing blender installation that should be used, otherwise None
- The path to where blender should be installed.
-
static