Revision 485b07d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 10:30 (GMT) |
give action access to current time per particle |
Revision d1ed9dd by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 28, 2019, 09:49 (GMT) |
Merge branch 'master' into greasepencil-object |
June 28, 2019, 09:38 (GMT) |
Fix message subscriber using the wrong workspace |
June 28, 2019, 09:38 (GMT) |
Revert "Fix invalid area tool being set from message passing" This reverts commit 9ec8887599b1c14dac47cca1a073fa50b333d5ee. Causes assert when selection changes modes. |
June 28, 2019, 09:38 (GMT) |
Merge remote-tracking branch 'origin/master' into sybren-usd |
June 28, 2019, 09:37 (GMT) |
USD: reworked mesh writing code The geometry and material handling is now done in separate functions, and has been slightly optimised for clarity. |
Revision 58452b0 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 09:32 (GMT) |
initial test for spawning new particles in an action |
June 28, 2019, 09:22 (GMT) |
Fix OpenMP library for tests on macOS |
Revision 7882974 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 08:53 (GMT) |
split EmitTarget into EmitTargetBase and TimeSpanEmitTarget |
Revision fad7613 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 08:45 (GMT) |
simulate newly created particles until there are no new ones |
Revision b928475 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 08:34 (GMT) |
separate partial simulation of new particles from emitters |
June 28, 2019, 08:22 (GMT) |
Fix T63694: Crash using tool gizmos with multiple windows Gizmo group types now store a user count so they aren't unlinked while other tools are using them. The tool system now works with multiple windows. |
June 28, 2019, 08:13 (GMT) |
Fix T62990: Selecting bones causes pose to be re-evaluated |
Revision 2835c8d by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 07:59 (GMT) |
allow SmallVector to use ArrayRef |
June 28, 2019, 07:48 (GMT) |
Fix T66105: Changing force field does not update simulation |
June 28, 2019, 07:43 (GMT) |
Fix T66200: Changing workspaces / modes doesn't update tools Changing the workspace or mode from one window may need to change the active tool in another window since two different workspaces may share an object. |
June 28, 2019, 07:38 (GMT) |
Fix invalid area tool being set from message passing This wasn't working with multiple windows, WM_toolsystem_do_msg_notify_tag_refresh could use a workspace from a different window to the screen that owned the area. Instead of fixing, remove these since they aren't needed anymore since changing modes now refreshes the tool system. |
Revision 83a8f83 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 07:16 (GMT) |
simulate particles of all types at the same time |
Revision d1d7dc4 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 28, 2019, 07:00 (GMT) |
Gpencil: fixed "totweight" count in sample functions. |
Revision 7326d0a by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 28, 2019, 06:56 (GMT) |
Merge branch 'master' into functions |
|