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
2015-05-14Merge branch 'master' into gooseberrySergey Sharybin
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey Sharybin
2015-05-04Merge branch 'master' into gooseberryAntony Riakiotakis
2015-05-03We do need to transform lnors in BKE_mesh_transform(), much handy for scripts.Bastien Montagne
2015-04-28Merge branch 'master' into gooseberryAntony Riakiotakis
2015-04-28Add material slot reorder buttonsGaia Clary
2015-04-21Merge branch 'alembic' into gooseberryLukas Tönne
2015-04-20Merge branch 'master' into alembicBastien Montagne
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-20Merge branch 'master' into gooseberrySergey Sharybin
2015-04-20Merge branch 'master' into alembicLukas Tönne
2015-04-19Sculpt: smooth brush, exclude self from averageCampbell Barton
2015-04-14Merge branch 'master' into alembicLukas Tönne
2015-04-07Merge branch 'master' into gooseberryAntony Riakiotakis
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-03-31Merge branch 'alembic' into gooseberryLukas Tönne
2015-03-31Merge branch 'master' into alembicLukas Tönne
2015-03-31Corrective Smooth Modifier (aka delta-mush)Campbell Barton
2015-03-26Renamed the cache_dm to simply dm.Lukas Tönne
2015-03-26Working implementation of cache reading for dupli data during renders.Lukas Tönne
2015-03-26Cycles support for dupli caches.Lukas Tönne
2015-03-24Renamed the cache_dm to simply dm.Lukas Tönne
2015-03-23Working implementation of cache reading for dupli data during renders.Lukas Tönne
2015-03-23Cycles support for dupli caches.Lukas Tönne
2015-03-20Merge branch 'master' into gooseberryAntony Riakiotakis
2015-03-20Fix T43786: Cycles bake disregards Auto Smooth (vertex per-face normals)Sergey Sharybin
2015-03-13Add argument to DM_to_mesh() function to take ownership over the DMSergey Sharybin
2015-02-27Merge branch 'cycles_memory' into gooseberrySergey Sharybin
2015-02-27Add argument to DM_to_mesh() function to take ownership over the DMSergey Sharybin
2015-02-05Merge branch 'master' into gooseberryAntony Riakiotakis
2015-02-05Add Custom Loop Normals.Bastien Montagne
2015-01-26Merge branch 'master' into gooseberryBastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2015-01-09Merge branch 'master' into gooseberryAntony Riakiotakis
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
2014-10-03Replaced the single `ID *from` pointer in shape keys with a moreLukas Tönne
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-07Fix T40712: Duplicators don't generate orco and UV coordinates in Cycles view...Lukas Tönne
2014-06-24Make main library safe(er) for the threaded usageSergey Sharybin
2014-06-09Fix for slowdown converting mesh to curve with large polygonsCampbell Barton
2014-05-09Indentation fix.Tamito Kajiyama
2014-05-03Bake API - bpy.ops.object.bake()Dalai Felinto
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-16Code cleanup: modifier_skin_customdata_ensure was a bad level callCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-02-11Mesh Data: disable two-sided for new meshes (see: T37518)Campbell Barton