Revision 3fea7cb 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) January 11, 2018, 09:04 (GMT) |
Add ui_scale factor to color picker |
January 11, 2018, 08:41 (GMT) |
Further fixes to new RNA props diff code. Unfortunately, we cannot perform set/unset checks on 'resolved' properties (i.e. from actual IDProperties pointers, and not virtual RNA placeholders)... IDProps in RNA are rather challenging topic. :| This should fully fix T53715: 2.8: Removing keymap items no longer works |
January 11, 2018, 08:18 (GMT) |
Fix T53311: transform edge/normal orientation When the edge is aligned with it's own normals, transform orientation wasn't aligned with the edge. |
January 11, 2018, 07:48 (GMT) |
Fix T53755: Cycles OpenCL lamp shaders have incorrect normal. |
January 11, 2018, 05:04 (GMT) |
UI: option not to show screen splitting widgets Request for simplified Blender template, this may be extended to limit access to other UI changes that could be pressed by accident. |
January 11, 2018, 02:27 (GMT) |
Merge branch 'blender2.8' into asset-engine |
January 11, 2018, 02:23 (GMT) |
Merge branch 'master' into blender2.8 |
January 11, 2018, 02:16 (GMT) |
UI: don't draw outline when it's not calculated Outline drawing was running even when there were no verts to draw. Causes an assert in 2.8. |
January 11, 2018, 01:58 (GMT) |
Cycles: support animated object scale in motion blur. This was disabled previously due to CUDA compiler bugs, see T32900. Differential Revision: https://developer.blender.org/D2937 |
January 11, 2018, 01:34 (GMT) |
Fix generating dummy pixel data Range was for an unsigned int instead of an int, caused overflow error |
Revision d0e0f33 by Philipp Oeser / Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 11, 2018, 00:17 (GMT) |
Fix T53752: Draw curve fails w/ stylus |
January 10, 2018, 23:56 (GMT) |
Fix T53455: Object disappear w/ TrackTo constraint Regression caused by own commit 16fbb47c886, this is really an edge case though since calling normalize twice fixes. |
January 10, 2018, 23:21 (GMT) |
Fix T53752: Draw curve fails w/ stylus |
January 10, 2018, 23:14 (GMT) |
Merge branch 'master' into blender2.8 |
January 10, 2018, 23:01 (GMT) |
Cleanup: BKE naming conventions for datablock add/localize Conventions were already followed nearly everywhere. |
January 10, 2018, 23:00 (GMT) |
Fix Windows compiler warning using WITH_CYCLES_NATIVE_ONLY. |
January 10, 2018, 23:00 (GMT) |
Fix issue with moving CUDA memory to host and multiple devices. This is not expected to fix all issues. Also adds some more details to error reporting to investigate failures. |
January 10, 2018, 23:00 (GMT) |
Fix T53692: OpenCL multi GPU rendering not using all GPUs. Ensure each OpenCL device has a unique ID even if the hardware ID is not unique for some reason. |
January 10, 2018, 22:02 (GMT) |
Cleanup: Naming, avoid passing bContext to low-level function, etc |
January 10, 2018, 21:45 (GMT) |
Fix crash when deleting collections With factory settings, steps to reproduce were: * Select "Collection 1" (in "RenderLayer") * Delete It might crash at this point, although maybe this crash is ASAN only. However, this was also doing some weird things that I've corrected now. It called outliner_build_tree in an operator callback. This should only be called in the main redraw function or so, not in regular handlers. Instead, we manually cleanup the tree to keep it valid. |
|
|
|


Master Commits
MiikaHweb | 2003-2021