Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3270 / 5574

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.
March 5, 2013, 07:39 (GMT)
fix for building with msvc
March 5, 2013, 07:36 (GMT)
code cleanup: remove unused argument from bli_builddir
March 5, 2013, 07:02 (GMT)
fix for building with mingw in since recent changes.
March 5, 2013, 06:38 (GMT)
code cleanup: remove unused member of direntry struct, also add include for building on osx.
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.
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
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.
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.
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.
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
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)
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)
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.
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.
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)
March 4, 2013, 18:36 (GMT)
patch [#34103] use booleans for extensions testing.
bli_testextensie.patch - from Lawrence D'Oliveiro (ldo)
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.
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).

Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021