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-06-25Physics: update softbody and dynamic paint to get colliders from depsgraph.Brecht Van Lommel
2018-06-25Cleanup: rename object base flags to be more clear.Brecht Van Lommel
2018-06-12Fix T55376: instanced collection render visibility ignored.Brecht Van Lommel
2018-06-06Depsgraph: remove legacy code for dupli group updates.Brecht Van Lommel
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-04-02Collections: API to get automatic name of new collectionDalai Felinto
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-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-02Collections: Operator to duplicate a collectionDalai Felinto
2017-12-01Groups and collection: create group from collectionDalai Felinto
2017-12-01Groups and collection: initial integrationDalai Felinto
2017-11-14Cleanup: order from a-z structs in BKE_collection.h and BKE_layer.hDalai Felinto
2017-06-14Add an option to free scene without doing id-countersSergey Sharybin
2017-05-18Rename Iterator struct to BLI_IteratorDalai Felinto
2017-04-24Layer cleanup: Rename _Iterator_ > _iterator_Dalai Felinto
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-02Outliner: add hooks for (yet to be implemented) layer reordering routinesDalai Felinto
2017-03-01Outliner: Make sure collection name is unique after renamingJulian 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-09Change ITER_BEGIN to work in C++ (include object type in the macro)Dalai Felinto
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto