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
2017-06-09Fix missing updates when changing probe's clippingSergey Sharybin
2017-06-09Fix T51750: Group selection brokenSergey Sharybin
2017-06-09Revert "Fix T51750: Group selection broken"Dalai Felinto
2017-06-09Merge branch 'master' into blender2.8Campbell Barton
2017-06-08Cleanup: cmake indentation, missing includeCampbell Barton
2017-06-08Revert "Fix some groups not showing in the viewport"Dalai Felinto
2017-06-08Fix some groups not showing in the viewportDalai Felinto
2017-06-08Fix T51750: Group selection brokenDalai Felinto
2017-06-08Depsgraph: Avoid over-documentationSergey Sharybin
2017-06-08Avoid allocation of evaluation context for iteratorSergey Sharybin
2017-06-08Remove selection color from the baseSergey Sharybin
2017-06-07Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-07Depsgraph: Remove modifiers operation codeSergey Sharybin
2017-06-07Depsgraph: Remove unused operation codesSergey Sharybin
2017-06-07Depsgraph: Remove dead/unused operation codesSergey Sharybin
2017-06-06Depsgraph: Cleanup, unused includesSergey Sharybin
2017-06-06Cycles: Support rendering objects from dupli-listSergey Sharybin
2017-06-06Force crash on depsgraph iterator wrong access.Dalai Felinto
2017-06-06Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-06Depsgraph: Only use extern "C" when really neededSergey Sharybin
2017-06-02Fix for crash/error drawing duplisCampbell Barton
2017-06-02Fix logic for bitwise flags in bases during deg iteratorDalai Felinto
2017-06-02Initial implememtation for dupli objectsDalai Felinto
2017-06-02Merge branch 'master' into blender2.8Campbell Barton
2017-06-02Cleanup: styleCampbell Barton
2017-06-02DEG: Add per object update flag for Depsgraph.Clément Foucault
2017-06-01Main Workspace IntegrationJulian Eisel
2017-06-01Merge branch 'master' into blender2.8Sergey Sharybin
2017-06-01Depsgraph: Cleanup, line wraps after shortening APISergey Sharybin
2017-06-01Depsgraph: Remove operation types enumSergey Sharybin
2017-06-01Depsgraph: use explicit marking of component entry/exit operationsSergey Sharybin
2017-06-01Depsgraph: Cleanup, use DEG_NODE_CLASS prefix for node classesSergey Sharybin
2017-06-01Depsgraph: Cleanup, use DEG_NODE_TYPE prefix for depsgraph node typesSergey Sharybin
2017-06-01Depsgraph: Remove unused argument from time source querySergey Sharybin
2017-06-01Depsgraph: Remove subgraph nodesSergey Sharybin
2017-06-01Depsgraph: Remove dead codeSergey Sharybin
2017-06-01Depsgraph: Remove dead code from add_time_source()Sergey Sharybin
2017-06-01Depsgraph: Cleanup, get rid of relation typeSergey Sharybin
2017-05-31Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-31Task scheduler: Optimize subsequent pushing bunch of tasksSergey Sharybin
2017-05-30Depsgraph: Fix missing relations for objects which are indirectly linkedSergey Sharybin
2017-05-30Depsgraph: Remove extra modifiers callback loopSergey Sharybin
2017-05-30Depsgraph: Fix object being tagged for data update when it shouldn'tSergey Sharybin
2017-05-30Move GHash/GSet/LinkList iterators to BLI filesSergey Sharybin
2017-05-30Depsgraph: Use own implementation of stack rather than the one from STLSergey Sharybin
2017-05-30Move hash_combine utility function to a more generic placeSergey Sharybin
2017-05-26Depsgraph iterator: Add assert for bases not yet evaluatedDalai Felinto
2017-05-26Depsgraph: Rename DAG > DEG functions from depsgraph_query.ccDalai Felinto
2017-05-18Rename Iterator struct to BLI_IteratorDalai Felinto
2017-05-17Fix T49981: When camera is on inactive layer, it does not evaluate constraintsSergey Sharybin