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
2009-09-15Undo revision 23130 which was a merge with 2.5, a messy one because I did som...soc-2009-kazanbasArystanbek Dyussenov
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
2008-12-302.5Nathan Letwory
2008-12-29* was using __members__ to get a list of attributes, has been deprecated in p...Campbell Barton
2008-12-29added RNA access to operators pointers to be documented with epy_doc_gen.py.Campbell Barton
2008-12-28minor changes and error checking.Campbell Barton
2008-12-28PyOperator invoke function now receives the wmEvent and default properties as...Campbell Barton
2008-12-27* converting operator props to strings was using a float as in int.Campbell Barton
2008-12-27python operators (in bpy_opwrapper.*)Campbell Barton
2008-12-26removed ED_ prefix from script operator.Campbell Barton
2008-12-262.5Ton Roosendaal
2008-12-25* temporary PKey in the script and 3D view runs "./test.py" (for testing PyOp...Campbell Barton
2008-12-25* PyOperators now parse args using the PyRNA api (wraps ID props internally), Campbell Barton
2008-12-242.5Ton Roosendaal
2008-12-21wip operator py-apiCampbell Barton