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-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
2008-12-242.5Ton Roosendaal
2008-12-242.5 / SConsNathan Letwory
2008-12-21Adding back python 3.0 calls, they didn't build with py2.x because I missed i...Campbell Barton
2008-12-212.5Ton Roosendaal
2008-12-212.5 - Compiling 'hacks' for pyJoshua Leung
2008-12-21wip operator py-apiCampbell Barton
2008-12-19string args were given in wrong order.Campbell Barton
2008-12-19epy doc generator that runs inside blender2.5, in background mode.Campbell Barton
2008-12-16Added "bpydoc" to the global namespace of python scripts, making documentatio...Campbell Barton
2008-12-12started whiping cmake into shape for 2.5 still need to figure outKent Mein
2008-12-02Made PyRNA props iterable, so you can do things like...Campbell Barton
2008-12-02Added RNA functions from PyRNACampbell Barton
2008-12-02mingw was giving errors...Campbell Barton
2008-12-02* after discussion with cambo on IRC, change the #ifndef's to #undefs instead:Nathan Letwory
2008-12-02* make sure there are no redefinitions (I'm using py2.5 and ie PyUnicode_Chec...Nathan Letwory
2008-12-01PyRNA structs and properties can now be subtyped to add functionality in python.Campbell Barton
2008-11-30PyRNA epydoc style docstrings.Campbell Barton
2008-11-30PyRNACampbell Barton
2008-11-30mistake in comparing pointers. (causing memfree prints)Campbell Barton
2008-11-29PyRNA - can write variables now (float, int, bool, enums, strings - but not p...Campbell Barton
2008-11-29* Fix Makefiles to compile python.Brecht Van Lommel
2008-11-29Python RNA APICampbell Barton
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-11-08* typo fixNathan Letwory
2008-11-08=== BPy API ===Nathan Letwory
2008-11-07[#17958] Windows path fix for image_edit.py script.Campbell Barton