2015-01-26 |
Bastien Montagne | Cleanup: current/parent paths: add helpers in BLI_path_... |
tree | commitdiff |
2015-01-26 |
Bastien Montagne | Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean... |
tree | commitdiff |
2015-01-20 |
Lukas Tönne | New hair editing feature "Shape Cut", for cutting hair... |
tree | commitdiff |
2015-01-16 |
Sergey Sharybin | Fix compilation error with strict compiler rules |
tree | commitdiff |
2015-01-16 |
Bastien Montagne | Fix T43275: Crash on Render when using 'save buffer... |
tree | commitdiff |
2015-01-13 |
Campbell Barton | Cleanup: fixes for building with recent clang |
tree | commitdiff |
2015-01-13 |
Campbell Barton | Math Lib: improve area calculation |
tree | commitdiff |
2015-01-12 |
Bastien Montagne | BLI linkstack macros: do not prepend the 'anti-namespac... |
tree | commitdiff |
2015-01-10 |
Bastien Montagne | Fix building with very strict flags, use size_t rather... |
tree | commitdiff |
2015-01-10 |
Campbell Barton | cleanup: style & warnings |
tree | commitdiff |
2015-01-09 |
Campbell Barton | BLI_string: BLI_str_ends_with -> BLI_str_endswith |
tree | commitdiff |
2015-01-09 |
Bastien Montagne | BLI_math: add vector's dot_v3v3v3() func, for when... |
tree | commitdiff |
2015-01-09 |
Bastien Montagne | BLI_rand: add a function returning a random point whith... |
tree | commitdiff |
2015-01-09 |
Bastien Montagne | BLI: add 'A*' (AStar) shortest path solver algorithm. |
tree | commitdiff |
2015-01-09 |
Antony Riakiotakis | Gooseberry animation request: Paste flipped pose in... |
tree | commitdiff |
2015-01-06 |
Campbell Barton | cleanup: warnings |
tree | commitdiff |
2015-01-06 |
Campbell Barton | PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RET |
tree | commitdiff |
2015-01-04 |
Bastien Montagne | Partial fix for T43113: Filebrowser: Empty folders... |
tree | commitdiff |
2015-01-03 |
Bastien Montagne | Cleanup: rename 'filelist' BLI funcs to consistent... |
tree | commitdiff |
2015-01-03 |
Bastien Montagne | Refactor 'fit in camera view' code, and expose it to... |
tree | commitdiff |
2015-01-03 |
Bastien Montagne | Add some BLI helpers needed by asset branch. |
tree | commitdiff |
2015-01-02 |
Campbell Barton | cleanup: style |
tree | commitdiff |
2015-01-01 |
Campbell Barton | cleanup: redundant casts & const cast correctness |
tree | commitdiff |
2014-12-28 |
Campbell Barton | Fix buffer overrun calculating unique names |
tree | commitdiff |
2014-12-28 |
Campbell Barton | BLI_string_utf8: add BLI_strncpy_utf8_rlen |
tree | commitdiff |
2014-12-27 |
Campbell Barton | Fix T43034: beautify-fill leaves zero area tri's |
tree | commitdiff |
2014-12-25 |
Campbell Barton | optimize interp_weights_poly_v2, v3 |
tree | commitdiff |
2014-12-25 |
Campbell Barton | optimize interp_weights_poly_v2, v3 |
tree | commitdiff |
2014-12-25 |
Campbell Barton | cleanup: use cross_tri_v2 when area isn't needed. |
tree | commitdiff |
2014-12-22 |
Sergey Sharybin | Fix T42966: Py_Initialize: Unable to get the locale... |
tree | commitdiff |
2014-12-18 |
Campbell Barton | cleanup: use const for smallhash & minor edits |
tree | commitdiff |
2014-12-17 |
Campbell Barton | Fix triangulating concave quads |
tree | commitdiff |
2014-12-17 |
Campbell Barton | Docs: comments (hash table & beauty fill) |
tree | commitdiff |
2014-12-10 |
Sergey Sharybin | Fixes for compilation with msvc |
tree | commitdiff |
2014-12-09 |
Campbell Barton | Smallhash: add support for iterating value pointers |
tree | commitdiff |
2014-12-09 |
Campbell Barton | Fix T42488: Knife (selected_only + occlude) failed |
tree | commitdiff |
2014-12-09 |
Campbell Barton | Fix T42630: Triangulate returns invalid face-map |
tree | commitdiff |
2014-12-09 |
Campbell Barton | Cleanup: remove scanfill define for polyfill code |
tree | commitdiff |
2014-12-08 |
Campbell Barton | Add edgehash remove, clear functions, Heap clear |
tree | commitdiff |
2014-12-08 |
Campbell Barton | Cleanup: simplify heap popmin |
tree | commitdiff |
2014-12-08 |
Campbell Barton | Cleanup: remove unused pointer in Heap |
tree | commitdiff |
2014-12-08 |
Campbell Barton | BMesh: ensure iterator macros assign to valid types |
tree | commitdiff |
2014-12-07 |
Campbell Barton | Correct defines for binreloc |
tree | commitdiff |
2014-12-06 |
Campbell Barton | CMake: remove redundant include dir |
tree | commitdiff |
2014-12-02 |
Sergey Sharybin | Followup to previous linked list commit |
tree | commitdiff |
2014-12-02 |
Sergey Sharybin | Use atomic operations in task pool |
tree | commitdiff |
2014-12-02 |
Sergey Sharybin | Use more unique allocation strings for new links in... |
tree | commitdiff |
2014-12-01 |
Campbell Barton | Python: add 'render_write' callback |
tree | commitdiff |
2014-12-01 |
Bastien Montagne | Cleanup: hopefully last int->bool one in this area! |
tree | commitdiff |
2014-12-01 |
Campbell Barton | Fix T42588: Absolute paths not cleaned on win32 |
tree | commitdiff |
2014-11-30 |
Campbell Barton | Cleanup: warnings & space |
tree | commitdiff |
2014-11-29 |
Campbell Barton | Cleanup: use const, avoid float -> double in matrix... |
tree | commitdiff |
2014-11-28 |
Campbell Barton | Cleanup: unused headers |
tree | commitdiff |
2014-11-25 |
Bastien Montagne | BLI_bitmap: add allocation from a MemArena. |
tree | commitdiff |
2014-11-24 |
Campbell Barton | BLI_utildefines: add UNUSED_VARS() macro |
tree | commitdiff |
2014-11-24 |
Campbell Barton | SCons: correct include for win, also minor cleanup |
tree | commitdiff |
2014-11-23 |
Campbell Barton | SCons: correct includes after recent refactor |
tree | commitdiff |
2014-11-23 |
Bastien Montagne | Fix BLI_Bitmap - was not usable in BKE area (strict... |
tree | commitdiff |
2014-11-23 |
Campbell Barton | Refactor: BLI_path_util (split out app directory access) |
tree | commitdiff |
2014-11-22 |
Campbell Barton | Math Lib: add constant: M_SQRT1_3 1/sqrt(3) |
tree | commitdiff |
2014-11-21 |
Campbell Barton | Cleanup: typo |
tree | commitdiff |
2014-11-21 |
Sergey Sharybin | Task scheduler: Add an option to limit number of thread... |
tree | commitdiff |
2014-11-20 |
Bastien Montagne | Fix T42638: Roll angle inconsistent flip in edit mode. |
tree | commitdiff |
2014-11-18 |
Campbell Barton | correct another problem with BLI_assert |
tree | commitdiff |
2014-11-18 |
Campbell Barton | Error in last commit (broke release build) |
tree | commitdiff |
2014-11-17 |
Campbell Barton | BLI_assert: print a backtrace with the error |
tree | commitdiff |
2014-11-16 |
Campbell Barton | Macros: ELEM() can now take 2 args |
tree | commitdiff |
2014-11-16 |
Campbell Barton | Cleanup: use BLI_listbase_count_ex to avoid redundant... |
tree | commitdiff |
2014-11-16 |
Campbell Barton | BLI_listbase: Add BLI_listbase_count_ex (sets a limit) |
tree | commitdiff |
2014-11-16 |
Campbell Barton | Cleanup: use BLI_listbase_*** prefix for count,sort... |
tree | commitdiff |
2014-11-14 |
Campbell Barton | Cleanup: use BLI_hash_ prefix for md5 api |
tree | commitdiff |
2014-11-14 |
Campbell Barton | Cleanup: headers |
tree | commitdiff |
2014-11-14 |
Bastien Montagne | Add Murmur2A hashing feature to BLI |
tree | commitdiff |
2014-11-11 |
Sergej Reich | Avoid calling powf with integer exponent in more places |
tree | commitdiff |
2014-11-04 |
Sergey Sharybin | Add utility macros to clamp all elements of 2,3,4 compo... |
tree | commitdiff |
2014-11-03 |
Campbell Barton | Cleanup: spelling (D831) |
tree | commitdiff |
2014-11-03 |
Sergey Sharybin | Optimization of parallel range |
tree | commitdiff |
2014-10-31 |
Sergey Sharybin | Fix T42344: EWA filter produces blured results |
tree | commitdiff |
2014-10-30 |
Lukas Tönne | Complementary fix for rB8054372: Follow the common... |
tree | commitdiff |
2014-10-30 |
Campbell Barton | Math Lib: pseudoinverse_m4_m4 changed input matrix |
tree | commitdiff |
2014-10-30 |
Campbell Barton | Math Lib: add transpose_m3_m3, m3_m4, m4_m4 |
tree | commitdiff |
2014-10-30 |
Campbell Barton | Fix for mat3_to_rot_size modifying input matrix |
tree | commitdiff |
2014-10-30 |
Campbell Barton | Fix negate_m3 (taking 4x4 matrix) |
tree | commitdiff |
2014-10-29 |
Campbell Barton | Cleanup: warnings, typos |
tree | commitdiff |
2014-10-23 |
Campbell Barton | Cleanup: spelling |
tree | commitdiff |
2014-10-23 |
Jason Wilkins | Checked each of my (jwilkins) XXX notes. |
tree | commitdiff |
2014-10-22 |
Sergey Sharybin | Meshdeform modifier: Use threaded evaluation |
tree | commitdiff |
2014-10-21 |
Campbell Barton | ListBase: use BLI_listbase_ for new api calls |
tree | commitdiff |
2014-10-21 |
Bastien Montagne | BLI_listbase: add `BLI_swaplinks` which swaps given... |
tree | commitdiff |
2014-10-15 |
Campbell Barton | Correct last commit |
tree | commitdiff |
2014-10-15 |
Campbell Barton | Fix T42226: Glibc <= 2.8 fails to build |
tree | commitdiff |
2014-10-14 |
Bastien Montagne | BLI_bitmap: add a macro to set/clear the whole bitmap... |
tree | commitdiff |
2014-10-13 |
Campbell Barton | BLI_utildefines: add SQUARE macro |
tree | commitdiff |
2014-10-10 |
Sergey Sharybin | Code cleanup: Fix silly duplication of typecheck and... |
tree | commitdiff |
2014-10-10 |
Campbell Barton | BLI_buffer: empty macro |
tree | commitdiff |
2014-10-09 |
Campbell Barton | Cleanup: use bool and const args |
tree | commitdiff |
2014-10-09 |
Antony Riakiotakis | Minor cleanup. |
tree | commitdiff |
2014-10-09 |
Antony Riakiotakis | Fix T42139, vertical noise stripe patterns in noise... |
tree | commitdiff |
2014-10-05 |
Campbell Barton | BLI_buffer: simplify buffer resize |
tree | commitdiff |
2014-10-03 |
Campbell Barton | Fix for 2-sided faces in array modifier |
tree | commitdiff |
next |