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
path: root/intern
AgeCommit message (Expand)Author
2012-01-03svn merge ^/trunk/blender -r43062:43085Campbell Barton
2012-01-02Fix #29695: cycles particle emitter not being properly hidden.Brecht Van Lommel
2012-01-02Fix #29740: missing cycles viewport update with animated node socket values.Brecht Van Lommel
2012-01-02Fix #29755: cycles crash with array modifier that can produce material indicesBrecht Van Lommel
2012-01-02Fixes two crashers for games, with GHOST under SDL:Alex Fraser
2012-01-02Mode switching for GHOST under X11: adds the ability to change screen resolut...Alex Fraser
2012-01-02svn merge ^/trunk/blender -r43033:43062Campbell Barton
2011-12-31Cycles code refactoring: change displace kernel into more generic shaderBrecht Van Lommel
2011-12-31svn merge ^/trunk/blender -r43009:43033Campbell Barton
2011-12-31Fix for compilation error when compiling dualcon with mingwSergey Sharybin
2011-12-31option to build without remesh modifier for cmake and sconsCampbell Barton
2011-12-31workaround for error building with clang and quiet some warnings building wit...Campbell Barton
2011-12-31Add remesh modifier (dual contouring).Nicholas Bishop
2011-12-30svn merge ^/trunk/blender -r42973:42991Campbell Barton
2011-12-30style edits for function declarationsCampbell Barton
2011-12-30Fix: cycles camera dof object with non-uniform scale gave incorrect distance.Brecht Van Lommel
2011-12-29svn merge ^/trunk/blender -r42957:42967Campbell Barton
2011-12-29bugfix: [#29711] Cycles - HSV Node - Hue Change BugDalai Felinto
2011-12-29svn merge ^/trunk/blender -r42953:42957Campbell Barton
2011-12-29add UNLIKELY / LIKELY util defines to help optimize iterators that are called...Campbell Barton
2011-12-29svn merge ^/trunk/blender -r42940:42953Campbell Barton
2011-12-28Fix #29715: cycles and glsl normal node not working correct.Brecht Van Lommel
2011-12-28Fix #29689, #29702: cycles render crash with node setups with non-cycles nodes,Brecht Van Lommel
2011-12-27svn merge ^/trunk/blender -r42871:42882Campbell Barton
2011-12-26Add a glClear() in GHOST/X11 between creating the GLX context andNicholas Bishop
2011-12-26svn merge ^/trunk/blender -r42839:42871Campbell Barton
2011-12-25Cycles Test App:Thomas Dinges
2011-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-12-24minor edits to cycles c/python moduleCampbell Barton
2011-12-24Formatting edits <120 length linesCampbell Barton
2011-12-23svn merge ^/trunk/blender -r42778:42839Campbell Barton
2011-12-23Another Fix after Cucumber Merge:Thomas Dinges
2011-12-23Code cleanup: fix some clang static checker warnings.Brecht Van Lommel
2011-12-22split >120 length lines (mostly if statements)Campbell Barton
2011-12-22Cycles: support for multiple render layers. It currently renders each layerBrecht Van Lommel
2011-12-22Cycles: code refactoring, to do render layer visibility test a bit different,Brecht Van Lommel
2011-12-21Cycles: some small code refactoring related to buffer parameters.Brecht Van Lommel
2011-12-21svn merge ^/trunk/blender -r42761:42776Campbell Barton
2011-12-20Cycles/CUDA:Thomas Dinges
2011-12-20Cycles: some tweaks for apple opencl with ATI cards, to get it working up toBrecht Van Lommel
2011-12-20Cycles: avoid using float3 in kernel constant memory, just so we're sure alig...Brecht Van Lommel
2011-12-20Cycles: border rendering support, includes some refactoring in how pixels areBrecht Van Lommel
2011-12-20svn merge ^/trunk/blender -r42722:42742Campbell Barton
2011-12-19Fix #29653: fix wrong cycles depth of field distance when rendering with aBrecht Van Lommel
2011-12-19OS X: add BLENDER_SOFTWAREGL environment variable to force using software OpenGLBrecht Van Lommel
2011-12-19svn merge ^/trunk/blender -r42680:42722Campbell Barton
2011-12-18Generalized node groups for Cycles.Lukas Toenne
2011-12-17svn merge ^/trunk/blender -r42670:42680Campbell Barton
2011-12-17svn merge ^/trunk/blender -r42660:42669Campbell Barton
2011-12-17Cycles Gamma NodeDalai Felinto