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-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
2009-02-26update to build with python 3.0.1 which removed Py_InitModule3, added richcom...Campbell Barton
2009-01-29python3 couldn't generate epydocs because python3 needs richcompare functions...Campbell Barton
2009-01-18Changes to functions from blender/windowmanager/intern/wm_event_system.cCampbell Barton
2009-01-08RNA: fix crash in python code, forgot to update this part in a previous commit.Brecht Van Lommel
2009-01-02python support for reporting with operators.Campbell Barton
2009-01-01RNABrecht Van Lommel