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
2011-02-23Bugfix #26188Ton Roosendaal
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21Experimental option to build blender as a python module, rather then blender ...Campbell Barton
2011-02-19From the todo:Ton Roosendaal
2011-02-07Bugfix 25965Ton Roosendaal
2011-02-07Todo/feature requestTon Roosendaal
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-24Bugfix #25357Ton Roosendaal
2010-12-17Bugfix #25259Ton Roosendaal
2010-12-13Bugfix #25191Ton Roosendaal
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-18Bug fix:Ton Roosendaal
2010-11-16option to immediately write single render to a file added for OpenGL render.Campbell Barton
2010-11-16option to write images to a files on single frame renders, this isn't accesse...Campbell Barton
2010-11-09Bugfix #20812 (and probably others)Ton Roosendaal
2010-11-07Fix for [#24569] F11 no longer functional after image saveJanne Karhu
2010-11-03[#23095] If no camera is present, a render starts but does nothing, and we ha...Sergey Sharybin
2010-11-03bugfix [#24508] Render and changing scenes crashes.Campbell Barton
2010-11-02bugfix [#24455] Scene is left at last rendered frame from rendering an animationCampbell Barton
2010-10-19use unsigned int for all layers.Campbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-08-132.5: rendering thread-safety experiment, when setting G.rt to 101, it willBrecht Van Lommel
2010-08-08Bugfix: [#23149] Showing cache instead of rendering with the VSEPeter Schlaile
2010-08-08remove unused includesCampbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel
2010-07-19Bugfix #22906: Animation Player buttons broke on r30467Joshua Leung
2010-07-18Small feature for the Durian guys:Andrea Weikert
2010-07-05Fix #22694: rendering exits editmode. Problem was due to incorrect fix forBrecht Van Lommel
2010-07-05Fix #22189: fields rendering crashes.Brecht Van Lommel
2010-07-04Fix #22028: rendering from 3d view was OR-ing with scene render layers,Brecht Van Lommel
2010-06-23Fix crash when rendering with output to full screen and the mouseBrecht Van Lommel
2010-05-27Progress indicators for threaded jobsMatt Ebb
2010-05-24- correct --help messageCampbell Barton
2010-05-04merging revisions 28564-28569 from render branch into trunkJoseph Eagar
2010-04-21Fix [#22082] World gradients look like pooMatt Ebb
2010-04-15Merge various small changes from render branch:Brecht Van Lommel
2010-04-09Fix for previous commit - better to just use NewRender rather than GetRenderMatt Ebb
2010-04-09Attempted fix for [#21491] rendering from the api does not workMatt Ebb
2010-04-06Fix #21393: some render error messages were not passed to the user.Brecht Van Lommel
2010-04-05Fix [#21909] full sample motion blurMatt Ebb
2010-04-01Attempted fixes for render crashes on windows, still can't redo them hereBrecht Van Lommel
2010-03-28Attempt to fix #21796: render crash on windows after slots commit.Brecht Van Lommel
2010-03-27Second attempt at committing the different render slot implementation. ThisBrecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-14Rendering from 3d view in local view or with unlocked layer was notBrecht Van Lommel
2010-03-09Mac + OpenMP + pthreads workaround: recent commit broke compile, justBrecht Van Lommel
2010-03-08move render operators into their own files, render_internal.c & render_opengl...Campbell Barton