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
2012-02-02svn merge ^/trunk/blender -r43819:43830Campbell Barton
2012-02-01Fix #30045: mesh.uv_textures.new() not returning correct layer when a layer withBrecht Van Lommel
2012-01-31Implemented general functions to store view context like viewport width/heightSergey Sharybin
2012-01-31Hide internal property of knife_cut operatorSergey Sharybin
2012-01-30remove CDDM_copy second argument, added CDDM_copy_from_tessface instead.Campbell Barton
2012-01-25svn merge ^/trunk/blender -r43664:43676Campbell Barton
2012-01-24fix for crash with mesh undo with shape keysCampbell Barton
2012-01-23use same default as trunk for cylinder depthCampbell Barton
2012-01-23replace BLI_array_growone() with BLI_array_growitems() when the size of the i...Campbell Barton
2012-01-23dissable double re-tesselation when entering editmode.Campbell Barton
2012-01-23disable re-tesselation for modifiers that use bmesh, array/bevel/edge split -...Campbell Barton
2012-01-20minor warning/fixesCampbell Barton
2012-01-20svn merge ^/trunk/blender -r43530:43554Campbell Barton
2012-01-20- Fix for commit 43551 which caused a linking error in blenderplayer.Andrew Hale
2012-01-20misc changes from bmesh, syncing across to trunk, no functional changesCampbell Barton
2012-01-20- Added functions to remove mesh vertices, edges and faces. These functions r...Andrew Hale
2012-01-19argument to mesh_recalcTesselation to skip copying normals from polygons.Campbell Barton
2012-01-18svn merge ^/trunk/blender -r43461:43472Campbell Barton
2012-01-17missing header in previous commit Campbell Barton
2012-01-17svn merge ^/trunk/blender -r43443:43461Campbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-17remove BKE_array_mallocn.h, replace use with BLI_array.h, also removed Campbell Barton
2012-01-17svn merge ^/trunk/blender -r43420:43436Campbell Barton
2012-01-17remove unused function Campbell Barton
2012-01-16more keymap editsCampbell Barton
2012-01-15svn merge ^/trunk/blender -r43381:43392Campbell Barton
2012-01-15svn merge ^/trunk/blender -r43345:43381Campbell Barton
2012-01-15Fix [#29891] Stupid select all behaviour.Bastien Montagne
2012-01-14fix [#29890] Extend selection doesn't clear (3D view edge loop select and nod...Campbell Barton
2012-01-14remove *.select_inverse operators where the *.select_all operator has an inve...Campbell Barton
2012-01-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
2012-01-13Remove vestigial retopo/retopo-paint code.Nicholas Bishop
2012-01-12remove commented editmesh code which is now moved to transform.cCampbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2012-01-11svn merge ^/trunk/blender -r43278:43294Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-06rename normal calc functions.Campbell Barton
2012-01-04Add ability to constrain knife cut angle to 0, 45, or 90 degreesHoward Trickey
2012-01-03svn merge ^/trunk/blender -r43062:43085Campbell Barton
2012-01-02replace:Campbell Barton
2011-12-30style edits for function declarationsCampbell Barton
2011-12-29Add code to make knife cut through whole mesh optionally.Howard Trickey
2011-12-28syncing with trunk, remove unused functionCampbell Barton
2011-12-28copy BLI_edgehash changes from bmesh branch, main change is use of mempool.Campbell Barton
2011-12-28macro for getting next/previous MPoly loopsCampbell Barton
2011-12-27svn merge ^/trunk/blender -r42882:42886Campbell Barton
2011-12-27remove unneeded casts from 'unsigned int' to 'int'Campbell Barton
2011-12-22split >120 length lines (mostly if statements)Campbell Barton
2011-12-21minor formatting editsCampbell Barton
2011-12-21use TRUE/FALSE rather then 1/0, no functional changes.Campbell Barton