February 14, 2020, 22:14 (GMT) |
Shading: Extend Vector Math Node with Sin, Cos, Tan and Wrap functions This adds some extra functions recently added to the float Maths Node. Not all functions have been ported over in this patch. Also: + Tidy up menu + Change node color to match other vector nodes, this helps distinguish vector and float nodes in the tree + Move shared OSL functions to new header node_math.h Reviewed By: brecht Differential Revision: https://developer.blender.org/D6713 |
February 14, 2020, 20:35 (GMT) |
GPencil: Change default z-depth offset to 0.150 |
February 14, 2020, 19:41 (GMT) |
Merge branch 'master' into greasepencil-object |
February 14, 2020, 19:40 (GMT) |
GPencil: Fix On/OFF buttons for VFX As the VFX was using if the mode was render, and this mode was shared with the shading type, the Viewport ON/OFF button was not working as expected. Now, the VFX use a is_viewport control and the is_render is not used. |
February 14, 2020, 19:25 (GMT) |
GPencil: Change Weight Paint to Blend values Before, to substract weights it was necessary to press Ctrl key, but now the weight paint work equals to mesh weight paint blending weights and the Ctrl key is not used anymore. This also allows to define the target weight easily. |
February 14, 2020, 18:54 (GMT) |
Fix property warning due to recent commit ```Warning: property 'mode' not found in keymap item 'TRANSFORM_OT_bbone_resize'``` |
February 14, 2020, 18:36 (GMT) |
GPencil: Add rotation effect to Blur and change default value |
February 14, 2020, 18:14 (GMT) |
build_environment: Upgraded Embree to 3.8.0 The latest versions of Embree allow similar motion interpolation as Cycles' own BVH. |
Revision a4574f5 by Bastien Montagne (undo-experiments-swap-reread-datablocks, uuid-undo-experiments-swap-reread-datablocks) February 14, 2020, 18:14 (GMT) |
undoexp: add message when having to actually re-allocate ID during undo. |
Revision cfa0964 by Bastien Montagne (undo-experiments-swap-reread-datablocks, uuid-undo-experiments-swap-reread-datablocks) February 14, 2020, 18:05 (GMT) |
Merge branch 'undo-experiments' into undo-experiments-swap-reread-datablocks Conflicts: source/blender/blenloader/intern/readfile.c |
Revision ea3efd1 by Bastien Montagne (undo-experiments, undo-experiments-swap-reread-datablocks, uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) February 14, 2020, 18:03 (GMT) |
properly use 'unique ID allocation' when reading new ID in undo case. |
Revision e3837de by Bastien Montagne (undo-experiments, undo-experiments-swap-reread-datablocks, uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) February 14, 2020, 17:58 (GMT) |
Merge branch 'id-ensure-unique-memory-address' into undo-experiments |
Revision 388e468 by Bastien Montagne (id-ensure-unique-memory-address, undo-experiments, undo-experiments-swap-reread-datablocks, uuid-undo-experiments, uuid-undo-experiments-swap-reread-datablocks) February 14, 2020, 17:58 (GMT) |
Factorize unique ID mem address allocation into a util functions. |
February 14, 2020, 17:46 (GMT) |
GPencil: Rename some params in Material panel |
February 14, 2020, 17:44 (GMT) |
GPencil: New Rotation parameter for Blur VFX Still pending (only var added) |
February 14, 2020, 17:35 (GMT) |
GPencil: Change Loop option for Onion Skin Now is Show Start Frame |
February 14, 2020, 17:21 (GMT) |
DRW: Fix viewport render always rendering with transparent background |
February 14, 2020, 17:16 (GMT) |
GPencil: Fix Duotone Colorize error in Panel The props were using old BITONE name mode. |
February 14, 2020, 17:07 (GMT) |
GPencil: Convert Blur size to float and avoid unedeed passes if size is 0 |
February 14, 2020, 16:59 (GMT) |
|
|
|


Master Commits
MiikaHweb | 2003-2021