tornavis/source
Campbell Barton f7a4ede79f Python: change bpy.app.binary_path behavior WITH_PYTHON_MODULE
The following changes have been made to this attribute with
WITH_PYTHON_MODULE is defined:

- Defaults to an empty string (instead of pointing to __init__.so).
- It's writable, so script authors can point to a valid Blender binary.

`where_am_i(..)` is no longer used by BKE_appdir_program_path_init,
there is now a separate code-path for setting the initial program
directory, calls after this can be used to set the binary path.
2022-09-09 14:01:41 +10:00
..
blender Python: change bpy.app.binary_path behavior WITH_PYTHON_MODULE 2022-09-09 14:01:41 +10:00
creator Cleanup: cmake line length, wrapping 2022-09-09 11:52:14 +10:00
tools@2a541f164a Fix submodule refs 2022-08-31 10:02:42 -07:00
CMakeLists.txt