Revision ffeea91 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 17, 2019, 09:59 (GMT) |
don't use signature in function anymore |
Revision e0032e8 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 17, 2019, 09:46 (GMT) |
remove more dependencies on signature and parameter types |
May 17, 2019, 09:31 (GMT) |
Fix: Sequencer Cache panel was accidentally removed in 86eefefdc1aa Also fixed one last panel missing a category |
Revision d6eb966 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 17, 2019, 09:18 (GMT) |
move more signature logic into function |
Revision 3bc0310 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) May 17, 2019, 09:11 (GMT) |
Merge branch 'master' into functions |
May 17, 2019, 08:45 (GMT) |
Fix T64733: Error baking action scene.update() needs to be replaced with view_layer.update() after rBe693918d4074 note: will go over other occurances of scene.update() in a different commit |
Revision 78a8b20 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 17, 2019, 08:45 (GMT) |
Merge branch 'master' into greasepencil-object Conflicts: source/blender/makesdna/DNA_object_types.h |
May 17, 2019, 08:43 (GMT) |
API Docs: fix mistake in example code |
May 17, 2019, 08:38 (GMT) |
Report an error when trying to remove non-in-main datablock After recent dependency graph API changes it became easy to violate ownership design (since its changed) and request removal of out-of-main temporary mesh. This confuses Blender and can cause crashes/locks. Fixes T64731: Blender freezes after assigning result of object.to_mesh() |
May 17, 2019, 08:34 (GMT) |
API Docs: add example use cases for mesh functions, fix wrong description |
May 17, 2019, 08:24 (GMT) |
Depsgraph: State behavior details more explicitly |
May 17, 2019, 08:01 (GMT) |
May 17, 2019, 05:02 (GMT) |
Mesh Select: use select context instead of static structs This patch does not bring any functional change, but it does expose some utilities that can be very useful to correct occlusion and performance problems of Circle Select and similar. Creating a selection context still makes it easier to track issues. |
May 17, 2019, 04:11 (GMT) |
Fix face mask edge select drawing All edges were drawing black. |
May 17, 2019, 04:04 (GMT) |
3D View: Support texture paint mask clipping |
May 17, 2019, 02:48 (GMT) |
UI: add tool panel for node editor, use tabs This follows the 3D view, adding an "Options" tab. |
May 17, 2019, 00:03 (GMT) |
makesdna: Fix build error on win32. Win32 has some special struct alignment rules that makesdna is not warning about. See https://developer.blender.org/T63164#652815 for details. |
Revision abe5724 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 16, 2019, 18:48 (GMT) |
GPencil: Fix crash adding new layer The derived frame was not initializated to NULL. |
May 16, 2019, 18:25 (GMT) |
Tests: add more descriptive messages when idiff is not available Based on patch contributed by Diana Picus in D4355. |
May 16, 2019, 18:15 (GMT) |
Preference: don't autosave preferences when running with --factory-startup This case is likely intended to be temporary, for manual or automated tests. |
|
|
|


Master Commits
MiikaHweb | 2003-2021