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-05-31correct cast to uintptr_t for smallhash use.Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-08knife tool: use faster method for sort_by_frac_along(), no need to callCampbell Barton
2013-05-08knife tool: use the squared distance for comparison.Campbell Barton
2013-05-08knife tool: use 2d vectors for screen coords.Campbell Barton
2013-05-03knife sort_by_frac_along was re-calculating the reference factor for every te...Campbell Barton
2013-05-01fix error running ED_view3d_project_float_v3_m4 on 2d vec (thanks Sergey for ...Campbell Barton
2013-04-23fix [#35007] clipping border errorCampbell Barton
2013-04-18code cleanup: removed unneeded null check in object drawing, some warnings, s...Campbell Barton
2013-04-18add mesh distort display mode (highlights distorted faces)Campbell Barton
2013-04-18use modified vertex coords for calculating display thickness and intersections.Campbell Barton
2013-04-16add distance arg to BKE_bmbvh_ray_cast(). currently unused.Campbell Barton
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-16move editmesh_bvh.c into blenkernel.Campbell Barton
2013-04-16Random number generator: replace a bunch of usage of the global random numberBrecht Van Lommel
2013-04-14bmesh operators: use operator type-flag to specify which operations require n...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-01code cleanup: split editmesh_tools.c, into inset, bevel (both modal operators...Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-20fix for knife tool crash when knife_make_chain_cut() couldn't create a new face.Campbell Barton
2013-03-16fix for crash when using BM_face_calc_tessellation(), its not ensured that al...Campbell Barton
2013-03-16knife project improvementsCampbell Barton
2013-03-15knife project: improve selection inside/outside checks.Campbell Barton
2013-03-15use bool for knife, also scons tab/space mix.Campbell Barton
2013-03-15add in ifdef for WITH_LIBMV, correct own error passing float[2] as float[3]Campbell Barton
2013-03-15knife project:Campbell Barton
2013-03-15knife projection feature,Campbell Barton
2013-03-14use floats for knife tool internal mouse coord.Campbell Barton
2013-03-14minor knife refactor to prepare for running non interactively.Campbell Barton
2013-03-14code cleanup: de-duplicate view clipping function for paint and knife tool, m...Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-09code cleanup: make bmesh var names more consistentCampbell Barton
2013-02-20Raise a bit Header string fixed length, else some translations (e.g. Japanese...Bastien Montagne
2013-02-19Another huge bunch of new UI translations (some reported by Leon Cheung, than...Bastien Montagne
2013-02-08Fix Knife cut-through bug #34072.Howard Trickey
2013-02-06problem with own changes to triabgulate: calling beauty fill directly would r...Campbell Barton
2013-01-12code cleanup: style and replace (float)sin, (float)cos with sinf, cosfCampbell Barton
2013-01-12replace inline with BLI_INLINE define.Campbell Barton
2013-01-11Fix knife angle constraint bug #33813 by changing knife mvals to floats.Howard Trickey
2013-01-09style cleanupCampbell Barton
2013-01-04code cleanup, also remove glError check in font drawing code since its now a ...Campbell Barton
2013-01-04Fix knife cut bug #33625, failure to cut in otho mode sometimes.Howard Trickey
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-19include cleanupCampbell Barton
2012-12-17Fix knife cut-through bug #33571.Howard Trickey
2012-12-12remove context argument from EDBM_update_generic()Campbell Barton
2012-12-12make EDBM_index_arrays's stay in memory, blender was allocating an array and ...Campbell Barton
2012-12-11replace BLI_array_fixedstack_declare with() new macro BLI_array_alloca() whic...Campbell Barton
2012-12-11code cleanup: spelling labda -> lambdaCampbell Barton
2012-12-10fix for knife when clipping was enabled, The knife would not snap to edges/ve...Campbell Barton