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-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
2013-09-03reorder BLI_strict_flags.h include so its not conflicting with stdio.h on apple.Campbell Barton
2013-09-02warning cleanup: correct some odd returns and quiet strict flag warnings on s...Campbell Barton
2013-09-02Some function didn't match their declarationSergey Sharybin
2013-09-02add hash iterator functions to access the pointer to the value.Campbell Barton
2013-09-02add attributes to ghash and edgehash functions.Campbell Barton
2013-09-02use strict flags for kdtree, and replace ints with unsigned ints where possible.Campbell Barton
2013-09-01Fix [#36479] Particle instance Modifier random position snaps objects to 0 po...Bastien Montagne
2013-09-01OSX/gcc4.6+: fix compiling, -Wconversion causes ann weeror in gcc's own stdio...Jens Verwiebe
2013-09-01Move GCC attributes into a centraized definesSergey Sharybin
2013-09-01kd-tree,Campbell Barton
2013-09-01Mingw/Windows Compiling Fix:Joshua Leung
2013-09-01use strict flags for lasso, boxpack, gsqueue and quadric's.Campbell Barton
2013-09-01use strict flags for scanfill, also replace shorts with unsigned shorts and i...Campbell Barton
2013-09-01move strict compiler checks into a header so its easier to manage in one plac...Campbell Barton
2013-08-31tweak mempool loop comparisons when we know there is no chance for skipping p...Campbell Barton
2013-08-31Simplify line/plane intersection, add line_plane_factor_v3().Campbell Barton
2013-08-31remove unnecessary check in BLI_mempool_iterstep and add doxygen comments to ...Campbell Barton
2013-08-31mempool internal change, use unsigned ints where possible (less overhead),Campbell Barton
2013-08-30Some knife fixes. Avoids duplicating verts; better handling of cut-through or...Howard Trickey
2013-08-29default blend file name setting (untitled.blend) length check wasn't correct,...Campbell Barton
2013-08-29micro-optimization, avoid checking is_power_of_2_i once in power_of_2_max_iCampbell Barton
2013-08-28remove callback BLI_localErrorCallBack from scanfill, was here for years and ...Campbell Barton
2013-08-28scanfill curves, ngons, masks had their own memarena code and would allocate ...Campbell Barton
2013-08-27Get rid of madness about fnmatch: BLI_fnmatch did not do the OS checks, they ...Bastien Montagne
2013-08-27ghash/bli-listbase edits, rename BLI_ghash_pop -> BLI_ghash_popkey (since it ...Campbell Barton
2013-08-26internal changes to ghash/edgehash, reorganize to split out resizing the hash...Campbell Barton
2013-08-26add some safety checks in debug mode to ensure sets/hashes aren't confused.Campbell Barton
2013-08-26minor changes to edgehassh/ghashCampbell Barton