June 20, 2019, 15:48 (GMT) |
Fix T65802: F-curves modifiers in nodes doesn't updates properly The other built in modifiers, except the generator modifier, seems to update the depsgraph thought some RNA magic. However the generator seem to be a bit special and doesn't get included into this. Now we manually update the depsgraph on value changes to the generator modifier. |
June 20, 2019, 15:03 (GMT) |
Revision 2708515 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 20, 2019, 14:32 (GMT) |
Merge branch 'master' into gp_stencil |
Revision f1369dd by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 13:49 (GMT) |
bring back multithreading support |
Revision ad051d4 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 13:20 (GMT) |
don't inline simulation functions to make profiles more useful |
Revision a29da3b by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 13:17 (GMT) |
remove outdated simulation code |
Revision 82c4bdc by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 13:16 (GMT) |
move events and actions to separate files |
June 20, 2019, 13:15 (GMT) |
Fix T65775: UV projection is dependant of the object position The rotation matrix included the global object offset too. Now we only take into account the actual offset that what sent to the function. Reviewed By: Brecht Differential Revision: https://developer.blender.org/D5094 |
Revision f0cca10 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 13:05 (GMT) |
use mesh surface emitter again |
Revision 0bf6fa4 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 12:56 (GMT) |
test multiple events |
June 20, 2019, 12:38 (GMT) |
Fix T65877: crash when baking in sculpt mode Also fixes bug where mesh with multires modifier is invisible in render while in sculpt mode. Differential Revision: https://developer.blender.org/D5099 |
Revision 9c7c2d0 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 12:34 (GMT) |
support for multiple events per particle per time step |
Revision 0886cdb by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 12:23 (GMT) |
support killing particles again |
Revision c7b1129 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 11:57 (GMT) |
bring back event handling |
Revision 67e594e by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 20, 2019, 11:44 (GMT) |
Merge branch 'master' into gp_stencil |
Revision 3af63f1 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 20, 2019, 11:37 (GMT) |
GPencil: Undo changes to use evaluated data in paint There are problems when delete points and strokes and need a full redesign. |
Revision bcc877e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 10:51 (GMT) |
compress blocks after each simulation step |
Revision 2a9316d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 10:44 (GMT) |
actually free emitters etc. |
Revision 831d566 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 10:36 (GMT) |
apply forces to particles again |
Revision cfb18bb by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 20, 2019, 10:21 (GMT) |
Pass particle influences into the right functions |
|