ac251cbe25b7b7fc1786f8055300728a773bf752
The only WIN32 specific behavior the drive or UNC prefix is skipped (except for it's slash), allowing WIN32 & Unix paths to share the same code-path. Note that this changes behavior for WIN32 when there are too many parent directories, where ".." that move before the root directory are removed instead of being left in the path. e.g: `C:\a\..\..\b` resolved to `C:\..\b` whereas now the result is `C:\b`. This matches Python's `os.path.normpath`.
…
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%
