Revision 6736ce6 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) June 26, 2019, 09:34 (GMT) |
Merge branch 'master' into functions |
Revision a400ce4 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 26, 2019, 09:02 (GMT) |
LANPR: collection GP target now working. |
Revision 3fffd65 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 26, 2019, 08:28 (GMT) |
LANPR: collection and object usage flags now effective. object flags overrides modifier. |
Revision 0d0f380 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 26, 2019, 07:32 (GMT) |
LANPR: Object usage flag is effective now. |
Revision a943a2e by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 26, 2019, 07:20 (GMT) |
LANPR: move "usage" settings into struct ObjectLANPR. |
Revision fbbffc0 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 26, 2019, 06:29 (GMT) |
LANPR: separate thresholds for image/geometry space chaining. |
Revision a4147ed by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 26, 2019, 06:02 (GMT) |
LANPR: Fixed occlusion bugs in first-step chaining. |
Revision 85aa8ab by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 26, 2019, 05:28 (GMT) |
LANPR: shaders now support main color/thickness. |
Revision c6f58fc by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) June 26, 2019, 04:44 (GMT) |
Merge branch 'master' into soc-2019-npr |
June 26, 2019, 03:12 (GMT) |
Cleanup: Removed "shorty" which was a relic of the color evaulation for CurveMapping |
June 26, 2019, 03:10 (GMT) |
Cleanup/Comments: Small changes, new variable names, and changed/added comments |
June 26, 2019, 02:37 (GMT) |
Removing and editing various comments |
June 26, 2019, 02:18 (GMT) |
ProfileWidget: Improved drawing when zoomed out. The fill polygon is now completed to fill up to the bottom and right edges of the view, like we're visualizing the profile on the corner of a beveled rectangle. |
June 26, 2019, 01:50 (GMT) |
Merge branch 'master' into soc-2019-outliner |
June 26, 2019, 01:47 (GMT) |
Synced Selection: Sync outliner selections to view layer Outliner select operators now flush their selections to the active view layer when synced selection is enabled. |
June 25, 2019, 14:02 (GMT) |
USD: be more selective about what to export each frame To prevent too large USD files, we now have a bit of a framework to only write data on the first frame for non-animated objects. This needs more work, though, as it can be made more selective. |
June 25, 2019, 14:00 (GMT) |
USD: Initial support for exporting animated data Mesh and transform animation are now written when passing `animation=True` to the export operator. There is no inspection of whether an object is actually animated or not, so this will likely export too much information (each mesh is written for each frame in the scene). The administration of which timecode to use for the export is left to the file-format-specific concrete subclasses of `AbstractHierarchyIterator`; the abstract iterator itself doesn't know anything about the passage of time. |
June 25, 2019, 13:32 (GMT) |
Synced Selection: Fix syncing not working Removing some changes that were supposed to address extending the selection, but they were preventing the replace selection from behaving properly. |
June 25, 2019, 12:58 (GMT) |
USD: Commented-out most debug prints Things are starting to work, so the debug prints aren't necessary any more. They will be completely removed at some point, but I'm keeping them in the code for now so that I can quickly enable them when necessary. No functional changes. |
June 25, 2019, 12:53 (GMT) |
BKE_anim: added comment to explain the matrix `DupliObject.mat` `DupliObject.mat` contains the world matrix of the duplicated object, and this knowledge is now available in a comment. |
|