2012-01-09 |
Brecht Van Lommel | Cycles: multi GPU rendering support. |
tree | commitdiff |
2012-01-09 |
Sergey Sharybin | Fix #29835: joining meshes leads to crash |
tree | commitdiff |
2012-01-09 |
Sergey Sharybin | Fix #29793: Physics go crazy if frames get skipped |
tree | commitdiff |
2012-01-09 |
Campbell Barton | have add_weight_mcol_dm() set the 4th corner of a tri... |
tree | commitdiff |
2012-01-09 |
Campbell Barton | WIP script to check results of different modifier combi... |
tree | commitdiff |
2012-01-09 |
Sergey Sharybin | Tag unused argument |
tree | commitdiff |
2012-01-09 |
Campbell Barton | bugfix for solidify modifier rim faces which were creat... |
tree | commitdiff |
2012-01-09 |
Campbell Barton | dont draw object center dot for opengl render |
tree | commitdiff |
2012-01-09 |
Campbell Barton | fix an error rendering opengl weightpaint data wasn... |
tree | commitdiff |
2012-01-08 |
Sergey Sharybin | Fix #29828: Reloading background movie clip crashes... |
tree | commitdiff |
2012-01-08 |
Brecht Van Lommel | Cycles: checker texture node, patch by Thomas. |
tree | commitdiff |
2012-01-08 |
Brecht Van Lommel | Color: |
tree | commitdiff |
2012-01-08 |
Lukas Toenne | Improved auto-hiding of unused sockets for collapsed... |
tree | commitdiff |
2012-01-08 |
Alexander Kuznetsov | Fix for [#28978] |
tree | commitdiff |
2012-01-08 |
Joshua Leung | Code cleanup |
tree | commitdiff |
2012-01-06 |
Sergey Sharybin | Fix #29568: Blender restores deleted scene |
tree | commitdiff |
2012-01-06 |
Diego Borghetti | Move glTexEnvi to draw__start/draw__end. |
tree | commitdiff |
2012-01-06 |
Sergey Sharybin | Fix #29743: Video sequencer wipe effect bug |
tree | commitdiff |
2012-01-06 |
Campbell Barton | use warnigns for all msvc configurations |
tree | commitdiff |
2012-01-06 |
Joshua Leung | Bugfix [#29806] World nodetrees not included in Animati... |
tree | commitdiff |
2012-01-06 |
Thomas Dinges | Cycles/Material list: |
tree | commitdiff |
2012-01-05 |
Thomas Dinges | Properties Window UI: |
tree | commitdiff |
2012-01-05 |
Campbell Barton | fix error building without openexr |
tree | commitdiff |
2012-01-05 |
Brecht Van Lommel | Fix #29723: wrong IOR for raytraced refraction after... |
tree | commitdiff |
2012-01-05 |
Campbell Barton | correct error in own commit r43159, unintentionally... |
tree | commitdiff |
2012-01-05 |
Sergey Sharybin | Fix #29796: Poor screencast quality with any AVI Codec |
tree | commitdiff |
2012-01-05 |
Brecht Van Lommel | Fix mistake in recent refactoring, dither needs to... |
tree | commitdiff |
2012-01-05 |
Brecht Van Lommel | Fix #29801: various compositing nodes not working corre... |
tree | commitdiff |
2012-01-05 |
Brecht Van Lommel | Code refactoring: split render result related functions... |
tree | commitdiff |
2012-01-05 |
Campbell Barton | no need to recalculate normals after setting smooth... |
tree | commitdiff |
2012-01-05 |
Campbell Barton | print message for unknown args to make it clear that... |
tree | commitdiff |
2012-01-05 |
Campbell Barton | add _default versions of sequence sound functions since... |
tree | commitdiff |
2012-01-05 |
Campbell Barton | disable recent attempt to static link mingw DLL's cause... |
tree | commitdiff |
2012-01-05 |
Campbell Barton | replace double prints in readfile.c with a BKE_reportf... |
tree | commitdiff |
2012-01-05 |
Campbell Barton | more edits to r43145, |
tree | commitdiff |
2012-01-05 |
Campbell Barton | add bpy collection method .find(key), so you can get... |
tree | commitdiff |
2012-01-05 |
Dalai Felinto | BGE Font Object: fix for relative path not working... |
tree | commitdiff |
2012-01-04 |
Dalai Felinto | This patch creates an interface for ["Text"] properties... |
tree | commitdiff |
2012-01-04 |
Sergey Sharybin | Camera tracking: added depth object to Follow Track... |
tree | commitdiff |
2012-01-04 |
Sergey Sharybin | Fix #29764: Crash when border rendering in sequencer... |
tree | commitdiff |
2012-01-04 |
Sergey Sharybin | Camera tracking: more accurate track preview widget |
tree | commitdiff |
2012-01-04 |
Sergey Sharybin | Camera tracking: fixed snap cursor to selection operato... |
tree | commitdiff |
2012-01-04 |
Sergey Sharybin | Fix #29671: Issues with .mts video files |
tree | commitdiff |
2012-01-04 |
Sergey Sharybin | Camera tracking: fixes in Link Empty to Track and Bundl... |
tree | commitdiff |
2012-01-04 |
Campbell Barton | de-duplicate wave modifier texture function. |
tree | commitdiff |
2012-01-04 |
Campbell Barton | replace wave spesific enum with generic onces |
tree | commitdiff |
2012-01-04 |
Campbell Barton | edits to UV project modifier which make it easier to... |
tree | commitdiff |
2012-01-04 |
Campbell Barton | bugfix - get_texture_coords() used by wave/warp/weight... |
tree | commitdiff |
2012-01-03 |
Morten Mikkelsen | derivative maps must take into account that texture... |
tree | commitdiff |
2012-01-03 |
Morten Mikkelsen | calculate factor before using MAX2 macro |
tree | commitdiff |
2012-01-03 |
Morten Mikkelsen | derivative maps were not working correctly with UV... |
tree | commitdiff |
2012-01-03 |
Diego Borghetti | Fix: |
tree | commitdiff |
2012-01-03 |
Campbell Barton | fixes to mathutils from Andew Hale |
tree | commitdiff |
2012-01-03 |
Joshua Leung | Code cleanup - removing some ugly/obsolete stuff I... |
tree | commitdiff |
2012-01-03 |
Thomas Dinges | Remesh Modifier: |
tree | commitdiff |
2012-01-03 |
Campbell Barton | error in recent commit - disallow selecting hidden... |
tree | commitdiff |
2012-01-03 |
Campbell Barton | fix [#29761] Texture painting with interpolation ignore... |
tree | commitdiff |
2012-01-03 |
Joshua Leung | Bugfix [#29629] UV animation stops working forever... |
tree | commitdiff |
2012-01-02 |
Nicholas Bishop | Remove some silly variable copies that stuck around... |
tree | commitdiff |
2012-01-02 |
Campbell Barton | replace: |
tree | commitdiff |
2012-01-02 |
Campbell Barton | weight paint buttons now work in weight paint vertex... |
tree | commitdiff |
2012-01-02 |
Brecht Van Lommel | Fix #29746: cycles crash with border render. |
tree | commitdiff |
2012-01-02 |
Campbell Barton | nicer string delimiter handling for Ctrl+Left/Right... |
tree | commitdiff |
2012-01-02 |
Brecht Van Lommel | Fix #29738: missing includes in RNA, patch by Dan Eicher. |
tree | commitdiff |
2012-01-02 |
Alex Fraser | Fixes two crashers for games, with GHOST under SDL: |
tree | commitdiff |
2012-01-02 |
Alex Fraser | Added OpenMP multithreading for SPH particle systems. |
tree | commitdiff |
2012-01-02 |
Alex Fraser | SPH particle simulation fixes: |
tree | commitdiff |
2012-01-02 |
Campbell Barton | slice and iterator access for matrix.col/row so you... |
tree | commitdiff |
2012-01-02 |
Campbell Barton | remove Id's that crept in |
tree | commitdiff |
2012-01-01 |
Bastien Montagne | Fix [#29556] shrinkwrap generates spikes if vertices... |
tree | commitdiff |
2012-01-01 |
Bastien Montagne | Fixed names of VertexWeight modifiers RNA structs,... |
tree | commitdiff |
2012-01-01 |
Campbell Barton | __func__ define for msvc since its not c99 compat |
tree | commitdiff |
2012-01-01 |
Campbell Barton | rna api - set hard min/max for colors which are float... |
tree | commitdiff |
2012-01-01 |
Campbell Barton | use __func__ for makesrna.c error prints rather then... |
tree | commitdiff |
2011-12-31 |
Bastien Montagne | Fix [#29728] Explode Modifier Causes Crash. |
tree | commitdiff |
2011-12-31 |
Sergey Sharybin | Code cleanup: do not use check for nan when doing check... |
tree | commitdiff |
2011-12-31 |
Miika Hamalainen | Fix: Material "Vertex Color Light" option didn't apply... |
tree | commitdiff |
2011-12-31 |
Miika Hamalainen | Dynamic Paint: |
tree | commitdiff |
2011-12-31 |
Daniel Stokes | Changing KX_FontObject to look for a "Text" game proper... |
tree | commitdiff |
2011-12-31 |
Sergey Sharybin | Minor code cleanup after resolving conflicts |
tree | commitdiff |
2011-12-31 |
Sergey Sharybin | Tag object with object solver constraint to recalc... |
tree | commitdiff |
2011-12-31 |
Sergey Sharybin | Do not set scene's camera on camera solving and cursor... |
tree | commitdiff |
2011-12-31 |
Campbell Barton | fix [#29734] Crash after bpy.ops.file.direrectory_new() |
tree | commitdiff |
2011-12-31 |
Campbell Barton | fix [#29735] Blender crashes with ACCESS_VIOLATION... |
tree | commitdiff |
2011-12-31 |
Campbell Barton | option to build without remesh modifier for cmake and... |
tree | commitdiff |
2011-12-31 |
Campbell Barton | workaround for error building with clang and quiet... |
tree | commitdiff |
2011-12-30 |
Nicholas Bishop | Small tweaks from Zafio for the remesh modifier icon |
tree | commitdiff |
2011-12-30 |
Alexander Kuznetsov | Patch is partially made by Pelle Johnsen. Thanks! |
tree | commitdiff |
2011-12-30 |
Thomas Dinges | Fix for Remesh Modifier: |
tree | commitdiff |
2011-12-30 |
Nicholas Bishop | Add remesh modifier (dual contouring). |
tree | commitdiff |
2011-12-30 |
Sergey Sharybin | Disable markers when doing frame-by-frame tracking... |
tree | commitdiff |
2011-12-30 |
Sergey Sharybin | Object tracking integration |
tree | commitdiff |
2011-12-30 |
Campbell Barton | patch [#29726] Enable looping with Follow Path constrai... |
tree | commitdiff |
2011-12-30 |
Brecht Van Lommel | Color management: add "Color Unpremultiply" option... |
tree | commitdiff |
2011-12-30 |
Campbell Barton | use PyUnicode_From_STR_String in the game engine in... |
tree | commitdiff |
2011-12-30 |
Dalai Felinto | cucumber merge, multiline font object: |
tree | commitdiff |
2011-12-30 |
Campbell Barton | formatting edits, missed these last commit. |
tree | commitdiff |
2011-12-30 |
Campbell Barton | fix [#29686] Weight paint paints when it shouldn't |
tree | commitdiff |
2011-12-30 |
Campbell Barton | patch from Jason Hays |
tree | commitdiff |
2011-12-30 |
Sergey Sharybin | Camera tracking: improvements of track preview widget |
tree | commitdiff |
next |