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
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2018-02-12Fix part of T53080: don't use current scene world for icon previews.Brecht Van Lommel
2018-01-25Fix missing broken notifiersDalai Felinto
2018-01-19Cleanup: typosCampbell Barton
2018-01-11Cleanup: BKE naming conventions for datablock add/localizeCampbell Barton
2017-11-27Sequencer: Fix missing FX compositor when starting rendering from frame with ...Sergey Sharybin
2017-11-27Sequencer: Add option to render OpenGL preview with DoFSergey Sharybin
2017-11-27Refactor view3d offscreen drawing to avoid having multiple boolean argumentsSergey Sharybin
2017-10-28Fix T53185: After rendering an animation (Ctrl-F12), pressing F12 no longer r...Joshua Leung
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-06Cleanup: styleCampbell Barton
2017-09-22Remove quicktime supportAaron Carlisle
2017-09-14Fix T52653: Render output of linked scenes conflicts with other scenes with t...Sergey Sharybin
2017-08-28Make GS macro return proper IDType typeSergey Sharybin
2017-08-15Cycles/BI: Add a pixel size option for speeding up viewport renderingLukas Stockner
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-07-25Fix T51450: viewport render time keeps increasing after render is done.Jeff Knox
2017-07-24Correct invalid assert useCampbell Barton
2017-07-03Fix T51734: batch-generate previews crashes on some materials.Brecht Van Lommel
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-08Fix missing render update when building without OCIO but having GLSL image dr...Sergey Sharybin
2017-05-03Render API/Cycles: Identify Render Passes by their name instead of a type flagLukas Stockner
2017-04-29Cleanup: unused includesCampbell Barton
2017-04-26Avoid race condition copying Scene for off-thread OpenGL image saveSergey Sharybin
2017-04-26Threading: Remove thread lock which seems uselessSergey Sharybin
2017-04-20Fix T51248: user preferences window size not adapted to DPI.Brecht Van Lommel
2017-04-14UI: Add/Improve a few tooltipsAaron Carlisle
2017-03-16Fix BGE building.Bastien Montagne
2017-03-15Load user-preferences before startup fileCampbell Barton
2017-03-07Task scheduler: Remove per-pool threads limitSergey Sharybin
2017-03-03Update comment which was remained in an old placeSergey Sharybin
2017-03-01Cleanup: code-style, duplicate headerCampbell Barton
2017-02-15Fix T50542: Wrong metadata frame when using OpenGL renderSergey Sharybin
2016-11-16Fix T50051: Avoid crash when render grease pencil from VSEAntonioya
2016-11-12Fix T49996: VSE opengl render crash with grease pencil if current frame is e...Antonioya
2016-11-10Fix Grease Pencil render in VSE crashes when no strips (#T49975)Dalai Felinto
2016-10-27Fix T49829: Removal of custom icon previews during add-on unregister crashes ...Bastien Montagne
2016-10-14Prevent crash after OpenGL rendering animation to images.Sybren A. Stüvel
2016-10-12Fix T49622: Grease pencil not rendering out of VSESergey Sharybin
2016-10-10OpenGL animation: Fix stupid mistake form previous commitSergey Sharybin
2016-10-10OpenGL render: Fix missing file output after pressing EscSergey Sharybin
2016-10-07OpenGL render: Limit number of scheduled frames for writeSergey Sharybin
2016-10-07OpenGL render: Fix non-deterministic order of frame writes for moviesSergey Sharybin
2016-10-07OpenGL: Don't write frames when rendering was canceledSergey Sharybin
2016-10-07OpenGL: Do not schedule new frames for write if error happensSergey Sharybin
2016-09-22Fix T49422: Metadata not showing in OpenGL rendersSergey Sharybin
2016-09-18BLI_listbase: Add/use utility to move link (BLI_listbase_link_move)Julian Eisel
2016-09-17OpenGL render: Bugfix (unreported) after rB6f92604e539b2114763150fb1ace60d28e...Thomas Beck
2016-09-16Improve description of move operator direction propertiesJulian Eisel
2016-09-16OpenGL render: Move file writing to a separate threadSergey Sharybin