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
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-22SceneRenderLayer Removal/RefactorDalai Felinto
2017-11-22SceneRenderLayer > SceneLayer: Convert material_overrideDalai Felinto
2017-11-22SceneRenderLayer > SceneLayer: Remove light_overrideDalai Felinto
2017-11-09Rename Scene macros back to their original _NEW less namesDalai Felinto
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-10-04Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-04Cleanup: redundant castsCampbell Barton
2017-08-28Merge branch 'master' into blender2.8Sergey Sharybin
2017-08-28Make GS macro return proper IDType typeSergey Sharybin
2017-08-15Cleanup/refactor: no new general arg-less macros enforcing var names please!Bastien Montagne
2017-07-18Outliner: Use scene_layer from contextDalai Felinto
2017-07-14Workspace: Fix crash on preview, and sanitize placeholder functionsDalai Felinto
2017-06-30Merge branch 'master' into blender2.8Campbell Barton
2017-06-30Workaround T51934: Array's > SHRT_MAX aren't supportedCampbell Barton
2017-06-12Rename probe to light-probeCampbell Barton
2017-06-09Probe: fix some missing bits / errors in RNA ...Clément Foucault
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-04-25Outliner: Re-build depsgraph when reordering collectionsDalai Felinto
2017-04-24Outliner: Bring back bases when pertinentDalai Felinto
2017-04-12Outliner: Draw nested collections before objects of a collectionJulian Eisel
2017-04-12Outliner: Fix objects of master collection not showing up in 'Master Collecti...Julian Eisel
2017-03-20Silence unused vars warningDalai Felinto
2017-03-15Outliner: Don't show master collection itself in "Master Collection Tree"Julian Eisel
2017-03-11Fix unwanted expanding/collapsing of collections using drag & dropJulian Eisel
2017-03-10Insert into master collection when dragging above itJulian Eisel
2017-03-10Outliner: Support dragging objects into different collectionsJulian Eisel
2017-03-10Improve outliner drag&drop feedback by using drop poll callbacksJulian Eisel
2017-03-10Gaah, managed to undo a previous fix somehow...Julian Eisel
2017-03-10Support drag & drop of collections across multiple hierarchy levelsJulian Eisel
2017-03-10Fix issues in outliner collection reordering functionJulian Eisel
2017-03-09Layers: move LayerCollectionDalai Felinto
2017-03-09Layers: move SceneCollectionDalai Felinto
2017-03-02Outliner: add hooks for (yet to be implemented) layer reordering routinesDalai Felinto
2017-03-02Get UI ready for using drag & drop to nest a collection into another oneJulian Eisel
2017-03-01Outliner: Make deleting collections from "All Collections" mode workJulian Eisel
2017-02-28Cleanup: Add outliner_utils.c, move functions into itJulian Eisel
2017-02-28Outliner: Delete all selected collections, not just active oneJulian Eisel
2017-02-28Outliner: "All Collections" mode showing the master collection hierarchyJulian Eisel
2017-02-27Outliner: Rename "Collections" display mode to "Active Render Layer"Julian Eisel
2017-02-26Fix outliner "Sort Alphabetically" having not workingJulian Eisel
2017-02-22UI: Support drag & drop reordering of collectionsJulian Eisel
2017-02-15Layers: Show collection objects in OutlinerDalai Felinto
2017-02-15Layers: Separate between scene render layer (F12) and context render layer (e...Dalai Felinto
2017-02-14Layer Macros: create the instance as part of the macroDalai Felinto
2017-02-13Outliner: allow for renaming of collection and small touch ups in theDalai Felinto
2017-02-09Support displaying collections in outlinerJulian Eisel