Commit History

Author SHA1 Message Date
  Campbell Barton 7465a5db3b Cleanup: unused args/vars/imports in modules 6 years ago
  Campbell Barton 41b289be30 Cleanup: unused imports 6 years ago
  Philipp Oeser 6e2da0883f Fix T61309: mesh_utils.triangle_random_points fails with a TypeError 6 years ago
  Bastien Montagne 76d602f38d Add option not to print debug/info in ngon_tessellate. 6 years ago
  Brecht Van Lommel e65784a051 Python API: add loop triangles access, remove tessfaces. 7 years ago
  Brecht Van Lommel 4da2acae3a Spelling fixes in comments and descriptions, patch by luzpaz. 7 years ago
  Campbell Barton b66aa0b0a6 Cleanup: pep8 7 years ago
  Campbell Barton dd5acaaa6c Correct Python exceptions 11 years ago
  Campbell Barton 61ff3dfdda Code Cleanup: spelling 11 years ago
  Campbell Barton b6631b8be7 fixes for python api docs. 12 years ago
  Campbell Barton 63d523336f freestyle lineset `tag` attribute was defined but not used, also some code cleanup. 12 years ago
  Campbell Barton 4cd487d731 checking for V3D_LOCAL was duplicated in transform.c, and both checks not quite correct. 12 years ago
  Campbell Barton 4ae3a28fcb fix bpy_extras.mesh_utils.edge_face_count_dict() helper api function. 12 years ago
  Campbell Barton 97d62f0183 style cleanup 12 years ago
  Campbell Barton 4fe35721e6 bmesh operator api reference - add in 'bmesh' arg at the start of each operator, also use :class: references. 12 years ago
  Campbell Barton 7c3db355b1 remove ifdef'd bevel code, current bevel works better then the previous code. 12 years ago
  Campbell Barton 9fa36b12cc style cleanup: pep8 13 years ago
  Bastien Montagne 63810ffcef Style edit (mostly), use """ for docstrings (not '''). 13 years ago
  Campbell Barton f6337a2843 utility mesh function to return UV islands 13 years ago
  Campbell Barton 98e6912480 style cleanup 13 years ago
  Campbell Barton 4fc6ef1cf5 style cleanup: pep8 some C/style 13 years ago
  Campbell Barton 03df918c2f more face -> tessface edits 13 years ago
  Campbell Barton 8e2efc1dbf rna/python api change: rename Mesh.faces --> tessfaces, since existing scripts are using this to modify the mesh and its confusing that the edits are not kept. 13 years ago
  Campbell Barton 6053e4f06c rename ngon tessellate function. 13 years ago
  Campbell Barton 71146bf93b copy over a change from bmesh branch that was needed for lightmap unpack to work, also tag some rna vars as unused. 13 years ago
  Campbell Barton 1f74789d12 Correct mathutils documentation, also correct some python spelling errors and add makefile target `check_spelling` 13 years ago
  Campbell Barton fda2045150 correct spelling errors in comments 13 years ago
  Campbell Barton a9dea3afe9 correct missing bpy doc references. 14 years ago
  Campbell Barton 1324173e99 pep8 edits and change '!= None' to 'is not None' 14 years ago
  Campbell Barton 22d2764d50 use static sets rather then tuples, python optimizes this case. 14 years ago