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
2012-11-20Fix bug in endian switch functions.Sergey Sharybin
2012-11-18style cleanup: if's on the same line.Campbell Barton
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-17Fix #33210: Diffuse Pass in scale node leads to problemsSergey Sharybin
2012-11-16BLI_assert() when math functions that require are normalize vector are called...Campbell Barton
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-15code cleanup: move local math functions into math_geom.c, math_vector.c, no f...Campbell Barton
2012-11-14Fix #33171: Sculpt lag in recent buildsSergey Sharybin
2012-11-13make smoothing value for ring select compatible with the operator.Campbell Barton
2012-11-12fix [#33142] Ctrl LMB higher selection mode in edit mode sometimes selects ex...Campbell Barton
2012-11-11Code de-duplication in imageprocess.c -- made it use interpolation functions ...Sergey Sharybin
2012-11-10Solved issue with distorted compositor results in some casesSergey Sharybin
2012-11-09style cleanup: indentationCampbell Barton
2012-11-09add fallbacks for BM_vert_calc_shell_factor() and BM_vert_calc_mean_tagged_ed...Campbell Barton
2012-11-09code cleanup: move shrinkwrap's benchmark macro into PIL_time.h & some minor ...Campbell Barton
2012-11-09fix [#33121] crashing when srolling down in text editor !Campbell Barton
2012-11-08Attempt to fix OSX compilation issue.Sergey Sharybin
2012-11-08Correction to previous commitSergey Sharybin
2012-11-08Fix #33116: Blender Crashes when saving inside Sculpt Mode with with GLSL and...Sergey Sharybin
2012-11-08code cleanup:Campbell Barton
2012-11-07code cleanup: use min/max functions rather then macros.Campbell Barton
2012-11-07fix [#33106] Decimate modifier/collapse give bad resultCampbell Barton
2012-11-07fix [#33108] Running save_as_mainfile breaks relative texture pathsCampbell Barton
2012-11-06bad use of assignment within ABS() caused SMHASH_NEXT macro to step the offse...Campbell Barton
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-11-03style cleanup: tabs & whitespaceCampbell Barton
2012-11-01style cleanupCampbell Barton
2012-10-31add assert if zero is passed to string copy functions, would copy into first ...Campbell Barton
2012-10-31(no commit message)Campbell Barton
2012-10-29py api: add mathutils.Matrix adjugate(d) methods, also add adjoint_m2_m2() to...Campbell Barton
2012-10-27comment testing typechecking code, was causing issues on gcc 4.4 for some rea...Campbell Barton
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-27change BLI_strlen_range_utf8 to the more conventional BLI_strnlen_utf8Campbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-26* New string property subtype: PASSWORDJiri Hnidek
2012-10-26code cleanup: use min_/max_ math functions, add minmax_v2_v2v2.Campbell Barton
2012-10-25fix for build error in own commit with non gcc compilers. (and remove invalid...Campbell Barton
2012-10-25add BLI_STATIC_ASSERT macro.Campbell Barton
2012-10-24use smaller type for kdopbvh - this change was made as a size optimization, a...Campbell Barton
2012-10-24code cleanup: move doxy comments into the C files.Campbell Barton
2012-10-24use int's for kdopbvh start/stop axis since there were loops comparing with o...Campbell Barton
2012-10-24use min_ii/max_ii over MIN2 MAX2Campbell Barton
2012-10-24rename axis_primary_v3() to max_axis_v3() to avoid confusion with axis_domina...Campbell Barton
2012-10-23reduce float comparisons for keying operation and despill.Campbell Barton
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23Fix #32867: normal map baking issue with flat shaded faces since bmesh. AlsoBrecht Van Lommel
2012-10-23code cleanup: give rng functions BLI prefix.Campbell Barton