Zdeněk Doležal
Zdeněk Doležal
When you use the same blender for development and also for art you can messup the installation of addons that you actually want to use with the symlinks from the...
This is super useful if the versions of blender executables are managed workspace-wide (like if you have them in the same repo as add-ons). Then you can just point the...
Launches blender executable without prompting user to select version based on 'defaultExecutableIndex' settings value. By default this launches first Blender available.  Closes #114 #102
When inheriting from some _base_ template for e.g. _internal_ and _external_ documentation, it's desirable to exclude _internal_ contents from the _external_ documentation, but keep one `nav` definition in the base...
Changelog: TODO Documentation: TODO
Transitions `blenderproc` to latest Blender LTS - 4.2.0. This enables to use new Blender features and advantages to its development also in the `blenderproc` environment. This enables: - use new...
Now, if you have Blender installed on your PC, it has config located in the `USER_PATH` (%appdata% on windows). When blenderproc installs its own blender it uses the same settings...
The URL to get the IKEA dataset from no longer exists http://ikea.csail.mit.edu/zip/IKEA_models.zip and results in error. Command output: ``` blenderproc download ikea resources/ikea Downloading the zip file (166mb)... Traceback (most...
### Describe the issue If blenderproc is installed from the repository using `pip install -e . ` in Python 3.12 everything works, and the command `blenderproc` prints help. If you...