February 26, 2019, 16:24 (GMT) |
UI: Show marker lines in remaining animation spaces This also includes fixed/slighly refactored drawing code for marker lines. The old code used the wrong height. Reviewers: brecht Differential Revision: https://developer.blender.org/D4411 |
February 26, 2019, 16:09 (GMT) |
GP: Redesign wireframe mode Now it's possible use the different Wire modes (Single, Object & Random) Also support for x-ray mode. For random colors, the name of the object and the name of the layer is used. Also some parameters cleanup. |
February 26, 2019, 16:04 (GMT) |
GP: Draw: Stroke Trim New edit mode operator and post-processing brush option. Trim works on a single GP stroke. It removes trailing points before and after the first intersection (or loop) nearest to the start of the stroke. |
February 26, 2019, 15:33 (GMT) |
February 26, 2019, 15:32 (GMT) |
February 26, 2019, 15:05 (GMT) |
Fix T61637: Edge extrude always uses normal orientation |
February 26, 2019, 14:38 (GMT) |
Fix (unreported): Snap to grid not considering Focal Length. |
Revision 0425686 by Charlie Jolly (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) February 26, 2019, 14:05 (GMT) |
Merge branch 'master' into greasepencil-object |
February 26, 2019, 13:11 (GMT) |
BLI_math: quat_to_axis_angle was zeroing the axis When there was no rotation the axis was zerod, while not exactly a bug, it means changing the angle does nothing and all axis-angle values are initialized with Y=1, use this convention when resetting the axis too. |
February 26, 2019, 13:07 (GMT) |
Merge branch 'blender2.7' |
February 26, 2019, 13:06 (GMT) |
T61971: Compilation Displacement/Background Kernel Displacement and Background kernels are selectively used, but always compiled. This patch will not compile these kernels when they are not needed. Displacement kernel is only used for true displacement. Background kernel is only used when there is a (Cycles)Light of type `LIGHT_BACKGROUND`. Reviewed By: brecht, #cycles Tags: #cycles Maniphest Tasks: T61971 Differential Revision: https://developer.blender.org/D4412 |
February 26, 2019, 12:35 (GMT) |
Bevel mod: cleanup flags and extra data. Removed a clnors field unneeded after a recent refactor. Finished deprecation of flags that haven't been used since pre-bmesh. |
February 26, 2019, 12:03 (GMT) |
Units: GP Canvas Offset Use PROP_TRANSLATION for this to make it correctly display units in the UI. |
February 26, 2019, 11:45 (GMT) |
T61576: Do Not (Re-)Compile OpenCL kernels The goal of this patch is to have limit the number of times kernels needs to be compiled and are reused as kernels with different compile directives can lead to identical same binaries. The implementation does this by stripping the compile directives. and reshuffling kernels so the output is more likely to be the same. We focussed on the kernels where it was easy to detect and maintain (bundle, bake, displace, do_volume and background). More optimizations could be done but they are probably less obvious. Merged the data_init and state_buffer_size kernels to split_bundle. This patch will also remove empty kernels for do_volume and bake when their features are not enabled. When using the benchmark files there are less background, bake and do_volume kernels compiled. Fix: T61576, T61501, T61466 Reviewed By: brecht, #cycles Differential Revision: https://developer.blender.org/D4390 |
February 26, 2019, 11:17 (GMT) |
Cleanup: Spelling in comment |
February 26, 2019, 11:17 (GMT) |
Depsgraph: Make parameters exit dependent on ID properties |
February 26, 2019, 10:21 (GMT) |
Missed last commit |
February 26, 2019, 10:17 (GMT) |
Transform: fix rotate redo behavior - Add XYZ option. - Orientation now works as expected. Now a redo for rotation works logically, setting the axis to Z & the orientation to view. Resolves T57205 |
February 26, 2019, 10:15 (GMT) |
Transform: don't set the user constraint when it's not set The orientation for the redo panel would be set even when not used, add an 'unset' orientation which defaults to global. |
February 26, 2019, 09:15 (GMT) |
GP: Rename "Dualtone" to "Duotone" |
|
|
|


Master Commits
MiikaHweb | 2003-2021