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
2018-05-04Depsgraph: Fix missing relations for IDs brought by driversSergey Sharybin
2018-05-04Merge branch 'master' into blender2.8Sergey Sharybin
2018-05-04Depsgraph: Fix extra operations and relations created for shared armaturesSergey Sharybin
2018-05-03Cleanup: fix warnings, removed unused code.Brecht Van Lommel
2018-05-03Depsgraph: Keep edit bones around, fixes missing edit mode with copy on writeSergey Sharybin
2018-05-03Depsgraph: Make sure evaluated pose channels are pointing to evaluated bonesSergey Sharybin
2018-05-03Depsgraph: Fix missing action re-map with node tree updateSergey Sharybin
2018-05-03Depsgraph: Tag IDs for animation update on visible updateSergey Sharybin
2018-05-03Depsgraph: Fix threading conflict between node animation and shading updateSergey Sharybin
2018-05-03Depsgraph: Fix wrong debug messageSergey Sharybin
2018-05-02Depsgraph: Add function to iterate over all original IDsSergey Sharybin
2018-05-02Depsgraph: Show log message when tagging specific depsgraph IDSergey Sharybin
2018-05-02Depsgraph: Add per-depsgraph debug name which is shown in the logsSergey Sharybin
2018-05-02Depsgraph: Cleanup, naming conventionsSergey Sharybin
2018-05-02Depsgraph: Make all print messages to respect per-depsgraph debug flagsSergey Sharybin
2018-05-02Depsgraph: Allow per-depsgraph debug flagsSergey Sharybin
2018-05-02Depsgraph: Use utility function to print CoW update functionSergey Sharybin
2018-05-02Depsgraph: Make bAction a part of dependency graphSergey Sharybin
2018-05-01Depsgraph: Add missing relations needed for nested datablock relationsSergey Sharybin
2018-05-01Depsgraph: Extra sanity checks for copy-on-write taggingSergey Sharybin
2018-05-01Depsgraph: Put original and evaluated ID node pointers to graphvizSergey Sharybin
2018-05-01Depsgraph: use human readable node type for graphviz debug outputSergey Sharybin
2018-05-01Depsgraph: Cleanup, simplify operation code stringificationSergey Sharybin
2018-05-01Depsgraph: Cleanup, remove unused codeSergey Sharybin
2018-05-01Animation: Don't user-copunter copy-on-written action blockSergey Sharybin
2018-04-30Depsgraph: Fix missing node tree update when adding keyframesSergey Sharybin
2018-04-28Cleanup: fix compiler warnings on macOS / clang.Brecht Van Lommel
2018-04-28Cleanup: style, duplicate includesCampbell Barton
2018-04-26Depsgraph: Make it possible to check for ID directly tagged for animation recalcSergey Sharybin
2018-04-26Workspaces: active view layer now always comes from workspace, not scene.Brecht Van Lommel
2018-04-26Fix crash with depsgraph iterator and empty scene.Brecht Van Lommel
2018-04-25Depsgraph: Don;t use copy actions flagSergey Sharybin
2018-04-25Depsgraph: Introduce flag top indicate scene is evaluating for a new frameSergey Sharybin
2018-04-25Depsgraph: Preserve CoW ID recalc flagsSergey Sharybin
2018-04-25Depsgraph: Ensure we only expand scene datablock on evaluationSergey Sharybin
2018-04-25Depsgraph: Avoid hash lookup for every evaluated scene querySergey Sharybin
2018-04-23Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-23Depsgraph: Add relation flag to avoid flush across itSergey Sharybin
2018-04-23Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-23Depsgraph: Fix missing update with animated curve pathSergey Sharybin
2018-04-23Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-23Depsgraph: Cleanup, remove unused relation tagSergey Sharybin
2018-04-23Depsgraph: Make update flags debug print more usefulSergey Sharybin
2018-04-23Depsgraph: Avoid redundant copy-on-write relationsSergey Sharybin
2018-04-23Merge branch 'master' into blender2.8Sergey Sharybin
2018-04-23Depsgraph: Add missing relations builderSergey Sharybin
2018-04-20Depsgraph: Add utility functions to go from evaluated to original datablockSergey Sharybin
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-19Depsgraph: Fix crash with copy-on-write enabledSergey Sharybin
2018-04-18Depsgraph: Fix base flag flush for objects from set sceneSergey Sharybin