2013-08-06 |
Campbell Barton | quiet double-promotion warnings, change octree.cpp... |
commit | commitdiff | tree |
2013-08-06 |
Campbell Barton | cycles builds with -Wdouble-promotion again. |
commit | commitdiff | tree |
2013-08-06 |
Brecht Van... | Fix crash loading .blend files that have multiple outli... |
commit | commitdiff | tree |
2013-08-06 |
Campbell Barton | select faces after dissolving |
commit | commitdiff | tree |
2013-08-06 |
Campbell Barton | Add key shortcut for context sensitive dissolve, Ctrl... |
commit | commitdiff | tree |
2013-08-06 |
Campbell Barton | fix for using uninitialized boolean vars for mask selec... |
commit | commitdiff | tree |
2013-08-06 |
Campbell Barton | code clenup: remove benchmarking left in by accident... |
commit | commitdiff | tree |
2013-08-06 |
Sergey Sharybin | Add assert to mul_v3_m3v3 and mul_v2_m3v3, |
commit | commitdiff | tree |
2013-08-06 |
Sergey Sharybin | Frame reporting to console was wrong when not using... |
commit | commitdiff | tree |
2013-08-06 |
Campbell Barton | fix [#36363] ray_cast face index with n_gons |
commit | commitdiff | tree |
2013-08-06 |
Mitchell Stokes | BGE: Making sure the BlenderPlayer calls Py_Finalize(). |
commit | commitdiff | tree |
2013-08-06 |
Campbell Barton | replace mul_serie_m4 with mul_m4_m4m4 when only 3 args... |
commit | commitdiff | tree |
2013-08-05 |
Campbell Barton | use gcc malloc attribute for low level allocation funct... |
commit | commitdiff | tree |
2013-08-05 |
Sv. Lockal | SplitViewer node: |
commit | commitdiff | tree |
2013-08-05 |
Brecht Van... | AVI JPEG: remove the restriction to write only sizes... |
commit | commitdiff | tree |
2013-08-05 |
Brecht Van... | Fix #36380: cycles render error with sun lamp that... |
commit | commitdiff | tree |
2013-08-05 |
Brecht Van... | Cycles OSL: image texture lookup optimization, acquire... |
commit | commitdiff | tree |
2013-08-05 |
Brecht Van... | Fix build warnings with clang and UNUSED_RESULT_ATTR... |
commit | commitdiff | tree |
2013-08-05 |
Brecht Van... | Fix wrong cycles cmake + msvc build flags with relwithd... |
commit | commitdiff | tree |
2013-08-05 |
Campbell Barton | fix for divide by zero when border render size causes... |
commit | commitdiff | tree |
2013-08-05 |
Campbell Barton | fix for blender-internal viewport render looking fuzzy... |
commit | commitdiff | tree |
2013-08-05 |
Campbell Barton | border render with cycles had 1 pixel offset on the... |
commit | commitdiff | tree |
2013-08-05 |
Campbell Barton | minor glitch with border drawing, use glRecti rather... |
commit | commitdiff | tree |
2013-08-05 |
Campbell Barton | use api function for rect intersection |
commit | commitdiff | tree |
2013-08-05 |
Thomas Dinges | Code cleanup / Cycles: |
commit | commitdiff | tree |
2013-08-04 |
Campbell Barton | mempool api cleanup: differentiate mempool functions... |
commit | commitdiff | tree |
2013-08-04 |
Campbell Barton | code cleanup: remove redundant NULL checks |
commit | commitdiff | tree |
2013-08-04 |
Campbell Barton | add c++/guardedalloc to more freestyle classes, also... |
commit | commitdiff | tree |
2013-08-04 |
Campbell Barton | code cleanup: replace strcpy with BLI_strncpy for fixed... |
commit | commitdiff | tree |
2013-08-04 |
Campbell Barton | fix for 2 memory leaks in dualcon library, quite bad... |
commit | commitdiff | tree |
2013-08-04 |
Campbell Barton | Support WITH_CXX_GUARDEDALLOC for dualcon library |
commit | commitdiff | tree |
2013-08-04 |
Campbell Barton | more consistent use of checks of BLI_open(), check... |
commit | commitdiff | tree |
2013-08-04 |
Campbell Barton | fix memory leak in KX_ObstacleSimulation |
commit | commitdiff | tree |
2013-08-04 |
Campbell Barton | fix for BL_ArmatureConstraint::UpdateTarget(), was... |
commit | commitdiff | tree |
2013-08-04 |
Thomas Dinges | Cycles / OpenCL: |
commit | commitdiff | tree |
2013-08-04 |
Campbell Barton | add missing NULL check in RB_dworld_export if fopen... |
commit | commitdiff | tree |
2013-08-04 |
Campbell Barton | fix read outside buffer range KX_ObstacleSimulationTOI_... |
commit | commitdiff | tree |
2013-08-04 |
Campbell Barton | KX_ObstacleSimulation: replace inline math functions... |
commit | commitdiff | tree |
2013-08-04 |
Campbell Barton | code cleanup: replace strncpy -> BLI_strncpy, skip... |
commit | commitdiff | tree |
2013-08-04 |
Campbell Barton | fix navmesh, error was introduced by r58420 looks like... |
commit | commitdiff | tree |
2013-08-04 |
Campbell Barton | avoid freeing NULL pointer for navmesh BuildVertIndArra... |
commit | commitdiff | tree |
2013-08-04 |
Campbell Barton | avoid using MEM_reallocN_id directly, add utility macro... |
commit | commitdiff | tree |
2013-08-04 |
Campbell Barton | avoid runtime overflow (1 << 31), for RNA and armature... |
commit | commitdiff | tree |
2013-08-03 |
Campbell Barton | code cleanup: remove unused define, correct header... |
commit | commitdiff | tree |
2013-08-03 |
Campbell Barton | fix for strange error with BGE 2d filter code, |
commit | commitdiff | tree |
2013-08-03 |
Campbell Barton | minor changes to BLI_heap, save some CPU cycles. |
commit | commitdiff | tree |
2013-08-03 |
Campbell Barton | add missing NULL checks from BKE_constraint_get_typeinf... |
commit | commitdiff | tree |
2013-08-03 |
Thomas Dinges | Cycles / SSS passes: |
commit | commitdiff | tree |
2013-08-03 |
Thomas Dinges | Cycles: |
commit | commitdiff | tree |
2013-08-03 |
Campbell Barton | bmesh: improve limited dissolve result |
commit | commitdiff | tree |
2013-08-03 |
Campbell Barton | fix for over-allocation in BKE_pbvh_search_gather,... |
commit | commitdiff | tree |
2013-08-03 |
Campbell Barton | add versions of MEM_reallocN, MEM_recallocN which take... |
commit | commitdiff | tree |
2013-08-03 |
Campbell Barton | correct edgeloop tagging assigning an uninitialized... |
commit | commitdiff | tree |
2013-08-03 |
Campbell Barton | correct invalid sizeof() use in bmesh (harmless in... |
commit | commitdiff | tree |
2013-08-03 |
Campbell Barton | fix error in pose bone selection - head/tail mixup |
commit | commitdiff | tree |
2013-08-03 |
Campbell Barton | code cleanup: remove duplicate checks |
commit | commitdiff | tree |
2013-08-03 |
Campbell Barton | code cleanup: bmesh use 'const' for query functions. |
commit | commitdiff | tree |
2013-08-03 |
Campbell Barton | code cleanup: replace bmesh_radial_face_find -> BM_edge... |
commit | commitdiff | tree |
2013-08-03 |
Lukas Toenne | Fix #36288, Renderlayer toggles behave unexpected in... |
commit | commitdiff | tree |
2013-08-03 |
Thomas Dinges | Cycles / SSS: |
commit | commitdiff | tree |
2013-08-03 |
Campbell Barton | skip BLI_STATIC_ASSERT for Coverity builds (caused... |
commit | commitdiff | tree |
2013-08-03 |
Sv. Lockal | fix for [#36260] 2,300 Objects Makes Blender Unresponsive |
commit | commitdiff | tree |
2013-08-03 |
Miika Hamalainen | Dynamic Paint: Added a new "smoothness" parameter for... |
commit | commitdiff | tree |
2013-08-03 |
Mitchell Stokes | BGE: Making sure m_drawingmode is initialized in the... |
commit | commitdiff | tree |
2013-08-03 |
Mitchell Stokes | BGE: Making sure m_left, m_right, m_parent, m_radius... |
commit | commitdiff | tree |
2013-08-03 |
Mitchell Stokes | BGE: Making sure m_objType is initialized in the BlendT... |
commit | commitdiff | tree |
2013-08-03 |
Mitchell Stokes | BGE: Making sure m_line is initialized in the Exception... |
commit | commitdiff | tree |
2013-08-03 |
Mitchell Stokes | BGE: Making sure m_buffV, m_buffU, and m_pitchUV are... |
commit | commitdiff | tree |
2013-08-03 |
Mitchell Stokes | BGE: Making sure m_offset is initialized in the ImageSo... |
commit | commitdiff | tree |
2013-08-03 |
Mitchell Stokes | BGE: Making sure m_mirrorHalfWidth and m_mirrorHalfHeig... |
commit | commitdiff | tree |
2013-08-03 |
Mitchell Stokes | BGE: Removing some unreachable and unused code in BL_Ac... |
commit | commitdiff | tree |
2013-08-02 |
Mitchell Stokes | BGE: Fixing a memory leak with PyType_Ready_ADD. |
commit | commitdiff | tree |
2013-08-02 |
Miika Hamalainen | Fix [#35541]: Point cache doesn't load existing frames... |
commit | commitdiff | tree |
2013-08-02 |
Gaia Clary | fix(Collada): wrong usage of the set attribute with... |
commit | commitdiff | tree |
2013-08-02 |
Campbell Barton | correct error in own recent edits to triangle joining |
commit | commitdiff | tree |
2013-08-02 |
Campbell Barton | code cleanup: |
commit | commitdiff | tree |
2013-08-02 |
Antony Riakiotakis | Some versioning changes/patching of the brush system: |
commit | commitdiff | tree |
2013-08-01 |
Antony Riakiotakis | User request: when switching to smooth tool with shift... |
commit | commitdiff | tree |
2013-08-01 |
Campbell Barton | use bmesh for loop macros for looping over mesh verts... |
commit | commitdiff | tree |
2013-08-01 |
Campbell Barton | code cleanup: remove unused functions |
commit | commitdiff | tree |
2013-08-01 |
Antony Riakiotakis | Fix a very irritating problem of our stroke system... |
commit | commitdiff | tree |
2013-08-01 |
Sergey Sharybin | Potential fix for wrogn k3 value after solve |
commit | commitdiff | tree |
2013-08-01 |
Thomas Dinges | Fix for r58798, forgot to update the presets. |
commit | commitdiff | tree |
2013-08-01 |
Miika Hamalainen | Fix [#36265]: Smoke doesn't work if domain object has... |
commit | commitdiff | tree |
2013-07-31 |
Thomas Dinges | Cycles / Squared Samples: |
commit | commitdiff | tree |
2013-07-31 |
Antony Riakiotakis | Fix linking issue, we use bundled static glew so we... |
commit | commitdiff | tree |
2013-07-31 |
Thomas Dinges | Code cleanup, use bools here. Forgot to change that. |
commit | commitdiff | tree |
2013-07-31 |
Campbell Barton | remove unused headers and NULL check |
commit | commitdiff | tree |
2013-07-31 |
Thomas Dinges | Cycles / HSV Separator and Combine node: |
commit | commitdiff | tree |
2013-07-31 |
Thomas Dinges | Cycles / Vector Transform node: |
commit | commitdiff | tree |
2013-07-31 |
Thomas Dinges | Cycles / Blackbody to RGB node: |
commit | commitdiff | tree |
2013-07-31 |
Campbell Barton | fix for BLI_ghash_clear from Sv. Lockal (lockal) |
commit | commitdiff | tree |
2013-07-31 |
Thomas Dinges | Cycles / Ray Depth: |
commit | commitdiff | tree |
2013-07-31 |
Joseph Mansfield | Code cleanup: libmv C API |
commit | commitdiff | tree |
2013-07-31 |
Lukas Toenne | Fix #36267 part 2 of 2: Fix for reroute node values... |
commit | commitdiff | tree |
2013-07-31 |
Lukas Toenne | Fix #36267, part 1 of 2: fix for reroute node type... |
commit | commitdiff | tree |
2013-07-31 |
Campbell Barton | code cleanup: remove redundant NULL checks |
commit | commitdiff | tree |
2013-07-31 |
Campbell Barton | add NULL checks in eyedropper_color_sample_fl since... |
commit | commitdiff | tree |
2013-07-31 |
Sergey Sharybin | Use bool instead of int. |
commit | commitdiff | tree |
2013-07-31 |
Sergey Sharybin | Fix #36302: Multires baking to zero 0 was showing error... |
commit | commitdiff | tree |
next |