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
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-08Fix #30081: the fix for #30026 related to rendering indirect/environment lightBrecht Van Lommel
2012-02-04Code Cleanup: avoid double promotion.Campbell Barton
2012-02-03Fix #29921: render rasterization error in a corner case, only happened on 32bitBrecht Van Lommel
2012-02-02Fix related to #30053: crash rendering scene strips without a scene (due to m...Brecht Van Lommel
2012-01-30Fix #30026: errors rendering material with ambient 0 and AO/env/indirect light.Brecht Van Lommel
2012-01-26Fix #29960: fields option should not be used for external engine rendering.Brecht Van Lommel
2012-01-25Cycles: Render PassesBrecht Van Lommel
2012-01-22use inline BLI_math functions for dot product and length calculation.Campbell Barton
2012-01-20Fix #27120: Bake to image used for rendering glitch (bake feedback loop)Sergey Sharybin
2012-01-19use color conversions functions in more places.Campbell Barton
2012-01-19add utility functions linearrgb_to_srgb_uchar4,Campbell Barton
2012-01-19Fix #29922: NaN pixels due to bump map in degenerate case.Brecht Van Lommel
2012-01-14add utility function to BLI_math_color - rgb_to_luma, rgb_to_luma_byte, also ...Campbell Barton
2012-01-14tag unused function args in raytrace code.Campbell Barton
2012-01-13Fix #29824: Error writing frame if 3D scene starts after first frame of anima...Sergey Sharybin
2012-01-12added comment; zbuffillGLinv4 and zbuffillGL4 are identical except for a 2 li...Campbell Barton
2012-01-11Fix #29836: stress not working as input for displacement texture. Previously itBrecht Van Lommel
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-06fix error building without openexrCampbell Barton
2012-01-06Fix #29723: wrong IOR for raytraced refraction after reflection inside mesh,Brecht Van Lommel
2012-01-05Code refactoring: split render result related functions into separate file.Brecht Van Lommel
2012-01-04Fix #29764: Crash when border rendering in sequencer. (Not Cycles related)Sergey Sharybin
2012-01-04derivative maps must take into account that texture scales can be negativeMorten Mikkelsen
2012-01-04calculate factor before using MAX2 macroMorten Mikkelsen
2012-01-04derivative maps were not working correctly with UV scale (the texture setting...Morten Mikkelsen
2012-01-03fix [#29761] Texture painting with interpolation ignores use alphaCampbell Barton
2012-01-02Fix #29746: cycles crash with border render.Brecht Van Lommel
2011-12-31Fix: Material "Vertex Color Light" option didn't apply vertex alpha.Miika Hamalainen
2011-12-30Color management: add "Color Unpremultiply" option for images and render sett...Brecht Van Lommel
2011-12-29possible fix for [#29708] Crashes when Rendering Cross Dissolve + XVID CodecCampbell Barton
2011-12-28Code refactoring: add unified image buffer functions for doing float => byte,Brecht Van Lommel
2011-12-27remove unneeded casts from 'unsigned int' to 'int'Campbell Barton
2011-12-23Code cleanup: fix some clang static checker warnings.Brecht Van Lommel
2011-12-20Fix #25775: crash using border render from external render engines, mergingBrecht Van Lommel
2011-12-20patch [#28094] New equirectangular world texture mapping optionCampbell Barton
2011-12-16Math lib: matrix multiplication order fix for two functions that wereBrecht Van Lommel
2011-12-15reenabled auto scale for derivative mapsMorten Mikkelsen
2011-12-15Bicubic bump map filtering.Antony Riakiotakis
2011-12-10verify existence of dmMorten Mikkelsen
2011-12-10fixes scale on derivative mapsMorten Mikkelsen
2011-12-08Tweak related to #29545: show info message if no frames are written in animationBrecht Van Lommel
2011-12-04remove old renderer struct member, was only used for setting yafray but was s...Campbell Barton
2011-12-04add a new object member to store the dsize, since with my recent commit broke...Campbell Barton
2011-12-03de-duplicate dominant axis calculation, exact same checks were in 6 different...Campbell Barton
2011-11-30fix [#29111] Wrong application of delta scaleCampbell Barton
2011-11-29Fix #29028: dupli objects missing speed vectors. Check for avoiding creation ofBrecht Van Lommel
2011-11-29Fix #29411: displacement texture not working anymore, seems part of deltaBrecht Van Lommel
2011-11-28Superficial changes for bmesh bevel to sync with bmesh branch, also noticed l...Campbell Barton
2011-11-26Fix #29406: show Sequence as render layer when rendering from sequencer, to makeBrecht Van Lommel