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-03-18spelling cleanupCampbell Barton
2012-03-18swap BMLoopCol r/b color, requires subversion bump.Campbell Barton
2012-03-17Minor UI messages fixes, and enabling i18n for all modifier_setError() error ...Bastien Montagne
2012-03-15fixes for vertex color (found when brining X3D import back)Campbell Barton
2012-03-08the length of mesh.tessface_vertex_colors was reported incorrect. (fix needed...Campbell Barton
2012-03-08edits to rna/tessface UV layer needed to get OBJ import/export functional.Campbell Barton
2012-03-05tesselat -> tessellat in UI messages, + style edits.Bastien Montagne
2012-03-01Spelling CleanupCampbell Barton
2012-02-27Various fixes to UI messages (among other things, all messages needed it shou...Bastien Montagne
2012-02-24Python: add MeshLoop.index, same as already existed for vert/edge/face/poly.Brecht Van Lommel
2012-02-20fix [#30266] B-Mesh: Issue with Weight PaintingCampbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-06svn merge ^/trunk/blender -r43887:43918Campbell Barton
2012-02-06fix [#30062] Weight, Texture,Vertex Paint - Face Selection Mask Icon: Out of ...Campbell Barton
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-23svn merge ^/trunk/blender -r43616:43639Campbell Barton
2012-01-23In order to maintain consistency with other uses of .remove(), these function...Andrew Hale
2012-01-20svn merge ^/trunk/blender -r43530:43554Campbell Barton
2012-01-20- Added functions to remove mesh vertices, edges and faces. These functions r...Andrew Hale
2012-01-17mesh.uv_textures.new() was returning the wrong typeCampbell Barton
2012-01-17bmesh vertex colors are now accessible Campbell Barton
2011-12-23svn merge ^/trunk/blender -r42778:42839Campbell Barton
2011-12-22patch [#29673] Visualize Indices (developer aid)Campbell Barton
2011-12-08removed some bmesh todo comments which are not needed and minor edits on prev...Campbell Barton
2011-12-08bmesh todo, add UV loop flags pin & selectCampbell Barton
2011-11-29fix for duplifaces with quads/ngons, bmesh was using triangulated faces so ea...Campbell Barton
2011-11-25Enable building cycles in bmesh branchAndrew Wiggin
2011-11-24add some macros to cleanup lots of tedious code in rna_mesh.c defining custom...Andrew Wiggin
2011-11-24svn merge ^/trunk/blender -r42095:42116Campbell Barton
2011-11-23Patch #29336: renaming UV (Texture) Layer to UV Map in the user interface,Brecht Van Lommel
2011-11-20Various typo cleanups, remove unnecessary code etc, found during recent work ...Andrew Wiggin
2011-11-18speedup for editmesh tesselation (approx 4.4x speedup in optimized builds),Campbell Barton
2011-11-17Add access to UVs from python, patch python unwrap scripts to work wtih ngonsAndrew Wiggin
2011-11-16svn merge -r41847:41899 ^/trunk/blenderCampbell Barton
2011-11-15access mesh string data layer as bytes since this is low level data storageCampbell Barton
2011-11-15patch [#27708] API for adding mesh propertiesCampbell Barton
2011-11-15svn merge -r41751:41779 ^/trunk/blenderCampbell Barton
2011-11-11correct indentation and some whitespace edits (no functional changes)Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41226:41227 .Campbell Barton
2011-10-24svn merge ^/trunk/blender -r41100:41150Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20A big set of UI messages fixes and tweaks! No functional changes.Bastien Montagne
2011-10-09svn merge ^/trunk/blender -r40720:40872Campbell Barton
2011-10-04Minor: Other UI strings typos and tweaks. Also updated french po & mo.Bastien Montagne
2011-10-01support for object data material assignment in pythonCampbell Barton
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
2011-09-27svn merge ^/trunk/blender -r40511:40587Campbell Barton
2011-09-26BMesh branch-specific warning fixes for MSVC 2010 warningsAndrew Wiggin
2011-09-25manual update on changelog (python API)Dalai Felinto