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-08-10Outliner: use generic WM drag and drop system for collections.Brecht Van Lommel
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-12Fix T55945: Outliner crashPhilipp Oeser
2018-06-25Cleanup: rename object base flags to be more clear.Brecht Van Lommel
2018-06-25Outliner: Make search always workDalai Felinto
2018-06-25Cleanup: code styleCampbell Barton
2018-06-20Objects: support for hiding all objects in a collection.Brecht Van Lommel
2018-06-20Objects: restore H key per object hiding.Brecht Van Lommel
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-28Fix T55226: outliner glitch with item open/close, after recent optimization.Brecht Van Lommel
2018-05-25Fix outliner showing objects in collections instances.Brecht Van Lommel
2018-05-23Fix T55161: outliner Blender File with filter showing irrelevant libraries.Brecht Van Lommel
2018-05-20Cleanup: whitespace, duplicate includesCampbell Barton
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-05-17Outliner: add ID type filter option for Blender File and Orphaned Data.Brecht Van Lommel
2018-05-17Outliner: in Blender File, use upper case names and icons.Brecht Van Lommel
2018-05-17Outliner: rename Data-Blocks to Data API, to make clear it's low level stuff.Brecht Van Lommel
2018-05-15Fix mistake in recent outliner rebuild change.Brecht Van Lommel
2018-05-15Fix random crashes in the outliner, especially with bigger scenes.Brecht Van Lommel
2018-05-09Outliner: move filter options to popover.Brecht Van Lommel
2018-04-26Workspaces: active view layer now always comes from workspace, not scene.Brecht Van Lommel
2018-04-24Outliner: reorganize collection related display modes.Brecht Van Lommel
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-19Cleanup: styleCampbell Barton
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-03-09Cleanup: iterator macrosCampbell Barton
2018-03-01Cleanup: macro's w/ an _END need a matching _BEGINCampbell Barton
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-06Outliner: Operator to delete outliner selected elements from collectionDalai Felinto
2018-02-06Object Mode: pass eval_ctx in outliner functionsCampbell Barton
2018-01-26Outliner: Implement Add (Ctrl) when moving objects inside collectionDalai Felinto
2018-01-19Outliner: Remove User PreferencesDalai Felinto
2018-01-19Outliner: Change All Scenes to Scenes and make it focus on compositingDalai Felinto
2018-01-19Outliner Filtering System + CleanupDalai Felinto
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-18Outliner: Rename "Active View Layer" > "View Layer"Dalai Felinto
2018-01-16Fix crash in outliner when moving objects aroundDalai Felinto
2018-01-12Outliner: Harmless cleanupDalai Felinto
2018-01-11Fix crash when deleting collectionsJulian Eisel
2018-01-05Outliner: Support multiple-objects drag'n'drop into collectionsDalai Felinto
2018-01-05Fix drag and drop in outliner for scene collectionsDalai Felinto
2018-01-03Fix: MSVC2013 compile problems with the "inline" keywordJoshua Leung
2018-01-02Outliner: Master Collection always expandedDalai Felinto
2018-01-02Outliner: Always show the master collection on top of the treeDalai Felinto
2017-12-29Fix T53647: Outliner crashes when active object is deletedDalai Felinto
2017-12-01Groups and collection: initial integrationDalai Felinto