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-05-15Fix mistake in recent outliner rebuild change.Brecht Van Lommel
2018-05-15Change startup defaultsCampbell Barton
2018-05-15Fix random crashes in the outliner, especially with bigger scenes.Brecht Van Lommel
2018-05-15Merge branch 'master' into blender2.8Campbell Barton
2018-05-15Undo System: remove nested edit-mode undo callsCampbell Barton
2018-05-11Use Light Probe iconsPablo Vazquez
2018-05-09Outliner: move filter options to popover.Brecht Van Lommel
2018-05-08Orientation for 3D cursorCampbell Barton
2018-05-01Fix compiler warning: Uninitialised varJoshua Leung
2018-04-27WM: new offscreen window draw method to replace all existing methods.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-21Cleanup: Get rid of context in editor 'new' callbackJulian Eisel
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-19Cleanup: styleCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-16Cleanup: indentationCampbell Barton
2018-04-15Merge branch 'master' into blender2.8Campbell Barton
2018-04-15Cleanup: ED_armature namingCampbell Barton
2018-04-11Merge branch 'master' into blender2.8Campbell Barton
2018-04-11Pose Mode: pass object to mode enter/exitCampbell Barton
2018-04-11Merge branch 'master' into blender2.8Campbell Barton
2018-04-11Cleanup: minor changes to pose-mode switching APICampbell Barton
2018-04-10Merge branch 'master' into blender2.8Campbell Barton
2018-04-10Cleanup: remove unused flagCampbell Barton
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-04-02Merge branch 'master' into blender2.8Campbell Barton
2018-04-02Cleanup: move undo into it's own directoryCampbell Barton
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-04-01Cleanup: remove global headerCampbell Barton
2018-03-30Fix typo in outliner Select Objects tooltipDalai Felinto
2018-03-09Cleanup: iterator macrosCampbell Barton
2018-03-07Cleanup: use _BEGIN suffix for group iteratorsCampbell Barton
2018-03-01Cleanup: macro's w/ an _END need a matching _BEGINCampbell Barton
2018-02-28Code cleanup: fix a few harmless warnings.Brecht Van Lommel
2018-02-19Outliner: Fix crash when renaming Group layer collectionDalai Felinto
2018-02-19Outliner: Update buttons editor when renaming collectionDalai Felinto
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-14GPU: use alpha blend that works for drawing to transparent buffer.Brecht Van Lommel
2018-02-13Object Mode: pass edit-object to outliner drawingCampbell Barton
2018-02-09Cleanup: use workspace for object_mode when possibleCampbell Barton
2018-02-09Fix collection syncing when creating new collections from the outlinerDalai Felinto
2018-02-08Fixing builds for 2.8 - outliner typoDalai Felinto
2018-02-08Fix: Data-Blocks view in Outliner no longer displayed property values, making...Joshua Leung
2018-02-06Outliner: Add object(s) to new collectionDalai Felinto
2018-02-06Fix poll for OUTLINER_OT_object_remove_from_collectionDalai Felinto
2018-02-06Rename OUTLINER_OT_collection_object_remove > _object_remove_from_collectionDalai Felinto
2018-02-06Outliner: Operator to delete outliner selected elements from collectionDalai Felinto
2018-02-06Object Mode: pass eval_ctx in outliner functionsCampbell Barton