Revision 3808776 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 13, 2018, 08:28 (GMT) |
Move Overlay options to View3DOverlay It's better to keep all overlays in the same RNA. |
Revision fff4676 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 13, 2018, 08:14 (GMT) |
Replace "Notes" by "Annotations" to keep UI consistency We can not use the word "Notes" in the UI for annotations because it creates confusion for the user. |
Revision d6eccc1 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 12, 2018, 17:50 (GMT) |
Change some old grease pencil code to annotation Fixed the error in annotation panel for other editors. The main Notes switch for 3D View has been removed of the Notes panel because must be in the overlays. |
Revision 6780be0 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 12, 2018, 17:27 (GMT) |
Move annotations switch to Overlay struct |
Revision edfcaea by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 12, 2018, 17:20 (GMT) |
UI: Add again show annotation overlay switch This was removed by error in a previous merge. |
Revision c775fac by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 12, 2018, 15:35 (GMT) |
Update depsgraph to active brush from toolbar There is a problem with the synchronization of the brush if it's selected from toolbar. This change maybe can be removed when new toolbar system will be ready, but we need it now to keep drawing brushes working. |
Revision 23a870a by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 12, 2018, 14:23 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision c9026b8 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 12, 2018, 07:09 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision ac46f45 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 11, 2018, 19:36 (GMT) |
UI: Hide old Tools panels: Animation and Shapes Pending to decide where put these operators. |
Revision 28ed04b by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 11, 2018, 17:18 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 3bab967 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 11, 2018, 17:18 (GMT) |
UI: Hide color picker operator in Top bar This operator will be replaced by material preview selector. We keep the code internally now, but it will be removed when the preview works fine. |
Revision 86b53f7 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 11, 2018, 14:28 (GMT) |
Merge branch 'blender2.8' into greasepencil-object Conflicts: release/scripts/startup/bl_ui/properties_scene.py release/scripts/startup/bl_ui/space_view3d.py source/blender/editors/space_view3d/space_view3d.c |
Revision a74a8df by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 11, 2018, 14:21 (GMT) |
New template for grease pencil material previews This is the initial step to prepare the use of material previews in the topbar as color selector. We need a new template to hide some elements of the default template. Still the preview of the material is not available. |
Revision b24fec5 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 11, 2018, 13:48 (GMT) |
UI: Add different parameter to TopBar for each type of brush |
Revision b662ff5 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 11, 2018, 13:41 (GMT) |
UI: Make Tool text shorter and less repetitive |
Revision 652826d by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 11, 2018, 13:30 (GMT) |
Fix broken Tools group by previous commit. The commit f468302660d220b01e838f0d7b70323bd0ff1d33 broke the groups for mesh tools. This is a temp hack to make the tools work, but need a better solution. |
Revision d4b7d48 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 11, 2018, 11:26 (GMT) |
Fix error in toolbar for mesh modes The category array must be shared. |
Revision 25b95b2 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 11, 2018, 11:21 (GMT) |
Replace text for Show/Hide panel Before the name was too long, but with new design is ok. |
Revision 8dc7c6b by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 11, 2018, 08:25 (GMT) |
Fix problem with Eraser cursor The blend modes were using the GPU functions but the parameters were the old GL mode. |
Revision e93a1db by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 11, 2018, 08:03 (GMT) |
GPU replace missing in previous commit |
|