Blender Git Commit Log

All Blender Git commits.

Page: 1087 / 8462

Revision 6022103 by Hans Goudey (master)
November 30, 2020, 18:44 (GMT)
Cleanup: Clang tidy void argument
November 30, 2020, 18:30 (GMT)
alembic: cleanup, remove debug print
November 30, 2020, 18:18 (GMT)
Merge branch 'geometry-nodes' into geometry-nodes-distribute-points
November 30, 2020, 18:17 (GMT)
Merge branch 'geometry-nodes' into geometry-nodes-distribute-points
November 30, 2020, 17:50 (GMT)
Fix T83177: Industry Compatible keymap: MMB-dragging to transform engages axis-constraining on release

Release confirm did not consider modal keymap events.
November 30, 2020, 16:48 (GMT)
alembic: skip updating constant objects
November 30, 2020, 16:47 (GMT)
cleanup, move auxilliary classes out of AlembicObject
November 30, 2020, 16:39 (GMT)
Rename some core asset types (breaking file compatibility)

After feedback from review, I decided to change data-structure names
(`AssetData` -> `AssetMetaData`, `CustomTag` -> `AssetTag`).
This will break DNA compatibility so old assets created with this branch won't
be readable.
November 30, 2020, 16:19 (GMT)
alembic: accumulate transformation matrices while walking the hierarchy

Besides being inefficient, the previous code was missing some data. Also
properly interpolate the matrices when in-between samples.
November 30, 2020, 16:19 (GMT)
Fix T82996: Library Overrides: Duplicate of overridden collection on Resync

Properly use given reference pointer in
`lib_override_library_create_post_process` when it is a Collection one
too.
November 30, 2020, 16:19 (GMT)
Fix (unreported) broken logic in `BKE_collection_add_from_collection`.

That function was adding given new collection to all ancestors of the
reference one, instead of only to its immediate parents.
November 30, 2020, 16:14 (GMT)
Cleanup: Graph Editor, refactor selection operators

Extract initialisation code of box selection into separate functions.

No functional changes.

Reviewed By: zeddb, sybren

Differential Revision: https://developer.blender.org/D9196
November 30, 2020, 16:03 (GMT)
General cleanup
November 30, 2020, 15:43 (GMT)
Cleanup: add a comment
November 30, 2020, 15:34 (GMT)
Merge branch 'master' into geometry-nodes
November 30, 2020, 15:33 (GMT)
Cleanup: correct function name
November 30, 2020, 15:32 (GMT)
initial mix attributes node
November 30, 2020, 15:30 (GMT)
Fix T81628: Moving Python-made channels freezes Blender

Fix various problems in the Action Group rearranging code. All fixes are
necessary to resolve the bug.

- Before groups are rearranged, the channels are moved into their
respective groups (so no longer referenced by `action->channels`). A
temporary group is made for ungrouped channels. The code made
assumptions about the channels being in the same order as the groups;
that assumption has been removed.
- Looping over channels in an Action Group should stop when reaching the
last channel, and not until `NULL`.
- After all the reshuffling is done, the `action->channels` linked list
wasn't terminated properly. Now `first.prev` and `last.next` are set
to `NULL` to avoid infinite loops.
November 30, 2020, 15:30 (GMT)
Cleanup: Animation, clean up action group rearranging code

Some minor cleanups to make an upcoming bugfix easier.

No functional changes.
November 30, 2020, 15:24 (GMT)
Tracking: Make image accessor own what it needs

Previously image accessor was sharing array pointer for tracks access.
Now it is possible to pass a temporary array valid only during the
initialization process.

Should be no functional changes.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021