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-05-24Remove TexFace, per-face imagesCampbell Barton
2017-05-20Merge branch 'master' into blender2.8Campbell Barton
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-16Fix info header stats to iterator over layer instead of sceneDalai Felinto
2017-05-12Implement hair drawing with Draw Manager in Clay engineLuca Rood
2017-05-05Implement overridable scene render settingsDalai Felinto
2017-05-04Fix "doversion" of collection settings for collectionsDalai Felinto
2017-05-03Merge branch 'master' into blender2.8Lukas Stockner
2017-05-03"Fix" root cause of T51260 Forward compatibility crash fter adding new IDProp...Bastien Montagne
2017-05-03Render API/Cycles: Identify Render Passes by their name instead of a type flagLukas Stockner
2017-05-03Rename bPoseChannel's temp/cache pointer for DrawManager to draw_data.Bastien Montagne
2017-05-03Validate collection properties at readileDalai Felinto
2017-05-03Add BBone and Wire Armature draw types to DrawManager.Bastien Montagne
2017-04-19Draw Manager: curve supportCampbell Barton
2017-04-13Draw Manager: initial lattice supportCampbell Barton
2017-04-13Merge branch 'master' into blender2.8Alexander Romanov
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-04-06Depsgraph: Remove old depsgraph header from blenloaderSergey Sharybin
2017-04-03Object Engine: Fix multi user lamp data display bug.Clément Foucault
2017-04-01Blender 2.8: Hook of layer collections evaluation in DEGSergey Sharybin
2017-03-30Layers: use IDProperty and override collection properties systemDalai Felinto
2017-03-29Merge branch 'master' into blender2.8Julian Eisel
2017-03-28Forgot those IDP_LibLinkProperty call on node sockets IDProps in previous com...Bastien Montagne
2017-03-28Merge branch 'master' into blender2.8Bastien Montagne
2017-03-28Fix lib_link_cachefile.Bastien Montagne
2017-03-28Bring back `lib_link_mesh()` in 'order' with other libdata liblink functions.Bastien Montagne
2017-03-28readfile.c: Cleanup lib_link code a bit.Bastien Montagne
2017-03-17Merge branch 'master' into blender2.8Bastien Montagne
2017-03-16Add BKE_blendfile_userdef_read_from_memoryCampbell Barton
2017-03-15Merge branch 'master' into blender2.8Campbell Barton
2017-03-15Load user-preferences before startup fileCampbell Barton
2017-03-02Remove all instance of OBACT from particle_edit.c and related changesDalai Felinto
2017-02-27Merge branch 'master' into blender2.8Luca Rood
2017-02-27Surface Deform Modifier (SDef)Luca Rood
2017-02-17Merge branch 'master' into blender2.8Bastien Montagne
2017-02-17Layers: Fix crash on opening files saved in clayDalai Felinto
2017-02-15Revert "Collection Editor based on patch by Julian Eisel"Dalai Felinto
2017-02-13Layers: Per-Collection edit mode parsingDalai Felinto
2017-02-12Layers: Per-Collection edit mode settingsDalai Felinto
2017-02-11Use dummy versionning numbers for missing libraries.Bastien Montagne
2017-02-07Clay-Engine (merge clay-engine)Clément Foucault
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
2017-01-31Merge branch 'master' into blender2.8Bastien Montagne
2017-01-31Cleanup: use 'cb_flag', not 'cd_flag' for library_query callbacks.Bastien Montagne
2017-01-31Cleanup: Rename callback flags from library_query to `IDWALK_CB_...`Bastien Montagne
2017-01-27Mesh batch caches should not be stored in fileDalai Felinto
2017-01-26Merge branch 'master' into blender2.8Sergey Sharybin
2017-01-26Compositor: Make HSV node inputs a real socketsSergey Sharybin
2017-01-26Fix T50287: Blender crashes when open a blend that contains an alembicKévin Dietrich
2017-01-22Merge branch 'master' into blender2.8Julian Eisel