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-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-04-29Cleanup: use const args for depsgraph functionsCampbell Barton
2020-03-19Fix T70126: Can't snap between objects with Rigid BodyGermano Cavalcante
2019-12-11Depsgraph: add missing #include to DEG_depsgraph_query.hSybren A. Stüvel
2019-09-30Cleanup: spellingCampbell Barton
2019-09-26Fix T70126: Can't Snap To Vertex With RigidbodySergey Sharybin
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-07-05Depsgraph: Cleanup, more clear namingSergey Sharybin
2019-07-05Depsgraph: Make component traversal more granularSergey Sharybin
2019-07-05Depsgraph: Add dependencies traversal which is aware of componentSergey Sharybin
2019-06-20Cleanup: Remove unused depsgraph functionSergey Sharybin
2019-06-17Cleanup: comment spellingCampbell Barton
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-23Masks: Properly port to Copy-on-Write conceptSergey 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-05-06Depsgraph: Fix wrong commentSergey Sharybin
2019-05-03Depsgraph: Remove filtering APISergey Sharybin
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-02Cleanup: empty expression statement warningCampbell Barton
2019-03-19Cleanup: comment blocksCampbell 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-03Cleanup: trailing commasCampbell 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
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2018-12-21Fix inconsistent/broken Cycles object visibility for instances.Brecht Van Lommel
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-09-21Fix minor typo in comment.Bastien Montagne
2018-08-23Depsgraph: Added note that the filtering function should NOT be called on a f...Joshua Leung
2018-08-23Depsgraph: First draft of graph filtering API implementationJoshua Leung
2018-08-21Depsgraph: Add query methods to identify all the ID's that a given datablock ...Joshua Leung
2018-06-06Depsgraph iterator: Remove explicit modeDalai Felinto
2018-05-30Fix missing Cycles 3D viewport updates when editing materials, lamps.Brecht Van Lommel
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-05-02Depsgraph: Add function to iterate over all original IDsSergey Sharybin
2018-04-20Depsgraph: Add utility functions to go from evaluated to original datablockSergey Sharybin
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-13Depsgraph: store mode and time in depsgraph, add view layer / scene accessors.Brecht Van Lommel
2018-04-09Fix build error with GCC, make depsgraph iterator compatible with C++.Brecht Van Lommel
2018-03-09Cleanup: iterator macrosCampbell Barton