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-04-11Added back importing UI scripts rather then running,Campbell Barton
2009-04-11Python ApiCampbell Barton
2009-04-11undo previous commit, changing running the script to importing it somehow mad...Campbell Barton
2009-04-11Changed the script UI registration to import rather then run each python script,Campbell Barton
2009-04-11UI:Brecht Van Lommel
2009-04-11RNA: python support for REQUIRED flag for function parameters.Brecht Van Lommel
2009-04-09talked to vekoon and he's ok about using pythons CFunction rather then our ow...Campbell Barton
2009-04-09Added rna functions so they get included in a dir(rna_struct) from python.Campbell Barton
2009-04-09Experimental removal of pyrna_func_Type (ifdef'd out)Campbell Barton
2009-04-082.5:Brecht Van Lommel
2009-04-07py <2.5 dont have lenfuncCampbell Barton
2009-04-07RNA: fix for compile error on msvc, and a warning fix.Brecht Van Lommel
2009-04-07RNA: Commit of the API patch by vekoon. This adds Functions to RNA,Brecht Van Lommel
2009-04-02UI: various panels fixes.Brecht Van Lommel
2009-04-02forgot to add bpy_panel_wrap.cCampbell Barton
2009-04-012.5: Temporary compile fix. Campbell, bpy_panel_wrap.c seems to be missing.Brecht Van Lommel
2009-04-01Python Panels WIPCampbell Barton
2009-03-29missed PyLong_FromSize_t -> PyLong_FromSsize_t in bpy_ui.cCampbell Barton
2009-03-29- python api was returning incorrect int values from rna because it was using...Campbell Barton
2009-03-262.5: Remove OOPS code from the outliner space, as discussedBrecht Van Lommel
2009-03-23Python:Brecht Van Lommel
2009-03-23PythonBrecht Van Lommel
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-202.5Ton Roosendaal
2009-03-202.5 compiles again with scons. Commented out some lines referring to code in ...Joshua Leung
2009-03-19ContextBrecht Van Lommel
2009-03-19* removed warnings and fixed some python refcount errorsCampbell Barton
2009-03-182.50: some warning fixes.Brecht Van Lommel
2009-03-16failed building with python 2.5 and olderCampbell 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-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-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-12* Added description string to operator types, should be set along with ot->id...Campbell Barton