d0157b0b701fbd18530fd34ff2fd1e9dbac77c7f
The internal logic for this operator has become broken over time. - Relative paths could expand using, then be made relative using the blend file - but only for directories (not files). - A trailing slash was added for directories (noted as important), but then ignored when the relative option was disabled. Simplify the logic here: - Use the same relative path logic for all paths. - Add the trailing slash for the directory based on the RNA type instead of checking if the underlying path is a directory. - Remove the logic that stripped the file-name off non-directories since the file selector doesn't allow a filename to be set when selecting a directory.
…
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%
