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-05-17Merge branch 'blender2.8' into temp-unified-collectionstemp-unified-collectionsBrecht Van Lommel
2018-05-17Remove ViewLayer settings - cleanup 2/2Dalai Felinto
2018-05-17Remove ViewLayer settings - cleanup 1/2Dalai Felinto
2018-05-15Collections: more work on unification with groupsBrecht Van Lommel
2018-05-14Collections: more work on unification with groupsBrecht Van Lommel
2018-05-11Collections and groups unificationBrecht Van Lommel
2018-05-08Collections: remove per collection and view layer engine overrides.Brecht Van Lommel
2018-05-053D Viewport: move overlay settings from collections to 3D viewport.Brecht Van Lommel
2018-05-02Depsgraph: Add per-depsgraph debug name which is shown in the logsSergey Sharybin
2018-05-02Depsgraph: Cleanup, naming conventionsSergey Sharybin
2018-05-02Depsgraph: Allow per-depsgraph debug flagsSergey Sharybin
2018-04-26Workspaces: active view layer now always comes from workspace, not scene.Brecht Van Lommel
2018-04-26Properties: remove redundant settings from workspaces tab.Brecht Van Lommel
2018-04-18Cleanup: Use BLI_layer / BLI_view_layer prefixCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-16Multi-Object EditingCampbell Barton
2018-04-12Depsgraph: Bind base by it's indexSergey Sharybin
2018-04-12Depsgraph: Bind view layer by indexSergey Sharybin
2018-04-12Depsgraph: Remove function bindings with collectionsSergey Sharybin
2018-03-30Collections: API to select all scene collection objectsDalai Felinto
2018-03-16Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-09Cleanup: iterator macrosCampbell Barton
2018-02-21Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Cleanup: style, warningCampbell Barton
2018-02-09Fix collection syncing when creating new collections from the outlinerDalai Felinto
2018-02-02Collections: Operator to duplicate a collectionDalai Felinto
2018-02-02Collections: Operator to select collection objectsDalai Felinto
2018-01-30Fix FOREACH_OBJECT_RENDERABLE using stack dataDalai Felinto
2018-01-30Fix FOREACH_OBJECT_RENDERABLE going over the same object twiceDalai Felinto
2018-01-30Fix FOREACH_OBJECT_RENDERABLE recursion going over the roofDalai Felinto
2018-01-25Layer: Update outdated code commentDalai Felinto
2018-01-22Collections/Layer cleanup: Remove all reference to filter objectsDalai Felinto
2018-01-16Fix collection visibility evaluationDalai Felinto
2017-12-26Depsgraph: Fix copy-on-write assert when freeing Freestyle configDalai Felinto
2017-12-15Group collection viewport/render options and remove collection visibilityDalai Felinto
2017-12-04Cleanup: whitespaceCampbell Barton
2017-12-01Groups and collection: initial integrationDalai Felinto
2017-12-01Workspaces: Store an active view-layer per sceneJulian Eisel
2017-11-24Depsgraph: make it more obvious who's view layer is being updatedSergey Sharybin
2017-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto
2017-11-23New view layers should be named "View Layer" (not Render Layer)Dalai Felinto
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-22SceneRenderLayer Removal/RefactorDalai Felinto
2017-11-22SceneRenderLayer > SceneLayer: Convert Z-MaskDalai Felinto
2017-11-22SceneRenderLayer > SceneLayer: Convert samples_overrideDalai Felinto
2017-11-22SceneRenderLayer > SceneLayer: Convert material_overrideDalai Felinto
2017-11-08Farewell Scene->baseDalai Felinto
2017-11-07Sanitize use of BLI_iteratorDalai Felinto
2017-11-07Fix jumps-dependent-on-uninitialized-variable for iteratorsDalai Felinto
2017-10-31Collections: Bring back simple visibility behaviourDalai Felinto