Revision 9db3440 by Sergey Sharybin January 14, 2016, 07:46 (GMT) |
CMake: Add additional search path for OpenSubdiv This patch will match where install_deps puts OpenSubdiv. |
Revision 2fcacbb by Sergey Sharybin January 14, 2016, 07:44 (GMT) |
Revision 90e827b by Sergey Sharybin January 14, 2016, 07:38 (GMT) |
CMake: De-duplicate checks around unordered maps and shared pointer Previously several areas were calling TEST_SHARED_PTR_SUPPORT and TEST_UNORDERED_MAP_SUPPORT which isn't that bad on it's own but was causing some quite verbose output with same information line printed multiple times. additionally, what's more worse, define flags for Ceres were duplicated in main CMakeLists and Ceres's CMakeLists. Now we've got a single place where checks for those classes are happening and other areas are simply checking for variables set by those check macros, keeping CMake output clean and nice. |
Revision 2af7637 by Sergey Sharybin January 14, 2016, 07:27 (GMT) |
Cycles: Add option to directly link against CUDA libraries The main purpose of such linking is to make Blender compatible with NVidia's debuggers and profilers which are doing some LD_PRELOAD magic to intercept some function calls. Such magic conflicts with our CUDA wrangler magic and causes segmentation faults. The option is disabled by default, so there's no affect on any of artists. In order to make Blender linked directly against CUDA library use the WITH_CUDA_DYNLOAD CMake option (it's marked as advanced). |
Revision d67535e by Campbell Barton January 14, 2016, 04:29 (GMT) |
Weight Painting: Respect locks w/ auto-normalize |
Revision 10ac7c0 by Campbell Barton January 14, 2016, 03:05 (GMT) |
Fix weight paint normalizing w/ locked groups Reported as part of T47123 Checks for locked groups assumed auto-normalize and would distribute wight between groups even with auto-normalize disabled. |
Revision 3a51a90 by Campbell Barton January 14, 2016, 02:49 (GMT) |
Revision 5e13236 by Campbell Barton January 14, 2016, 02:19 (GMT) |
Correct NULL checks in recent weight-paint fix |
Revision 9f05fe0 by Campbell Barton January 14, 2016, 02:00 (GMT) |
Cleanup: use const qualifier in makesdna |
Revision f5604af by Campbell Barton January 14, 2016, 02:00 (GMT) |
Cleanup: use BM_mesh_* prefix for BMesh functions |
Revision bc3db85 by Campbell Barton January 14, 2016, 01:55 (GMT) |
UI: show error when pasting fails |
Revision 3e0f117 by Campbell Barton January 13, 2016, 23:08 (GMT) |
Revision 3097119 by Campbell Barton January 13, 2016, 22:45 (GMT) |
Add object & pose-mode select more/less menus Exposes object parent/child select, which wasn't in any menus. |
Revision de79d04 by Campbell Barton January 13, 2016, 22:45 (GMT) |
Add object mode select more/less Simple operator that selects using parent/child links. |
Revision 5371102 by Alexander Romanov January 13, 2016, 08:38 (GMT) |
BI "Real Sky" option works incorrectly for environment texture. How to check? 1) Set Rendered mode for 3d View 2) Set "Blend Sky" and "Real Sky" flags for world. Rotate view you will see right color blending from Horizon to Zenith color. 3) Add environment texture Rotate view and you will see incorrect texture mapping that is not correspond to color blending that was observed in previous step. So I conclude that this is a bug. This issue must be solved before the patch D1414 because BI behavior is the viewport target. Example: {F273051} Alexander (Blend4Web Team) Reviewers: sergey Reviewed By: sergey Subscribers: Evgeny_Rodygin, AlexKowel, yurikovelenov Differential Revision: https://developer.blender.org/D1729 |
Revision 7f2b8e7 by Sergey Sharybin January 13, 2016, 08:18 (GMT) |
Revision 348fc7f by Campbell Barton January 13, 2016, 04:11 (GMT) |
Remove outdated assert |
Revision a14c67b by Campbell Barton January 13, 2016, 03:49 (GMT) |
Polyfill2d: improve sweep clipping logic Now only reverse the fill direction when reaching a non-concave corner. Gives ~4x speedup here in tests with complex ngon. |
Revision e2715b1 by Bastien Montagne January 12, 2016, 18:59 (GMT) |
Final OMP -> BLI_task commit for sculpt code. |
Revision a934da6 by Campbell Barton January 12, 2016, 17:05 (GMT) |
BMesh: select next can now step over existing selection |
|
|
|


Master Commits
MiikaHweb | 2003-2021