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
2013-03-23A major code update for making the DNA file specification of Freestyle settingsTamito Kajiyama
2013-03-22Fix for default values different from the factory settings.Tamito Kajiyama
2013-03-20Removed goto's as suggested first by Bastien Montagne and also by Sergey Shar...Tamito Kajiyama
2013-03-20Code clean-up suggested by Sergey Sharybin through a code review of the branch.Tamito Kajiyama
2013-03-19svn merge ^/trunk/blender -r55372:55392Campbell Barton
2013-03-19svn merge ^/trunk/blender -r55357:55372Campbell Barton
2013-03-19rewind 55389 and make this gcc4.6+ only Campbell Barton
2013-03-19Smoke Bugfix /enhancement: Load pre 2.65 pointcaches.Daniel Genrich
2013-03-19fix for build error: "#pragma GCC diagnostic not allowed inside functions"Dalai Felinto
2013-03-18quiet warning about writing to deprecated member with gcc.Campbell Barton
2013-03-18code cleanupCampbell Barton
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-18style cleanupCampbell Barton
2013-03-18Merged changes in the trunk up to revision 55357.Tamito Kajiyama
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-17use const pointers for file loading and booleans for animation system return ...Campbell Barton
2013-03-17Fix "can't paint" bug no.1, painting with black on image editor did notAntony Riakiotakis
2013-03-17code cleanup: incorrect sized array args, remove some redundant code.Campbell Barton
2013-03-17- ghost-sdl builds again.Campbell Barton
2013-03-16Stop dyntopo updates from happening in masked areasNicholas Bishop
2013-03-16code cleanup: shadowingCampbell Barton
2013-03-16object converting curve/mball to a mesh would give invalid selection state (e...Campbell Barton
2013-03-15Further improvement for multi-threaded proxiesSergey Sharybin
2013-03-15add in ifdef for WITH_LIBMV, correct own error passing float[2] as float[3]Campbell Barton
2013-03-15Multi-threaded frame calculation for movie clip proxiesSergey Sharybin
2013-03-15code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist,Campbell Barton
2013-03-15Support for rake in 2D image painting.Antony Riakiotakis
2013-03-15Skip doing frame undistortion if it's not needed for proxies.Sergey Sharybin
2013-03-14split up BKE_mesh_to_curve() into 2 functions, adding BKE_mesh_to_curve_ex() ...Campbell Barton
2013-03-14converting a mesh to a curve was unnecessarily using tessface's.Campbell Barton
2013-03-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-14fix reading out of buffer bounds for recent vertex paint commit.Campbell Barton
2013-03-14style cleanup: odd indentationCampbell Barton
2013-03-14Fix silly mistake that could lead to crash. Also, slight cleanup/renameAntony Riakiotakis
2013-03-14Two new Features:Antony Riakiotakis
2013-03-14Fix #34526: crash using mask modifier + subsurf + UV map.Brecht Van Lommel
2013-03-13fix for 2 errors where the 2d arrays were used as 3d. (out of bounds read).Campbell Barton
2013-03-13Fix #34481: camera focal length and sensor size did not use units yet, now th...Brecht Van Lommel
2013-03-13Fix write past end of array in recent texture sampling refactoring commit, andBrecht Van Lommel
2013-03-13New implementation of Freestyle edge/face marksTamito Kajiyama
2013-03-13style cleanup: also remove unused defines in paint_image.cCampbell Barton
2013-03-13Texture sampling function refactoring:Antony Riakiotakis
2013-03-13style cleanupCampbell Barton
2013-03-12Patch #34204: [Render Animation] Fails with "Error: Specified sample_fmt is n...Sergey Sharybin
2013-03-12Patch #34569: Enable PNG Codec for video outputSergey Sharybin
2013-03-12Temp fix for stupid -Wformat-security issue.Bastien Montagne
2013-03-12replace sprintf -> strcpy where its not needed.Campbell Barton
2013-03-12Fix compilation error after recent changes to strict gcc flagsSergey Sharybin
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-03-11code cleanup:Campbell Barton