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-25Cleanup: rename object base flags to be more clear.Brecht Van Lommel
2018-06-20Objects: restore per object restrict view/render/select.Brecht Van Lommel
2018-06-19Remove rigid body from rbw->group when deletingSybren A. Stüvel
2018-06-12Fix T55376: instanced collection render visibility ignored.Brecht Van Lommel
2018-06-07Depsgraph: Ensure collections are up to date after modificationsSergey Sharybin
2018-06-06Depsgraph: remove legacy code for dupli group updates.Brecht Van Lommel
2018-06-06Fix incorrect double checked lock in collection object cache.Brecht Van Lommel
2018-05-25Fix T55200: dragging object into hidden collection does not hide it.Brecht Van Lommel
2018-05-20Cleanup: line lengthCampbell Barton
2018-05-20Cleanup: whitespace, duplicate includesCampbell Barton
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-05-08Collections: remove per collection and view layer engine overrides.Brecht 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-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