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-06-07added item_enumO() so python menu items can call enum types with string args.Campbell Barton
2009-06-07RNA:Brecht Van Lommel
2009-06-05PyRNACampbell Barton
2009-05-28Needed to cast to a PyObject*Campbell Barton
2009-05-28rna_define.c, RNA_def_struct - set the py_type to NULL when making an rna str...Campbell Barton
2009-05-26minor ref-counting changes, means new subclasses will get the correct ref cou...Campbell Barton
2009-05-25Store the context for python in a static variable with assessor functions - B...Campbell Barton
2009-05-20RNA: ID properties were not being shown as RNA properties anymore, fixed.Brecht Van Lommel
2009-05-20fix for crash drawing the UI, normally this would cause a memory leak but for...Campbell Barton
2009-04-23- fix for python refcounting crashes, remember PyDict_GetItem and PyDict_GetI...Campbell Barton
2009-04-23Small changesCampbell Barton
2009-04-20changed some {} to {0}, these were causing errors on msvc. also got rid of s...Joseph Eagar
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-11Added back importing UI scripts rather then running,Campbell Barton
2009-04-11Python ApiCampbell Barton
2009-04-11Changed the script UI registration to import rather then run each python script,Campbell Barton
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-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-01Python Panels WIPCampbell Barton
2009-03-29- python api was returning incorrect int values from rna because it was using...Campbell Barton
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.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-162.5 PyAPICampbell Barton
2009-03-14return operators as a PyCFunction rather then having our own callable operato...Campbell Barton
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-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-02-26update to build with python 3.0.1 which removed Py_InitModule3, added richcom...Campbell Barton
2009-02-02RNA: C APIBrecht Van Lommel
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-08RNA: fix crash in python code, forgot to update this part in a previous commit.Brecht Van Lommel
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-27python operators (in bpy_opwrapper.*)Campbell Barton
2008-12-26removed ED_ prefix from script operator.Campbell Barton
2008-12-25* PyOperators now parse args using the PyRNA api (wraps ID props internally), Campbell Barton
2008-12-16Added "bpydoc" to the global namespace of python scripts, making documentatio...Campbell Barton