| 1 | | |
| | 1 | A preliminary patch for blender 2.47 |
| | 2 | |
| | 3 | * partial GHOST implementation (taken over from my old ZETA port) |
| | 4 | (no keyboard interaction; commented in the code) |
| | 5 | * scons build system configuration file (haiku1-config.py) |
| | 6 | with lots of commented dependencies |
| | 7 | * blender runs "fine" as in it starts and allows for mouse interaction |
| | 8 | * downside: splash screen and menus don't appear correctly, respectively not at all |
| | 9 | due to the missing double buffering implementation in MesaSoftwareRenderer; |
| | 10 | or lets say that is my suspicion. (IIRC I had to massage ZETAs BGLView implementation |
| | 11 | from Mesa too, to get splash and menus to work for the 2.42 port) |
| | 12 | |
| | 13 | Requirements (TODO add to portlog page itself): |
| | 14 | * python, scons, libjep, libtiff, SDL |
| | 15 | |
| | 16 | Usage: |
| | 17 | * apply the patch |
| | 18 | * from the blender 2.47 source root: scons |
| | 19 | (this will create a build-haiku1 directy next to the blender source directory where you can also find the binary afterwards) |
| | 20 | |
| | 21 | All this was written from memory. No guarantee for completeness. |