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-10-18Fix for wrong active render layer after copying hr sceneSergey Sharybin
2013-10-09Implementation of curve mapping in GLSLSergey Sharybin
2013-10-01Fix blender internal viewport render not using color management settings likeBrecht Van Lommel
2013-10-01remove assert for poly_find_ear(), added recently but its incorrect, also min...Campbell Barton
2013-10-01de-duplicate report strings for freestyle error checksCampbell Barton
2013-10-01Follow-up to r60433 (related to Bug #36878): additional checks for NULL line ...Tamito Kajiyama
2013-09-30fix [#36842] OpenGL Animation Playblast renders 1 too many framesCampbell Barton
2013-09-23Fix #36800: closing render window during render crashes, the operator would beBrecht Van Lommel
2013-09-13Related to #36710: add a "use_viewport" option to the render operator, to spe...Brecht Van Lommel
2013-09-12Different implementation of patch #36430: use layer froms scene directly forBrecht Van Lommel
2013-09-07rename cursor setting functions to make modal set/restore more clearly relate...Campbell Barton
2013-09-05code cleanup:Campbell Barton
2013-09-05Code cleanup: use boolean instead of int for colormanagementSergey Sharybin
2013-09-04Fix a few issues reported by coverity scan.Brecht Van Lommel
2013-09-04Fix #36449: switching between render slots during render would leave some tilesBrecht Van Lommel
2013-08-31RenderEngine API: add viewport draw utility functions to bind a GLSL fragmentBrecht Van Lommel
2013-08-28Fix #36555: preview render in properties editor did not get cancelled andBrecht Van Lommel
2013-08-20fix [#36347] Blender crashes when clicking on 'render' in 'viewport shading'Campbell Barton
2013-08-06code clenup: remove benchmarking left in by accident and GPU print, also some...Campbell Barton
2013-08-05fix for blender-internal viewport render looking fuzzy, don't filter the imageCampbell Barton
2013-07-31code cleanup: remove redundant NULL checksCampbell Barton
2013-07-29minor changes for confusing code.Campbell Barton
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-07-23fix own regression, OpenGL render with 'New Window' display-mode was brokenCampbell Barton
2013-07-19style cleanup: switch statements, include break statements within braces & in...Campbell Barton
2013-07-17Fix for #36150, missing Preview Render Updates with Add/Remove material slot. Thomas Dinges
2013-07-17fix/resolve [#36173] Current frame doesn't update while OpenGL Rendering Anim...Campbell Barton
2013-07-16Fix missing render info text in blender internal rendered viewport afterBrecht Van Lommel
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-07-13Fix #35470: crash rendering from the terminal in some cases due to render infoBrecht Van Lommel
2013-07-12Related to #36115: show in render info text when 3D view layer or camera over...Brecht Van Lommel
2013-07-10remove reference to wrong python version in comments & pedantic style edit.Campbell Barton
2013-07-10Fix #36075: editing shading nodes could still crash blender internal renderedBrecht Van Lommel
2013-07-09Fix #35969: blender internal and cycles not updating mesh while in edit mode.Brecht Van Lommel
2013-07-09Fix #35979, #35937, #35739: undo crashes and missing updates with blenderBrecht Van Lommel
2013-07-08Fix #35960, #36044: blender internal viewport rendering crash while editing d...Brecht Van Lommel
2013-06-25style cleanupCampbell Barton
2013-06-25Fix OpenGL render not working correct with display color space set to NoneBrecht Van Lommel
2013-06-25Render stats text: show elapsed time for blender internal, hide useless "Sing...Brecht Van Lommel
2013-06-11Fix #35405: properties editor preview render restarted unnecessarily after F1...Brecht Van Lommel
2013-06-10Fix #35681: cycles excluded layers still got evaluated before and afterBrecht Van Lommel
2013-06-09Fix #35677, #35525: cycles viewport not updating properly in some situations.Brecht Van Lommel
2013-06-03quiet compiler warning building with internationalization enabled.Campbell Barton
2013-05-31Fix #35497: rendering preview range gives wrong durationSergey Sharybin
2013-05-25Bug fix, irc submitted:Ton Roosendaal
2013-05-23Fix #35449: image sequences to drive e.g. particle length or used in modifiersBrecht Van Lommel
2013-05-20code cleanup: scons - binreloc include was copied all over the place for no r...Campbell Barton
2013-05-20code cleanup: split scons includes onto multiple lines, reduce chance of incl...Campbell Barton
2013-05-20code cleanup: replace PARALLEL define with _OPENMPCampbell Barton
2013-05-17More work on 3d view render:Ton Roosendaal