April 16, 2018, 09:20 (GMT) |
Use int instead of bool Causes issues when including in some files. |
April 16, 2018, 09:20 (GMT) |
Logging: add argument --log-show-basename Optionally strips leading path from filenames when logging. |
April 16, 2018, 09:20 (GMT) |
Cleanup: --help text output Some arguments missed their <value>. |
April 16, 2018, 09:20 (GMT) |
Cleanup: blf internal struct naming - use x/y/width/height/max as a suffix. - replace 'num' prefix /w 'len' suffix. |
April 16, 2018, 09:20 (GMT) |
Logging: add ability to exclude categories. |
April 16, 2018, 09:20 (GMT) |
Docs: doxygen docs for clog |
April 16, 2018, 09:20 (GMT) |
Fix clog: own error allocating from static buffer |
April 16, 2018, 09:20 (GMT) |
Fix logger build w/ MSVC |
April 16, 2018, 09:20 (GMT) |
Build deps: do sndfile patch also on linux platform |
April 16, 2018, 09:20 (GMT) |
C Logging: use instead of printf for messages - See `--log` help message for usage. - Supports enabling categories. - Color severity. - Optionally logs to a file. - Currently use to replace printf calls in wm module. See D3120 for details. |
April 16, 2018, 08:39 (GMT) |
Fix incorrect scene used for building freestyle stroke depsgraph. |
April 16, 2018, 08:19 (GMT) |
Merge branch 'master' into blender2.8 |
April 16, 2018, 08:18 (GMT) |
Make ID icons safe for deletion from threads Added a lock-free deferred queue for deletion. Now if ID icon is requested to be freed from non-main thread, it will be added to the deferred list. Actual deletion will happen later from main thread. Currently actual deletion only happens next time BKE_icon_id_delete() is called, which might not be enough. But it's easy to enforce deferred deletion. Icons for preview images are not covered by deferred deletion yet. Reviewers: mont29 Differential Revision: https://developer.blender.org/D3146 |
April 16, 2018, 08:18 (GMT) |
Added lock-free single linked list implementation Only supports lock-free insertion for now, can not delete element or traverse the list at the same time. |
April 16, 2018, 07:59 (GMT) |
Merge remote-tracking branch 'origin' into blender2.8 |
Revision b2b02c6 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) April 16, 2018, 07:58 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
April 16, 2018, 07:56 (GMT) |
Disable Feature Collada: Tests do not work on unix The tests as they are now make string comparisons. This only works on Windows because the reference files look different for different operating systems because of different number formatting. The collada tests need a complete rework (wip) |
April 16, 2018, 06:51 (GMT) |
Fix object/bone select buffer big-endian sorting |
April 16, 2018, 06:20 (GMT) |
Merge branch 'blender2.8' into blender2.8-workbench |
April 16, 2018, 05:40 (GMT) |
Cleanup: unused function |
|
|
|


Master Commits
MiikaHweb | 2003-2021