Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-14Fix T75542: toggling modifier visibility not working correct with undo speedupBrecht Van Lommel
2020-04-08Fix missed depsgraph update after undo in some casesBrecht Van Lommel
2020-04-07Undo: change depsgraph recalc flags handling to improve performanceBrecht Van Lommel
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Objects: add Volume object type, and prototypes for Hair and PointCloudBrecht Van Lommel
2020-03-17Add accumulated recalc flags to IDs.Bastien Montagne
2020-01-28Cleanup: changed NULL to nullptr in depsgraph C++ codeSybren A. Stüvel
2019-10-15Fix T70771: Texture nodes in Compositor causes infinite updateSergey Sharybin
2019-10-11Depsgraph: Inform when update or tag happens during evaluationSergey Sharybin
2019-10-10Fix T65134: Duplicated proxies in several scenes don't workSergey Sharybin
2019-10-09Fix missing clear of ID types tagsSergey Sharybin
2019-10-08Depsgraph: Avoid threading for trivial operationsSergey Sharybin
2019-10-08Depsgraph: Don't force time update when legacy flag 0 is usedSergey Sharybin
2019-09-11Depsgraph: Introduce depsgraph registrySergey Sharybin
2019-09-11Depsgraph: Pass bmain to depsgraph object creationSergey Sharybin
2019-09-05Depsgraph: Free user code from worry about updates flushSergey Sharybin
2019-09-03Fix T68868: Assert in depsgraph debugging logsSergey Sharybin
2019-08-16Cleanup: spellingCampbell Barton
2019-07-31Fix several undefined-behaviour-sanitizer warningsLukas Stockner
2019-07-30BLI_task: Cleanup: rename some structs to make them more generic.Bastien Montagne
2019-07-28Depsgraph: Fix changes in tracking invalidating movie cacheSergey Sharybin
2019-07-28Depsgraph: Fix missing cases of SOURCE ID recalc tagSergey Sharybin
2019-07-26Fix T66325: Animation Keyframe Undo/Redo BugSergey Sharybin
2019-07-26Fix T66378: Missing animation update when switching view layerSergey Sharybin
2019-06-17Fix T65662: Drivers on custom properties doesn't properly updateSergey Sharybin
2019-06-17Fix T65651: Crash when changing audio strip source fileSergey Sharybin
2019-06-06Fix T63035: Undoing in pose mode destroys the entire poseSergey Sharybin
2019-06-05Sound: Port to a copy-on-write conceptSergey Sharybin
2019-06-05Depsgraph: Store recalc tag in ID->recalcSergey Sharybin
2019-06-04Depsgraph: Only run editors ID update on manual editsSergey Sharybin
2019-05-23Depsgraph: Don't tag original IDs for recalcSergey Sharybin
2019-05-23Masks: Properly port to Copy-on-Write conceptSergey Sharybin
2019-05-13Fix T64387: Crash with driver copy/pasteSergey Sharybin
2019-05-07Sound: Revert all the recent changes to soundSergey Sharybin
2019-05-06Sound: Port more cases to be a part of dependency graphSergey Sharybin
2019-05-03Sound: Make sound handles only be in evaluated datablocksSergey Sharybin
2019-05-03Depsgraph: Add scene audio componentSergey Sharybin
2019-05-03Depsgraph: Tag sequencer for update on changesSergey Sharybin
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-09Cleanup: spellingCampbell Barton
2019-03-08Fix T62327: Multires with Particles: Undo not workingSergey Sharybin
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-03-01Fix T62087: Crash when rendering in CyclesSergey Sharybin
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-15Fix T61575: missing Cycles viewport updates when changing settings.Brecht Van Lommel
2019-02-15Fix Spring characters being in the rest pose on file openSergey Sharybin
2019-02-15Cleanup: Argument wrappingSergey Sharybin
2019-02-15Depsgraph: Don't tag original IDsSergey Sharybin