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-12-21Fix T57816: Crash when deleting recently orphaned collectionDalai Felinto
2018-12-13Cleanup: replace ifdef w/ stubCampbell Barton
2018-12-12Fix building w/o bulletCampbell Barton
2018-12-12Fix (unreported) Broken rigidbody requirements when adding objects to a RB co...Bastien Montagne
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-14Fix T57558: Outliner displaying same object twice in some cases.Bastien Montagne
2018-11-13Util to get collection UI nameDalai Felinto
2018-11-09Fix typo in assert that we do not delete master collection..Bastien Montagne
2018-10-29Fix T57372: Second full scene copy crashes on deletion.Bastien Montagne
2018-10-29Fix stupid multiple-call of same function in Collections remapping code.Bastien Montagne
2018-10-23Fix compiler error in WindowsAntonioya
2018-10-23Fix T57288: Assert when deleting duplicated collection (id->us == 0).Bastien Montagne
2018-10-19Outliner: Open empty collection when something is dragged into itJacques Lucke
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-09-10Fix T56717: crash removing/adding objects.Brecht Van Lommel
2018-09-03Fix T56622: crash and other bugs deleting scenes.Brecht Van Lommel
2018-08-29Cleanup: rename files from group to collection to match contents.Brecht Van Lommel
2018-07-30Silencing a bunch of compiler warningsJoshua Leung
2018-07-09Fix T55868: duplicating collection instances fails sometimes.Brecht Van Lommel
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-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