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-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
2012-12-10knife tool was incorrectly moving points into worldspace, then checking clipp...Campbell Barton
2012-12-10de-duplicate labda_PdistVL2Dfl() & line_point_factor_v2()Campbell Barton
2012-12-10some of the modal knife key bindings didn't cause a refresh until you moved t...Campbell Barton
2012-12-03fix [#33400] Knife ortho floating point errorCampbell Barton
2012-11-29fix [#33029] Applying modifier leaks memoryCampbell Barton
2012-11-27bmesh/py operator api:Campbell Barton
2012-11-20code cleanup: make bmesh operator names more consistant since python has acce...Campbell Barton
2012-11-12BM_iter_as_arrayN() can now take an optional existing array argument, useful ...Campbell Barton
2012-10-23Fix knife sensitivity issue (#30637): better calculation of howHoward Trickey
2012-10-23Use better epsilon for line intersection, fixes bug whereHoward Trickey
2012-10-23rename api functions...Campbell Barton
2012-10-10refactor screen foreach functions to accept float[2] arguments rather then in...Campbell Barton
2012-10-06toggle cut through in the knife tool now refreshes (before you had to wave th...Campbell Barton
2012-10-05knife tool: avoid sqrt's for length comparison, and define KNIFE_FLT_EPS rath...Campbell Barton
2012-10-04style cleanup: comment blocksCampbell Barton
2012-09-30style cleanupCampbell Barton
2012-09-27style cleanup: also correct incorrect doxy headingCampbell Barton
2012-09-20code cleanup:Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-04stule cleanupCampbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-03Fix knife bug #30764, failure to cut sometimes.Howard Trickey
2012-09-03style cleanupCampbell Barton
2012-09-03style cleanup: also add debugging print function for derived mesh DM_debug_pr...Campbell Barton
2012-08-07Fix knife stack overflow (bug #31907).Howard Trickey
2012-08-06Fix to knife: would sometimes miss cuts on non-planar faces.Howard Trickey
2012-07-29style cleanupCampbell Barton
2012-07-28Fixed some knife cut failures.Howard Trickey
2012-07-21add option so operators can be called with a flag, currently the only flag is...Campbell Barton
2012-07-07code cleanup: dont use function calls like dot_v3v3, pow and sqrt within macr...Campbell Barton
2012-06-30rename bmesh ops since they are exposed in an api now.Campbell Barton
2012-06-22This backtracks an error introduced in r48155 when trying to fix: http://proj...Nicholas Rishel