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
2014-04-26Code cleanup: use 'const' for arrays (bmesh)Campbell Barton
2014-04-16Math Lib: optimize axis_dominant_v3_to_m3, approx 6x speedupCampbell Barton
2014-03-28BMesh: optimize quad_coord, avoid duplicate sqrt callsCampbell Barton
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2013-07-29add asserts to ensure face normal is up to date.Campbell Barton
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-07-11fix [#36100] bevel lost selectionCampbell Barton
2013-07-11bm_loop_interp_mdisps was doing multiple lookups in the same pointer in a nes...Campbell Barton
2013-06-13code cleanup: also fix crash in GPU_state_print(). and confine to debug mode ...Campbell Barton
2013-06-11Use OpenMP threads in bm_loop_interp_mdispsSergey Sharybin
2013-05-08minor speedup for bmesh - add CustomData_bmesh_free_block_data(), useCampbell Barton
2013-04-30fix [#35150] Crash when bmesh operation called from within a Panel draw()Campbell Barton
2013-04-11interpolate verts as well as loops for inset.Campbell Barton
2013-04-08fix for fix: re-activating buttons to fix [#33466], meant the icon didn't get...Campbell Barton
2013-04-07Mesh Tool,Campbell Barton
2013-04-07improve bmesh face interpolation - transforming verts into the faces plane ra...Campbell Barton
2013-04-05code cleanup: include orderCampbell Barton
2013-03-09code cleanup: make bmesh var names more consistentCampbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-08* Fix for #31581. The issue was that we scaled the face prior toAntony Riakiotakis
2012-12-24code cleanup: don't alloca zero size and remove paranoid NULL checks (checked...Campbell Barton
2012-12-11replace BLI_array_fixedstack_declare with() new macro BLI_array_alloca() whic...Campbell Barton
2012-11-12BM_iter_as_arrayN() can now take an optional existing array argument, useful ...Campbell Barton
2012-10-30minor improvement to vector api use, replace add, multiply by 0.5 with mid_v3...Campbell Barton
2012-10-26code cleanup: use squared length for comparisons and is_zero_v# rather then c...Campbell Barton
2012-10-23rename api functions...Campbell Barton
2012-10-21code cleanup: spellingCampbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-08-23fix own error in BM_data_interp_from_edges() from recent commit.Campbell Barton
2012-08-23- add BM_data_interp_from_edges() function (matches BM_data_interp_from_verts).Campbell Barton
2012-08-13style cleanup: use <pre> for doxygen ascii art Campbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-05-22Fix for customdata layer copying. Issue was caused by mixing up of destinatio...Andrew Hale
2012-05-03style cleanup: formatting and some float/double promotionCampbell Barton
2012-04-30bmesh - python apiCampbell 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-03-18spelling cleanupCampbell Barton
2012-03-14Add 'level' field to struct MDisps, companion to 'totdisp'.Nicholas Bishop
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-02bmesh - changes to mempool allocationsCampbell Barton
2012-02-29update doxygen comments for bmesh.Campbell Barton
2012-02-28Code Cleanup:Campbell Barton
2012-02-28more header re-arranging.Campbell Barton
2012-02-27style cleanupCampbell Barton
2012-02-26bmesh code cleanupCampbell Barton
2012-02-21Remove debug print code.Sergey Sharybin