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-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
2018-03-01More clean of macros with an _END and no _BEGINDalai Felinto
2018-03-01Cleanup: macro's w/ an _END need a matching _BEGINCampbell Barton
2018-02-06Fix duplicator visibility logicDalai Felinto
2018-01-17Depsgraph: Use more const qualifiersSergey Sharybin
2017-12-21Implement duplicator viewport/render visibility optionsDalai Felinto
2017-12-15Depsgraph: cleanup DEGOIterObjectData > DEGObjectIterDataDalai Felinto
2017-12-15Depsgraph: Make DEG_OBJECT_ITER more granularDalai Felinto
2017-12-15Group collection viewport/render options and remove collection visibilityDalai Felinto
2017-12-01Depsgraph: Add query API to traverse all dependent IDs of the given IDSergey Sharybin
2017-12-01Depsgraph: Cleanup, use enum value rather than a defineSergey Sharybin
2017-12-01Depsgraph: Cleanup, namingSergey Sharybin
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-08Depsgraph: Use iterator over flat array for depsgraph_querySergey Sharybin
2017-11-06Depsgraph: Iterates over ID Nodes instead of BasesDalai Felinto
2017-07-24Depsgraph: Be consistent about id type variable nameSergey Sharybin
2017-07-13Depsgraph: Make it more explicit in naming what version of data getetrs returnsSergey Sharybin
2017-06-19Depsgraph: Initial groundwork for copy-on-write supportSergey Sharybin
2017-06-08Avoid allocation of evaluation context for iteratorSergey Sharybin
2017-06-06Cycles: Support rendering objects from dupli-listSergey Sharybin
2017-06-02Initial implememtation for dupli objectsDalai Felinto
2017-05-26Depsgraph: Rename DAG > DEG functions from depsgraph_query.ccDalai Felinto
2017-05-18Rename Iterator struct to BLI_IteratorDalai Felinto