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-21style cleanup: 'sizeof foo' --> 'sizeof(foo)', add check in style checking sc...Campbell Barton
2013-02-21code cleanup: rename ScanFillVert.h --> edge_tot, SF_VERT_UNKNOWN --> SF_VERT...Campbell Barton
2013-02-19set unicode conversion errors as UNLIKELYCampbell Barton
2013-02-19step over unicode characters with autocomplete (correctly this time).Campbell Barton
2013-02-19internal: increase error threshold for normalize assert since normals convert...Campbell Barton
2013-02-19make asserts that check for unit length vectors into a macro.Campbell Barton
2013-02-19fix for [#34283] wasn't working in my tests (attached to original report),Campbell Barton
2013-02-18fix [#34279] Python console: Selected region is not highlighted when using wh...Campbell Barton
2013-02-17Bug fix #34281Ton Roosendaal
2013-02-17BLI_mempool totalloc was being used un-initialized, normally this would cause...Campbell Barton
2013-02-15skip fix from r54579 when holes aren't used (keeps bmesh ngon filling fast)Campbell Barton
2013-02-15Bug fix #34177Ton Roosendaal
2013-02-15add debug check for mempool double free (or misuse of BLI_MEMPOOL_ALLOW_ITER),Campbell Barton
2013-02-15style cleanupCampbell Barton
2013-02-14Fix "Origin to Center of Mass" not working well with ngonsSergej Reich
2013-02-14Divide by 3 instead of multiplying by variations of 0.333Sergej Reich
2013-02-14modify own changes to is_quad_convex_v3() to allow quads with a co-linear sid...Campbell Barton
2013-02-14misc changesCampbell Barton
2013-02-14fix for double clicking in the text editor not working usefully (double click...Campbell Barton
2013-02-13make is_quad_convex_v3() more strict, check if normal is OK before using as a...Campbell Barton
2013-02-12code cleanup: some style edits, also allow mul_v2_m2v2() to have the same val...Campbell Barton
2013-02-12Old bug fix: Uv smart stitch failed to detect angle if islands wereAntony Riakiotakis
2013-02-11style cleanup: also some typosCampbell Barton
2013-02-10style cleanupCampbell Barton
2013-02-10correct arg order in header for isect_point_tri_v2(), Made for confusing call...Campbell Barton
2013-02-09fix for is_quad_convex_v3(), getting the dominant axis wasn't accurate enough...Campbell Barton
2013-02-09code cleanup: use const for matrix functions vector args.Campbell Barton
2013-02-08Cleanup: happily remove no-more-used PY_TRANSLATE RNA prop flag, and related ...Bastien Montagne
2013-02-06add more path debug prints when PATH_DEBUG is defined.Campbell Barton
2013-02-03remove paranoid null check from BLI_ghash_lookup(), was the only ghash functi...Campbell Barton
2013-02-03add dist_to_line_v3() for completeness, (had dist_to_line_v2 already)Campbell Barton
2013-02-02style cleanupCampbell Barton
2013-01-31Fix UI translation partly missing in scons builds (reported by Leon Cheung an...Bastien Montagne
2013-01-31style cleanupCampbell Barton
2013-01-31add BLI_mempool_as_arrayN utility function for getting the mempool as a new a...Campbell Barton
2013-01-30correction to r54188, also don't attempt to triangulate triangles.Campbell Barton
2013-01-29skip calculating the normal for each face when triangulating, all callers mak...Campbell Barton
2013-01-29fix for fix, ugh!, vertex slide with concave/convex ngons & normal flipping s...Campbell Barton
2013-01-25Fix warnings about undefined _POSIX_C_SOURCE with gcc 4.2 on Mac.Brecht Van Lommel
2013-01-25header cleanup, include BLI before BKE, also use bool for ntreeShaderExecTreeCampbell Barton
2013-01-25Do not redefine math functions for floats if compiler complies with C99 or PO...Sv. Lockal
2013-01-24Added some code which helps troubleshooting issues caused bySergey Sharybin
2013-01-23Fix normalize_m4_m4 not working correct by not copying the entire matrix,Brecht Van Lommel
2013-01-23math: Add functions to decompose transformation matricesSergej Reich
2013-01-21add an influence slider to mesh cache.Campbell Barton
2013-01-21mesh-cache deform modifier,Campbell Barton
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-20minor change r53918 was supposed to resolve.Campbell Barton
2013-01-20correction for msvc2008Campbell Barton
2013-01-19use malloc for BLI array reallocation. Existing code initializes memory.Campbell Barton