June 14, 2020, 10:39 (GMT) |
GPencil: Replace loops by FOREACH macro |
Revision 01c5217 by Falk David / Antonio Vazquez (greasepencil-edit-curve, soc-2020-greasepencil-curve) June 14, 2020, 10:17 (GMT) |
GPencil: update the stroke after they are fitted to a curve |
June 14, 2020, 10:16 (GMT) |
GPencil: update the stroke after they are fitted to a curve |
June 13, 2020, 23:54 (GMT) |
Made binary version of boolean and hooked up to Boolean tool. Union seems to work. Other ops are flaky because I haven't quite got the winding number propagation right yet. |
June 13, 2020, 21:29 (GMT) |
Outliner: Remove camera and collection activation on selection Now that the left column works well for data activation, remove the albility to activate by clicking the collection or camera data itself. |
Revision d1921a4 by TempoDev (soc-2020-custom-menus) June 13, 2020, 21:27 (GMT) |
Custom Menu: Add item selection, link add and remove buttons and name edition |
Revision a36495e by Nathan Craddock (soc-2020-outliner) June 13, 2020, 21:20 (GMT) |
Cleanup: Add new callback for mode toggle Instead of sharing the same callback fn for data activation and mode toggle in the buttons, split into two similar functions to better differentiate which action should be done. This also fixes the issue where clicking a data activation radio button would enter the mode toggle function instead. |
June 13, 2020, 20:54 (GMT) |
Merge branch 'asset-uuid' into asset-engine |
Revision 5e50380 by Julian Eisel (asset-engine, asset-engine--archived, asset-uuid, asset-uuid--archived) June 13, 2020, 20:54 (GMT) |
Merge branch 'master' into asset-uuid |
June 13, 2020, 20:32 (GMT) |
Outliner: Add mode switching to remaining modes in left column When in modes other than edit or pose, icons are drawn next to each object in the outliner that also supports the same mode. When the icon is clicked, that object is activated and swapped into that edit mode. When Lock Object Modes is disabled and objects are left in their modes, the icons all draw as if they were simultaneously in that mode. This is the only issue currently, otherwise it seems to work well. |
June 13, 2020, 20:08 (GMT) |
Cleanup: Add name to TODO comments |
June 13, 2020, 19:17 (GMT) |
Outliner: Use faded mode icon instead of dot In the left column, use the same icon as the objects in the interaction mode for the buttons to switch that object into the same interaction mode. |
June 13, 2020, 15:11 (GMT) |
More boolean tests pass. Fixed bug re confusion of how to sort triangles around an edge. Fixed bug in first tettet test (inconsistent normals in input). |
June 13, 2020, 14:52 (GMT) |
Cleanup: function & variable renaming; comments. |
June 13, 2020, 14:28 (GMT) |
GPencil: New macro to invert handles selection |
June 13, 2020, 13:39 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
June 13, 2020, 13:38 (GMT) |
Merge branch 'master' into greasepencil-object |
June 13, 2020, 13:20 (GMT) |
GPencil: Fix compiler errors |
June 13, 2020, 12:29 (GMT) |
Fix indices with offset for multiple objects. In case of multiple objects, the vertex, normal, and UV vertex indices keep adding up for every upcoming object. |
June 13, 2020, 10:52 (GMT) |
Export mutiple objects; remove unused fstream. Adds support for multiple objects to be exported from a frame. Also checks for them to be OB_MESH types. More object types need to be supported yet. Renamed data_to_export to more fitting, object_to_export of which we use vector to contain all exportable objects. Remove unused fstream based file writer since fprintf is consistently faster. Also reduce function calls of fprintf since lengthy arguments were already removed. |
|
|
|


Master Commits
MiikaHweb | 2003-2021