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
2013-01-14use booleans for bmesh api.Campbell Barton
2012-12-12use openmp to thread some common bmesh operationsCampbell Barton
2012-12-12replace BLI_array_declare with BLI_array_staticdeclare() and BLI_array_alloca...Campbell Barton
2012-12-11replace BLI_array_fixedstack_declare with() new macro BLI_array_alloca() whic...Campbell Barton
2012-12-11own cleanup commit in bmesh branch - removed last letters from ends of some c...Campbell Barton
2012-11-30fix for another error in my own recent commit, beauty fill crashed.Campbell Barton
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-26code cleanup: doxy comment corrections and correct own typo animation player ...Campbell Barton
2012-11-21enable edge draw by default for new edges,Campbell Barton
2012-11-19bmesh: BM_verts_in_face was using bmesh operator flag which is no longer ensu...Campbell Barton
2012-11-18bmesh: lazy initialize bmesh tool flag pool, has the advantage that modifiers...Campbell Barton
2012-11-12code cleanup: spelling,Campbell Barton
2012-11-12BM_iter_as_arrayN() can now take an optional existing array argument, useful ...Campbell Barton
2012-10-27A few more BMesh errors messages translated, and "automated" translation for ...Bastien Montagne
2012-10-20code cleanup: quiet -Wshadow warning, var name changes for splice functions a...Campbell Barton
2012-10-19code cleanup: minor style change & quiet warning, also add assert for BM_vert...Campbell Barton
2012-10-16un-subdivide bmesh operator, useful for making lower polygon versions of mode...Campbell Barton
2012-10-16fix for free NULL pointer in BM_vert_splice() and BM_iter_as_arrayN() failed ...Campbell Barton
2012-10-15code cleanup: define sizes of vectors for function args and use C style commentsCampbell Barton
2012-10-01add compiler hints that failing to create a bmesh face is unlikely.Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-12fix [#31456] Extreme lag editing meshesCampbell Barton
2012-09-11fix [#31738] BM_vert_splice modifies loops during iterationCampbell Barton
2012-09-08style cleanupCampbell Barton
2012-09-08style cleanupCampbell Barton
2012-09-06code clenup: comments and some style edits on ghost/osx (odd indentation)Campbell Barton
2012-08-23Fix #32387: some mesh modifications breaking other shape keys.Brecht Van Lommel
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-08-13style cleanup: use <pre> for doxygen ascii art Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-06-24style cleanypCampbell Barton
2012-05-28style cleanup: defines with bracesCampbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-16Code cleanup: simplify standard GHash creation.Nicholas Bishop
2012-05-02bmesh: use fixed stack size for face flipping array.Campbell Barton
2012-04-28fix memory leak in BM_face_copy()Campbell Barton
2012-04-26code cleanup: bmesh comments/todos, no functional changes.Campbell Barton
2012-04-25code cleanup: no functional change - had both EDBM_editselection_* and BM_edi...Campbell Barton
2012-04-22style cleanup: commentsCampbell Barton
2012-04-20knife tool alpha values where being set to zero (intersection points weren't ...Campbell Barton
2012-04-20bmesh: improve rip toolCampbell 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-18code cleanup: minor edits to bmesh_jfke(), move simple checks first.Campbell Barton
2012-04-18bmesh api: minor simplify & cleanupCampbell Barton
2012-04-17bmesh api: adjust bmesh_vert_separate() not to set the loops index values (ne...Campbell Barton
2012-04-10Fix related to #30859: bmesh face splitting would set the first loop of the newJoseph Eagar
2012-04-07code cleanup: no functional changesCampbell Barton
2012-04-05adjust limited dissolve to take face angle into account when dissolving verti...Campbell Barton