Revision df1c400 by Campbell Barton 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. |
Revision 0464876 by Sergey Sharybin 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. |
Revision fc1040c by Campbell Barton June 24, 2014, 17:04 (GMT) |
Fix example |
Revision 1731d47 by Campbell Barton June 24, 2014, 16:40 (GMT) |
Fix own error in recent tooltip commit |
Revision 9563bde by Tamito Kajiyama 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! |
Revision 252eaed by Tamito Kajiyama June 24, 2014, 14:13 (GMT) |
Freestyle: use bool instead of int. Patch contribution by flokkievids (Folkert de Vries). Thanks! |
Revision c5ccbac by Campbell Barton June 24, 2014, 14:01 (GMT) |
move STACK_* macros into BLI_stackdefines.h |
Revision d19d1b5 by Campbell Barton 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 |
Revision 77616cb by Campbell Barton 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 |
Revision 4b209f0 by Brecht Van Lommel June 24, 2014, 09:35 (GMT) |
Fix T40695: world surface shader incorrectly visible with world volume. |
Revision 16baa8c by Campbell Barton 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. |
Revision e7c92f1 by Tamito Kajiyama June 24, 2014, 08:25 (GMT) |
Freestyle: Progress bar updates during mesh loading. |
Revision dd96be3 by Tamito Kajiyama June 24, 2014, 08:25 (GMT) |
Freestyle: Fix for a couple of missing names in freestyle.chainingiterators.__all__. |
Revision 4f0e424 by Sergey Sharybin 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. |
Revision cc0c94d by Sergey Sharybin 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. |
Revision 65bb121 by Bastien Montagne June 24, 2014, 06:31 (GMT) |
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 |
|
|
|


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