2013-05-13 |
Campbell Barton | fix for building with mingw |
tree | commitdiff |
2013-05-12 |
Campbell Barton | bmesh recalculate normals - remove BLI_array reallocati... |
tree | commitdiff |
2013-05-12 |
Brecht Van Lommel | Fix #35319: python 2x2 matrix inverse and adjugate... |
tree | commitdiff |
2013-05-12 |
Campbell Barton | quiet sign conversion warnings and reduce sign conversi... |
tree | commitdiff |
2013-05-12 |
Campbell Barton | correct assert for driver evaluation, |
tree | commitdiff |
2013-05-11 |
Campbell Barton | utility functions to reverse and rotate linklists. |
tree | commitdiff |
2013-05-10 |
Brecht Van Lommel | Fix #35270: files with numbers higher than 2147483648... |
tree | commitdiff |
2013-05-10 |
Campbell Barton | use unsigned ints for edgehash |
tree | commitdiff |
2013-05-10 |
Campbell Barton | Optimize BKE_mesh_calc_normals(), gives approx 25%... |
tree | commitdiff |
2013-05-09 |
Campbell Barton | bmesh: optimize bmesh_vert_separate, redice allocs... |
tree | commitdiff |
2013-05-08 |
Campbell Barton | more optimal method of calculating the normal for the... |
tree | commitdiff |
2013-05-08 |
Brecht Van Lommel | Fix #35240: command line -t number of threads option... |
tree | commitdiff |
2013-05-08 |
Campbell Barton | add in asserts when rv3d->viewmatob, rv3d->persmatob... |
tree | commitdiff |
2013-05-08 |
Campbell Barton | rename BLI_ghashIterator_notDone() -> BLI_ghashIterator... |
tree | commitdiff |
2013-05-08 |
Campbell Barton | remove unused define CLAMPTEST, move INPR to |
tree | commitdiff |
2013-05-08 |
Campbell Barton | warn of sign conversions for low level apis - ghash... |
tree | commitdiff |
2013-05-08 |
Campbell Barton | add matrix multiply for projection that outputs 2d... |
tree | commitdiff |
2013-05-08 |
Campbell Barton | use unsigned int's for smallhash, avoids using ABS... |
tree | commitdiff |
2013-05-06 |
Campbell Barton | fix for cursor jumping error stepping backwards where... |
tree | commitdiff |
2013-05-05 |
Campbell Barton | correction for uv template, also some doxygen comment... |
tree | commitdiff |
2013-05-03 |
Campbell Barton | knife sort_by_frac_along was re-calculating the referen... |
tree | commitdiff |
2013-05-01 |
Campbell Barton | make rna layer access less cryptic by using ARRAY_HAS_I... |
tree | commitdiff |
2013-05-01 |
Brecht Van Lommel | Fix #35081: opening .blend files with chinese character... |
tree | commitdiff |
2013-04-30 |
Brecht Van Lommel | More painting fixes: |
tree | commitdiff |
2013-04-30 |
Brecht Van Lommel | More image painting fixes: |
tree | commitdiff |
2013-04-28 |
Campbell Barton | warning cleanup: assignment to unused vars, r56359... |
tree | commitdiff |
2013-04-28 |
Brecht Van Lommel | Fix #34233: bad alpha blending for 3D texture painting... |
tree | commitdiff |
2013-04-27 |
Campbell Barton | minor changes, BLI_uvproject_from_view was doing matrix... |
tree | commitdiff |
2013-04-27 |
Campbell Barton | BLI_strlen_utf8 was doing size_t / int conversion unnec... |
tree | commitdiff |
2013-04-27 |
Campbell Barton | quiet warning, color blend c file was missing own inclu... |
tree | commitdiff |
2013-04-27 |
Brecht Van Lommel | Fix part of #34233: bad alpha blending for 2D image... |
tree | commitdiff |
2013-04-26 |
Campbell Barton | real fix for [#35097], (curve cap flipping). |
tree | commitdiff |
2013-04-25 |
Campbell Barton | style cleanup |
tree | commitdiff |
2013-04-25 |
Brecht Van Lommel | Fix part of #34640: colors darkening when using the... |
tree | commitdiff |
2013-04-24 |
Campbell Barton | minor fixes |
tree | commitdiff |
2013-04-24 |
Brecht Van Lommel | Fix #34783: smoke simulation crash when changing frame... |
tree | commitdiff |
2013-04-23 |
Campbell Barton | remove negated string macros from BLI_utildefines.h... |
tree | commitdiff |
2013-04-22 |
Campbell Barton | add clip_segment_v3_plane_n() to clip a line segment... |
tree | commitdiff |
2013-04-22 |
Campbell Barton | code cleanup: remove duplicate function _det_m3(),... |
tree | commitdiff |
2013-04-22 |
Campbell Barton | fix [#35026] Curve build modifier |
tree | commitdiff |
2013-04-21 |
Campbell Barton | utility function volume_tetrahedron(), for mathutils... |
tree | commitdiff |
2013-04-20 |
Campbell Barton | revert own change from 56177, game bounds can be useful... |
tree | commitdiff |
2013-04-20 |
Campbell Barton | skip checks in statvis_calc_thickness(). also remove... |
tree | commitdiff |
2013-04-17 |
Campbell Barton | Support object scale for mesh display options. (current... |
tree | commitdiff |
2013-04-17 |
Antony Riakiotakis | Fix thumbnails not appearing on MinGW64, was actually... |
tree | commitdiff |
2013-04-17 |
Campbell Barton | add interp_v3_v3v3v3_uv() to use for use with uv value... |
tree | commitdiff |
2013-04-16 |
Ton Roosendaal | Blender Internal Render in viewport |
tree | commitdiff |
2013-04-15 |
Brecht Van Lommel | Random number generator: replace a bunch of usage of... |
tree | commitdiff |
2013-04-15 |
Campbell Barton | rename axis_angle_to_mat3_no_norm() --> axis_angle_norm... |
tree | commitdiff |
2013-04-15 |
Antony Riakiotakis | New implementation for twist brushes. |
tree | commitdiff |
2013-04-14 |
Campbell Barton | use UNLIKELY macro for frequently called inline bli... |
tree | commitdiff |
2013-04-13 |
Campbell Barton | code cleanup: remove unused string formatting in bli_ad... |
tree | commitdiff |
2013-04-12 |
Campbell Barton | code cleanup: warnings and style. |
tree | commitdiff |
2013-04-11 |
Brecht Van Lommel | Fix #34929: windows would show a "No disk in drive... |
tree | commitdiff |
2013-04-11 |
Campbell Barton | add 2d length functions for testing pixel coords. len_m... |
tree | commitdiff |
2013-04-10 |
Campbell Barton | fix [#34947] Alt-F Fill not working |
tree | commitdiff |
2013-04-10 |
Campbell Barton | code cleanup: unused defines, remove unused scanfill... |
tree | commitdiff |
2013-04-08 |
Campbell Barton | style cleanup |
tree | commitdiff |
2013-04-07 |
Thomas Dinges | Fix for [#34898] Typo in error message of mathutils... |
tree | commitdiff |
2013-04-04 |
Campbell Barton | svn merge ^/trunk/blender -r55700:55776 |
tree | commitdiff |
2013-04-04 |
Campbell Barton | improved method of getting the tangent axis from a... |
tree | commitdiff |
2013-04-04 |
Campbell Barton | code cleanup: use bools, (float)sin/(float)cos -> sinf... |
tree | commitdiff |
2013-04-01 |
Tamito Kajiyama | Merged changes in the trunk up to revision 55700. |
tree | commitdiff |
2013-04-01 |
Campbell Barton | code cleanup: includes |
tree | commitdiff |
2013-03-31 |
Antony Riakiotakis | Woot woot commit. |
tree | commitdiff |
2013-03-29 |
Campbell Barton | misc minor edits. |
tree | commitdiff |
2013-03-29 |
Campbell Barton | code cleanup: quiet warnings building with mingw. |
tree | commitdiff |
2013-03-28 |
Campbell Barton | fix [#34804] Only timeline_markers[0] is selectable... |
tree | commitdiff |
2013-03-28 |
Sergey Sharybin | Fix #34782: Video Editor - Substract after transform... |
tree | commitdiff |
2013-03-27 |
Campbell Barton | svn merge ^/trunk/blender -r55594:55635 |
tree | commitdiff |
2013-03-26 |
Sergey Sharybin | Fix regression introduced by svn rev55545 |
tree | commitdiff |
2013-03-26 |
Sergey Sharybin | Merging r55547 through r55594 from trunk into soc-2008... |
tree | commitdiff |
2013-03-26 |
Sergey Sharybin | Freestyle: fix crash unlinking object |
tree | commitdiff |
2013-03-26 |
Campbell Barton | style cleanup: |
tree | commitdiff |
2013-03-24 |
Tamito Kajiyama | Merged changes in the trunk up to revision 55546. |
tree | commitdiff |
2013-03-24 |
Campbell Barton | code cleanup: move doxy docs from headers into source... |
tree | commitdiff |
2013-03-24 |
Campbell Barton | fix for struct definition building with msvc2008 and... |
tree | commitdiff |
2013-03-23 |
Tamito Kajiyama | A major code update for making the DNA file specificati... |
tree | commitdiff |
2013-03-22 |
Campbell Barton | code cleanup: use NULL rather then 0 for pointers,... |
tree | commitdiff |
2013-03-20 |
Campbell Barton | code cleanup: use bool where values are true/false... |
tree | commitdiff |
2013-03-19 |
Campbell Barton | add BLI_rcti,f_recenter() |
tree | commitdiff |
2013-03-18 |
Campbell Barton | svn merge ^/trunk/blender -r55372:55392 |
tree | commitdiff |
2013-03-18 |
Campbell Barton | svn merge ^/trunk/blender -r55357:55372 |
tree | commitdiff |
2013-03-18 |
Lukas Toenne | Merge ... the PyNodes branch (aka "custom nodes") into... |
tree | commitdiff |
2013-03-18 |
Tamito Kajiyama | Merged changes in the trunk up to revision 55357. |
tree | commitdiff |
2013-03-17 |
Campbell Barton | code cleanup: add 'const' to headers to quiet msvc... |
tree | commitdiff |
2013-03-16 |
Campbell Barton | revert own change: don't use memchr for strnlen, causes... |
tree | commitdiff |
2013-03-16 |
Campbell Barton | changes to BLI_buffer |
tree | commitdiff |
2013-03-15 |
Campbell Barton | code cleanup: quiet some -Wshadow warnings, mix of... |
tree | commitdiff |
2013-03-14 |
Campbell Barton | move polygon intersection out of BLI_lasso into BLI_mat... |
tree | commitdiff |
2013-03-14 |
Campbell Barton | BLI_linklist_free() was incorrectly taking MEM_freeN... |
tree | commitdiff |
2013-03-14 |
Campbell Barton | add BLI_strncpy_rlen(), a clone of BLI_strncpy() that... |
tree | commitdiff |
2013-03-14 |
Campbell Barton | minor change to BLI_strncpy(). replace strlen() with... |
tree | commitdiff |
2013-03-14 |
Campbell Barton | tweaks to clang so blender can build with -Werror |
tree | commitdiff |
2013-03-13 |
Brecht Van Lommel | Fix #34551: blender crash rendering with save buffers. |
tree | commitdiff |
2013-03-13 |
Brecht Van Lommel | Fix for build error with previous commit, seems the... |
tree | commitdiff |
2013-03-13 |
Brecht Van Lommel | Fix #34626: voxel data texture can't read > 2GB files... |
tree | commitdiff |
2013-03-13 |
Campbell Barton | attempt to quiet warnings for gcc4.2 |
tree | commitdiff |
2013-03-12 |
Irie Shinsuke | Patch [#34373] Use i18n monospace font in Text editor... |
tree | commitdiff |
2013-03-11 |
Campbell Barton | use gcc warning -Wredundant-decls, exposes some odd... |
tree | commitdiff |
next |