6ef2e6f6067132eab2f7dd1ab2d91e966e6a901d
In file_browse_invoke, if the path is blank we attempt to use BKE_appdir_folder_default_or_root to get the user's normal document root. However we are not ensuring that the directory path has a trailing slash, which can result in it being misinterpreted as a file path instead, separating out the last path part. This PR only adds a call to BLI_path_slash_ensure. Pull Request: https://projects.blender.org/blender/blender/pulls/123504
…
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%
