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-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
2017-05-11Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-11Depsgraph: Fix/workaround crahs when fcu->rna_path is NULLSergey Sharybin
2017-05-10Merge branch 'master' into blender2.8Bastien Montagne
2017-05-10Fix missing relation in new DEG between World and its NodeTree.Bastien Montagne
2017-05-09Fix T51439: Object not updated when particle system settings change in 2.8Sergey Sharybin
2017-05-02Merge branch 'master' into blender2.8Sergey Sharybin
2017-05-02Revert "Depsgraph: Link from material to object shading"Sergey Sharybin
2017-04-27Fix wrong scene assigned when using setsCampbell Barton
2017-04-26Depsgraph and selection: Flush selcol on DepsgraphDalai Felinto
2017-04-25Depsgraph: Store Scene in depsgraph structDalai Felinto