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-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-25bmesh py api - add funcsCampbell Barton
2012-02-25fix for own regression in r44361 (broke BM_vert_in_face)Campbell Barton
2012-02-24bmesh py api - fix for error creating a new faceCampbell Barton
2012-02-24bmesh python api:Campbell Barton
2012-02-24bmesh py api - bmesh.utils.face_flipCampbell Barton
2012-02-24bmesh py api - normal_update() functions for vert/edge/face.Campbell Barton
2012-02-24bmesh py api, minor change - edges now take a seq of 2: bm.verts.new((v1, v2)...Campbell Barton
2012-02-24bmesh docs now written in sphinx doc generator.Campbell Barton
2012-02-24typo cleanup, no functional changes.Campbell Barton
2012-02-24bmesh py api (some api changes and doc additions)Campbell Barton
2012-02-24bmesh python api - add/improve rst docstrings.Campbell Barton
2012-02-23bmesh py api - ensure data layers to store bmesh pointers exist - removing al...Campbell Barton
2012-02-23bmesh py apiCampbell Barton
2012-02-23bmesh py api, added: bmesh.utils.edge_rotate(edge, ccw=False)Campbell Barton
2012-02-23bmesh py api, new elements now take optional 'example' arguments, so the new ...Campbell Barton
2012-02-23bmesh py api functions:Campbell Barton
2012-02-23bmesh py api, new submodulesCampbell Barton
2012-02-23swap arg order for BM_edge_split(), makes sense to have edge as firstCampbell Barton
2012-02-23- swap arg order for BM_face_copy() boolean options.Campbell Barton
2012-02-23bmesh py api, more wrapped funcs:Campbell Barton
2012-02-23bmesh py api: functions for getting the area/angle/center of BMesh elements.Campbell Barton
2012-02-22bmesh python api change in internal behavior.Campbell Barton
2012-02-22add slice access to bmesh sequences.Campbell Barton
2012-02-22BMesh-py attributes (readonly):Campbell Barton
2012-02-22bmesh py api add connectivity attributes - to access adjacent data.Campbell Barton
2012-02-22bmesh py api - function to remove vert/edge/facesCampbell Barton
2012-02-22bmesh python api - add BMEdge.verts, also had to add VERTS_OF_EDGE iterator i...Campbell Barton
2012-02-22bmesh py api - generalize bmesg sequences to use the iterator type and option...Campbell Barton
2012-02-22initial bmesh python api.Campbell Barton
2012-02-22utility functions to convert between flags / sets, without depending on RNA API.Campbell Barton
2012-02-22correct exception - was using a TypeError when should be a ValueError.Campbell Barton
2012-02-21fix for leak in gpu.export_shader(), wasnt freeing the function.Campbell Barton
2012-02-17patch [#30227] Various MSVC (32-bit) Warning and Typo FixesCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-11use ValueError when vector/matrix multiplications sizes are not supported, wa...Campbell Barton
2012-02-08correct 2 sphinx warnings.Campbell Barton
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2012-02-05Code Cleanup: line length and use Py_ssize_t for PyC_AsArray utility function.Campbell Barton
2012-02-03Code Cleanup: check is / is not when comparing singletons.Campbell Barton
2012-02-02fix [#29666] Duplicate entries in bpy.typesCampbell Barton
2012-02-02Fix for possible memory leak on creation of a vector using Vector.Range.Andrew Hale
2012-02-01Fixes to Python matrices str function.Andrew Hale
2012-01-31apply back changes made since moving this file.Campbell Barton
2012-01-31svn cp \Campbell Barton
2012-01-31previous move lost history on this file, restoring next commit.Campbell Barton
2012-01-24Add the .Identity() classmethod to mathutils matrices. This allows the userAndrew Hale
2012-01-21formatting edits (<120 line length), remove invalid 'defaults' keyword arg fr...Campbell Barton
2012-01-18fix [#27589] Random crash with python UICampbell Barton