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
2012-11-21fix for re->partx/re->party values being different for RE_Database_FromScene(...Campbell Barton
2012-11-05Render engines: replace number of x/y tiles with tile sizeSergey Sharybin
2012-10-15Clamp minimal tile size with Save Buffers and FSAA enabledSergey Sharybin
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-04Cycles: merge of changes from tomato branch.Brecht Van Lommel
2012-08-22code cleanup: use rect size macrosCampbell Barton
2012-07-19code cleanup: remove commented includes - mostly from 2.4xCampbell Barton
2012-06-16style cleanupCampbell Barton
2012-05-19code cleanup: use TRUE/FALSE rather then 1/0 for better readability, also rep...Campbell Barton
2012-05-05code cleanup: brush/camera namingCampbell Barton
2012-05-05code cleanup: function naming for BLI functions.Campbell Barton
2012-04-28style cleanup: changes to brace placement / newlines - for/while/if/switchCampbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-24style cleanup: mainly for mesh code, also some WM function use.Campbell Barton
2011-11-19Camera: some more refactoring, mostly in the function that computes the cameraBrecht Van Lommel
2011-11-18Camera: some code refactoring, use an intermediate CameraParams struct insteadBrecht Van Lommel
2011-11-05Code refactoring: split camera functions from object.c into new camera.c.Brecht Van Lommel
2011-11-04Configurable sensor size:Sergey Sharybin
2011-11-03correct spelling mistakesCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-08-20floats were being promoted to doubles in quite a few cases (using gcc's -Wdou...Campbell Barton
2011-04-30add back support for rendering local view camera.Campbell Barton
2011-04-15fix [#26906] Panorama Button (Camera Data Properties)Campbell Barton
2011-02-27doxygen: blender/render tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-05utility function object_camera_matrix, moved code from RE_SetCamera into this.Campbell Barton
2010-03-05remove viewfac from Render struct, its only used locallyCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-06Fix #20452: motion blur buttons were missing. Motion blur samplesBrecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-09-06easier to re-apply the replacement table then merge from 2.4x, same as 23023Campbell Barton
2009-07-132.5: RenderBrecht Van Lommel
2009-01-172.5: Blender "Animato" - New Animation System Joshua Leung
2009-01-042.5Ton Roosendaal
2008-09-29resolve some compiler warnings with intel c/c++ compilerCampbell Barton
2008-05-16[#11706] Camera IPO LagMartin Poirier
2008-04-19fix for [#8236] Lens Change by driver won't update in 3d ViewCampbell Barton
2008-02-06- Removed the Save Buffers/FSA restriction that the width and heightBrecht Van Lommel
2007-12-01For the OpenGL render option in the 3d view, if a camera is active,Brecht Van Lommel
2007-05-08SSS fixes:Brecht Van Lommel
2006-12-28Preview render in 3D window used wrong clipping...Ton Roosendaal
2006-12-05Next stage of RenderPipe refactor: now everything within the pixel wasTon Roosendaal
2006-11-12Bugfix #5207Ton Roosendaal
2006-11-06Patch #4940, by Wybren van KeulenTon Roosendaal
2006-10-15Another shadowbuffer goodie: the "Halfway trick"Ton Roosendaal
2006-08-12Bugreport #4787 mentioned subpixel render issues, especially for smallTon Roosendaal
2006-07-19Removed leftover SDL include from render module.Ton Roosendaal