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-03-30Collections: API to select all scene collection objectsDalai Felinto
2018-03-30Collections: API to get collection from indexDalai Felinto
2018-03-30Collections: API to check if object is in collectionDalai Felinto
2018-03-28Move to Collection - initial operatorDalai Felinto
2018-03-09Cleanup: iterator macrosCampbell Barton
2018-03-01Cleanup: macro's w/ an _END need a matching _BEGINCampbell Barton
2018-02-19Fix warning after fix for crash on renaming group collectionsDalai Felinto
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-01-22Collections/Layer cleanup: Remove all reference to filter objectsDalai Felinto
2018-01-19Fix collections names no longer unique when moved aroundDalai Felinto
2018-01-19Collections: Fix for auto-named children when parent name is MAX_NAMEDalai Felinto
2018-01-15Outliner/Collections: Fix objects disappearing when moving to collectionsDalai Felinto
2018-01-04Fix FOREACH_SCENE_COLLECTION/FOREACH_SCENE_OBJECT for nested collectionsDalai Felinto
2018-01-02Layers/Collections: Fix crash when deleting collectionDalai Felinto
2017-12-28Cleanup after collection rename commitDalai Felinto
2017-12-28Collections: Allow collections from different "parents" to have the same nameDalai Felinto
2017-12-23Collections: deletea collection move objects to master collection if users=0Dalai Felinto
2017-12-22Collection: Name collection based on parent's nameDalai Felinto
2017-12-01Groups and collection: create group from collectionDalai Felinto
2017-12-01Groups and collection: initial integrationDalai Felinto
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-07Sanitize use of BLI_iteratorDalai Felinto
2017-07-28Fix crash when duplicating objectSergey Sharybin
2017-07-27Prevent crash when duplicating object which doesn't have evaluated base prope...Sergey Sharybin
2017-06-30Fix T51877: Deleting a scene uses freed memoryDalai Felinto
2017-06-27Scene object iterator: minor optimizationCampbell Barton
2017-06-14Add an option to free scene without doing id-countersSergey Sharybin
2017-06-13Better Fix for T51777: Separating objects by selected verticesDalai Felinto
2017-06-06Scene object iterator: Replace recursion with loopSergey Sharybin
2017-05-18Rename Iterator struct to BLI_IteratorDalai Felinto
2017-04-24Collection: __FUNCTION__ > __func__Dalai Felinto
2017-04-24Layer cleanup: Rename _Iterator_ > _iterator_Dalai Felinto
2017-04-01Blender 2.8: Hook of layer collections evaluation in DEGSergey Sharybin
2017-03-10Outliner: Support dragging objects into different collectionsJulian Eisel
2017-03-10Layers util function to move objects aroundDalai Felinto
2017-03-09Layers: move SceneCollectionDalai Felinto
2017-03-06Fix T50841: Scene object iterator did not get data from LinkData for the mast...Sergey Sharybin
2017-03-02Outliner: add hooks for (yet to be implemented) layer reordering routinesDalai Felinto
2017-03-01Fix collection renaming not checking for unique name in entire hierarchyJulian Eisel
2017-03-01Outliner: Make sure collection name is unique after renamingJulian Eisel
2017-02-23Fix issues when reordering nested collectionsJulian Eisel
2017-02-22Cleanup: StyleJulian Eisel
2017-02-22UI: Support drag & drop reordering of collectionsJulian Eisel
2017-02-14Layer Macros: create the instance as part of the macroDalai Felinto
2017-02-09Fix crashes on outliner (fixup for rB2a16a4ee)Dalai Felinto
2017-02-08Fix uninitialized var with FOREACH_SCENE_OBJECTCampbell Barton
2017-02-07Layers: get/update CollectionEngineSettings (depsgraph placeholder)Dalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto