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-04-15Style cleanup (mostly line length, also no final point in tips...).Bastien Montagne
2012-04-13Fix #30376: cycles ignores camera override from sequencer.Brecht Van Lommel
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-06Code cleanup in rna files (huge, higly automated with py script).Bastien Montagne
2012-01-25Cycles: Render PassesBrecht Van Lommel
2011-11-07Cycles: svn merge -r41613:41627 ^/trunk/blenderBrecht Van Lommel
2011-11-02RenderEngine/Nodes: system to check for shading nodes compatibilityBrecht Van Lommel
2011-11-02RenderEngine api: support for viewport rendering, details here:Brecht Van Lommel
2011-11-02Cycles: RenderEngine api code tweaks, also ensuring it's backwards compatible.Brecht Van Lommel
2011-11-02RenderEngine: steps towards implementation of this proposal:Brecht Van Lommel
2011-11-02RenderEngine: add .is_animation and .is_preview properties to detect if it'sBrecht Van Lommel
2011-10-25Cycles: svn merge -r41225:41232 ^/trunk/blenderBrecht Van Lommel
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-22Render API: add update_progress() function to update progress bar progress fromBrecht Van Lommel
2011-10-22Code refactoring: move external engine functions into own file.Brecht Van Lommel
2011-10-22Cycles: svn merge -r40934:41157 ^/trunk/blenderBrecht Van Lommel
2011-10-20replace RNA function string lookups with direct assignments, currently the lo...Campbell Barton
2011-10-16Cycles: more tweaks to get old/new shading systems working better together, forBrecht Van Lommel
2011-10-11Cycles: add python render engine option to use new shading nodes or not, insteadBrecht Van Lommel
2011-10-11Cycles: svn merge -r40411:40934 ^/trunk/blenderBrecht Van Lommel
2011-10-01add a collection function slot for assignment (not used yet).Campbell Barton
2011-09-21add missing define for last commit and tag bl_label & bl_descriptions for tra...Campbell Barton
2011-09-19Cycles: svn merge -r40266:40358 https://svn.blender.org/svnroot/bf-blender/tr...Brecht Van Lommel
2011-09-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
2011-09-12Cycles:Thomas Dinges
2011-09-12Cycles Render API:Thomas Dinges
2011-08-16Cycles: svn merge -r39132:39457 https://svn.blender.org/svnroot/bf-blender/tr...Brecht Van Lommel
2011-08-07Cycles: svn merge -r37957:39132 https://svn.blender.org/svnroot/bf-blender/tr...Brecht Van Lommel
2011-07-04Updated the indent, sorry!Jeroen Bakker
2011-07-04Current situationJeroen Bakker
2011-06-28RenderEngine API: add self.report() error reporting function for render engines,Brecht Van Lommel
2011-05-31Cycles: svn merge -r36777:37040 https://svn.blender.org/svnroot/bf-blender/tr...Brecht Van Lommel
2011-05-31tag unused rna args.Campbell Barton
2011-05-18Cycles: svn merge -r36495:36747 https://svn.blender.org/svnroot/bf-blender/tr...Brecht Van Lommel
2011-05-18RNA: make mechanism used by operators to keep python instance alive more gene...Brecht Van Lommel
2011-05-18RNA: pass Main rather than Context to register/unregister callbacks.Brecht Van Lommel
2011-05-17Render API: RenderEngine.update_progress function to set progress percentage.Brecht Van Lommel
2011-05-17Render API: add self.report() function for RenderEngine, for reporting warnin...Brecht Van Lommel
2011-05-17Render API: first step in updating RenderEngine to work according to:Brecht Van Lommel
2011-05-08comment some unused code.Campbell Barton
2011-05-05Cycles refactoring: put external engine code into separate file.Brecht Van Lommel
2011-04-27Blender modifications for Cycles integration.Brecht Van Lommel
2011-04-11patch [#26861] Spelling, Typos, and GrammarCampbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-02-27doxygen: blender/makesrna tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-13warning cleanup.Campbell Barton
2011-02-08add back options for loading a renderlayer to offset the image when copying t...Campbell Barton
2011-01-24Raise an exception when registering classes with ID names which are too long....Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton