July 31, 2020, 10:44 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
July 31, 2020, 10:44 (GMT) |
Merge branch 'master' into greasepencil-object |
July 31, 2020, 10:39 (GMT) |
July 31, 2020, 10:38 (GMT) |
Workaround: synchronize global value with filter loggers in preferences If value has been set from command line, it would be ignored. |
July 31, 2020, 10:36 (GMT) |
Report unregistered operators |
July 31, 2020, 10:36 (GMT) |
Report filtering: use enum instead of separate bool properties Introduce new type for reporting unregistered operators |
July 31, 2020, 10:20 (GMT) |
Merge branch 'blender-v2.90-release' |
Revision 306058f by Peter Klimenko (soc-2020-xr-input) July 31, 2020, 10:18 (GMT) |
Some changes to help fix the controller graphics. |
Revision d842334 by Antonio Vazquez (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) July 31, 2020, 10:06 (GMT) |
Merge branch 'master' into lanpr-under-gp |
July 31, 2020, 10:05 (GMT) |
Merge branch 'master' into greasepencil-object |
July 31, 2020, 10:05 (GMT) |
Merge branch 'master' into greasepencil-edit-curve |
July 31, 2020, 10:03 (GMT) |
Fix build error with clang |
July 31, 2020, 09:59 (GMT) |
GPencil: Remove this pointer from SVG exporter |
July 31, 2020, 09:53 (GMT) |
Merge branch 'blender-v2.90-release' |
July 31, 2020, 09:45 (GMT) |
Cleanup: Remove unused original pointer in Sequence |
July 31, 2020, 09:45 (GMT) |
Fix T78835: Ghosting audio after using undo The root of the issue comes to the fact that sub-data pointers were used to match strips before/after copy-on-write. The undo system might re-use sub-data pointers after re-allocating them, making it so that, for example, pointer used by sound strip is later re-used by video strip. This fix takes an advantage of recently introduced per-sequence UUID and uses it to match sequences before/after copy-on-write. |
July 31, 2020, 09:45 (GMT) |
Sequencer: Ensure UUIDs are updated when needed Document cases where it seems that they need to be updated, but where the proper behavior is to not update the UUID. |
July 31, 2020, 09:45 (GMT) |
Depsgraph: Add command line argument to debug UUIDs Will trigger code paths which makes sure UUIDs are generated and are unique. Enabled with --debug-depsgraph-uuid (which is also implied by --debug-depsgraph). |
July 31, 2020, 09:44 (GMT) |
Sequencer: Add session UUID check function Is aimed for use during development and debug, to help verifying that operations do not leave sequences with invalid UUIDs. |
July 31, 2020, 09:44 (GMT) |
Sequencer: Add session UUID management to Sequence This is the first step for having sequences covered with session UUID with the goal to remove code which uses original sequence pointer to match sequences. Currently this UUID is maintained on file load, allocation and leaf duplication function.There are more cases to cover and ensure UUID is re-generated or re-used when needed. It will be done as follow-up development. |
|
|
|


Master Commits
MiikaHweb | 2003-2021