Revision bb537df by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 13:46 (GMT) |
cleanup remove unused return parameter |
June 28, 2019, 13:45 (GMT) |
Creator: Clarify verbosity command line argument Hopefully it is now clear that verbosity needs to be used with flags which are enabling debug messages. |
June 28, 2019, 13:45 (GMT) |
Fix non-working verbosity when set prior to --debug Before this change doing something like `--verbose 10 --debug-cycles` did not properly set verbosity, only using those arguments in an other way around was leading to a correct verbosity level. |
June 28, 2019, 13:45 (GMT) |
[Fast import/export] Refactoring, using DEG_OBJECT_ITER, fixed crash when UVs don't exist for object, fixed applying scale and axis remap |
Revision 3dbd8b8 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 13:43 (GMT) |
compute ideal offsets only once per particle per time step I have to bring back simulating multiple events per particle now. |
Revision 7b725f5 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 28, 2019, 13:41 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 6c5a2fe by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 13:33 (GMT) |
refactor: move computation of ideal offsets up |
June 28, 2019, 13:31 (GMT) |
Merge branch 'master' into temp-gpencil-drw-engine Conflicts: source/blender/draw/engines/gpencil/gpencil_engine.c |
Revision 4c85e86 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 13:31 (GMT) |
refactor applying remaining particle offsets |
Revision b0f2b24 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 13:12 (GMT) |
cleanup |
June 28, 2019, 13:05 (GMT) |
Fix issue in Blender 2.7x mask keymap after recent changes |
June 28, 2019, 13:03 (GMT) |
Remove Sticky option from the Floor constraint This option from the very beginning of its existence needed more work to make it work correct and this was never done. This option was working fine during continuous playback, when there are no skipped frames, but it was failing when AV-sync of framedrop was enabled. It was never working correct when jumping between frames, including rendering on a farm which usually does frame-range based rendering. With copy-on-write things became even more tricky, since the "stuck" flag was never preserved between re-evaluations. Fixes T65683: Sticky Option in Floor Constraint for Bones Not Working |
Revision 40f6505 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 12:58 (GMT) |
loop only over particles with events instead of all |
June 28, 2019, 12:57 (GMT) |
Python Templates: Small fix for gizmo custom geometry The mouse offset was inverted (the widget was going the opposite direction as the mouse movement). |
June 28, 2019, 12:57 (GMT) |
Python Templates: Update Custom Nodes tooltip Since we exposed the editors sub-types to the type editor selector, this template no longer shows in the head, but in the type editor selector. |
June 28, 2019, 12:57 (GMT) |
Python Templates: Silence _MT_ warning in pie menu template |
June 28, 2019, 12:57 (GMT) |
Python Templates: Fix Operator Mesh Add This was broken since: 06fe2a5e0c5d6202864701cf7fd800e4906057c9 |
June 28, 2019, 12:55 (GMT) |
Cloth: switch active_faces from LinkNodePair to vector<> |
Revision 624794e by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 12:46 (GMT) |
float3 * scalar operator |
June 28, 2019, 12:37 (GMT) |
Python tests: replaced `imp` with `importlib` The `imp` module has been deprecated since Python 3.4, and is replaced by `importlib`. |
|