7d52265771ff85bf00dc08b34ab5273f6ad8878b
- Paths of C++-parsed files were not properly 'unixified' on Windows. This was bad both for changes noisyness in PO files, and broke on the un-escaping of `\n` and `\t` sequences. - The `ProcessPoolExecutor` starts sub-processes differently on Linux than on Windows or OSX. While Linux's `fork` keeps the same environment (i.e. all Blender stuff remains available in workers subprocesses), the 'spawn' used on Windows (and reportedly OSX) starts a new bare python interpreter. This means that code executed by these needs to be Blender-agnostic to be portable. The only thing that is currently known broken on non-Linux platforms is the RTL processing of some languages like Arabic or Hebrew.
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
