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-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
2017-03-02Get UI ready for using drag & drop to nest a collection into another oneJulian Eisel
2017-03-01Outliner: Support dragging object into collectionJulian Eisel
2017-02-22UI: Support drag & drop reordering of collectionsJulian Eisel
2017-02-18Fixup for last commit :/Dalai Felinto
2017-02-18Fix crash introduced in engine separation (50fb3ea3)Dalai Felinto
2017-02-17bug in DEG_OBJECT_ITERDalai Felinto
2017-02-16Doversion: reset layer collection properties when neededDalai Felinto
2017-02-15Layers: Separate between scene render layer (F12) and context render layer (e...Dalai Felinto
2017-02-15Collections Settings: Added Bool type.Clément Foucault