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
2013-07-23svn merge ^/trunk/blender -c58374 -c58406 -c58422 -c58427 -c58436 -c58440 -c5...v2.68aCampbell Barton
2013-07-01add some missing members to opengl debug print, also use a macro to avoid pas...Campbell Barton
2013-07-01opengl debug info, make GPU_state_print() only show values in arrays that are...Campbell Barton
2013-06-26quiet double promotion warning and some style cleanupCampbell Barton
2013-06-25Fix #34909 Texture paint mode does not correctly update when usingAntony Riakiotakis
2013-06-25style cleanupCampbell Barton
2013-06-24Fix GLSL not showing shading properly on the backside of faces. Now it flipsBrecht Van Lommel
2013-06-23Fix #35848: render crash in background mode due to missing G.main.Brecht Van Lommel
2013-06-15Fix #35768: crash in with "free image textures" option and 3D viewport with t...Brecht Van Lommel
2013-06-13code cleanup: also fix crash in GPU_state_print(). and confine to debug mode ...Campbell Barton
2013-06-06style cleanupCampbell Barton
2013-06-05Fix textured draw mode + dyntopo crash fix to cover more cases.Brecht Van Lommel
2013-06-05Cycles: GLSL materials now can use multiple UV maps with the attribute node.Brecht Van Lommel
2013-06-05Obsessive Null Checking Compulsion case:Antony Riakiotakis
2013-06-04Fix #35602: VBO + dynamic topology sculpt did not show specularity.Brecht Van Lommel
2013-06-04Fix #35617: cycles GLSL object texture coordinates were wrong.Brecht Van Lommel
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-27Fix #35505: cycles object space normal mapping did not match blender internal.Brecht Van Lommel
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-24Fix for [#35490] Initial cube is green, turn off matcap and it is correct colorThomas Dinges
2013-05-23Cycles / Toon BSDF:Thomas Dinges
2013-05-23Fix #35459: global texture coordinates not working with GLSL shaders. Got brokenBrecht Van Lommel
2013-05-21code cleanup: remove callbacks only added to wrap MEM_freeNCampbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-20Math Node:Thomas Dinges
2013-05-11style cleanupCampbell Barton
2013-05-10Cycles: bump node changes to add a Distance input that controls the overall d...Brecht Van Lommel
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-05-03Fix #34889: negative lights not working in glsl view and game engine.Brecht Van Lommel
2013-05-02avoid per-vertex mask layer lookups for dyntopo.Campbell Barton
2013-04-24Fix #35063: GLSL texture node Value output was not outputting alpha.Brecht Van Lommel
2013-04-18Fix #34997: when starting the game engine in one window and switching to a se...Brecht Van Lommel
2013-04-16move editmesh functions out editderivedmesh.c into editmesh.cCampbell Barton
2013-04-14BGE: Adding mipmapping control to bge.render via bge.render.setMipmapping() a...Mitchell Stokes
2013-04-13code cleanup: warnings + styleCampbell Barton
2013-04-12Add function to query maximum texture size. Also, make texture uploadAntony Riakiotakis
2013-04-08Fix #34908: compressed DDS files did not display properly when their mipmap l...Brecht Van Lommel
2013-04-04Fix for [#34754] "Revision 55527 provokes glitchy GLSL shadow map rendering" ...Mitchell Stokes
2013-04-02Fix #34788, #34744: GLSL error, #version line needs to be at the top of the s...Brecht Van Lommel
2013-04-02Cycles: initial subsurface multiple scattering support. It's not working asBrecht Van Lommel
2013-03-31style cleanupCampbell Barton
2013-03-28style cleanup: osl and NULL pointer use, also correct sequencer gap operator ...Campbell Barton
2013-03-23OpenGL: Moving the GPU_pass_update_uniforms() call from GPU_material_bind_uni...Mitchell Stokes
2013-03-22code cleanup: unused defines, shadowing and unintended enum-as-variable.Campbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-18code cleanupCampbell Barton
2013-03-16style cleanupCampbell Barton
2013-03-15Fix: multisample viewport drawing didn't work well with selection or particleBrecht Van Lommel
2013-03-15use bool for knife, also scons tab/space mix.Campbell Barton
2013-03-15Fix #34649: texture size limit user preference not working.Brecht Van Lommel