2011-02-05 |
Brecht Van Lommel | Raytrace modifications from the Render Branch. |
tree | commitdiff |
2011-02-05 |
Ton Roosendaal | Renamed texture.c in render module, to prevent debuggers to |
tree | commitdiff |
2011-02-05 |
Ton Roosendaal | Bugfix 25871 |
tree | commitdiff |
2011-02-05 |
M.G. Kishalmi | accidentally left scaling code commented out when testing. |
tree | commitdiff |
2011-02-03 |
Ton Roosendaal | Bugfix #25912 |
tree | commitdiff |
2011-02-03 |
Janne Karhu | Applying patch #25898 by Shinsuke Irie for rendering... |
tree | commitdiff |
2011-02-02 |
Ton Roosendaal | Bugfix #25913 |
tree | commitdiff |
2011-02-02 |
Janne Karhu | Fix for [#25899] Renderer can't trace successive total... |
tree | commitdiff |
2011-02-01 |
Janne Karhu | Fix for [#25879] Particle Duplication issue with Linked... |
tree | commitdiff |
2011-01-30 |
Campbell Barton | remove nan-makefiles |
tree | commitdiff |
2011-01-30 |
Ton Roosendaal | Bugfix #25855 |
tree | commitdiff |
2011-01-29 |
M.G. Kishalmi | ISO C90 fix |
tree | commitdiff |
2011-01-29 |
M.G. Kishalmi | new bumpmapping options for the renderer |
tree | commitdiff |
2011-01-23 |
Campbell Barton | correct own bad spelling |
tree | commitdiff |
2011-01-22 |
Campbell Barton | error in own recent commit, r34445 |
tree | commitdiff |
2011-01-22 |
Campbell Barton | comment dead code and fix 2 missing NULL checks (pointe... |
tree | commitdiff |
2011-01-21 |
Campbell Barton | correct spelling |
tree | commitdiff |
2011-01-11 |
Ton Roosendaal | Bugfix #25580 |
tree | commitdiff |
2011-01-11 |
Campbell Barton | remove misc unused vars and correct theme name for... |
tree | commitdiff |
2011-01-08 |
Campbell Barton | fixed a case with occlusion where uninitialized variabl... |
tree | commitdiff |
2011-01-07 |
Campbell Barton | remove references to BKE_utildefines where its not... |
tree | commitdiff |
2011-01-07 |
Campbell Barton | split BKE_utildefines.h, now it only has blender specif... |
tree | commitdiff |
2011-01-07 |
Brecht Van Lommel | Revert bump mapping patch for now, backwards compatibil... |
tree | commitdiff |
2011-01-07 |
Brecht Van Lommel | Fix #25078: texture mapping options (e.g. size) not... |
tree | commitdiff |
2011-01-07 |
Brecht Van Lommel | Improved bump mapping patch by M.G. Kishalmi (lmg)... |
tree | commitdiff |
2011-01-06 |
Campbell Barton | fix for clang static check warnings. |
tree | commitdiff |
2011-01-06 |
Campbell Barton | remove assignments which are unused. |
tree | commitdiff |
2011-01-05 |
Brecht Van Lommel | Fix #23604: external shadows for volume materials don... |
tree | commitdiff |
2011-01-03 |
Campbell Barton | avoid int/float comparisons within a number of for... |
tree | commitdiff |
2011-01-03 |
Campbell Barton | fix for possible comparison of un-initialized variable. |
tree | commitdiff |
2011-01-02 |
Campbell Barton | - correct typos in comments. |
tree | commitdiff |
2010-12-28 |
Ton Roosendaal | Bugreport, IRC |
tree | commitdiff |
2010-12-27 |
Ton Roosendaal | Bugfix #25392 |
tree | commitdiff |
2010-12-26 |
Ton Roosendaal | Bugfix #24966 |
tree | commitdiff |
2010-12-22 |
Ton Roosendaal | Bugfix, IRC, textures or displacement on metaballs... |
tree | commitdiff |
2010-12-20 |
Ton Roosendaal | Bugfix #25301 |
tree | commitdiff |
2010-12-19 |
Ton Roosendaal | Bugfix #25301 |
tree | commitdiff |
2010-12-19 |
Ton Roosendaal | Bugfix #25288 |
tree | commitdiff |
2010-12-18 |
Janne Karhu | Extreme makeover of pointcache code: |
tree | commitdiff |
2010-12-17 |
Campbell Barton | remove some paranoid NULL checks, since the pointers... |
tree | commitdiff |
2010-12-17 |
Campbell Barton | no functional changes: SETLOOPER macro assumed a scene... |
tree | commitdiff |
2010-12-17 |
Ton Roosendaal | Bug fix: |
tree | commitdiff |
2010-12-17 |
Janne Karhu | Fix for [#25256] Particles with trailcount > 1 does... |
tree | commitdiff |
2010-12-16 |
Ton Roosendaal | Bugfix #22794 |
tree | commitdiff |
2010-12-16 |
Ton Roosendaal | Bugfix #23658 |
tree | commitdiff |
2010-12-14 |
Ton Roosendaal | Bugfix #22040 |
tree | commitdiff |
2010-12-14 |
Janne Karhu | Fix for [#25198] Smoke gets shown before simulation... |
tree | commitdiff |
2010-12-08 |
Janne Karhu | UI Cleanup: Halo materials and textures |
tree | commitdiff |
2010-12-07 |
Janne Karhu | "Particle" texture coordinates for halo materials: |
tree | commitdiff |
2010-12-07 |
Janne Karhu | Bug fix: Halos didn't use texture alpha |
tree | commitdiff |
2010-12-05 |
Campbell Barton | bpath iterator updates |
tree | commitdiff |
2010-12-05 |
Brecht Van Lommel | Fix part of #25040: rendering multiple scenes from... |
tree | commitdiff |
2010-12-03 |
Campbell Barton | Enabled GCC -Wwrite-strings warning for CMake and repla... |
tree | commitdiff |
2010-12-03 |
Campbell Barton | - added GCC warning -Wstrict-prototypes |
tree | commitdiff |
2010-12-03 |
Campbell Barton | fix for some pedantic warnings. |
tree | commitdiff |
2010-12-02 |
Campbell Barton | bugfix [#24913] Text bevel normals wrong |
tree | commitdiff |
2010-11-29 |
Matt Ebb | Fix [#20241] half-transparent objects in volume have... |
tree | commitdiff |
2010-11-29 |
Matt Ebb | Fix: |
tree | commitdiff |
2010-11-28 |
Campbell Barton | minor changes to the python api. |
tree | commitdiff |
2010-11-26 |
Janne Karhu | Bug fix: voxeldata texture extension didn't work. |
tree | commitdiff |
2010-11-26 |
Brecht Van Lommel | Fix #24855: disabling shadows didn't disable AO/env... |
tree | commitdiff |
2010-11-23 |
Brecht Van Lommel | Fix #24834: curves extrude + bevel gave bad normals... |
tree | commitdiff |
2010-11-21 |
Matt Ebb | Fix: 8bit raw and 'blender voxel' voxel data texture... |
tree | commitdiff |
2010-11-21 |
Peter Schlaile | == Sequencer == |
tree | commitdiff |
2010-11-19 |
Janne Karhu | Fix for [#23696] Receive Transparent produces shadows... |
tree | commitdiff |
2010-11-19 |
Campbell Barton | bugfix [#24807] nan pixel on Word BG with Angular Map... |
tree | commitdiff |
2010-11-18 |
Campbell Barton | bugfix [#24783] Strange shadows on beveled curve; goes... |
tree | commitdiff |
2010-11-17 |
Campbell Barton | use 'const char *' by default with RNA functions except... |
tree | commitdiff |
2010-11-17 |
Campbell Barton | writing single images from a render (own commit r33104... |
tree | commitdiff |
2010-11-16 |
Ton Roosendaal | Bugfix #23677 |
tree | commitdiff |
2010-11-16 |
Campbell Barton | option to write images to a files on single frame rende... |
tree | commitdiff |
2010-11-16 |
Ton Roosendaal | Bug #22585 |
tree | commitdiff |
2010-11-15 |
Campbell Barton | fix for very old crash when setting an empty object... |
tree | commitdiff |
2010-11-11 |
Janne Karhu | Bug fix: memoryleak when using smoke heat/velocity... |
tree | commitdiff |
2010-11-11 |
Ton Roosendaal | Bugfix #20027 |
tree | commitdiff |
2010-11-09 |
Campbell Barton | bugfix [#22794] Inconsistent behaviour with Panorama... |
tree | commitdiff |
2010-11-06 |
Janne Karhu | Bug fix: Rendering with anti-aliasing disabled and... |
tree | commitdiff |
2010-11-04 |
Janne Karhu | Fix for [#24510] VSE SceneStrip problem when rendering... |
tree | commitdiff |
2010-11-04 |
Brecht Van Lommel | Fix #24523: deep shadows are rendered although object... |
tree | commitdiff |
2010-11-03 |
Sergey Sharybin | [#23095] If no camera is present, a render starts but... |
tree | commitdiff |
2010-11-03 |
Campbell Barton | bugfix [#24508] Render and changing scenes crashes. |
tree | commitdiff |
2010-11-03 |
Campbell Barton | use c90 compatible static initializers. |
tree | commitdiff |
2010-11-01 |
Janne Karhu | "Fix" for [#22537] motion blur render result incorrect... |
tree | commitdiff |
2010-10-31 |
Campbell Barton | initialize structs to zero rather then using memset(). |
tree | commitdiff |
2010-10-31 |
Brecht Van Lommel | Fix crashing running read full sample layers operator. |
tree | commitdiff |
2010-10-27 |
Campbell Barton | [#24414] Render hanging on small render border. |
tree | commitdiff |
2010-10-27 |
Matt Ebb | Fix [#23972] 2.54 beta crashes when rendering scene... |
tree | commitdiff |
2010-10-22 |
Janne Karhu | Fix for [#24361] Only first frame is working with glow... |
tree | commitdiff |
2010-10-21 |
Janne Karhu | Temporary fix for sequencer bugs #22925, #21429, #21783... |
tree | commitdiff |
2010-10-19 |
Janne Karhu | Fix for [#24293] Shadow pass is wrong |
tree | commitdiff |
2010-10-18 |
Campbell Barton | remove G.sce, use G.main->name instead. |
tree | commitdiff |
2010-10-17 |
Campbell Barton | fix for bad use of UNUSED() with win32 & some other... |
tree | commitdiff |
2010-10-17 |
Campbell Barton | - fixed remaining unused warnings. |
tree | commitdiff |
2010-10-16 |
Campbell Barton | most unused arg warnings corrected. |
tree | commitdiff |
2010-10-16 |
Campbell Barton | editors/space_* build without unused args warnings |
tree | commitdiff |
2010-10-15 |
Campbell Barton | remove/tag unused args for view*.c, gpu*.c & image*.c |
tree | commitdiff |
2010-10-14 |
Campbell Barton | add UNUSED() to modifiers, also removed some unused... |
tree | commitdiff |
2010-10-12 |
Campbell Barton | bugfix [#24144] Small problem with texture (r32316) |
tree | commitdiff |
2010-10-11 |
Nathan Letwory | Add note about Inv Quad falloff of lamp that there... |
tree | commitdiff |
2010-10-07 |
Campbell Barton | misc fixes found with clang's static checker. |
tree | commitdiff |
next |