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-11-25CMake Build: option to compile without opennl/superlu.Campbell Barton
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-09-11Fix #36705: UV pack island crashing after recent change.Brecht Van Lommel
2013-09-11add mathutils.geometry.box_fit_2d() to wrap BLI_convexhull_aabb_fit_points_2d()Campbell Barton
2013-09-11uv-pack operator: option to rotate uv islands to fit in the optimal rectangle...Campbell Barton
2013-09-10misc minor changesCampbell Barton
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-07-13correct bad allocation sizes, unwrap was over-allocating, makesdna was under ...Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-21Related to #35452: show warning when unwrapping object with negative scale, sameBrecht Van Lommel
2013-04-19style cleanupCampbell Barton
2013-04-19Fix #35011: UV unwrap giving poor results for ngons.Brecht Van Lommel
2013-04-18UV unwrap: decrease ABF minimum angle, I couldn't find cases where it needs toBrecht Van Lommel
2013-02-21style cleanup: 'sizeof foo' --> 'sizeof(foo)', add check in style checking sc...Campbell Barton
2013-02-15style cleanupCampbell Barton
2013-02-14misc changesCampbell Barton
2013-02-13Fix #34216: uv unwrap with some faces pinned to point the normals down will nowBrecht Van Lommel
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23code cleanup: give rng functions BLI prefix.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-08-25style cleanup: also spellingCampbell Barton
2012-08-24Fix #32198: UV unwrap of half a UV sphere would not give a perfect sphere as aBrecht Van Lommel
2012-08-06Switching images in the image space would modify UV coordinates.Campbell Barton
2012-08-04style cleanupCampbell Barton
2012-07-29code cleanup:Campbell Barton
2012-07-09Fix for #31962, changes image ignores correct aspect ratio. MadeAntony Riakiotakis
2012-06-13code cleanup: use const float's where possible and specify vector size.Campbell Barton
2012-06-11correct float vector sizesCampbell Barton
2012-05-26code cleanup: use array size and const for vector argsCampbell Barton
2012-05-18Fix #31504: uv unwrap incorrectly scaling pinned islands.Brecht Van Lommel
2012-05-13code cleanup: missed some min/max use of float[3], also found case of DO_MIN/...Campbell Barton
2012-05-12code cleanup: some style and use math defines, also small speedup for dynamic...Campbell Barton
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-21style cleanupCampbell Barton
2012-04-15Fix #30952: uv unwrapper not working as well as 2.62 on some topologies, let theBrecht Van Lommel
2012-04-13style cleanup: uv editorCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-01-18svn merge ^/trunk/blender -r43461:43472Campbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis
2011-11-16svn merge -r41847:41899 ^/trunk/blenderCampbell Barton
2011-11-16Fix #28936: UV unwrap issue with meshes with inconsistent normals.Brecht Van Lommel
2011-09-27svn merge ^/trunk/blender -r40511:40587Campbell Barton
2011-09-26Commented and tagged some unused vars (gcc warnings...). Also fixed some unin...Bastien Montagne
2011-09-21svn merge -r40295:40367 ^/trunk/blenderCampbell Barton