November 30, 2020, 18:44 (GMT) |
Cleanup: Clang tidy void argument |
November 30, 2020, 18:30 (GMT) |
alembic: cleanup, remove debug print |
Revision d6c545b by Sebastian Parborg (geometry-nodes-distribute-points, temp-geometry-nodes-distribute-points-cleanup) November 30, 2020, 18:18 (GMT) |
Merge branch 'geometry-nodes' into geometry-nodes-distribute-points |
Revision dff17b6 by Sebastian Parborg (geometry-nodes-distribute-points, temp-geometry-nodes-distribute-points-cleanup) 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 |
Revision 1ecc2b3 by Jacques Lucke (geometry-nodes, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) November 30, 2020, 15:43 (GMT) |
Cleanup: add a comment |
Revision f7d9ec6 by Jacques Lucke (geometry-nodes, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) November 30, 2020, 15:34 (GMT) |
Merge branch 'master' into geometry-nodes |
Revision 7c4c680 by Jacques Lucke (geometry-nodes, geometry-nodes-distribute-points, geometry-nodes-mix-attributes, geometry-nodes-point-separate-node, temp-geometry-nodes-distribute-points-cleanup) 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. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021