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
path: root/source
AgeCommit message (Expand)Author
2012-01-18argument for CDDM_from_BMEditMesh() so creating tessface data is optional, no...Campbell Barton
2012-01-18fix for editmode bmesh bug - found by testing script.Campbell Barton
2012-01-18fixed [#29907] Uncoherent behaviour of Delete Edge LoopCampbell Barton
2012-01-18fix errors in bmesh vertex paintCampbell Barton
2012-01-18svn merge ^/trunk/blender -r43472:43482Campbell Barton
2012-01-18remove ARB_texture_gather from bicubic bump map dependencies. It will be need...Antony Riakiotakis
2012-01-18svn merge ^/trunk/blender -r43461:43472Campbell Barton
2012-01-17fix [#29914] paste text into blender causes crashSv. Lockal
2012-01-17missing header in previous commit Campbell Barton
2012-01-17misc small changes and bmesh support for testing scriptCampbell Barton
2012-01-17Whitespace tabs vs. spaces consistency changesSergey Sharybin
2012-01-17fix for error in merge 43462Campbell Barton
2012-01-17svn merge ^/trunk/blender -r43443:43461Campbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-17Disable "Ask for each file" menu option for files unpack. It was never implem...Sergey Sharybin
2012-01-17Poor menu labels were not translated!Bastien Montagne
2012-01-17Fix #29905: extend transform a sequencer meta strip did not update the positionBrecht Van Lommel
2012-01-17Fix #29762: columns in long enum property menu's were in the wrong order.Brecht Van Lommel
2012-01-17remove BKE_array_mallocn.h, replace use with BLI_array.h, also removed Campbell Barton
2012-01-17fix for segfault with bpy compiled as python module (dont register atexit)Campbell Barton
2012-01-17fix [#29913] Bezier edit mode crashes on undo.Campbell Barton
2012-01-17New pchan to pose matrices computes. Fixes [#27898] Bone snap to cursor fails...Bastien Montagne
2012-01-17another fix for bmesh/solidify - was using incorrect poly length when finding...Campbell Barton
2012-01-17remove some complexity in solidify code rim face creation.Campbell Barton
2012-01-17OSX/cmake: donĀ“t build target extractpyzip for MODULEJens Verwiebe
2012-01-17mesh.uv_textures.new() was returning the wrong typeCampbell Barton
2012-01-17svn merge ^/trunk/blender -r43436:43443Campbell Barton
2012-01-17bmesh vertex colors are now accessible Campbell Barton
2012-01-17fix for error freeing wrong num of MFace customdata when writing to legacy me...Campbell Barton
2012-01-17fix own error in bmesh -> mesh versioningCampbell Barton
2012-01-17fix own error [#28645] TODO: dissolve edges doesn't delete lonely vertices on...Campbell Barton
2012-01-17svn merge ^/trunk/blender -r43420:43436Campbell Barton
2012-01-17comment unused varCampbell Barton
2012-01-17remove unused function Campbell Barton
2012-01-16Corrected fix for linking issues with blenderplayer enabledSergey Sharybin
2012-01-16Fix for compilation error using cmake+msvcSergey Sharybin
2012-01-16Dynamic Paint:Miika Hamalainen
2012-01-16Carve booleans library integrationSergey Sharybin
2012-01-16patch [#29859] UTF-8 support for text editor.Sv. Lockal
2012-01-16update to modifier testing scriptCampbell Barton
2012-01-16more keymap editsCampbell Barton
2012-01-16Fix for standalone bpy module building link errors on Mac.Brecht Van Lommel
2012-01-16svn merge ^/trunk/blender -r43392:43420Campbell Barton
2012-01-16middle mouse jump scrolling for text window.Campbell Barton
2012-01-16use a look for paint brush switching keysCampbell Barton
2012-01-16use TRUE/FALSE for boolean keymaps, no functional changesCampbell Barton
2012-01-16went over all keymaps to check for cases where defaults were assumedCampbell Barton
2012-01-16fix for defaults not being set for object mode hide and delete keymap.Campbell Barton
2012-01-16Change function for nb_invert so that ~matrix returns the inverted matrix rat...Andrew Hale
2012-01-16Allow camera 1:1 and center camera view to run from menu's.Campbell Barton