2009-05-26 |
Campbell Barton | minor ref-counting changes, means new subclasses will... |
blob | commitdiff | raw |
2009-05-25 |
Campbell Barton | Store the context for python in a static variable with... |
blob | commitdiff | raw | diff to current |
2009-05-20 |
Brecht Van Lommel | RNA: ID properties were not being shown as RNA properti... |
blob | commitdiff | raw | diff to current |
2009-05-20 |
Campbell Barton | fix for crash drawing the UI, normally this would cause... |
blob | commitdiff | raw | diff to current |
2009-04-23 |
Campbell Barton | - fix for python refcounting crashes, remember PyDict_G... |
blob | commitdiff | raw | diff to current |
2009-04-23 |
Campbell Barton | Small changes |
blob | commitdiff | raw | diff to current |
2009-04-20 |
Brecht Van Lommel | 2.50: svn merge https://svn.blender.org/svnroot/bf... |
blob | commitdiff | raw | diff to current |
2009-04-19 |
Joseph Eagar | changed some {} to {0}, these were causing errors on... |
blob | commitdiff | raw | diff to current |
2009-04-19 |
Brecht Van Lommel | RNA: Generic Type Registration |
blob | commitdiff | raw | diff to current |
2009-04-16 |
Campbell Barton | merged pyrna_py_to_param and pyrna_py_to_prop since... |
blob | commitdiff | raw | diff to current |
2009-04-11 |
Campbell Barton | Added back importing UI scripts rather then running, |
blob | commitdiff | raw | diff to current |
2009-04-11 |
Campbell Barton | Python Api |
blob | commitdiff | raw | diff to current |
2009-04-11 |
Campbell Barton | Changed the script UI registration to import rather... |
blob | commitdiff | raw | diff to current |
2009-04-11 |
Brecht Van Lommel | RNA: python support for REQUIRED flag for function... |
blob | commitdiff | raw | diff to current |
2009-04-09 |
Campbell Barton | talked to vekoon and he's ok about using pythons CFunct... |
blob | commitdiff | raw | diff to current |
2009-04-09 |
Campbell Barton | Added rna functions so they get included in a dir(rna_s... |
blob | commitdiff | raw | diff to current |
2009-04-09 |
Campbell Barton | Experimental removal of pyrna_func_Type (ifdef'd out) |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Brecht Van Lommel | RNA: fix for compile error on msvc, and a warning fix. |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Brecht Van Lommel | RNA: Commit of the API patch by vekoon. This adds Funct... |
blob | commitdiff | raw | diff to current |
2009-04-01 |
Campbell Barton | Python Panels WIP |
blob | commitdiff | raw | diff to current |
2009-03-29 |
Campbell Barton | - python api was returning incorrect int values from... |
blob | commitdiff | raw | diff to current |
2009-03-23 |
Brecht Van Lommel | Python |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Campbell Barton | get rid of warnings, fix for a refcount error |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Campbell Barton | - lazy subtype initialization rna, was initializing... |
blob | commitdiff | raw | diff to current |
2009-03-20 |
Joshua Leung | 2.5 compiles again with scons. Commented out some lines... |
blob | commitdiff | raw | diff to current |
2009-03-19 |
Brecht Van Lommel | Context |
blob | commitdiff | raw | diff to current |
2009-03-18 |
Campbell Barton | * removed warnings and fixed some python refcount errors |
blob | commitdiff | raw | diff to current |
2009-03-17 |
Brecht Van Lommel | 2.50: svn merge https://svn.blender.org/svnroot/bf... |
blob | commitdiff | raw | diff to current |
2009-03-16 |
Campbell Barton | 2.5 PyAPI |
blob | commitdiff | raw | diff to current |
2009-03-14 |
Campbell Barton | return operators as a PyCFunction rather then having... |
blob | commitdiff | raw | diff to current |
2009-03-13 |
Campbell Barton | 2.5 Python api |
blob | commitdiff | raw | diff to current |
2009-03-11 |
Campbell Barton | WIP PyAPI from winter camp discussions, make subtypes... |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Campbell Barton | added python api function to register an operator into... |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Campbell Barton | PyRNA API: some RNA types were crashing on looping... |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Campbell Barton | Make RNA an Operator dir() work in py 2.5 - 3.0 |
blob | commitdiff | raw | diff to current |
2009-03-05 |
Nathan Letwory | 2.5 / PyRNA |
blob | commitdiff | raw | diff to current |
2009-02-26 |
Campbell Barton | update to build with python 3.0.1 which removed Py_Init... |
blob | commitdiff | raw | diff to current |
2009-02-02 |
Brecht Van Lommel | RNA: C API |
blob | commitdiff | raw | diff to current |
2009-01-29 |
Campbell Barton | python3 couldn't generate epydocs because python3 needs... |
blob | commitdiff | raw | diff to current |
2009-01-26 |
Brecht Van Lommel | 2.50: svn merge https://svn.blender.org/svnroot/bf... |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Brecht Van Lommel | 2.5: multiple small fixes |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Brecht Van Lommel | RNA: fix crash in python code, forgot to update this... |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Campbell Barton | * was using __members__ to get a list of attributes... |
blob | commitdiff | raw | diff to current |
2008-12-29 |
Campbell Barton | added RNA access to operators pointers to be documented... |
blob | commitdiff | raw | diff to current |
2008-12-27 |
Campbell Barton | python operators (in bpy_opwrapper.*) |
blob | commitdiff | raw | diff to current |
2008-12-26 |
Campbell Barton | removed ED_ prefix from script operator. |
blob | commitdiff | raw | diff to current |
2008-12-25 |
Campbell Barton | * PyOperators now parse args using the PyRNA api (wraps... |
blob | commitdiff | raw | diff to current |
2008-12-16 |
Campbell Barton | Added "bpydoc" to the global namespace of python script... |
blob | commitdiff | raw | diff to current |
2008-12-14 |
Brecht Van Lommel | 2.50: svn merge https://svn.blender.org/svnroot/bf... |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Campbell Barton | Made PyRNA props iterable, so you can do things like... |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Campbell Barton | Added RNA functions from PyRNA |
blob | commitdiff | raw | diff to current |
2008-12-02 |
Campbell Barton | mingw was giving errors... |
blob | commitdiff | raw | diff to current |
2008-12-01 |
Nathan Letwory | * make sure there are no redefinitions (I'm using py2... |
blob | commitdiff | raw | diff to current |
2008-12-01 |
Campbell Barton | PyRNA structs and properties can now be subtyped to... |
blob | commitdiff | raw | diff to current |
2008-11-30 |
Campbell Barton | PyRNA epydoc style docstrings. |
blob | commitdiff | raw | diff to current |
2008-11-30 |
Campbell Barton | PyRNA |
blob | commitdiff | raw | diff to current |
2008-11-30 |
Campbell Barton | mistake in comparing pointers. (causing memfree prints) |
blob | commitdiff | raw | diff to current |
2008-11-29 |
Campbell Barton | PyRNA - can write variables now (float, int, bool,... |
blob | commitdiff | raw | diff to current |
2008-11-29 |
Campbell Barton | Python RNA API |
blob | commitdiff | raw | diff to current |
|