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
2011-11-23Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,Brecht Van Lommel
2011-11-16merge mempool changes from bmesh (adds mempool iterator).Campbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-10-28Merge with trunk r41342Miika Hamalainen
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Merge with trunk r41197Miika Hamalainen
2011-10-22header cleanup and typo'sCampbell Barton
2011-10-14Merge with trunk r40991Miika Hamalainen
2011-10-14Dynamic Paint:Miika Hamalainen
2011-10-10header cleanup (no functional changes)Campbell Barton
2011-10-08use newly added ID_BLEND_PATH() in more places.Campbell Barton
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-09-07svn merge -r 37306:39975 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-09-03== CustomData ==Nicholas Bishop
2011-07-31EditMesh-based skin node drawingNicholas Bishop
2011-07-31Imported bsphere.c, mostly ifdef'd out for nowNicholas Bishop
2011-07-31Added SkinNode DNA and customdata.Nicholas Bishop
2011-07-27minor warning fixes for clang-static-checkerCampbell Barton
2011-06-08svn merge -r 37212:37306 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-06-06Bake from multires meshSergey Sharybin
2011-05-17synched with trunk at revision 36569Nick Samarin
2011-03-19remove some redundant vars, assignments & checks.Campbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-16synched with trunk at revision 34793Nick Samarin
2011-02-14This commit will switch blender to use tangent space generated withinM.G. Kishalmi
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-12access past array bounds in layerInterp_mdisps, also make some vars const.Campbell Barton
2011-01-13remove/comment unused varsCampbell Barton
2011-01-12Fix #25594: Adding mesh while in edit mode with multires - crash.Sergey Sharybin
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-02Splitting quad into triangles and merging triangles into quad shouldSergey Sharybin
2011-01-02New customdata layer callback: validateSergey Sharybin
2011-01-02Multires math function used for layer interpolation moved from customdata.c t...Sergey Sharybin
2010-12-31Silence more compiler warnings.Guillermo S. Romero
2010-12-23Fixed stupid typo with detecting corners of source mdisp.Sergey Sharybin
2010-12-19Apply [#25296] Fix for [#24636]Nathan Letwory
2010-12-14Initial implementation of mdisps layer interpolationSergey Sharybin
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-07de-duplicate unique naming logic, was used in 7 different places, convert int...Campbell Barton
2010-11-04Fix #24388: multires base meshSergey Sharybin
2010-11-01bugfix [#24477] Can easily create bones with duplicate namesCampbell Barton
2010-10-24Make sure separation between modifier keys is communicated from GHOST upwards...Nathan Letwory
2010-10-24Fully disable AUD's FFTW3 usage.Guillermo S. Romero
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-17Fix #24139: Edge loop + Multi-Resolution modifier results weird artifactsSergey Sharybin
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-03synched with trunk at revision 32129Nick Samarin
2010-10-01Fix #23186: use of unitialized memory when creating new faces on a meshBrecht Van Lommel