2011-05-10 |
Campbell Barton | remove some duplicate declarations |
tree | commitdiff |
2011-05-08 |
Campbell Barton | comment some unused code. |
tree | commitdiff |
2011-05-06 |
Campbell Barton | fix [#27298] Alt + RMB always extends selection |
tree | commitdiff |
2011-05-06 |
Brecht Van Lommel | Code cleanup: PIL_dynlib, renamed to BLI_dynlib, and... |
tree | commitdiff |
2011-05-06 |
Campbell Barton | [#26715] Blender2.57 crash when opening in Windows... |
tree | commitdiff |
2011-05-03 |
Campbell Barton | remove player runtime writing functions, this is now... |
tree | commitdiff |
2011-05-02 |
Campbell Barton | reverse string lookup listbase function BLI_findstring... |
tree | commitdiff |
2011-05-02 |
Campbell Barton | workaround [#27203] Crashes with some high-res image... |
tree | commitdiff |
2011-05-02 |
Nathan Letwory | Fix [#26981] Command window is not opening in 2.57.0 |
tree | commitdiff |
2011-05-01 |
Joseph Eagar | =trunk= |
tree | commitdiff |
2011-04-27 |
Campbell Barton | remove normalize call in derived mesh GetNormal, its... |
tree | commitdiff |
2011-04-23 |
Campbell Barton | quiet some clang warnings & fix for bugs in exceptional... |
tree | commitdiff |
2011-04-21 |
Campbell Barton | converted more mixed tab/space indentations to tabs... |
tree | commitdiff |
2011-04-21 |
Campbell Barton | whitespace only, no functional change mixed tabs/spaces... |
tree | commitdiff |
2011-04-21 |
Campbell Barton | minor changes |
tree | commitdiff |
2011-04-20 |
Campbell Barton | edit definitions to use const for non modified args... |
tree | commitdiff |
2011-04-11 |
Campbell Barton | api changes needed for for copying old settings to... |
tree | commitdiff |
2011-04-10 |
Campbell Barton | quiet msvc/mingw compiler warnings. |
tree | commitdiff |
2011-04-08 |
Nathan Letwory | Apply console part of patch [#26044] Windows thumbnails... |
tree | commitdiff |
2011-04-08 |
Campbell Barton | fix [#26803] Libs paths are case sensitive in windows |
tree | commitdiff |
2011-04-06 |
Campbell Barton | fix [#26803] Libs paths are case sensitive in windows |
tree | commitdiff |
2011-04-03 |
Campbell Barton | quiet various warnings, also disable -Wdouble-promotion... |
tree | commitdiff |
2011-04-02 |
Campbell Barton | add angle wrapping functions: angle_wrap_rad(), angle_w... |
tree | commitdiff |
2011-04-02 |
Campbell Barton | quiet gcc float -> double promotion warnings. |
tree | commitdiff |
2011-03-31 |
Campbell Barton | fix for own error r35877, was ignoring #'s in file... |
tree | commitdiff |
2011-03-29 |
Campbell Barton | fix [#26656] video sequence editor rendering stops... |
tree | commitdiff |
2011-03-29 |
Nathan Letwory | Apply [#26044] Windows thumbnails and improved filetype... |
tree | commitdiff |
2011-03-27 |
Campbell Barton | math lib and UV project: floats were being implicitly... |
tree | commitdiff |
2011-03-27 |
Campbell Barton | object/paint/misc-files: floats were being implicitly... |
tree | commitdiff |
2011-03-27 |
Campbell Barton | interface: floats were being implicitly promoted to... |
tree | commitdiff |
2011-03-26 |
Brecht Van Lommel | Fix #26582, #26586, #26613: recent normal calculation... |
tree | commitdiff |
2011-03-25 |
Campbell Barton | use size_t rather then int for passing lengths to strin... |
tree | commitdiff |
2011-03-20 |
Brecht Van Lommel | Fix/change in normal computation, now the viewport... |
tree | commitdiff |
2011-03-20 |
Andrea Weikert | == filebrowser == Code cleanup |
tree | commitdiff |
2011-03-18 |
Campbell Barton | fix for error in r35590, ARRAY_LAST_ITEM was returning... |
tree | commitdiff |
2011-03-17 |
Joshua Leung | Bugfix [#26505] zoom in selected keys on graph editor |
tree | commitdiff |
2011-03-17 |
Campbell Barton | error with TIMEIT util define. |
tree | commitdiff |
2011-03-15 |
Campbell Barton | bugfix [#26505] zoom in selected keys on graph editor |
tree | commitdiff |
2011-03-11 |
Campbell Barton | simplify BLI_path_abs by using BLI_cleanup_path |
tree | commitdiff |
2011-03-11 |
Campbell Barton | fix [#26451] Little problem when selecting relative... |
tree | commitdiff |
2011-03-08 |
Nathan Letwory | Apply [#26311] Collada Exporter Crash on Win64 build |
tree | commitdiff |
2011-03-08 |
Campbell Barton | remove unused RegionView3D retopo pointer and set quat... |
tree | commitdiff |
2011-03-05 |
Campbell Barton | Utility defines for quick timing tests. |
tree | commitdiff |
2011-03-03 |
Campbell Barton | replace 0 with NULL when used as a pointer |
tree | commitdiff |
2011-03-03 |
Campbell Barton | fix for invalid empty string check in uniquename callback. |
tree | commitdiff |
2011-03-02 |
Campbell Barton | replace references to old arithb library |
tree | commitdiff |
2011-03-01 |
Nathan Letwory | Fix [#26207] Render.exe mangles paths in mysterious... |
tree | commitdiff |
2011-02-27 |
Nathan Letwory | doxygen: blender/blenlib tagged. |
tree | commitdiff |
2011-02-27 |
Campbell Barton | pedantic warning cleanup, also remove texspace_edit... |
tree | commitdiff |
2011-02-26 |
Campbell Barton | use const char for return values of getenv(). |
tree | commitdiff |
2011-02-25 |
Campbell Barton | fix for scons with recent change to how BINRELOC is... |
tree | commitdiff |
2011-02-24 |
Campbell Barton | patch [#26187] Cleaning #include <malloc.h> |
tree | commitdiff |
2011-02-23 |
Nathan Letwory | doxygen: prevent GPL license block from being parsed... |
tree | commitdiff |
2011-02-21 |
Campbell Barton | build python module without binreloc, add dummy argv... |
tree | commitdiff |
2011-02-21 |
Nathan Letwory | I swear, it was just an innocence change in guardedalloc! |
tree | commitdiff |
2011-02-21 |
Campbell Barton | fix [#26152] Blender File for Image too Small |
tree | commitdiff |
2011-02-20 |
Sergey Sharybin | Fix for crash when sculpting on multires object during... |
tree | commitdiff |
2011-02-19 |
Campbell Barton | set main() argv functions to be const char * |
tree | commitdiff |
2011-02-18 |
Nathan Letwory | Remove #ifdef __cplusplus, as it caused C2732 (differen... |
tree | commitdiff |
2011-02-18 |
Nathan Letwory | declare round() and copysign() when on windows. Impleme... |
tree | commitdiff |
2011-02-18 |
Nathan Letwory | doxygen: add blenlib under core as module. |
tree | commitdiff |
2011-02-18 |
Campbell Barton | - clear some warnings |
tree | commitdiff |
2011-02-17 |
Campbell Barton | clear some unused warnings |
tree | commitdiff |
2011-02-14 |
Campbell Barton | made most variables which are only used in a single... |
tree | commitdiff |
2011-02-13 |
Campbell Barton | warning cleanup. |
tree | commitdiff |
2011-02-13 |
Campbell Barton | fix for warnings from Sparse static source code checker... |
tree | commitdiff |
2011-02-13 |
Joshua Leung | Fixing compiling on windows |
tree | commitdiff |
2011-02-13 |
Campbell Barton | enforce string limits (reported by pedantic checking... |
tree | commitdiff |
2011-02-12 |
Campbell Barton | fix for more warnings. |
tree | commitdiff |
2011-02-12 |
Campbell Barton | fix for uninitialized value in BLI_path_cwd() if PWD... |
tree | commitdiff |
2011-02-12 |
Campbell Barton | quiet some clang warnings. |
tree | commitdiff |
2011-02-10 |
Campbell Barton | mesh validation: bugfix for removing doubles, another... |
tree | commitdiff |
2011-02-08 |
Campbell Barton | fix [#25975] Quaternion/Vector.negated() isn't available |
tree | commitdiff |
2011-02-06 |
Campbell Barton | bugfix [#25824] Quats + Camera + Fly = Madness |
tree | commitdiff |
2011-02-05 |
Campbell Barton | Rename python mathutils functions and split in-place... |
tree | commitdiff |
2011-02-02 |
Campbell Barton | fix [#25684] Grease pencil strokes with "Surface" optio... |
tree | commitdiff |
2011-02-02 |
Campbell Barton | - some parts of the code to remove rotation were not... |
tree | commitdiff |
2011-01-31 |
Sergey Sharybin | Todo issue: sculpting on deformed mesh |
tree | commitdiff |
2011-01-30 |
Campbell Barton | remove nan-makefiles |
tree | commitdiff |
2011-01-30 |
Ton Roosendaal | And here's a decent fix for correctly recognizing the the |
tree | commitdiff |
2011-01-30 |
Ton Roosendaal | Stupid error in commit to allow .blend1 and .blend2... |
tree | commitdiff |
2011-01-29 |
Ton Roosendaal | Todo list fix: .blend backup files are recognized as... |
tree | commitdiff |
2011-01-25 |
Campbell Barton | use cmake defined names for jpeg, png, zlib and python... |
tree | commitdiff |
2011-01-23 |
Campbell Barton | bugfix + minor mathutils.Vector edits. |
tree | commitdiff |
2011-01-18 |
Campbell Barton | bad spelling; 'indicies' --> 'indices' |
tree | commitdiff |
2011-01-18 |
Campbell Barton | option for the path iterator to loop over packed files... |
tree | commitdiff |
2011-01-16 |
Campbell Barton | remove/comment unused defines, also zero FileGlobal... |
tree | commitdiff |
2011-01-15 |
Campbell Barton | remove/comment unused defines. |
tree | commitdiff |
2011-01-15 |
Campbell Barton | misc edits, no functional changes |
tree | commitdiff |
2011-01-14 |
Campbell Barton | apply fix from r34275 to BLI_dynstr_appendf(), dont... |
tree | commitdiff |
2011-01-13 |
Campbell Barton | feature request from colin levy, camera lens stamp. |
tree | commitdiff |
2011-01-12 |
Nathan Letwory | fix compile error for MSVC; no va_copy here. Patch... |
tree | commitdiff |
2011-01-12 |
Campbell Barton | BLI_dynstr_vappendf() was cutting off the last characte... |
tree | commitdiff |
2011-01-12 |
Campbell Barton | BLI_dynstr_vappendf() was crashing with strings above... |
tree | commitdiff |
2011-01-12 |
Campbell Barton | remove redundant assignments & unused vars. |
tree | commitdiff |
2011-01-11 |
Campbell Barton | remove misc unused vars and correct theme name for... |
tree | commitdiff |
2011-01-09 |
Campbell Barton | rename BKE_assert() --> BLI_assert(). |
tree | commitdiff |
2011-01-09 |
Campbell Barton | cleanup for mathutils multiplication functions, a littl... |
tree | commitdiff |
2011-01-08 |
Campbell Barton | remove unused code & variables. |
tree | commitdiff |
2011-01-07 |
Joshua Leung | More Windows+mingw compiling fixes: |
tree | commitdiff |
next |