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
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
2008-11-02Bugfix #17942Ton Roosendaal
2008-11-01fix a bug in matrix.invert() for 2x2 matricesRemigiusz Fiedler
2008-10-30* Build aborts when giving options on command-line when WITH_BF_DOCS=TrueNathan Letwory
2008-10-28bpy access to image premul was missing.Campbell Barton
2008-10-28Python APIKen Hughes
2008-10-27face transp option CLIP wasnt added to the py api.Campbell Barton
2008-10-26fix for [#17895] Python-generated Curves can't be beveledCampbell Barton
2008-10-22* Minor cleanup of SCons filesNathan Letwory
2008-10-22added an option for python Draw.UIBlock(func, mouse_exit) so moving the mouse...Campbell Barton
2008-10-22make sure BPY_Err_Handle clears python errors, even if the exception cant be ...Campbell Barton
2008-10-22fix for [#17878] Scripts operating on blender objects don't clear memory afte...Campbell Barton
2008-10-21* improvement for CSizeofNathan Letwory
2008-10-21* Add some missing docu for Blender.TypesNathan Letwory
2008-10-20=== Blender Python API ===Nathan Letwory
2008-10-20=== Blender Python API ===Nathan Letwory
2008-10-20forgot to add removeRenderLayer() documentationNathan Letwory
2008-10-20=== SCons ===Nathan Letwory
2008-10-20=== Blender Python API ===Nathan Letwory
2008-10-19* small code change from Split to env.Glob()Nathan Letwory
2008-10-19=== BPy API ===Nathan Letwory