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-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-10Fix scons build error after recent commit, missing include.Brecht Van Lommel
2013-03-10More UI message i18n fixes and improvements...Bastien Montagne
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-05code cleanup: also change BKE_blender.h BLENDER_VERSION_CHAR to 'a' so as not...Campbell Barton
2013-03-05patch [#34103]Campbell Barton
2013-03-04Fix for texture preview render with show alpha enabled, now it shows noBrecht Van Lommel
2013-02-18Fix #34276: OpenGL render not doing color space conversion to linear correctlyBrecht Van Lommel
2013-02-14Fix #34121: OSL + persistent images option was not freeing shader memory prop...Brecht Van Lommel
2013-02-14Fix #34240: cycles material preview of sphere + sky had black sky, now it usesBrecht Van Lommel
2013-02-12Preview image render was missing image buffer releaseSergey Sharybin
2013-02-12Fix #34209: Texture preview in brush settings does not updateSergey Sharybin
2013-02-11style cleanup: also some typosCampbell Barton
2013-02-10Show/hide Render View should not raise temp user preferences windowsSv. Lockal
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-01-31Cycles: disable unnecessary preview render job for per node previews, they don'tBrecht Van Lommel
2013-01-28Cycles: preview rendering support for world/material/lamp.Brecht Van Lommel
2013-01-24Fix #33975: Crash when reloading textureSergey Sharybin
2013-01-22fix [#33836] issuing bpy.ops.render.render() in console crashes the programCampbell Barton
2013-01-07style cleanupCampbell Barton
2013-01-06Three fixes:Ton Roosendaal
2013-01-05Removal of old code trying to detect trackpads.Ton Roosendaal
2013-01-05Trackpad pans for UV/Image and MovieClip editors were inverse compared to all...Ton Roosendaal
2013-01-05Changes for opengl render to reflect new alpha premul pipelineSergey Sharybin
2013-01-01Bug fixes, own collection.Ton Roosendaal
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-23Added support of J2K codec for Jpeg2000 writingSergey Sharybin
2012-12-18fix for include and use break statement (may as well not loop more then needed).Campbell Barton
2012-12-18Fix #33599: VBO textured draw mode did not update correctly when an image fil...Brecht Van Lommel
2012-12-17Added GPL header to sconscripts!Bastien Montagne
2012-12-14Fixes for correct UI scaling display:Ton Roosendaal
2012-12-12Sequencer: add textured solid option for opengl previewSergey Sharybin
2012-12-04Fix for double-freeing image buffers when rendering opengl animation into mov...Sergey Sharybin
2012-12-03Fix #33371: blender freezing in material draw mode.Brecht Van Lommel
2012-12-01style cleanupCampbell Barton
2012-11-29Fix render from local view 3d viewport not using lamps in render.Brecht Van Lommel
2012-11-26Fix #33310: unnecessary redraw of outliner when editing materials and textures.Brecht Van Lommel
2012-11-24Fix #33282: missing GLSL update assigning a lamp texture.Brecht Van Lommel
2012-11-15Image thread safe improvementsSergey Sharybin
2012-11-10Fix part of #33132: render resoltuion refresh issues after persistent imagesBrecht Van Lommel
2012-11-07Fix #33114: crash with render frame update script and GLSL.Brecht Van Lommel
2012-11-06Bugfix #33092Ton Roosendaal
2012-11-05Render engines: replace number of x/y tiles with tile sizeSergey Sharybin
2012-11-05Cycles: memory usage reportSergey Sharybin
2012-10-29Bugfix #33004Ton Roosendaal
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-23use min_ max_ functions in more places.Campbell Barton
2012-10-23Fix #32941: Sequencer Preview shows texture which is apart of the window.Sergey Sharybin
2012-10-23style cleanup: also rename bmesh_decimate.c --> bmesh_decimate_collapse.cCampbell Barton
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton