Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2838 / 5574

June 24, 2014, 18:04 (GMT)
Use gnu-libc arg order for BLI_sort_r

When building on gnu-libc don't use our own implementation.
June 24, 2014, 17:35 (GMT)
Make main library safe(er) for the threaded usage

Added a lock to the Main which is getting acquired and released
when modifying it's lists.

Should not be any functional changes now, it just means Main is
now considered safe without worrying about locks in the callee.
June 24, 2014, 17:04 (GMT)
Fix example
June 24, 2014, 16:40 (GMT)
Fix own error in recent tooltip commit
June 24, 2014, 14:13 (GMT)
Freestyle: use mathutils_array_parse() instead of its own helper functions.

Patch contribution by flokkievids (Folkert de Vries). Thanks!
June 24, 2014, 14:13 (GMT)
Freestyle: use bool instead of int.

Patch contribution by flokkievids (Folkert de Vries). Thanks!
June 24, 2014, 14:01 (GMT)
move STACK_* macros into BLI_stackdefines.h
June 24, 2014, 13:50 (GMT)
Add MEMCPY_STRUCT_OFS macro for copying values after a struct member

use for DM_to_mesh to avoid clobbering the ListBase
June 24, 2014, 12:14 (GMT)
add STACK_REMOVE macro
Revision 0bc94f8 by Joshua Leung
June 24, 2014, 10:01 (GMT)
Code Cleanup - Using the enum types in more API signatures instead of relying on coders to do the right thing
Revision 95b39ac by Joshua Leung
June 24, 2014, 10:01 (GMT)
Code Cleanup - Replacing shorts with bools and enum types
June 24, 2014, 09:35 (GMT)
Fix T40695: world surface shader incorrectly visible with world volume.
June 24, 2014, 09:07 (GMT)
Update the design of tooltips

- left aligned
- higher contrast between tip text and py-text
- use monospace for py-text

D611 by Severin, design by Plyczkowski, with own minor changes.
June 24, 2014, 08:25 (GMT)
Freestyle: Progress bar updates during mesh loading.
June 24, 2014, 08:25 (GMT)
Freestyle: Fix for a couple of missing names in freestyle.chainingiterators.__all__.
June 24, 2014, 08:23 (GMT)
Followup for the previous commit

Need to do the same for render exec() because it doesn't
use the job system.
June 24, 2014, 08:15 (GMT)
Switch allocator to thread-safe when rendering from the command line

This is needed because render threads would do some allocations like
part buffer allocation and so. This is likely harmless with the lock
free allocator (not on Windows tho), but when using guarded allocator
we need to be sure access to the list of MemHead is safe.
June 24, 2014, 06:31 (GMT)
Fix compilation on OSX after own rB414c70435dcd...

Sigh, why can't all unix have same includes? :/
Revision 9ca0c7e by Joshua Leung
June 24, 2014, 05:53 (GMT)
Ctrl-F now activates the filter-by-name functionality for Animation Editors
Revision afaf6e8 by Joshua Leung
June 24, 2014, 05:53 (GMT)
Improve doxygen comment to include some type info to make it more useful
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021