Blender Git Commits

Blender Git commits from all branches.

Page: 890 / 2888

April 13, 2020, 15:36 (GMT)
Merge branch 'temp-node-socket-buttons' into temp-checkbox-layout-tweaks
April 13, 2020, 15:24 (GMT)
UI: Draw real node sockets for node-input buttons and left-align them

Couple of reasons for this:
* Makes it easier to understand that and how these buttons map to nodes.
* These buttons represent node inputs, so it makes more sense to have the icons
on the left.
* We'd like to show the usual decorators on the right, but having two circles
for different purposes next to each other would be confusing.

Also respects the socket shape. So if a diamond shape is used for example, the
properties show that too.

I'm not sure if the previous icon textures were cached, either way this method
doesn't use the caching. So this adds a draw call for every socket icon which
is a bit annoying, but probably neglectable. Would be better if we'd use proper
icon textures or batches, but that's a separate change.

Differential Revision: https://developer.blender.org/D7409
April 13, 2020, 15:01 (GMT)
Fix wrong use of heading in Preferences
April 13, 2020, 13:54 (GMT)
Merge branch 'master' into greasepencil-object
April 13, 2020, 13:40 (GMT)
Use row headings and correct alignment for more Symmetry panels
April 13, 2020, 13:04 (GMT)
Use column header for Armature Viewport Display panel.
April 13, 2020, 13:03 (GMT)
Draw node socket icons in properties using real node socket shape/color
April 13, 2020, 10:37 (GMT)
GPencil: Add turnpolicy parameter to trace

This determines how turn in the trace process. (It uses Potracle lib values)
April 13, 2020, 08:22 (GMT)
Merge branch 'master' into greasepencil-object
April 12, 2020, 23:44 (GMT)
Fix error in previous commit

I unintentionally changed the size of checkboxes, should be back to the
old size now.
April 12, 2020, 23:13 (GMT)
Change padding around checkboxes

Two changes:
* Reduce padding between checkbox and text. That makes it clearer what
the checkbox belongs to if there's also a column heading in front of
the checkbox.
* Don't add padding on the left side of checkboxes. That makes them line
up better with items above and below it.
April 12, 2020, 20:20 (GMT)
Use row header for strip proxy resolutions
April 12, 2020, 19:52 (GMT)
Use heading row for the Sequencer Flip X/Y controls
April 12, 2020, 10:23 (GMT)
Use column header for Transform Affect Only toggles
April 12, 2020, 10:04 (GMT)
Fix error in prior commit
April 12, 2020, 10:01 (GMT)
Use new layout features throughout all Cycles properties
April 12, 2020, 08:16 (GMT)
Better alignment in Experimental Preferences
April 12, 2020, 08:08 (GMT)
Use checkbox+value for Sculpt Plane Trim & fix column headers
Revision cdb0449 by Julian Eisel (modifier-panels-ui)
April 11, 2020, 21:56 (GMT)
Merge branch 'temp-checkbox-layout-tweaks' into modifier-panels-ui
April 11, 2020, 21:50 (GMT)
Option to insert blank dummy decorator for uiItemFullR

When there are multiple items in a property split row (e.g. mirror axes
in the mirror modifier) the decorator would only apply to the first
element. A dummy decorator could be inserted manually by using
`uiItemL_respect_property_split()`, but it's better to let the UI code
have an option for that, the case is common enough.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021