June 13, 2019, 15:56 (GMT) |
Fix T65445: wrong defaults when appending workspaces from builtin templates |
June 13, 2019, 15:56 (GMT) |
Defaults: refactor startup.blend code, more consistely apply to templates There were various changes only applied to specific builtin templates even though they should apply to all, since it's possible to do e.g. use grease pencil objects in the general template or use mesh sculpting in the grease pencil template. Also, nearly all changes now apply to builtin templates only. This was already the case for most, and the distinction seems to have been more by accident than intent. |
Revision 0d159bf by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 13, 2019, 15:09 (GMT) |
LANPR: Removed duplicated code in stroke modifier. |
June 13, 2019, 14:59 (GMT) |
Fix build error |
June 13, 2019, 14:45 (GMT) |
Industry Compat keymap: Fix broken Tab key in the Text Editor Was being used for operator search here, which doesn't make any sense |
June 13, 2019, 14:42 (GMT) |
Custom Profile Orientation Regularization: Fix first problem with travervsal. Fix build error. More debugging code for marking boundverts as start |
Revision 40a12b4 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 13, 2019, 14:33 (GMT) |
LANPR: Fix pointer conversion for MSVC. |
June 13, 2019, 13:54 (GMT) |
Fix: Sequencer timecodes was using wrong properties - The Start value and the Playhead value both used 'frame_start', which only tells you where the strip was originally inserted. Instead 'frame_final_start' is now used, which results in the correct timeline values. - When scaling the sidebar some of the the labels weren't scaling correctly, this has been fixed - Use Hold Cut/Cut instead of Hard/Soft Cut, for consistency Patch by Peter Fog Differential revision: https://developer.blender.org/D5065 |
June 13, 2019, 13:23 (GMT) |
Fix "Fix Deform" not working in Blender 2.8 Need to copy changes to the evaluated mesh before requesting new deformed mesh. Tested on a file from T32406. |
June 13, 2019, 13:09 (GMT) |
June 13, 2019, 12:41 (GMT) |
Set Node Editor to use Box Select tool by default This makes Shift and Ctrl work properly to extend and subtract selections. This also moves Cut Links to Ctrl-RMB, which doesn't conflict with the selection tool. |
Revision 82c6ebe by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 13, 2019, 11:51 (GMT) |
Merge branch 'master' into greasepencil-object |
June 13, 2019, 11:43 (GMT) |
Cleanup: clang-format |
June 13, 2019, 11:38 (GMT) |
GPencil: Reorganize blend shader Reorganize code and change some functions to mimic other softwares blend modes. Still need more work. |
June 13, 2019, 11:33 (GMT) |
GPencil: Remove blend_opacity from shader The opacity was already used and using it in the shader only duplicate the blend. |
June 13, 2019, 09:34 (GMT) |
Particle system: Move runtime data to runtime field Allows it to be preserved during copy-on-write update when on-geometry related update is needed. This is a required part for T63537, where we need to preserve the entire evaluation data when object is tagged for only RECALC_COPY_ON_WRITE. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D5023 |
Revision dd201e3 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 13, 2019, 09:31 (GMT) |
Merge branch 'master' into functions |
Revision 3005b71 by Sybren A. Stüvel June 13, 2019, 09:13 (GMT) |
Support instanced collections |
June 13, 2019, 09:11 (GMT) |
Clear Datablocks Preview: add some more generic options. Sometimes one may want to nuke all previews altogether, running the operator for all eight individual ID types would be tedious then... |
June 13, 2019, 08:54 (GMT) |
Fix T65034: Viewing material calls frame update handler Use lower level dependency graph evaluation which doesn't run any handlers, doesn't touch sound system, doesn't inform image editors about changes. Should probably move such evaluation steps to a helper function in DEG module, but that is more like a cleanup. Reviewers: brecht Reviewed By: brecht Differential Revision: https://developer.blender.org/D5067 |
|