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 #30047: Bake from multires crashes if run while sculpt mode is activeSergey Sharybin
2012-02-01svn merge ^/trunk/blender -r43751:43819, need to look into changes made to ed...Campbell Barton
2012-01-31Fix #30031: Build modifier crashes when applied to bezier objectSergey Sharybin
2012-01-30remove CDDM_copy second argument, added CDDM_copy_from_tessface instead.Campbell Barton
2012-01-26remove cellalloc, from my tests jemalloc beats cellalloc, so we better just u...Campbell Barton
2012-01-25svn merge ^/trunk/blender -r43664:43676Campbell Barton
2012-01-24Fix #29946: Recover Auto Save defaults to "Short List" View -- Cannot determi...Sergey Sharybin
2012-01-22svn merge ^/trunk/blender -r43564:43609Campbell Barton
2012-01-22use inline BLI_math functions for dot product and length calculation.Campbell Barton
2012-01-22Patch [#27790] Drag and drop parenting in outlinerJoshua Leung
2012-01-22reduce operator lookups in the UI (could do 4 hash lookups per button).Campbell Barton
2012-01-22fix for 'next' being set twice in the for loop from r43588Campbell Barton
2012-01-22patch: 'set the right Action Actuator when duplicating an object' by Daniel M...Dalai Felinto
2012-01-20svn merge ^/trunk/blender -r43530:43554Campbell Barton
2012-01-20Fix #27120: Bake to image used for rendering glitch (bake feedback loop)Sergey Sharybin
2012-01-19argument to mesh_recalcTesselation to skip copying normals from polygons.Campbell Barton
2012-01-19svn merge ^/trunk/blender -r43482:43524Campbell Barton
2012-01-19use color conversions functions in more places.Campbell Barton
2012-01-18svn merge ^/trunk/blender -r43461:43472Campbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2012-01-17svn merge ^/trunk/blender -r43420:43436Campbell Barton
2012-01-16more keymap editsCampbell Barton
2012-01-16svn merge ^/trunk/blender -r43392:43420Campbell Barton
2012-01-16use TRUE/FALSE for boolean keymaps, no functional changesCampbell Barton
2012-01-16fix for defaults not being set for object mode hide and delete keymap.Campbell 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-14remove *.select_inverse operators where the *.select_all operator has an inve...Campbell Barton
2012-01-13adding metaballs and lamps in local mode was broken.Campbell Barton
2012-01-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
2012-01-13Remove vestigial retopo/retopo-paint code.Nicholas Bishop
2012-01-12use skip-save for ED_object_add_generic_props(), not essential - but it was a...Campbell 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-11svn merge ^/trunk/blender -r43220:43278 --accept postponeCampbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-11Change how object menu selection works, use an operator with an enum rather t...Campbell Barton
2012-01-11remove spot_interactive() which is now handled by generic py operator.Campbell Barton
2012-01-10comment unused varsCampbell Barton
2012-01-08svn merge ^/trunk/blender -r43183:43220Campbell Barton
2012-01-08Code cleanupJoshua Leung
2012-01-06rename normal calc functions.Campbell Barton
2012-01-05svn merge ^/trunk/blender -r43124:43160Campbell Barton
2012-01-05more edits to r43145,Campbell Barton
2012-01-05This patch creates an interface for ["Text"] properties in Font objects.Dalai Felinto
2012-01-03svn merge ^/trunk/blender -r43085:43092Campbell Barton
2012-01-03error in recent commit - disallow selecting hidden verts.Campbell Barton
2012-01-03svn merge ^/trunk/blender -r43062:43085Campbell Barton