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-08-16Pass EvaluationContext instead of bContextCampbell Barton
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: Fix crash with copy-on-write enabled after recent changesSergey Sharybin
2017-07-13Depsgraph: Add extra information to debug loggingSergey Sharybin
2017-06-13Woarkspace: Remove residue of hidden typeSergey Sharybin
2017-06-12Renaming: *_Iterator_begin/next > *_iterator_begin/nextDalai Felinto
2017-06-09Fix crash when deleting active workspace render-layerJulian Eisel
2017-06-01Main Workspace IntegrationJulian Eisel
2017-05-30Draw Manager: Add SceneLayerEngineData and use callbacks to clear runtime eng...Clément Foucault
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-21Cleanup: warningsCampbell Barton
2017-05-18Rename Iterator struct to BLI_IteratorDalai Felinto
2017-05-16Fix info header stats to iterator over layer instead of sceneDalai Felinto
2017-05-10Expand the collection settings API to support float arraysDalai Felinto
2017-05-05Fix all objects being selected when opening pre-2.80 filesJulian Eisel
2017-05-05Implement overridable scene render settingsDalai Felinto
2017-05-04Vertex paint with draw managerLuca Rood
2017-05-04Fix "doversion" of collection settings for collectionsDalai Felinto
2017-05-04Better fix for duplicate objects not moving themDalai Felinto
2017-05-03Select new object bases using object's base flagCampbell Barton
2017-05-03Weight painting with draw managerLuca Rood
2017-05-03Validate collection properties at readileDalai Felinto
2017-05-03Make IDP_MergeGroup recursiveDalai Felinto
2017-04-24Layer cleanup: Rename _Iterator_ > _iterator_Dalai Felinto
2017-04-24FOREACH_SELECTED_BASE iteratorDalai Felinto
2017-04-21Fix T51261: New objects aren't selectedDalai Felinto
2017-04-21Cleanup: use id-property access macrosCampbell Barton
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-06Depsgraph: Prefer use anonymous structs for unused argumentsSergey Sharybin
2017-04-06Depsgraph: Remove old header from blenkernelSergey Sharybin
2017-04-06Depsgraph: More type definitions to new depsgraph headerSergey Sharybin
2017-04-03Layer/Depsgraph: Fix selectability issuesDalai Felinto
2017-04-03Layer: Small refactor on layer_collection_addDalai Felinto
2017-04-01Blender 2.8: Hook of layer collections evaluation in DEGSergey Sharybin
2017-03-31Blender 2.8: Cleanup, no need in escapeSergey Sharybin
2017-03-30Layer: remove no longer used settingsDalai Felinto
2017-03-30Layers: use IDProperty and override collection properties systemDalai Felinto
2017-03-17Remote unecessary call to ces_type->callbackDalai Felinto
2017-03-13Outliner/layer: fix users trying to drop a collection into itself (recursion ...Dalai Felinto
2017-03-10Outliner: Support dragging objects into different collectionsJulian Eisel
2017-03-10Layers: fix bug in move layer collection above/belowDalai Felinto
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-23Fix issues when reordering nested collectionsJulian Eisel