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
2014-02-17Compile Attrs: add ATTR_RETURNS_NONNULLCampbell Barton
2014-02-17Fix for issue in mask overlap with no splines in the mask.Campbell Barton
2014-02-17Fix for rare crash in recent mask option to check overlapsCampbell Barton
2014-02-16MSVC: add errors for BLI_strict_flags.hCampbell Barton
2014-02-15Compile fix for 004decc1d940...Thomas Dinges
2014-02-15Code cleanup: warningsCampbell Barton
2014-02-14Code clearnup: warningsCampbell Barton
2014-02-14workaround for building with mingw32Campbell Barton
2014-02-13Rework carve integration into boolean modifierSergey Sharybin
2014-02-13Mask: add option to detect self intersectionsCampbell Barton
2014-02-13Scanfill: add user-flags for edges and verts, useful elsewhere.Campbell Barton
2014-02-13Scanfill: name flags better and comment unused SF_EDGE_BOUNDARY flag.Campbell Barton
2014-02-13ListBase: add attributes to api functionsCampbell Barton
2014-02-13ListBase: add BLI_sortlist_r api function, remove check for NULL callbackCampbell Barton
2014-02-13Mask: option not to treat overlapping curves as holesCampbell Barton
2014-02-12NDOF: fix for negative colors and flickering hue when picking with HSVCUBECampbell Barton
2014-02-10UI: panel tabs, use simple color interpolation that ignores alphaCampbell Barton
2014-02-09OSX/scons: allow for compiling with clang-openmp-3.4Jens Verwiebe
2014-02-08some systems didnt define NULLCampbell Barton
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Scanfill: use poly_nr as an index rather then index + 1Campbell Barton
2014-02-05Scanfill: avoid converting int<>intptr_t for displist indicesCampbell Barton
2014-02-05Scanfill: malloc arrays and zero init membersCampbell Barton
2014-02-04Code cleanup: remove scdata from ScanFillContextCampbell Barton
2014-02-04Scanfill: optimize filling curves, text, masks - skip calculating holesCampbell Barton
2014-02-04Scanfill: minor optimization, comment unused code, avoid vert loopCampbell Barton
2014-02-04Code cleanup: removed unnecessary #defines causing re-definition warningsAndrea Weikert
2014-02-04Code cleanup: declarations for removed functionsCampbell Barton
2014-02-03Scanfill: skip checks for loose edges when they can't occurCampbell Barton
2014-02-03Code cleanup: replace while -> for loopsCampbell Barton
2014-02-03Add include for FreeBSD and clangCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-02-02Fix: Compile error due to missing #define for MSVC9 (VisualC++ 2008)Andrea Weikert
2014-02-02Add include needed for clang, quiet warningCampbell Barton
2014-02-02Smallhash: add reserve option to avoid resizing when size is knownCampbell Barton
2014-02-02Smallhash: fixes/improvementsCampbell Barton
2014-02-01Smallhash: optimizationsCampbell Barton
2014-02-01Code cleanup: use length squared where possibleCampbell Barton
2014-02-01Math lib: simplify size_to_mat4 and use in b_bone_spline_setupCampbell Barton
2014-02-01Math lib: add axis_angle_normalized_to_quat, use when length is knownCampbell Barton
2014-01-31Code cleanup: comments and warningsCampbell Barton
2014-01-30Code cleanup: remove BLI_has_parentCampbell Barton
2014-01-30Code cleanup: add BLI_testextensie_n, replacing multuple calls to BLI_testext...Campbell Barton
2014-01-30Smallhash: refactor and fixesCampbell Barton
2014-01-29UI: Refactor timecode functions into BLI_timecodeCampbell Barton
2014-01-28Code cleanup: remove references to svn and code styleCampbell Barton
2014-01-26Cleanup of BLI_smallhashBastien Montagne
2014-01-21Code Cleanup: use bool for return values and correct commentsCampbell Barton
2014-01-21Timing macros: remove the (void)0 at the end of TIMEIT_BLOCK_INIT,Bastien Montagne