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-27style cleanup (mostly whitespace)Campbell Barton
2012-02-26Fix #30337: missed Set Origin for MetaballSergey Sharybin
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-24Fix #30326: calling e.g. bpy.ops.object.proxy_make(object = 'Lamp') wouldBrecht Van Lommel
2012-02-23Fix #30306: crash duplicating object with action actuator but no animation data.Brecht Van Lommel
2012-02-23code style cleanup, no functional changes.Campbell Barton
2012-02-22Fix #30231: Drag and Droping Parenting from Outliner giving unnecessary Loop ...Sergey Sharybin
2012-02-21Done BMESH_TODO in object/object_vgroup.c (make getSurroundingVerts() use pol...Bastien Montagne
2012-02-20for bake check polygon texface (not tessface-texface)Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-19svn merge ^/trunk/blender -r44235:44250Campbell Barton
2012-02-19style cleanyp: split > 120 width lines.Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-15went over all uses of mesh->mface and added BMESH_TODO comments forCampbell Barton
2012-02-15svn merge ^/trunk/blender -r44076:44118Campbell Barton
2012-02-14Fix quicktime export being broken in various ways: callback was missingBrecht Van Lommel
2012-02-12code refactor, function renaming for bmesh.Campbell Barton
2012-02-12rename BM_ flags for `BMHeader->hflag` to BM_ELEM_ to be more clear that the...Campbell Barton
2012-02-10Code Cleanup: use less confusing names for selection flushing.Campbell Barton
2012-02-08fix [#30103] Select vertex groups works only in vertex select modeCampbell Barton
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