Blender Git Commits

Blender Git "greasepencil-experimental" branch commits.

Page: 34 / 184

July 25, 2018, 18:39 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 25, 2018, 14:01 (GMT)
UI: Remove transform orientation options in Sculpt mode
July 25, 2018, 13:57 (GMT)
UI: Hide snap options in Paint, Sculpt and Weight mode
July 25, 2018, 13:34 (GMT)
UI: Remove duplicated menu items

Some options were duplicated by error in previous commit.
July 25, 2018, 11:21 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 25, 2018, 11:20 (GMT)
UI: Move Shapes panel to Header
July 25, 2018, 10:47 (GMT)
UI: Remove more old Toolbar panels

The options has been moved to header or menu
July 25, 2018, 09:53 (GMT)
UI: First changes in Edit Toolbar

- Add transform tools
- Move Bend, Mirror, Shear and ToSphere as Tools
July 25, 2018, 04:46 (GMT)
Annotation Eraser: Only erase the point within the cursor, not the whole segment
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.
July 24, 2018, 20:16 (GMT)
Merge branch 'blender2.8' into greasepencil-object
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)
July 24, 2018, 14:45 (GMT)
T55445: Add custom properties panel to materials
July 24, 2018, 10:54 (GMT)
UI: Harmonize Toolbar parameters

Some parameters have been moved to toolbar and removed from header.
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.
July 24, 2018, 08:57 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 24, 2018, 08:53 (GMT)
UI: Improve Toolbar icons (group)

Now it's possible group new brushes
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.
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.
July 24, 2018, 05:25 (GMT)
Annotation Tools: Use different cursors to indicate that the tools are running
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021