Blender Git Commit Log

Git Commits -> Revision 266e1b3

Revision 266e1b3 by Lukas Toenne (master)
February 17, 2014, 16:17 (GMT)
Fix T38680: File output subpath file-select operator uses absolute path.

This is because the sub-paths of the individual sockets are defined as
FILEPATH properties, which automatically adds the standard fileselect
operator button in the uiLists. However, that operator returns full
paths only, with no direct way to make them relative to the base path.

So for now i've turned the subpath properties into regular strings,
which removes these operator buttons but should at least avoid the
confusion.

Eventually new operators could be defined for this, which use the file-
select operator and then make the path relative.

Commit Details:

Full Hash: 266e1b3b4f67ba320af16f4a1f806e49c3f9de25
Parent Commit: fc92151
Lines Changed: +1, -1

1 Modified Path:

/source/blender/makesrna/intern/rna_nodetree.c (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021