Revision ff398d2 by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) July 20, 2019, 09:53 (GMT) |
Merge branch 'master' into functions |
Revision f491355 by YimingWu (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 20, 2019, 08:41 (GMT) |
Merge remote-tracking branch 'origin/greasepencil-object' into soc-2019-npr |
July 20, 2019, 02:14 (GMT) |
Bevel Tool Cut-Off Method: Mostly working implementation This is the first implementation of the cut-off vertex mesh method which just creates an N-gon at the end of each profile. There are a few items that need to be finished, but the structure is working/complete: 1. The direction and length from the boundary vertices to the cut-off faces' corner vertices. 2. Representative "example" faces for the new ngons. |
July 19, 2019, 21:31 (GMT) |
Outliner comment cleanup |
July 19, 2019, 20:50 (GMT) |
Outliner: Merged icon select popup UI tweaks Adjusted some spacing and did some cleanup to the code |
July 19, 2019, 19:56 (GMT) |
Outliner Cleanup: Finish renaming multi object to merged Cleaned up the select code to use the word merged rather than multi object for consistency |
July 19, 2019, 17:34 (GMT) |
Outliner Cleanup: Move merge search to outliner_tools.c Moving to a different file because the search is a menu and that fits in better with the code there compared to the select code. |
July 19, 2019, 16:56 (GMT) |
Outliner: Clear search on creation of merged element search menu Rather than showing the last searched or selected element name in the search button, clear each time the menu is created so all the items are shown by default. |
July 19, 2019, 16:50 (GMT) |
Mesh Batch Cache: Refactor: Fix lnor & vnor display |
July 19, 2019, 16:42 (GMT) |
Outliner: Draw icons in merged icon select menu Get icon for each tree element when listing the menu |
July 19, 2019, 16:33 (GMT) |
Outliner: Use existing function to get unique index for element type Just code cleanup for merged element search menu |
July 19, 2019, 16:13 (GMT) |
Merge branch 'master' into soc-2019-outliner |
July 19, 2019, 16:06 (GMT) |
USD: initial support for exporting lights USD does not seem to support spot lights, so those aren't exported yet. The units used for the light intensity is also still a bit of a mystery. |
July 19, 2019, 15:48 (GMT) |
Cloth: added derivative for single value Important for obstacle metric calculation. |
July 19, 2019, 15:20 (GMT) |
Mesh Batch Cache: Refactor Part 6 Add back subdiv facedot correct position. |
July 19, 2019, 15:19 (GMT) |
Mesh Batch Cache: Refactor Part 5 - Add Vcol support - Add UV/Tangent support - Add Orco support - Add Paint Line Mask support - Add Adjacency Lines support - Add EditUV face/line/point/facedot support - Add EditUV data flag support - Add EditUV StretchAngle/Area support - Add Facedots select index support - Add Weight support - Add Mesh Analysis support |
July 19, 2019, 15:10 (GMT) |
Cloth: fix derivative function The matrix was being transposed instead of inversing. |
July 19, 2019, 14:46 (GMT) |
Cloth: initial steps for obstacle metric planes calculation |
Revision 475aca0 by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 19, 2019, 13:51 (GMT) |
GPencil: Fix errors after merge and compiler warnings The BKE_text_write function parameter list changed. Added some UNUSED_VARS to functions in development. |
Revision c4b57de by Antonio Vazquez (greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 19, 2019, 13:29 (GMT) |
Merge branch 'master' into greasepencil-object |
|