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-03-14return operators as a PyCFunction rather then having our own callable operato...Campbell Barton
2009-03-132.5: UI Layout Engine, initial code.Brecht Van Lommel
2009-03-132.5 Python apiCampbell Barton
2009-03-11WIP PyAPI from winter camp discussions, make subtypes of the base RNA python ...Campbell Barton
2009-03-08compiler fix part 1Joseph Eagar
2009-03-07added python api function to register an operator into a keymapCampbell Barton
2009-03-05small commit to allow bpy_operator.c to compile in msvcShaul Kedem
2009-03-05PyRNA API: some RNA types were crashing on looping, also return None rather t...Campbell Barton
2009-03-05Make RNA an Operator dir() work in py 2.5 - 3.0Campbell Barton
2009-03-052.5 / PyRNANathan Letwory
2009-03-04run script in the text editor is back. UI scripts dont work yet.Campbell Barton
2009-03-02* errors in bpyui draw scripts were segfaultingCampbell Barton
2009-02-282.5 \ Python APINathan Letwory
2009-02-28Python experimental UI APICampbell Barton
2009-02-27Restore the #if around the ui_module declaration, this made compiled failDiego Borghetti
2009-02-27added defAutoButR() and blockSetFlag() and some flags for the experimental py...Campbell Barton
2009-02-26update to build with python 3.0.1 which removed Py_InitModule3, added richcom...Campbell Barton
2009-02-16WIP, low level python UI functions, so far tested popup menu to work with bpy...Campbell Barton
2009-02-162.5Joshua Leung
2009-02-12* Added description string to operator types, should be set along with ot->id...Campbell Barton
2009-02-02RNA: C APIBrecht Van Lommel
2009-01-29include Py_CmpToRich for python versions lower then 3Campbell Barton
2009-01-29python3 couldn't generate epydocs because python3 needs richcompare functions...Campbell Barton
2009-01-232.5: multiple small fixesBrecht Van Lommel
2009-01-21basic transform for sequencer stripsCampbell Barton
2009-01-18Changes to functions from blender/windowmanager/intern/wm_event_system.cCampbell Barton
2009-01-11RNABrecht Van Lommel
2009-01-102.5Ton Roosendaal
2009-01-09added rna property "parent" so nested RNA structs can access their parent RNA...Campbell Barton
2009-01-08RNA: fix crash in python code, forgot to update this part in a previous commit.Brecht Van Lommel
2009-01-052.5Ton Roosendaal
2009-01-042.5 / CleanupNathan Letwory
2009-01-02python support for reporting with operators.Campbell Barton
2009-01-01RNABrecht Van Lommel
2008-12-31Added some more directory includes for CMake.Nicholas Bishop
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-28include order is important here :/Campbell Barton
2008-12-28missing bpy_compat.h for <3.0 pyCampbell 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-27run python when starting blender like 2.4x does (was start/stopping python fo...Campbell Barton
2008-12-26* Added bSound to rna (still need to do bSample and bSoundListener structs)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