May 26, 2019, 15:25 (GMT) |
May 26, 2019, 14:37 (GMT) |
Fix T64989 Bevel hangs with Mark Sharp sometimes. Code for extending sharp edges assumes ADJ pattern and this example uses TRI_FAN pattern. This change doesn't fix TRI_FAN mark sharp bug at least won't infinite loop any more. |
Revision f78e1de by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 26, 2019, 14:24 (GMT) |
Merge branch 'master' into greasepencil-object |
May 26, 2019, 10:43 (GMT) |
Fix misleading image color space and alpha tooltips |
May 26, 2019, 10:21 (GMT) |
Fix Cycles packed images not handling channel packed alpha correctly |
May 25, 2019, 23:18 (GMT) |
Fix: BLI_task_test deadlock on windows. This patch makes BLI_task_scheduler_create wait for all worker threads to have started before returning to caller. For very short workloads (BLI_taks_test) there is the chance that the worker threads have not fully started yet, and the main thread is calling pthread_join at the same time as pthread_setspecific is being called on the worker threads which causes a deadlock on pthreads4w. Differential Revision: https://developer.blender.org/D4936 Reviewed By: mont29, sergey, brecht |
May 25, 2019, 19:56 (GMT) |
Merge branch 'master' into soc-2019-outliner |
May 25, 2019, 19:44 (GMT) |
Outliner: Open Scene list elements by default Ensures that Scenes in the outliner scene display mode start opened. |
May 25, 2019, 19:22 (GMT) |
blenlib: Fix build warning with MSVC The declaration and implementation of BLI_path_name_at_index were out of sync leading to build warning C4028: formal parameter 1/3/4 different from declaration |
May 25, 2019, 19:05 (GMT) |
cycles_render: Fix unused variable build warning with MSVC |
May 25, 2019, 19:04 (GMT) |
bf_intern_opencolorio: Fix unused variable build warning with MSVC. |
May 25, 2019, 18:58 (GMT) |
ghost/windows: Fix Build warnings with MSVC. The order of the initializers did not follow the order they were declared in the class definition leading to warning C5038 |
May 25, 2019, 18:45 (GMT) |
blenlib: Fix debug build warning with MSVC. Wrong printf format specifier was used leading to warning C4477 |
May 25, 2019, 18:23 (GMT) |
imbuf/oiio: Resolve build warnings with MSVC. math.h and oiio's missing_math.h where clashing over the definitions of common math defines like M_PI. |
May 25, 2019, 18:13 (GMT) |
CMake/MSVC: Mark headers in the libdir as system headers. This marks the headers in the LIBDIR as system headers and changes the warn to /W0 on msvc versions that support it. This resolves some warnings we would had to completely repress otherwise. |
May 25, 2019, 13:41 (GMT) |
Fix T64582: bevel spikes sometimes The code to move the profile plane needed to not do that in a few more cases. |
May 25, 2019, 08:49 (GMT) |
Fix T65106: Add missing Copy Keymap for GPencil Sculpt mode The Ctrl+C keymap was missing in Sculpt mode |
May 25, 2019, 02:45 (GMT) |
Fix T65092: error with gizmos using freed keymaps Caused by 5adfc51a0fc7f, sharing keymaps caused changing tools to unregister gizmos and remove their keymaps. Workaround for now by not removing the keymap. |
May 25, 2019, 01:24 (GMT) |
Cleanup: warnings building without ASAN |
May 24, 2019, 22:21 (GMT) |
Update "Overriding Context" API example |
|
|
|


Master Commits
MiikaHweb | 2003-2021