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
2019-07-07Cleanup: spellingCampbell Barton
2019-06-20Cleanup: Remove unused depsgraph functionSergey Sharybin
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-06-05Sound: Port to a copy-on-write conceptSergey Sharybin
2019-05-29DrawManager: Cycles+GPencilJeroen Bakker
2019-05-28Depsgraph: Add query for whether graph is up to dateSergey Sharybin
2019-05-16Depsgraph: Add queries whether ID is original/evaluatedSergey Sharybin
2019-05-07Sound: Revert all the recent changes to soundSergey Sharybin
2019-05-06Fix T64161: Crashing using undo and multiple windowsSergey Sharybin
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove original authorCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Depsgraph: Comb code to a better state all overSergey Sharybin
2018-12-03Depsgraph: completely move customdata_mask to the ID node.Alexander Gavrilov
2018-10-24Depsgraph: fixes for the eval_flags API behavior.Alexander Gavrilov
2018-08-23Depsgraph: First draft of graph filtering API implementationJoshua Leung
2018-08-02Depsgraph: fix some DEG queries crashing with new, empty graph.Bastien Montagne
2018-06-04Fix crash when making objects to share same meshSergey Sharybin
2018-05-30Fix missing Cycles 3D viewport updates when editing materials, lamps.Brecht Van Lommel
2018-05-19Add back temporary exception for pose bones in DEG_get_evaluated_rna_pointer()Joshua Leung
2018-05-19Cleanup: Remove temporary debugging codeJoshua Leung
2018-05-19WIP: Improved implementation of DEG_get_evaluated_rna_pointer()Joshua Leung
2018-05-19WIP COW Fix: Insert keyframe operators/api now queries depsgraph for evaluat...Joshua Leung
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-20Depsgraph: Add utility functions to go from evaluated to original datablockSergey Sharybin
2018-04-17Depsgraph: Allow querying NULL IDs for evaluated versionSergey Sharybin
2018-04-13Depsgraph: store mode and time in depsgraph, add view layer / scene accessors.Brecht Van Lommel
2018-04-12Depsgraph: Avoid relations build time scene datablock expansionSergey Sharybin
2018-01-17Depsgraph: Use more const qualifiersSergey Sharybin
2017-12-20Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-20Depsgraph: Move ID node to own fileSergey Sharybin
2017-12-01Depsgraph: Move iterator to own implementation fileSergey Sharybin
2017-12-01Depsgraph: Cleanup, namingSergey Sharybin
2017-11-24Depsgraph: Flush flags from base to object as an evaluation stepSergey Sharybin
2017-11-23Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-14Cleanup: remove BLI_blenlib from ghash headerCampbell Barton
2017-11-09Depsgraph: Fix broken copy-on-write draw after ownership changesSergey Sharybin
2017-11-09Depsgraph: Make dependency graph to be built from scene layerSergey Sharybin
2017-11-08Depsgraph: Use iterator over flat array for depsgraph_querySergey Sharybin
2017-11-08Partial Fix T53269: Dupli-verts/dupli-faces not workingDalai Felinto
2017-11-07Sanitize use of BLI_iteratorDalai Felinto
2017-11-07Depsgraph Iterator: Refactor skip logicDalai Felinto
2017-11-07Fix break on duplicated instances since IDNodes depsgraph iteratorDalai Felinto
2017-11-06Depsgraph: Iterates over ID Nodes instead of BasesDalai Felinto
2017-10-07Cleanup: style, duplicate includesCampbell Barton