Blender Git Loki

Blender Git "temp-ui-tweaks" branch commits.

Page: 7 / 8

September 22, 2021, 13:54 (GMT)
Geometry Nodes: Add special domain interpolation for selections

The generic domain interpolation algorithms didn't quite work for
selections. The interpolation would do unexpected things that
were different than the results in edit mode. The new behavior
is supposed to be the same as edit mode, although we also have
to handle face corner selections here.

Currently the code assumes that all boolean attributes should be
handled that way. I'm not sure of why that wouldn't be the case,
but if we ever need non-selection boolean attributes, that could
be supported too.

Differential Revision: https://developer.blender.org/D12488
September 22, 2021, 13:54 (GMT)
Update RNA to User Manual Mappings
September 22, 2021, 13:54 (GMT)
Geometry Nodes: fix memory leak for multi input sockets
September 22, 2021, 13:54 (GMT)
UI: keep navigation gizmos visible during modal operators

Hiding viewport navigation gizmos caused the UI to "flicker"
unnecessarily, the axis could also be useful as a reference.

Resolves T73684
September 22, 2021, 13:54 (GMT)
Fix T90736: Problem applying scale to curves

Curve Points of handle of type `Auto` on curves not uniformly scaled
cause the shape of the curve to be modified after applying the scale.

So change these handles to `Aligned` in these cases.

Reviewed By: campbellbarton

Maniphest Tasks: T90736

Differential Revision: https://developer.blender.org/D12281
September 22, 2021, 13:54 (GMT)
Fix T90862: Texts in Outliner can have wrong icon

In contrast to the Filebrowser, the Outliner (Blender File view) did not
distinguish icons for text-based formats (if they have a filepath this
can be done though).

Maniphest Tasks: T90862

Differential Revision: https://developer.blender.org/D12347
September 22, 2021, 13:54 (GMT)
Asset Template: Extra UI options

This allow users to show/hide:
* Library name / refresh.
* Assets names.
* Filter.

To set them in Python use:
display_options={'NO_NAMES', 'NO_FILTER', 'NO_LIBRARY'}

With contributions by Julian Eisel.

Differential Revision: https://developer.blender.org/D12476
September 22, 2021, 13:54 (GMT)
Cleanup: Remove duplicate code

Class SEQUENCER_PT_overlay as defined twice.
September 22, 2021, 13:54 (GMT)
Functions: support optional outputs in multi-function

Sometimes not all outputs of a multi-function are required by the
caller. In those cases it would be a waste of compute resources
to calculate the unused values anyway. Now, the caller of a
multi-function can specify when a specific output is not used.
The called function can check if an output is unused and may
ignore it. Multi-functions can still computed unused outputs as
before if they don't want to check if a specific output is unused.

The multi-function procedure system has been updated to support
ignored outputs in call instructions. An ignored output just has no
variable assigned to it.

The field system has been updated to generate a multi-function
procedure where unused outputs are ignored.
September 22, 2021, 13:54 (GMT)
Doc: expand on comment for why bound-box access could cause issues
September 14, 2021, 23:50 (GMT)
Cleanup: Remove unused variable
September 14, 2021, 23:47 (GMT)
UI: Use right-arrow icon for sub menus
September 14, 2021, 23:47 (GMT)
UI: Match subpanels look with regular panels

By having coloured headers and offset the background.

TODO: Add margin to the bottom on the last subpanel.
September 13, 2021, 14:54 (GMT)
Merge branch 'master' into temp-ui-tweaks
September 6, 2021, 12:06 (GMT)
Merge branch 'master' into temp-ui-tweaks
September 3, 2021, 18:06 (GMT)
UI: Align panel titles

WIP: Experiment with shifting the panel titles slightly to the right
matching panels with checkboxes/icons in the header.
September 3, 2021, 18:04 (GMT)
UI: Make panel titles text size same as labels

With panels now being more defined boxes, having a different size for the
panel title adds considerable noise.
September 3, 2021, 18:03 (GMT)
UI: Dim collapse/expand icon on panels
September 3, 2021, 18:02 (GMT)
UI: Less prominent drag widget on panels

* Use 2 rows of 3 boxes per row, instead of 4.
* Slightly smaller
* Dimmer
September 3, 2021, 14:39 (GMT)
Merge branch 'master' into temp-ui-tweaks
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021