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-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
2008-10-18patch [#17856] Correction on docs for Ipo module. from Lucas Vella (lvella) +...Campbell Barton
2008-10-15cleanup epydoc errorsCampbell Barton
2008-10-12hard limit in for bpy material was wrongCampbell Barton
2008-10-12correction to epydocCampbell Barton
2008-10-12in rare cases the screen cant be found for BPy's file/image selectorCampbell Barton
2008-10-11Quick PyAPI patch:Joshua Leung
2008-10-10== Python ==Willian Padovani Germano
2008-10-08Python APIKen Hughes
2008-10-06fix for own bugs in curves.Campbell Barton
2008-10-05Python APIKen Hughes
2008-10-03Blender works with python 2.6, our own import functions that replace pythons ...Campbell Barton
2008-10-02missing ; in last commitCampbell Barton
2008-10-02blender would crash if the "sys" module didnt import, now just give a warning...Campbell Barton