This repository has been archived on 2023-10-09 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
ec6e7d97cab6db523b1339cf04d4e61eb9c15a45
BLI_current_working_dir and improve tests.
While some implementations of `getcwd` may return an allocated string instead of the given char buffer in some cases, this is not the expected behavior of the BLI wrapper. Not to mention the danger of returning a pointer to a static char buffer... Improve `ChangeWorkingDirectoryTest` to be more 'full check' regarding behavior of both `BLI_current_working_dir` and `BLI_change_working_dir`. Also move call to `BLI_threadapi_init` into proper `SetUp` method (to have correct symmetry with the call to `BLI_threadapi_exit` in the `TearDown` one). Based on investigation by Charles Wardlaw (@CharlesWardlaw). Pull Request #105220
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
67.4%
C++
23.4%
Python
6.1%
CMake
1.5%
GLSL
1.1%
Other
0.4%
