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-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-20replace RNA function string lookups with direct assignments, currently the lo...Campbell Barton
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-19/blender/makesrna: Removed final points in UI strings and messages.Bastien Montagne
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-31tag unused rna args.Campbell Barton
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-08comment some unused code.Campbell Barton
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
2010-12-07pass along the context to extension functions, this was already being done in...Campbell Barton
2010-12-04Give functions that use printf style formatting GCC format attributes so if i...Campbell Barton
2010-10-31rename definition for enabling the game engine GAMEBLENDER==1 --> WITH_GAMEEN...Campbell Barton
2010-08-28python/utf8 compatibility fixes. (as discussed on the mailing list)Campbell Barton
2010-08-18rna renaming for Render* structsCampbell Barton
2010-03-28External render engines now have option bl_postprocess to determineBrecht Van Lommel
2010-03-28External render engines can now render previews as well, disabled byBrecht Van Lommel
2010-03-24remove unused includes UI_*.h, WM_*.h, ED_*.hCampbell Barton
2010-03-24remove unused rna includesCampbell Barton
2010-03-16no need to include the setting names in enum itemsBrecht Van Lommel
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-01-28Ambient Occlusion split up into:Brecht Van Lommel
2009-12-22quite a few python panels (10 or so) had names longer then the PanelType allo...Campbell Barton
2009-11-13arbitrary property and function support for rna properties (arrays and collec...Campbell Barton
2009-10-31improved class validation, variables defined by the rna interface as non-opti...Campbell Barton
2009-09-09RNA: multidimensional & dyanmic array changesBrecht Van Lommel
2009-08-182.5: RNA, defining enums, pointers and collections properties is nowBrecht Van Lommel
2009-08-172.5: Render ApiBrecht Van Lommel
2009-08-16- added RNA_struct_free_extension rather then having the funcs in each unregi...Campbell Barton
2009-08-14- registering new python classes runs the free functions on existing classes.Campbell Barton
2009-07-27render api utility function to initialize a render layer from an image rather...Campbell Barton
2009-07-242.5: Render/Game EngineBrecht Van Lommel
2009-07-22SVN maintenance.Guillermo S. Romero
2009-07-222.5: RenderBrecht Van Lommel
2009-07-21RNABrecht Van Lommel