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
2010-10-14UNUSED() macro so -Wunused-parameter can be used with GCC without so many war...Campbell Barton
2010-09-27added CTX_wm_operator_poll_msg_get/set so failing poll functions can set mess...Campbell Barton
2010-09-09definition/syntax edits for operators and rna (no functional changes)Campbell Barton
2010-09-01poll function for py api operator accessCampbell Barton
2010-08-14- PyLineSpit() - used to print the filename and line number for internal erro...Campbell Barton
2010-08-13- remove WM_operatortype_exists since its almost the same as WM_operatortype_...Campbell Barton
2010-03-14remove unused includesCampbell Barton
2010-02-13Calling operators from Python with non-default context was broken (need to as...Martin Poirier
2010-02-12correct fsf addressCampbell Barton
2010-02-10fix for python not being able to call operators with a executuon context.Campbell Barton
2010-01-26Properties for macro operator call in python.Martin Poirier
2010-01-25make exception a bit nicer (since wiki docs dont make much sense how it was b...Campbell Barton
2010-01-23when python calls an operator, return a set from the operator flag, this matc...Campbell Barton
2009-12-31remove python api cruft from custom operator registrationCampbell Barton
2009-12-31Macro registration using the normal rna registration methods (like operators).Martin Poirier
2009-12-24* register operators like other classesCampbell Barton
2009-12-24support for registering operators using the same internal rna api as panels, ...Campbell Barton
2009-12-05Support for the C Macro system in Python.Martin Poirier
2009-11-24avoid operator type lookups when its knownCampbell Barton
2009-11-23fixed some error reporting issues with calling operatorsCampbell Barton
2009-11-13F8 reload works again, script errors are printed but dont stop loading every ...Campbell Barton
2009-11-11Nodes Editor + other warning fixes:Joshua Leung
2009-10-29Python can now run operators with their own context (data context).Campbell Barton
2009-10-08menus are now global (like operators), so for eg, the info add menu and the 3...Campbell Barton
2009-09-22Changes to allow python to do redraws through the timer operator, a reliable ...Campbell Barton
2009-09-182.5: Python operators now have a working poll() function,Brecht Van Lommel
2009-09-16Operator cheat sheet (from the help menu)Campbell Barton
2009-09-14Bugfix with py operator api and modal operators. Modal operators would keep a...Martin Poirier
2009-09-04allow execution mode to be given as an argument to operators from python (req...Campbell Barton
2009-08-10remove python2.x supportCampbell Barton
2009-07-30Operator Copy/PasteCampbell Barton
2009-07-26misc py/rna changesCampbell Barton
2009-07-19Python operatorsCampbell Barton
2009-07-13calling operators from python was raising an error without returning an error...Campbell Barton
2009-07-092.5: Mesh and Various FixesBrecht Van Lommel
2009-06-05PyRNACampbell Barton
2009-05-25Store the context for python in a static variable with assessor functions - B...Campbell Barton
2009-04-19RNA: Generic Type RegistrationBrecht Van Lommel
2009-04-16merged pyrna_py_to_param and pyrna_py_to_prop since they are almost the sameCampbell Barton
2009-04-11Changed the script UI registration to import rather then run each python script,Campbell Barton
2009-04-01Python Panels WIPCampbell Barton
2009-03-21get rid of warnings, fix for a refcount errorCampbell Barton
2009-03-21- lazy subtype initialization rna, was initializing every type in bpy.types a...Campbell Barton
2009-03-19* removed warnings and fixed some python refcount errorsCampbell Barton
2009-03-162.5 PyAPICampbell Barton
2009-03-152.5Andrea Weikert
2009-03-14return operators as a PyCFunction rather then having our own callable operato...Campbell Barton
2009-03-11WIP PyAPI from winter camp discussions, make subtypes of the base RNA python ...Campbell Barton
2009-03-05small commit to allow bpy_operator.c to compile in msvcShaul Kedem
2009-03-05Make RNA an Operator dir() work in py 2.5 - 3.0Campbell Barton