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-04-16Multi-Object EditingCampbell Barton
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-09Cleanup: iterator macrosCampbell Barton
2018-03-01Cleanup: macro's w/ an _END need a matching _BEGINCampbell Barton
2018-02-16Cleanup: avoid shadowing w/ name 'base'Campbell Barton
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-22Collections/Layer cleanup: Remove all reference to filter objectsDalai 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-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai 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-14Cleanup: order from a-z structs in BKE_collection.h and BKE_layer.hDalai Felinto
2017-11-08Farewell Scene->baseDalai Felinto
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-09-20Layer collection enable flagDalai Felinto
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-07-18Layer cleanup: get rid of one of the placeholder functionsDalai Felinto
2017-07-17Removing unused layer TODO placeholdersDalai Felinto
2017-07-14Workspace: Fix crash on preview, and sanitize placeholder functionsDalai Felinto
2017-06-09Fix crash when deleting active workspace render-layerJulian Eisel
2017-06-01Main Workspace IntegrationJulian Eisel
2017-05-26Rename BKE_layer_collection_active > BKE_layer_collection_get_activeDalai Felinto
2017-05-26Move util function to add new scene collection when active is not available f...Dalai Felinto
2017-05-18Rename Iterator struct to BLI_IteratorDalai Felinto
2017-05-10Expand the collection settings API to support float arraysDalai Felinto
2017-05-05Implement overridable scene render settingsDalai Felinto
2017-05-04Fix "doversion" of collection settings for collectionsDalai Felinto
2017-05-03Validate collection properties at readileDalai Felinto
2017-04-24Layer cleanup: Rename _Iterator_ > _iterator_Dalai Felinto
2017-04-24FOREACH_SELECTED_BASE iteratorDalai Felinto
2017-04-21Move DEG_OBJECT_ITER inside depsgraphDalai Felinto
2017-04-21Include the set in the depsgraph objects iteratorDalai Felinto
2017-04-20Fix T51215: depsgraph evaluation of collection properties (overrides)Dalai Felinto
2017-04-18Use better workaround ofr getting scene layer for Derivedmesh's maskSergey Sharybin
2017-04-13Layer collection settings APIDalai Felinto
2017-04-01Blender 2.8: Hook of layer collections evaluation in DEGSergey Sharybin
2017-03-30Layers: use IDProperty and override collection properties systemDalai Felinto
2017-03-17Cleanup: Use proper indentationSergey Sharybin
2017-03-10Outliner: Support dragging objects into different collectionsJulian Eisel
2017-03-09Layers: move LayerCollectionDalai Felinto
2017-03-09Layers: move SceneCollectionDalai Felinto