Revision 4caa3ae by Lukas Toenne March 5, 2013, 09:34 (GMT) |
Sanity check in the cut-links operator, make sure preview jobs are not running before modifying the node tree. |
Revision 6e76d53 by Lukas Toenne March 5, 2013, 09:34 (GMT) |
Fix #34507, adding reroute node into invalid links would crash the compositor. Compositor relies on correctly tagged invalid links, but the nodeInternalRelink function used to replace reroute nodes in localization did not correctly take this flag into account. If a node replaces a link with an invalid upstream link the resulting link must also be flagged invalid. |
Revision dc4be68 by Campbell Barton March 5, 2013, 07:39 (GMT) |
fix for building with msvc |
Revision 02caa05 by Campbell Barton March 5, 2013, 07:36 (GMT) |
code cleanup: remove unused argument from bli_builddir |
Revision 47c47ef by Campbell Barton March 5, 2013, 07:02 (GMT) |
fix for building with mingw in since recent changes. |
Revision fcc807f by Campbell Barton March 5, 2013, 06:38 (GMT) |
code cleanup: remove unused member of direntry struct, also add include for building on osx. |
Revision 3849489 by Campbell Barton March 5, 2013, 06:26 (GMT) |
patch [#34103] path_util_split_dirstring.patch, path_util_split_dirstring_2.patch, path_util_split_dirstring_3.patch from Lawrence D'Oliveiro (ldo) Get rid of BLI_splitdirstring, replace with calls to BLI_split_dirfile, BLI_split_dir_part and BLI_split_file_part as appropriate. |
Revision 34233e7 by Campbell Barton March 5, 2013, 04:35 (GMT) |
patch [#34103] path_util_cleanups.patch from Lawrence D'Oliveiro (ldo) - Better argument name for BLI_cleanup_path and BLI_cleanup_file - remove redundant BLI_add_slash already done by BLI_cleanup_dir |
Revision 65d6cec by Campbell Barton March 5, 2013, 04:24 (GMT) |
patch [#34103] storage_bli_dir_contents.patch from Lawrence D'Oliveiro (ldo) BLI_dir_contents no longer changes current working directory. |
Revision 2fc10e3 by Campbell Barton March 5, 2013, 04:11 (GMT) |
patch [#34103] storage_bli_file_size.patch from Lawrence D'Oliveiro (ldo) more efficient implementation of BLI_file_size that doesn't open the file. |
Revision b8315af by Campbell Barton March 5, 2013, 03:59 (GMT) |
patch [#34103] fileops_file_is_writable.patch, fileops_file_is_writable_2.patch from Lawrence D'Oliveiro (ldo) More efficient implementation of BLI_file_is_writable using access(2) instead of actually opening file. |
Revision e39f05e by Campbell Barton March 5, 2013, 03:53 (GMT) |
patch [#34103] fileops_1.patch from Lawrence D'Oliveiro (ldo) Add comments and use of bool type in fileops.c |
Revision 1a9cde8 by Campbell Barton March 5, 2013, 03:44 (GMT) |
patch [#34103] dir_contents.patch from Lawrence D'Oliveiro (ldo) - storage.c: Simplify BLI_dir_contents and make it and its internal subsidiary routines reentrant - Moved common code for disposal of a struct direntry to new routine BLI_free_filelist in storage.c, and put calls to it in interface_icons.c and filelist.c - Took out inclusion of BLI_fileops_types.h from BLI_fileops.h and put it explicitly into .c files that need it (which turned out to be only 7 of the 35 files that were including the former) |
Revision f44b54d by Campbell Barton March 5, 2013, 03:17 (GMT) |
patch [#34103] from Lawrence D'Oliveiro (ldo) More use of bool type, necessitating adding inclusion of BLI_utildefines.h, or moving it up in the inclusion order if it was already included, in various places - storage.c: make some variables only used in bli_builddir local to that - storage.c: BLI_file_descriptor_size should allow 0 as a valid file descriptor - path_util.c: make pointers to non-reentrant storage returned from folder routines const, necessitating making variables holding these returned pointers const elsewhere as well - path_util.c: BLI_string_to_utf8 closes iconv context in case of conversion error - blf_lang.c: fill_locales routine now has its own "languages" local variable to construct paths (was stealing internal storage belonging to BLI_get_folder before) |
Revision 47c1570 by Antonis Ryakiotakis March 5, 2013, 02:47 (GMT) |
Image buffer rectangle operation optimization: Remove a switch statement outside of loop and remove a function call. Should give a little speedup when painting inside the image editor. |
Revision 0449552 by Antonis Ryakiotakis March 4, 2013, 22:55 (GMT) |
Convert paint stroke code to write region instead of screen coordinates on mouse event coordinates. Every paint mode operated on and converted back to region coordinates, texture paint does so too so this will help in unifying the systems. ALERT! POSSIBLE BREAKING COMMIT: I have tested all paint systems that use the stroke code and they look like they work well but I would appreciate it if more eyes could test this. |
Revision 0d5b028 by Campbell Barton March 4, 2013, 19:27 (GMT) |
patch [#34103] use boolean in path functions and add comments. path_util_1.patch from Lawrence D'Oliveiro (ldo) |
Revision 013a176 by Campbell Barton March 4, 2013, 18:36 (GMT) |
patch [#34103] use booleans for extensions testing. bli_testextensie.patch - from Lawrence D'Oliveiro (ldo) |
Revision 495aa86 by Sergey Sharybin March 4, 2013, 18:30 (GMT) |
Fix for incorrect subpixel precision of marker when using track offset Issue was caused by the way how pattern sampling happens in case of anchored display: track offset is applying on search buffer which means offset is rounding to an integer. Fractional pat of offset was completely ignoring which lead to jumps in pattern buffer. This was only a visualization issue in track preview widget. |
Revision d1d01ed by Ton Roosendaal March 4, 2013, 17:06 (GMT) |
Bugfix For 2.66a Allow trackpad and magic mouse swipes to control brush size for circle select. (Similar to mousewheel). |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021