Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-19bugfix [#24807] nan pixel on Word BG with Angular Map coord textureCampbell Barton
2010-11-18bugfix [#24783] Strange shadows on beveled curve; goes away with modifierCampbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-17writing single images from a render (own commit r33104), wasn't checking if t...Campbell Barton
2010-11-16Bugfix #23677Ton Roosendaal
2010-11-16option to write images to a files on single frame renders, this isn't accesse...Campbell Barton
2010-11-16Bug #22585Ton Roosendaal
2010-11-15fix for very old crash when setting an empty object as the camera and using s...Campbell Barton
2010-11-11Bug fix: memoryleak when using smoke heat/velocity data as textureJanne Karhu
2010-11-11Bugfix #20027Ton Roosendaal
2010-11-09bugfix [#22794] Inconsistent behaviour with Panorama, border renderingCampbell Barton
2010-11-07Bug fix: Rendering with anti-aliasing disabled and full samples enabled crashedJanne Karhu
2010-11-04Fix for [#24510] VSE SceneStrip problem when rendering animationJanne Karhu
2010-11-04Fix #24523: deep shadows are rendered although object's shadow casting is dis...Brecht Van Lommel
2010-11-03[#23095] If no camera is present, a render starts but does nothing, and we ha...Sergey Sharybin
2010-11-03bugfix [#24508] Render and changing scenes crashes.Campbell Barton
2010-11-03use c90 compatible static initializers.Campbell Barton
2010-11-01"Fix" for [#22537] motion blur render result incorrect when full sample anti-...Janne Karhu
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-31Fix crashing running read full sample layers operator.Brecht Van Lommel
2010-10-27remove include paths which dont exist, fix for doc upload script which was ge...Campbell Barton
2010-10-27[#24414] Render hanging on small render border.Campbell Barton
2010-10-27Fix [#23972] 2.54 beta crashes when rendering scene with many volume objectsMatt Ebb
2010-10-24Added CMake macro REMOVE_STRICT_FLAGS(), this means developers can build with...Campbell Barton
2010-10-23warning fixes.Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-23Fix for [#24361] Only first frame is working with glow in Render Animation us...Janne Karhu
2010-10-21Temporary fix for sequencer bugs #22925, #21429, #21783, #24165Janne Karhu
2010-10-19Fix for [#24293] Shadow pass is wrongJanne Karhu
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-17fix for bad use of UNUSED() with win32 & some other minor error checks.Campbell Barton
2010-10-17- fixed remaining unused warnings.Campbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-10-14add UNUSED() to modifiers, also removed some unused args.Campbell Barton
2010-10-12bugfix [#24144] Small problem with texture (r32316)Campbell Barton
2010-10-11Add note about Inv Quad falloff of lamp that there seems to be a hack in use.Nathan Letwory
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-10-06remove unused vol_get_density() call.Campbell Barton
2010-10-06minor edits so traceray() uses less stack memory, also remove memset() usage,...Campbell Barton
2010-10-02Fix #24097: halfway shadow buffer rendererd incorrectly with spot halo. ThisBrecht Van Lommel
2010-09-24Fix #23170: multithreaded texture baking could give wrong results with margin,Brecht Van Lommel
2010-09-23bugfix [#23595] Texture paint with a node based brush produces artifactsCampbell Barton
2010-09-20Fix error in normal flipping commit, that showed wrong result especiallyBrecht Van Lommel
2010-09-20bugfix [#23906] Cloud generate/degenerate crashes rendererCampbell Barton
2010-09-15update for MingW/CMakeCampbell Barton
2010-09-07Compile fixMatt Ebb
2010-09-07bugfix [#23189] Num-0 swtich to Camera view and back doesn't respect UserPers...Campbell Barton
2010-09-07- added back zlib include (needed for win32).Campbell Barton