2013-01-01 |
Campbell Barton | patch [#33331] Time To Start Moving To Stdbool |
tree | commitdiff |
2012-12-31 |
Sergey Sharybin | Alpha premul pipeline cleanup |
tree | commitdiff |
2012-12-30 |
Nicholas Bishop | Add BLI_buffer, an alternative to BLI_array |
tree | commitdiff |
2012-12-30 |
Nicholas Bishop | Add function to find closest point in triangle to anoth... |
tree | commitdiff |
2012-12-29 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-12-27 |
Campbell Barton | add option to BLI_scanfill_calc() - BLI_SCANFILL_CALC_H... |
tree | commitdiff |
2012-12-27 |
Campbell Barton | correction for poly_to_tri_count() when given zero... |
tree | commitdiff |
2012-12-27 |
Campbell Barton | display the number of tri's in object mode status,... |
tree | commitdiff |
2012-12-25 |
Campbell Barton | make weight paint respect box & near clipping. |
tree | commitdiff |
2012-12-24 |
Campbell Barton | code cleanup: don't alloca zero size and remove paranoi... |
tree | commitdiff |
2012-12-23 |
Campbell Barton | code cleanup |
tree | commitdiff |
2012-12-23 |
Campbell Barton | fix for bug where weight paint would draw hidden faces... |
tree | commitdiff |
2012-12-21 |
Campbell Barton | make Node.links return a tuple, this may you can't... |
tree | commitdiff |
2012-12-21 |
Campbell Barton | replace MIN/MAX 3,4 with inline functions |
tree | commitdiff |
2012-12-17 |
Bastien Montagne | Added GPL header to sconscripts! |
tree | commitdiff |
2012-12-15 |
Campbell Barton | move pbvh into BKE, it used many BKE bad level includes. |
tree | commitdiff |
2012-12-15 |
Campbell Barton | move bpath module from BLI to BKE, it was making many... |
tree | commitdiff |
2012-12-15 |
Campbell Barton | add checks to style checker script for 'a . b' and... |
tree | commitdiff |
2012-12-15 |
Campbell Barton | style cleanup: stop the style checker script from compl... |
tree | commitdiff |
2012-12-14 |
Brecht Van Lommel | Fix #33497: seting object scale to 0 on one axis made... |
tree | commitdiff |
2012-12-14 |
Campbell Barton | add assert if both args to invert_m4_m4 are the same. |
tree | commitdiff |
2012-12-13 |
Campbell Barton | add include so alloca() is found on mingw. |
tree | commitdiff |
2012-12-13 |
Campbell Barton | minor edits |
tree | commitdiff |
2012-12-12 |
Ton Roosendaal | Holiday coding log :) |
tree | commitdiff |
2012-12-11 |
Campbell Barton | fix for building with msvc |
tree | commitdiff |
2012-12-11 |
Campbell Barton | replace BLI_array_fixedstack_declare with() new macro... |
tree | commitdiff |
2012-12-11 |
Campbell Barton | define the size of matrix args for both rows/cols. |
tree | commitdiff |
2012-12-11 |
Campbell Barton | code cleanup: spelling labda -> lambda |
tree | commitdiff |
2012-12-11 |
Campbell Barton | switch BLI_ghashutil_strhash() to "djb" hash (as used... |
tree | commitdiff |
2012-12-10 |
Campbell Barton | de-duplicate labda_PdistVL2Dfl() & line_point_factor_v2() |
tree | commitdiff |
2012-12-10 |
Campbell Barton | revert most of r52820 (patch to fix [#33452]), this... |
tree | commitdiff |
2012-12-09 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-12-09 |
Campbell Barton | patch [#33452] Double click select does not work proper... |
tree | commitdiff |
2012-12-04 |
Campbell Barton | cmake was missing some header files. |
tree | commitdiff |
2012-12-01 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-11-28 |
Campbell Barton | typo's and some style cleanup, also added asserts into... |
tree | commitdiff |
2012-11-27 |
Antony Riakiotakis | fix crash with path conversion, not all materials have... |
tree | commitdiff |
2012-11-27 |
Campbell Barton | add osl shader scripts to bpath walker (so making paths... |
tree | commitdiff |
2012-11-26 |
Campbell Barton | fix/workaround [#33281] script goes into not responding |
tree | commitdiff |
2012-11-26 |
Brecht Van Lommel | Fix #33226: error loading .blend files with different... |
tree | commitdiff |
2012-11-26 |
Campbell Barton | fix [#33305] Bevel tool crashes Blender if the number... |
tree | commitdiff |
2012-11-26 |
Campbell Barton | code cleanup: doxy comment corrections and correct... |
tree | commitdiff |
2012-11-23 |
Jason Wilkins | Patch [#33196] Warning Fixes 11-16-2012 |
tree | commitdiff |
2012-11-20 |
Campbell Barton | bmesh operator api: |
tree | commitdiff |
2012-11-20 |
Sergey Sharybin | Fix bug in endian switch functions. |
tree | commitdiff |
2012-11-18 |
Campbell Barton | style cleanup: if's on the same line. |
tree | commitdiff |
2012-11-18 |
Campbell Barton | style cleanup: comments & spelling |
tree | commitdiff |
2012-11-17 |
Sergey Sharybin | Fix #33210: Diffuse Pass in scale node leads to problems |
tree | commitdiff |
2012-11-16 |
Campbell Barton | BLI_assert() when math functions that require are norma... |
tree | commitdiff |
2012-11-15 |
Campbell Barton | code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2 |
tree | commitdiff |
2012-11-15 |
Sergey Sharybin | Image thread safe improvements |
tree | commitdiff |
2012-11-15 |
Campbell Barton | code cleanup: move local math functions into math_geom... |
tree | commitdiff |
2012-11-14 |
Sergey Sharybin | Fix #33171: Sculpt lag in recent builds |
tree | commitdiff |
2012-11-13 |
Campbell Barton | make smoothing value for ring select compatible with... |
tree | commitdiff |
2012-11-11 |
Campbell Barton | fix [#33142] Ctrl LMB higher selection mode in edit... |
tree | commitdiff |
2012-11-11 |
Sergey Sharybin | Code de-duplication in imageprocess.c -- made it use... |
tree | commitdiff |
2012-11-10 |
Sergey Sharybin | Solved issue with distorted compositor results in some... |
tree | commitdiff |
2012-11-09 |
Campbell Barton | style cleanup: indentation |
tree | commitdiff |
2012-11-09 |
Campbell Barton | add fallbacks for BM_vert_calc_shell_factor() and BM_ve... |
tree | commitdiff |
2012-11-09 |
Campbell Barton | code cleanup: move shrinkwrap's benchmark macro into... |
tree | commitdiff |
2012-11-09 |
Campbell Barton | fix [#33121] crashing when srolling down in text editor ! |
tree | commitdiff |
2012-11-08 |
Sergey Sharybin | Attempt to fix OSX compilation issue. |
tree | commitdiff |
2012-11-08 |
Sergey Sharybin | Correction to previous commit |
tree | commitdiff |
2012-11-08 |
Sergey Sharybin | Fix #33116: Blender Crashes when saving inside Sculpt... |
tree | commitdiff |
2012-11-07 |
Campbell Barton | code cleanup: |
tree | commitdiff |
2012-11-07 |
Campbell Barton | code cleanup: use min/max functions rather then macros. |
tree | commitdiff |
2012-11-07 |
Campbell Barton | fix [#33106] Decimate modifier/collapse give bad result |
tree | commitdiff |
2012-11-07 |
Campbell Barton | fix [#33108] Running save_as_mainfile breaks relative... |
tree | commitdiff |
2012-11-06 |
Campbell Barton | bad use of assignment within ABS() caused SMHASH_NEXT... |
tree | commitdiff |
2012-11-04 |
Campbell Barton | code cleanup: quiet -Wdouble-promotion, disabled this... |
tree | commitdiff |
2012-11-03 |
Campbell Barton | code cleanup: float <> double conversion. |
tree | commitdiff |
2012-11-03 |
Campbell Barton | style cleanup: tabs & whitespace |
tree | commitdiff |
2012-11-01 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-10-31 |
Campbell Barton | add assert if zero is passed to string copy functions... |
tree | commitdiff |
2012-10-31 |
Campbell Barton | (no commit message) |
tree | commitdiff |
2012-10-29 |
Campbell Barton | py api: add mathutils.Matrix adjugate(d) methods, also... |
tree | commitdiff |
2012-10-27 |
Campbell Barton | comment testing typechecking code, was causing issues... |
tree | commitdiff |
2012-10-27 |
Campbell Barton | use min/max inline functions where MIN2/MAX2 were doing... |
tree | commitdiff |
2012-10-27 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-10-27 |
Campbell Barton | change BLI_strlen_range_utf8 to the more conventional... |
tree | commitdiff |
2012-10-27 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-10-26 |
Jiri Hnidek | * New string property subtype: PASSWORD |
tree | commitdiff |
2012-10-25 |
Campbell Barton | code cleanup: use min_/max_ math functions, add minmax_... |
tree | commitdiff |
2012-10-25 |
Campbell Barton | fix for build error in own commit with non gcc compiler... |
tree | commitdiff |
2012-10-25 |
Campbell Barton | add BLI_STATIC_ASSERT macro. |
tree | commitdiff |
2012-10-24 |
Campbell Barton | use smaller type for kdopbvh - this change was made... |
tree | commitdiff |
2012-10-24 |
Campbell Barton | code cleanup: move doxy comments into the C files. |
tree | commitdiff |
2012-10-24 |
Campbell Barton | use int's for kdopbvh start/stop axis since there were... |
tree | commitdiff |
2012-10-24 |
Campbell Barton | use min_ii/max_ii over MIN2 MAX2 |
tree | commitdiff |
2012-10-24 |
Campbell Barton | rename axis_primary_v3() to max_axis_v3() to avoid... |
tree | commitdiff |
2012-10-23 |
Campbell Barton | reduce float comparisons for keying operation and despill. |
tree | commitdiff |
2012-10-23 |
Campbell Barton | use min_ max_ functions in more places. |
tree | commitdiff |
2012-10-23 |
Brecht Van Lommel | Fix #32867: normal map baking issue with flat shaded... |
tree | commitdiff |
2012-10-23 |
Campbell Barton | code cleanup: give rng functions BLI prefix. |
tree | commitdiff |
2012-10-23 |
Campbell Barton | rename api functions... |
tree | commitdiff |
2012-10-23 |
Campbell Barton | style cleanup: also rename bmesh_decimate.c --> bmesh_d... |
tree | commitdiff |
2012-10-22 |
Sergey Sharybin | Fix #32522: Object's diffuse color not showing in Sculp... |
tree | commitdiff |
2012-10-22 |
Campbell Barton | style cleanup: use more const's in BLI_heap & dpx/cineo... |
tree | commitdiff |
2012-10-22 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-10-22 |
Campbell Barton | fix for own error in BLI_heap_new_ex() when zero size... |
tree | commitdiff |
next |