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-08-20quiet unused function warnings in RNA for functions created by macros.Campbell Barton
2012-07-04Last spell checking (for now).Bastien Montagne
2012-07-04More spell checking.Bastien Montagne
2012-06-27style cleanupCampbell Barton
2012-05-29Fix #31631: keyframe insert on uv layer element not working.Brecht Van Lommel
2012-05-29Fix #31632: error inserting keyframing on vertex group element weight.Brecht Van Lommel
2012-05-29Typo in property DescriptionDaniel Salazar
2012-05-22Add MVertSkin DNA/RNA and customdata (CD_MVERT_SKIN).Nicholas Bishop
2012-05-18Fix #31395: setting mesh.uv_textures['uvmap'].active did not update correctly.Brecht Van Lommel
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-09Cycles: fix issues with texture coordinates and object scale. Auto textureBrecht Van Lommel
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-04-23py/rna api: remove selection and pin variable for texture faces - this is now...Campbell Barton
2012-04-23rename Mesh.uv_loop_layers --> uv_layersCampbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-21style cleanup: correct typosCampbell Barton
2012-04-03fix [#30608] Regression: BMesh merge broke customdata int/float/string layersCampbell Barton
2012-04-03rna/py api - rename layers with polygon prefix, since there are edge and vert...Campbell Barton
2012-03-30Node socket values now only have soft limits, rather than hard limits, so youBrecht Van Lommel
2012-03-26disallow adding tessfaces to a mesh with polygons (only allowed case is creat...Campbell Barton
2012-03-26setting the active texture layer from python would get the UV layer out of sy...Campbell Barton
2012-03-23doc cleanup: minor corrections and improvements to docstrings + recent doc ch...Campbell Barton
2012-03-23rna/python api change: rename Mesh.faces --> tessfaces, since existing script...Campbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
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