July 18, 2019, 10:46 (GMT) |
USD: added debug function for printing the export graph |
July 18, 2019, 10:46 (GMT) |
USD: removed 'parent_writer' pointer The `parent_writer` pointer was intended to be used by an Alembic writer, but now it's getting in the way. I'm removing it from the `AbstractHierarchyIterator` with the intent of either restoring it or finding another solution when we actually implement Alembic writers. |
July 18, 2019, 10:46 (GMT) |
USD: Fix missing writer pointer Fixes bug introduced in previous commit. |
Revision ea6bbc1 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 18, 2019, 10:39 (GMT) |
use step block data in more functions |
Revision d1f05d2 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 18, 2019, 10:22 (GMT) |
use step block data in more functions |
Revision a6914c9 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 18, 2019, 10:16 (GMT) |
introduce BlockStepData as container for data that would have to be passed into many functions |
Revision 7aa22a2 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 18, 2019, 10:08 (GMT) |
initial forwarding listeners + particle trail node Still looking for a better name instead of Forwarding Listeners |
July 18, 2019, 09:19 (GMT) |
Cloth: initial steps towards computing face sizing |
Revision 4672d7a by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 18, 2019, 08:37 (GMT) |
Merge branch 'master' into functions |
Revision 7c47656 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 07:55 (GMT) |
Merge remote-tracking branch 'origin/master' into soc-2019-npr |
July 18, 2019, 07:12 (GMT) |
Cloth: initial steps towards dynamic remeshing |
Revision 6e38a00 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 07:12 (GMT) |
GPencil: Fix length modifier wrong callback. |
Revision c0bc74f by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 06:36 (GMT) |
LANPR: Description of auto update write as "frame changes". |
Revision bf7727c by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 06:34 (GMT) |
Cleanup: Make format. |
Revision 46b8493 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 06:33 (GMT) |
GPencil: Sample modifier accepts 3 points at least. |
Revision 10ff306 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 18, 2019, 06:23 (GMT) |
GPencil: Relieable counter for sample function. |
July 18, 2019, 04:53 (GMT) |
Outliner: Search recursively for icons in row Rather than searching just the child list, search recursively down the tree to allow clicking on all icons. |
July 18, 2019, 03:39 (GMT) |
Outliner: Allow clicking on row icons The feature to click on row icons was removed (presumably because the icons now draw stacked with a number, rather than individually). This brings back support for clicking because the benefits of clicking on the icon without opening the element outweighs the con of not being able to select grouped elements. A solution for that is being worked on. |
July 18, 2019, 00:49 (GMT) |
Outliner: Show active improvements Prevent the show active operator from scrolling beneath the allowed scrolling range. This removes jumpy redraws after the operator executes. The horizontal centering is difficult, because the elements outside the view of the outliner do not have the xend properly set and the max width of the outliner is not properly calculated. This means it is not possible to center the x position while keeping the view in range of scrolling. This could be resolved by drawing the outliner after setting the y position, but that is not an ideal solution. |
July 18, 2019, 00:22 (GMT) |
[Fast import/export] Added boiler plate for OBJ importing |
|