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-04-15Cycles: optimization for 3D viewport border render with heavy scenes, the OpenGLBrecht Van Lommel
2013-04-11Fix #34817: improve OpenGL preview render speed, it got quite a bit slower si...Brecht Van Lommel
2013-04-07Fix for [#34898] Typo in error message of mathutils.VectorThomas Dinges
2013-04-05code cleanup: use bool's for vgroup and editmode.Campbell Barton
2013-04-03Bunch of fixes for GLSL display transformSergey Sharybin
2013-04-01Fix #34819: Background image gets pixelated when zooming inSergey Sharybin
2013-03-23Code cleanup:Thomas Dinges
2013-03-21Bug fix #34713Ton Roosendaal
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-19Fix regression in viewport background image transparencySergey Sharybin
2013-03-18code cleanupCampbell Barton
2013-03-18style cleanupCampbell Barton
2013-03-18Fix: Setting cursor to semitransparent objects will fail because of clipAntony Riakiotakis
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-17Fix for "draw images as texture"Ton Roosendaal
2013-03-17Feature:Ton Roosendaal
2013-03-16style cleanupCampbell Barton
2013-03-15Fix: multisample viewport drawing didn't work well with selection or particleBrecht Van Lommel
2013-03-14code cleanup: de-duplicate view clipping function for paint and knife tool, m...Campbell Barton
2013-03-10patch [#34103] check_for_dupid.patchCampbell Barton
2013-03-09code cleanup: move runtime var zfac out of RegionView3D. rename initgrabz() -...Campbell Barton
2013-03-09Use poroper release for images buffers acquired from an Image IDSergey Sharybin
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-06Texture paint refactoring commitAntony Riakiotakis
2013-03-04Avoid clearing the depth buffer when using full screen quads forAntony Riakiotakis
2013-03-04code cleanup: view3d_clipping_test was making a vector copy for no reason.Campbell Barton
2013-02-20Fix drawing of translated strings (can't use _ascii version of BLF_draw in th...Bastien Montagne
2013-02-19Another huge bunch of new UI translations (some reported by Leon Cheung, than...Bastien Montagne
2013-02-18Fix #34289: Wrong grid color on light backgroundSergey Sharybin
2013-02-15style cleanupCampbell Barton
2013-02-15Fix 3d view DPI issue with object name overlapping axis icon.Brecht Van Lommel
2013-01-24Fix threading issues of viewport rendering when using movies/generated imagesSergey Sharybin
2013-01-21Vertex bevel: adjust vertex positions to make a more rounded pattern.Howard Trickey
2013-01-18move draw all edges into the object settings (object panel), makes more sense...Campbell Barton
2013-01-08style cleanupCampbell Barton
2013-01-07Make options for background gradient more organized.Antony Riakiotakis
2013-01-07Bug fix 33778Ton Roosendaal
2013-01-07split viewport clearing into its own function: view3d_main_area_clear()Campbell Barton
2013-01-07compare normalized vectors when calculating the view horizonCampbell Barton
2013-01-07style cleanupCampbell Barton
2013-01-07style cleanup: '} else' and add this check to check_style_c.pyCampbell Barton
2013-01-06Small draw optimization: Draw sky with glDrawElements. CalculateAntony Riakiotakis
2013-01-06Slight modification of viewport sky: Avoid clearing the colour bufferAntony Riakiotakis
2013-01-06Eyecandy feature: background gradient for 3D viewport. Enable in user prefere...Antony Riakiotakis
2013-01-06add ability to use world gradient rendering when 'Only Render' option is enab...Campbell Barton
2013-01-05Changes for opengl render to reflect new alpha premul pipelineSergey Sharybin
2013-01-05revert r53570, alpha background is useful for projection paint 'Quick Edit',Campbell Barton
2013-01-05Fix #33767: Edge of objects rendered out jerky when using OpenGL RenderingSergey Sharybin
2012-12-18Nicer function for drawing text in 3d window:Ton Roosendaal
2012-12-17missed this recent commit, while drawing grease pencil, draw if 'Render Only'...Campbell Barton