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-26style cleanup: whitespaceCampbell Barton
2012-08-22style cleanupCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-07-23patch [#31925] Add a BMElemSeq.sort() methodCampbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-09code cleanup: move sequencer timecode into its own func.Campbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-06-06style cleanupCampbell Barton
2012-05-22style cleanup: relating to skin modifierCampbell Barton
2012-05-21debugging check for bmesh (commented since its very slow), but useful for deb...Campbell Barton
2012-05-20code cleanup:Campbell Barton
2012-05-20BMesh Py API Fix: hide attribute of BMesh elements was returning the select f...Andrew Hale
2012-04-23code cleanup: change C naming convention (so py and C api match), eg:Campbell Barton
2012-04-20bmesh py api: remove bmesh.loops.index_update(), it wasn't working, as joe no...Campbell Barton
2012-04-19bmesh py api: expose BMVert.calc_shell_factor()Campbell Barton
2012-04-19code cleanup: remove unused BMesh args.Campbell Barton
2012-04-19remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the mac...Campbell Barton
2012-04-19style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITERCampbell Barton
2012-04-19bmesh api function: BM_edge_face_tangent()Campbell Barton
2012-04-15make ngon_perimeter into a public api function and expose to python.Campbell Barton
2012-03-31code cleanup: use uppercase defines and change drawFCurveFade into static fun...Campbell Barton
2012-03-27bmesh py api:Campbell Barton
2012-03-27style cleanup: py apiCampbell Barton
2012-03-22bmesh py api:Campbell Barton
2012-03-22code cleanup: remove BMesh * args from query functions which don't need itCampbell Barton
2012-03-21bmesh docs:Campbell Barton
2012-03-20style cleanup: minor change to bmesh py repr + comment on loop radial next/pr...Campbell Barton
2012-03-18spelling cleanupCampbell Barton
2012-03-18bmesh py api:Campbell Barton
2012-03-17bmesh py api:Campbell Barton
2012-03-17bmesh py api:Campbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-03-16bmesh py api:Campbell Barton
2012-03-16bmesh py api:Campbell Barton
2012-03-15prepare for adding bmesh py api for customdata layer access - no functional c...Campbell Barton
2012-03-14bmesh py api: finished todo - editable select_historyCampbell Barton
2012-03-14documentation edit to address bmesh py api bug [#30453]Campbell Barton
2012-03-11bmesh python api additions:Campbell Barton
2012-03-11bmesh py api - correct class references in docs and rename mesh conversion fu...Campbell Barton
2012-03-11bmesh py api: change .from_mesh() / .to_mesh() to be class methods of BMesh r...Campbell Barton
2012-03-11bmesh:Campbell Barton
2012-03-09added API function to C and pythonCampbell Barton
2012-03-09bmesh py api, new functions:Campbell Barton
2012-03-04fix for crash in bmesh py api, was missing NULL checks for parsing sequences ...Campbell Barton
2012-03-04bmesh py apiCampbell Barton
2012-03-04style cleanup - comment formattingCampbell Barton
2012-03-02fix bug [#30426] crash in bmesh python api.Campbell Barton
2012-02-29Mistake in previous commit test for API vert new: it failed for no-arg case.Howard Trickey
2012-02-29Fix 30401: Python API vert new((0,0,0)) crashes.Howard Trickey
2012-02-29bmesh py api - initial support for selection history.Campbell Barton