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-12-01Depsgraph: Move iterator to own implementation fileSergey Sharybin
2017-12-01Depsgraph: Cleanup, namingSergey Sharybin
2017-11-24Depsgraph: Flush flags from base to object as an evaluation stepSergey Sharybin
2017-11-23Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-14Cleanup: remove BLI_blenlib from ghash headerCampbell Barton
2017-11-09Depsgraph: Fix broken copy-on-write draw after ownership changesSergey Sharybin
2017-11-09Depsgraph: Make dependency graph to be built from scene layerSergey Sharybin
2017-11-08Depsgraph: Use iterator over flat array for depsgraph_querySergey Sharybin
2017-11-08Partial Fix T53269: Dupli-verts/dupli-faces not workingDalai Felinto
2017-11-07Sanitize use of BLI_iteratorDalai Felinto
2017-11-07Depsgraph Iterator: Refactor skip logicDalai Felinto
2017-11-07Fix break on duplicated instances since IDNodes depsgraph iteratorDalai Felinto
2017-11-06Depsgraph: Iterates over ID Nodes instead of BasesDalai Felinto
2017-10-07Cleanup: style, duplicate includesCampbell Barton
2017-09-21Depsgraph and collection enable/visibilityDalai Felinto
2017-08-16Update code comments from DAG_id_tag_update to DEG_id_tag_updateDalai Felinto
2017-07-24Depsgraph: Be consistent about id type variable nameSergey Sharybin
2017-07-19Depsgraph: Fix assert failure on Cycles renderSergey Sharybin
2017-07-18Layer cleanup: get rid of one of the placeholder functionsDalai Felinto
2017-07-14Workspace: Fix crash on preview, and sanitize placeholder functionsDalai Felinto
2017-07-13Depsgraph: Make it more explicit in naming what version of data getetrs returnsSergey Sharybin
2017-07-10Depsgraph: Use explicit bmain pointer passed to layer utilitiesSergey Sharybin
2017-07-10Depsgraph: Fix wrong layer usedSergey Sharybin
2017-06-19Depsgraph: Initial groundwork for copy-on-write supportSergey Sharybin
2017-06-09Fix T51750: Group selection brokenSergey Sharybin
2017-06-09Revert "Fix T51750: Group selection broken"Dalai Felinto
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-08Avoid allocation of evaluation context for iteratorSergey Sharybin
2017-06-08Remove selection color from the baseSergey 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-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-04-26Depsgraph and selection: Flush selcol on DepsgraphDalai Felinto
2017-04-25Depsgraph: Store Scene in depsgraph structDalai Felinto
2017-04-21Fix objects visibility evaluation bugDalai Felinto
2017-04-21Move DEG_OBJECT_ITER inside depsgraphDalai Felinto
2017-04-21Depsgraph: Move DAG_get_object functionDalai Felinto
2017-04-21Include the set in the depsgraph objects iteratorDalai Felinto
2017-04-20Implement DAG_get_scene_layerSergey Sharybin
2016-08-08Fix ID types DAG update tagging.Kévin Dietrich