Blender Git Commit Log

All Blender Git commits.

Page: 1905 / 8462

January 30, 2020, 06:23 (GMT)
Cleanup: remove WM_keymap_verify_item

This wasn't used and isn't useful since it only checked
if an operator was included in the keymap - ignoring it's properties.
January 30, 2020, 05:52 (GMT)
Merge branch 'blender-v2.82-release'
January 30, 2020, 05:50 (GMT)
Fix outliner delete not flushing multi-object edit-mode data
January 30, 2020, 05:46 (GMT)
Cleanup: ED_editors_flush_* functions

- Remove the only_render arg from ED_editors_flush_edits
was only used in one place, the '_ex' version can be used instead.

- Split out the single object version of this function as currently
flushing is being done in-line, often only accounting for edit-mode,
ignoring sculpt mode for e.g.
January 30, 2020, 04:12 (GMT)
Merge branch 'blender-v2.82-release'
January 30, 2020, 04:02 (GMT)
Fix T73495: Missing undo switching active shape-key in edit-mode
January 30, 2020, 02:31 (GMT)
Merge branch 'blender-v2.82-release'
January 30, 2020, 02:28 (GMT)
Cleanup: clang-format, unused variable
January 30, 2020, 02:26 (GMT)
Fix changing shape key in multi-object edit mode

Updating only accounted for the active object.
January 30, 2020, 01:46 (GMT)
Displist: Add mikktspace tangent space generation for DL_INDEX3

This now matches the Mesh behavior. Surfaces and metaball implementation
are yet to be implemented.
January 30, 2020, 00:54 (GMT)
Merge branch 'blender-v2.82-release'
Revision 4482d70 by Simon G / Campbell Barton (master)
January 30, 2020, 00:50 (GMT)
Fix invalid exception used in 'rna_xml'
January 30, 2020, 00:48 (GMT)
Cleanup: resolve static analyzer warnings in bl_i18n_utils

Reported in T73504
January 30, 2020, 00:37 (GMT)
DRW: Add support for tangent on objects using display lists.

Only Metaballs are left unsupported.
However, the implementation does not match 100% with cycles which converts
all objects to meshes.

Fixes T63424 EEVEE: Normal map node doesn't works with curve objects
January 29, 2020, 22:02 (GMT)
Merge remote-tracking branch 'origin/blender-v2.82-release'
January 29, 2020, 21:53 (GMT)
Fix crash when adding modifiers to curve/surface/text objects
January 29, 2020, 21:53 (GMT)
Fix T65146: Curve Texture Coordinates in Cycles and Eevee differ

Remove the use UV for mapping option.
January 29, 2020, 20:37 (GMT)
undoexp: better handling of recalc flags in undo case.

Fixes the 'object that not update its position when undoing the very
first undo step' issue.

Just like with the 'unchanged' detection, when going backward, i.e.
actual undo from n to n-1 stages, the 'recalc' flag stored in ID is not
that useful, as it actually marks the updates needed from n-2 to n-1 stages.

So we need a way to get 'future' recacl flags, i.e. the last recalc
flags used by the last despgraph update, for the current ID, and set
them into the newly read ID's racalc flags.

Note that am not sure how strong this approach is, it is relatively
simple, but may require some more involved handling (like accumulating
all flags used in-between two undo steps storage, or something
similar?).
January 29, 2020, 20:21 (GMT)
missing value forwarding
January 29, 2020, 20:18 (GMT)
remove unused data structure
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021