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-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-16enum-flag arguments were incorrectly documented.Campbell Barton
2011-01-24Raise an exception when registering classes with ID names which are too long....Campbell Barton
2011-01-23Panels that have the "no header" flag set are now always drawn first in a tab...Janne Karhu
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
2011-01-03rename layout.red_alert to alert, may be themeable some day.Campbell Barton
2011-01-03"Red-Alert" flags can now be set on UI layouts via the RNA API tooJoshua Leung
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-08-26rna api - replace panel properties bl_default_closed and bl_show_header with ...Campbell Barton
2010-08-19- Properties from base classes are now registered too, this allows class mix-...Campbell Barton
2010-08-17document rna functions that have the no_self flag set as classmethodsCampbell Barton
2010-08-07== docs ==Luca Bonavita
2010-08-05bugfix [#23182] Using self.report() inside poll() gives crashCampbell Barton
2010-08-04== docs ==Luca Bonavita
2010-03-24remove unused rna includesCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-11batch remove .'s used with RNA_def_struct_ui_textCampbell Barton
2010-02-10fix for python not being able to call operators with a executuon context.Campbell Barton
2010-02-08Operator Execution Contexts Bugfix:Joshua Leung
2009-12-26classmethods were excluded from docs, hide self & cls arguments for functions...Campbell Barton
2009-12-22quite a few python panels (10 or so) had names longer then the PanelType allo...Campbell Barton
2009-12-08RNA:Brecht Van Lommel
2009-10-31improved class validation, variables defined by the rna interface as non-opti...Campbell Barton
2009-10-31change blender python interface for classes not to ise __idname__ rather bl_i...Campbell Barton
2009-10-22Shape KeysBrecht Van Lommel
2009-10-22UI: List Template tweaks to get it a bit more usableBrecht Van Lommel
2009-10-10changed limits for some rna values, added object.scale_linked_x/y/zCampbell Barton
2009-10-08menus are now global (like operators), so for eg, the info add menu and the 3...Campbell Barton
2009-10-06new operator - bpy.ops.wm.call_menu(name="SOME_MT_menu")Campbell Barton
2009-08-182.5: RNA, defining enums, pointers and collections properties is nowBrecht 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-282.5: File browserBrecht Van Lommel
2009-07-26* projection paint options in the toolbarCampbell Barton
2009-07-22RNABrecht Van Lommel
2009-07-212.5: UIBrecht Van Lommel
2009-07-21RNABrecht Van Lommel
2009-07-17bpy rnaCampbell Barton
2009-07-102.5: fix to allow python panels to override C panels withBrecht Van Lommel
2009-07-082.5: Various FixesBrecht Van Lommel
2009-07-01RNABrecht Van Lommel
2009-06-16UIBrecht Van Lommel
2009-06-16RNABrecht Van Lommel
2009-06-09added layout attribute for setting the operator execution context.Campbell Barton
2009-06-03UI:Brecht Van Lommel
2009-06-03RNABrecht Van Lommel