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-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41200:41226 .Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41175:41200 --- will need to apply fix afterCampbell Barton
2011-10-24svn merge ^/trunk/blender -r41100:41150Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-23fix some typo'sCampbell Barton
2011-10-22Render API: add update_progress() function to update progress bar progress fromBrecht Van Lommel
2011-10-22Code refactoring: move external engine functions into own file.Brecht Van Lommel
2011-10-22Code cleanup: file operations merged into single header, some function namesBrecht Van Lommel
2011-10-22Code cleanup: remove BLI_exist, now there is only BLI_exists. One function justBrecht Van Lommel
2011-10-21Code cleanup: don't use btempdir/bprogdir/bprogname globals anymore, but wrapBrecht Van Lommel
2011-10-20Fix #28938: Black frames when composite output node even with disabled nodesSergey Sharybin
2011-10-20strcpy() --> BLI_strncpy(), where source strings are not fixed and target siz...Campbell Barton
2011-10-19Adds an update flag to the bNode struct (similar to bNodeTree->update).Lukas Toenne
2011-10-18svn merge ^/trunk/blender -r41075:41099Campbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-10-09svn merge ^/trunk/blender -r40720:40872Campbell Barton
2011-10-06svn merge ^/trunk/blender -r40644:40720Campbell Barton
2011-10-03add macro OB_TYPE_SUPPORT_MATERIAL, type checks were being done inline, some ...Campbell Barton
2011-09-30Bump maps flip: now white means salience, black means concavitySergey Sharybin
2011-09-28Fix #28728: volume precaching took a long time with many objects, changedBrecht Van Lommel
2011-09-27svn merge ^/trunk/blender -r40511:40587Campbell Barton
2011-09-26replace strncpy with BLI_strncpy, in some cases strncpy was being misused sin...Campbell Barton
2011-09-26bugfix [#28744] Object mapped textures (decals) in linked files are not rende...Campbell Barton
2011-09-25whitespace cleanupCampbell Barton
2011-09-24edits to internal renderer - no functional changes.Campbell Barton
2011-09-23svn merge ^/trunk/blender -r40432:40491Campbell Barton
2011-09-23svn merge ^/trunk/blender -r40389:r40390Campbell Barton
2011-09-23svn merge ^/trunk/blender -r40381:40382Campbell Barton
2011-09-23svn merge ^/trunk/blender -r40372:40379Campbell Barton
2011-09-22remove redundant code & use GL_LINE_STRIP for object spiral drawing.Campbell Barton
2011-09-22Remove checks for voxel data when texture type is known.Sergey Sharybin
2011-09-22clear up some warnings.Campbell Barton
2011-09-22addendum to prev bugfix on texture space bumpMorten Mikkelsen
2011-09-22comment some unused vars / assignments.Campbell Barton
2011-09-21svn merge -r40295:40367 ^/trunk/blenderCampbell Barton
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-20changes for materials to treat them as shorts not int/chars (since they are s...Campbell Barton
2011-09-20tidy upCampbell Barton
2011-09-19cleanup endian handlingCampbell Barton
2011-09-17svn merge -r40279:40295 ^/trunk/blenderCampbell Barton
2011-09-17use macros RAD2DEG & DEG2RAD rather then multiplying by 180.0/M_PI or M_PI/180.0Campbell Barton
2011-09-17use const and array size in function definitions, no functional change.Campbell Barton
2011-09-17correction to recent commit, wouldnt have given any troubles but was assignin...Campbell Barton
2011-09-17svn merge -r40166:40279 ^/trunk/blenderCampbell Barton
2011-09-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton
2011-09-16replace macros with math lib functionsCampbell Barton
2011-09-16- fix for access past the buffer size (paint / sculpt used some 2d vecs as 3d)Campbell Barton
2011-09-12svn merge -rr40148:40166 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Campbell Barton
2011-09-12use vector size and const args where possible (no functional change)Campbell Barton