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-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-13Depsgraph: don't pass evaluation context to update functions.Brecht Van Lommel
2018-04-13Depsgraph: remove engine type from evaluation context.Brecht Van Lommel
2018-04-13Depsgraph: store mode and time in depsgraph, add view layer / scene accessors.Brecht Van Lommel
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-03-16Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-16Depsgraph: Move evaluation debug prints to depsgraphSergey Sharybin
2018-02-28Point cache: Pass EvaluationContext for all the related functionsDalai Felinto
2018-02-28Refactor depsgraph/render logic to serve evaluated depsgraph to enginesDalai Felinto
2018-02-06Use eObjectMode for function argumentsCampbell Barton
2018-02-06Object Mode: Add to EvaluationContext & DRWContextStateCampbell Barton
2018-01-16Depsgraph: pass depsgraph to editors update context structSergey Sharybin
2017-12-18Depsgraph: Use named typedef for tagSergey Sharybin
2017-12-18Depsgraph: Cleanup, typo in commentSergey Sharybin
2017-12-15Depsgraph: Cleanup, extra whitespaceSergey Sharybin
2017-12-15Depsgraph: Cleanup, use names for particle system tag flagsSergey Sharybin
2017-12-04Depsgraph: Remove unused property based update tagsSergey Sharybin
2017-11-30Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-30Depsgraph: More full explanation for previous commitSergey Sharybin
2017-11-28Cleanup, naming of engine type variableSergey Sharybin
2017-11-28Depsgraph: Wrap context used for editors update callback into a structureSergey Sharybin
2017-11-28Depsgraph: Remove workaround for Blender Internal in viewportSergey Sharybin
2017-11-28Depsgraph: Don't call DEG ID update functions directlySergey Sharybin
2017-11-24Depsgraph: Fix crash when deleting object which is linked both directly and i...Sergey Sharybin
2017-11-24Depsgraph: Use depsgraph to handle edit mode selectionSergey Sharybin
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-03Depsgraph: Add utility function to tag ID for update within a specific graphSergey Sharybin
2017-10-24Depsgraph: Remove scene from refresh APISergey Sharybin
2017-10-24Depsgraph: Cleanup, remove unused function declarationSergey Sharybin
2017-10-24Depsgraph: Switch to explicit graph specification for tag flushSergey Sharybin
2017-10-24Depsgraph: Begin bringing API to pass explicit graphSergey Sharybin
2017-10-24Depsgraph: Cleanup, remove unused functionSergey Sharybin
2017-10-24Depsgraph: Cleanup, unused function declarationSergey Sharybin
2017-10-20Depsgraph: Make depsgraph a part of evaluation contextSergey Sharybin
2017-10-18Depsgraph: Make Copy-on-Write a command line optionSergey Sharybin
2017-10-18Depsgraph: Remove declaration of legace removed functionsSergey Sharybin
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-09-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-09-15Transform: Enable recursion dependency check for new depsgraphSergey Sharybin
2017-07-26Depsgraph: Add utility function to initialize evaluation context from scene a...Sergey Sharybin
2017-07-24Depsgraph: Be consistent about id type variable nameSergey Sharybin
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-07-21Depsgraph: Fix missing material update when changing links in node treeSergey Sharybin
2017-07-19Depsgraph: Initial implementation of more granular taggingSergey Sharybin
2017-07-19Depsgraph: Cleanup, remove unused untested functionsSergey Sharybin
2017-07-06Fix T51943: Depsgraph: world update happening eternally on background (set) s...Sergey Sharybin
2017-06-19Depsgraph: Initial groundwork for copy-on-write supportSergey Sharybin
2017-06-08Depsgraph: Avoid over-documentationSergey Sharybin
2017-04-06Depsgraph: More type definitions to new depsgraph headerSergey Sharybin
2017-04-05Depsgraph: Remove all layer bit flags related checksSergey Sharybin