Revision 7e0de88 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 25, 2018, 18:39 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 0383854 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 25, 2018, 14:01 (GMT) |
UI: Remove transform orientation options in Sculpt mode |
Revision ddd32b0 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 25, 2018, 13:57 (GMT) |
UI: Hide snap options in Paint, Sculpt and Weight mode |
Revision 0eb95d6 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 25, 2018, 13:34 (GMT) |
UI: Remove duplicated menu items Some options were duplicated by error in previous commit. |
Revision b2d0bdf by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 25, 2018, 11:21 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision 5417c39 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 25, 2018, 11:20 (GMT) |
UI: Move Shapes panel to Header |
Revision 6ef94c6 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 25, 2018, 10:47 (GMT) |
UI: Remove more old Toolbar panels The options has been moved to header or menu |
Revision bdf4967 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 25, 2018, 09:53 (GMT) |
UI: First changes in Edit Toolbar - Add transform tools - Move Bend, Mirror, Shear and ToSphere as Tools |
Revision 9afed02 by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 25, 2018, 04:46 (GMT) |
Annotation Eraser: Only erase the point within the cursor, not the whole segment |
Revision 171e231 by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 25, 2018, 04:39 (GMT) |
Fix: Crash in non-3d editors when using Annotations The wrong shader was being used after removing the per-point varying colors. |
Revision f806dd9 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 24, 2018, 20:16 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision f0eaacc by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 24, 2018, 16:17 (GMT) |
Change order of modes to reorder Pie menu The Draw now is on N option and not in NW. In this way is easier change the most common modes (N, S, E, W) |
Revision d5c7fd5 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 24, 2018, 14:45 (GMT) |
T55445: Add custom properties panel to materials |
Revision 705b063 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 24, 2018, 10:54 (GMT) |
UI: Harmonize Toolbar parameters Some parameters have been moved to toolbar and removed from header. |
Revision bb66837 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 24, 2018, 09:30 (GMT) |
Back opacity to annotations This parameter is usefull to reduce visibility of annotations and was removed by error in a previous commit. |
Revision 2439ca1 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 24, 2018, 08:57 (GMT) |
Merge branch 'blender2.8' into greasepencil-object |
Revision bd3f781 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 24, 2018, 08:53 (GMT) |
UI: Improve Toolbar icons (group) Now it's possible group new brushes |
Revision a54c30d by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 24, 2018, 05:47 (GMT) |
Hacky fix for Mode Switch Pie Menu overflowing to a submenu on GP Objects With the introduction of the GP editing modes to the object/workspace modes enum, this introduced a number of issues for the Ctrl-Tab mode switching pie menu, e.g. * To access any of the GP Editing modes, you had to first navigate to the "More" sub-pie, before being able to see these values. In practice, this was tricky to use, and not ideal. * Particle Editing mode was also moved into a sub-pie by itself This was due to the following reasons: 1) Pie Menus for Enums use the "static" enum define to determine where items should go. This was done to ensure spatial consistency of items (e.g. Edit is always in the "east" position). 2) Each pie menu layout is only allowed to contain 8 items. (i.e. so that movements can be less precise, corresponding to the main compass directions only) 3) The nature of the modes menu means that there is never any situation where all menu items need to be visible at the same time. Usually, there are only between 2-5 items in that menu at a time, and at least 6 of the items are only valid for a single object type each. Several other solutions were tried, but this hack is the simplest fix. |
Revision c8cf0e1 by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 24, 2018, 05:25 (GMT) |
Annotations: Show "Stroke Placement" options in the topbar again We may have to introduce a dedicated setting here for use with the annotation tools, since the GP Object version is quite different now. |
Revision dc215a5 by Joshua Leung (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) July 24, 2018, 05:25 (GMT) |
Annotation Tools: Use different cursors to indicate that the tools are running |
|