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-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-19Cleanup: reaname LINKLIST_FOREACH -> LISTBASECampbell Barton
2018-01-17Merge branch 'master' into blender2.8Sergey Sharybin
2018-01-17Depsgraph: Fix for fake dependency cycle being created for shape key driversSergey Sharybin
2017-12-20Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-20Depsgraph: Move ID node to own fileSergey Sharybin
2017-12-20Depsgraph: Move time source node to own fileSergey Sharybin
2017-12-20Depsgraph: Add utility function to unlink relation from graphSergey Sharybin
2017-12-18Depsgraph: Introduce flat list of ID nodesSergey Sharybin
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-15Depsgraph: Cleanup, make naming more understandableSergey Sharybin
2017-12-15Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-15Move ID recalc flags into dedicated field in IDSergey Sharybin
2017-12-06Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-06Depsgraph: Add missing NULL pointer checkSergey Sharybin
2017-12-06Depsgraph: Add ability to check whether relation exists before adding itSergey Sharybin
2017-12-06Depsgraph: Correct fallback for the parameters calculationSergey Sharybin
2017-12-06Depsgraph: Add criteria for RNA_KeySergey Sharybin
2017-12-06Depsgraph: Remove confusing ID node criteriaSergey Sharybin
2017-12-06Depsgraph: Use generic function for shape key driver targetSergey Sharybin
2017-12-06Depsgraph: Correct RNA pointer criteria to deal with bone custom propertiesSergey Sharybin
2017-12-04Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-04Depsgraph: Cleanup, node from RNA pointer searchSergey 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-23Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-23Depsgraph: Cleanup, always call full `object`Sergey Sharybin
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-09Depsgraph: Make dependency graph to be built from scene layerSergey Sharybin
2017-11-08Subject: [PATCH 2/3] Depsgraph: Replace iteration over ghash with iteration o...Sergey Sharybin
2017-11-08Depsgraph: Introduce flat list of ID nodesSergey Sharybin
2017-11-07Depsgraph: initialize scene to NULLSergey Sharybin
2017-10-24Depsgraph: Initialize depsgraph as need for updateSergey Sharybin
2017-10-18Depsgrpah: Fix crash when removing objectSergey Sharybin
2017-10-18Depsgraph: Make code correctSergey Sharybin
2017-10-18Depsgraph: Make Copy-on-Write a command line optionSergey Sharybin
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-08-28Depsgraph: Don't case ID_Type to shortSergey Sharybin
2017-07-28Depsgraph: Re-use evaluated mesh across frames and remove time dependency fro...Sergey Sharybin
2017-07-27Depsgraph: Create ID nodes on build-time expansion using node builderSergey Sharybin
2017-07-27Depsgraph: Make it possible to use given pre-allocated ID as a copySergey Sharybin
2017-07-24Depsgraph: Avoid assert failure in some harmless casesSergey Sharybin
2017-07-19Depsgraph: Remove redundant argument from add_id_node()Sergey Sharybin
2017-07-19Depsgraph: Fix particle system freeing accessing freed particle settingsSergey Sharybin
2017-07-19Depsgraph: Fix remapping of node trees when they reference self materialSergey Sharybin
2017-07-19Depsgraph: Fix wrong ID remapping when armature object is constructed prior t...Sergey Sharybin
2017-07-19Depsgraph: Add code which helps catching cases when requested ID node is not ...Sergey Sharybin
2017-06-19Depsgraph: Initial groundwork for copy-on-write supportSergey Sharybin
2017-06-14Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-14Depsgraph: Remove unused ID node removalSergey Sharybin