2011-05-13 |
Campbell Barton | svn merge -r36651:36672 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-05-13 |
Campbell Barton | made BLI_edgefill returns the list length since some... |
tree | commitdiff |
2011-05-13 |
Campbell Barton | remove unused vars |
tree | commitdiff |
2011-05-13 |
Campbell Barton | svn merge -r36603:36651 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-05-12 |
Joseph Eagar | =bmesh=fixed shapekey mem leak |
tree | commitdiff |
2011-05-12 |
Campbell Barton | for bug [#27358] Transform bug when transform > 500 |
tree | commitdiff |
2011-05-12 |
Campbell Barton | svn merge -r36603:36628 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-05-11 |
Joseph Eagar | remove modified guardedalloc/ghost to rebranch from... |
tree | commitdiff |
2011-05-11 |
Campbell Barton | set many vars & functions as static, |
tree | commitdiff |
2011-05-11 |
Campbell Barton | svn merge -r36583:36603 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-05-10 |
Campbell Barton | remove some duplicate declarations |
tree | commitdiff |
2011-05-10 |
Campbell Barton | svn merge -r36564:36583 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-05-09 |
Campbell Barton | svn merge -r36529:36564 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-05-09 |
Campbell Barton | moved more minor changes across from trunk, fixed some... |
tree | commitdiff |
2011-05-09 |
Campbell Barton | quiet more compiler warnings, also found a bug using... |
tree | commitdiff |
2011-05-09 |
Campbell Barton | more syncing with trunk, also cleared many warnings... |
tree | commitdiff |
2011-05-08 |
Joseph Eagar | =bmesh= merge from trunk at r36529 |
tree | commitdiff |
2011-05-08 |
Campbell Barton | comment some unused code. |
tree | commitdiff |
2011-05-07 |
Joseph Eagar | =bmesh= |
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-02 |
Joseph Eagar | =bmesh= |
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-24 |
Joseph Eagar | =bmesh= fixed a tesselation bug, and smooth shaded... |
tree | commitdiff |
2011-04-23 |
Campbell Barton | quiet some clang warnings & fix for bugs in exceptional... |
tree | commitdiff |
2011-04-23 |
Joseph Eagar | =bmesh= brought back fill faces, alt-f |
tree | commitdiff |
2011-04-22 |
Joseph Eagar | =bmesh= fixed edge split modifier, and a bug in knifeto... |
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... v2.57a |
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-16 |
Joseph Eagar | =bmesh= build modifier works now, also made scanfill... |
tree | commitdiff |
2011-04-15 |
Joseph Eagar | =bmesh= merge from trunk at r36153 |
tree | commitdiff |
2011-04-13 |
Joseph Eagar | =bmesh= |
tree | commitdiff |
2011-04-11 |
Campbell Barton | api changes needed for for copying old settings to... |
tree | commitdiff |
2011-04-11 |
Joseph Eagar | =bmesh= |
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-29 |
Joseph Eagar | =bmesh= |
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-27 |
Joseph Eagar | =bmesh= |
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 |
Joseph Eagar | scons fix |
tree | commitdiff |
2011-03-17 |
Joseph Eagar | =bmesh= |
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-03 |
Joseph Eagar | =bmesh= |
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-27 |
Joseph Eagar | merge with/from trunk at r35190 |
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 |
next |