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-10-22add copy_v4_fl4, replace QUATSET macro.Campbell Barton
2013-10-22style cleanupCampbell Barton
2013-10-22style cleanupCampbell Barton
2013-10-20Code cleanup: added generic function copt_m3_m3dSergey Sharybin
2013-10-19Move utility functions from mball to mathutilsSergey Sharybin
2013-10-17Fix build failure with VS2012 + SCons, caused by redefinition of the bool type.Irie Shinsuke
2013-10-12Task scheduler ported form CYcles to CSergey Sharybin
2013-10-12Further tweak for dual quaternion armature deform problem, tweak the epsilonBrecht Van Lommel
2013-10-12code cleanup: use const's for vector args.Campbell Barton
2013-10-12Fix dual quaternion armature deform giving erratic results in some cases. BugBrecht Van Lommel
2013-10-11code cleanup: boxpack, pack struct and use unsigned intsCampbell Barton
2013-10-11use BLI_bitmap for editmesh selection buffer to save some memory.Campbell Barton
2013-10-11code cleanup: use const's for static arraysCampbell Barton
2013-10-10add MEM_SIZE_OPTIMAL to avoid memory fragmentation & waste lost to slop-space.Campbell Barton
2013-10-09code cleanup: redundant includes and add minor comments.Campbell Barton
2013-10-07Build fix (issue could happen with scons,reported by ebrain on IRC, thanks).Bastien Montagne
2013-10-05rename overlap to holes for isect_point_poly_v2Campbell Barton
2013-10-05more corrections to valgrind hinting.Campbell Barton
2013-10-05use valgrind hints for memarena for better debugging info when using valgrind.Campbell Barton
2013-10-04code cleanup: warnings and minor edits.Campbell Barton
2013-10-04fix for lasso failing/glitches on overlapping lines, replace scanfill with 2d...Campbell Barton
2013-10-04fix for lasso selection (in non-zbuf mode) when the line intersected its self.Campbell Barton
2013-10-03freeing mempool elements now fills freed memory with --debug for debug builds.Campbell Barton
2013-10-03add cmake option WITH_MEM_VALGRIND, helps to track down errors with mempool u...Campbell Barton
2013-09-27Made PIL_time_utildefines self-sufficientSergey Sharybin
2013-09-25fix error where BKE_mesh_cd_validate layer renaming would use invalid index v...Campbell Barton
2013-09-23Fix related to #36319: restore SDL_VIDEODRIVER=dummy environment variable, itBrecht Van Lommel
2013-09-20correct include guards and add checks in check_style_c.py for them.Campbell Barton
2013-09-14minor changes needed for building standalone mathutils.Campbell Barton
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-09-11Fix #36701: Mask pivioting doesnt honor parentingSergey Sharybin
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-11add angle_to_mat2 utility function.Campbell Barton
2013-09-10misc minor changesCampbell Barton
2013-09-10Possible fix for MSVC compiling (grr...).Bastien Montagne
2013-09-10add BLI_SMALLSTACK_***, macros: stack doesn't have a fixed size, it uses stac...Campbell Barton
2013-09-10* Compile fix for r59990.Thomas Dinges
2013-09-10add 2d convex hull utility function, BLI_convexhull_2d(), and python api math...Campbell Barton
2013-09-09enable strict flags for mesh_evaluate.cCampbell Barton
2013-09-07missing NULL check in recent commit, also skip some calculations in mean_valu...Campbell Barton
2013-09-06fix for barycentric_weights_v2_quad() divide by zero when the location we're ...Campbell Barton
2013-09-06sorting utility functions for simple cases - sorting pointers by float for ex...Campbell Barton
2013-09-06rename positive_mod to mod_i, make it work with nagative numbers (matching py...Campbell Barton
2013-09-05code cleanup:Campbell Barton
2013-09-05add function for rotating linked list so at item is last.Campbell Barton
2013-09-05add positive_mod() utility function.Campbell Barton
2013-09-05remove error return value from BLI_bvhtree_insert, no callers were using.Campbell Barton
2013-09-05use strict flags for kdopbvh, also assert when invalid treetype is passed, ra...Campbell Barton
2013-09-04move timeit macros into their own include, since they are only used for testi...Campbell Barton