bdk-blender/source/creator
Campbell Barton ca8a168565 Fix #115056: man-page fails to build with non-portable install
This effectively reverts [0] which required the installed Blender
along with the `bpy` module to load for the install target to generate
the man-page. It turns out running a full Blender at install time can be
quite involved.

Now the man-page generator runs `blender --help` & `blender --version`,
converting the output into a man-page from a Python script.

Some minor changes have also been made:

- Use PYTHON_EXECUTABLE so the systems Python
  (which may not be compatible) isn't used.
- Remove leading blender version from the description
  which was unintentionally being included.

[0]: 61d99d450e
2023-12-01 11:04:46 +01:00
..
blender_launcher_win32.c License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
buildinfo.c Fix build error in fcacebbfb1 2023-07-26 15:52:54 +10:00
CMakeLists.txt Fix #115056: man-page fails to build with non-portable install 2023-12-01 11:04:46 +01:00
creator_args.cc Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
creator_intern.h License Headers: Set copyright to "Blender Authors", add AUTHORS 2023-08-16 00:20:26 +10:00
creator_signals.cc Cleanup: Move BLO headers to C++ 2023-08-28 15:01:05 +02:00
creator.cc Revert changes from main commits that were merged into blender-v4.0-release 2023-10-30 21:40:35 +01:00
symbols_apple.map Build: hide all symbols except a few required ones on Linux 2022-07-29 17:54:32 +02:00
symbols_unix.map Build: changes needed to build on FreeBSD 2023-03-22 14:15:46 +01:00