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-09-28remove warnings, print errors if bpy_ops.py or bpy_sys.py fail to importCampbell Barton
2009-09-28Added "scripts/modules" as permanent module search path.Campbell Barton
2009-09-28- removed 2.4x release/scriptsCampbell Barton
2009-09-22Manual merge of soc-2009-kazanbas branch:Arystanbek Dyussenov
2009-09-22Changes to allow python to do redraws through the timer operator, a reliable ...Campbell Barton
2009-09-21bugfix [#19392] Typing help() in the console window freezes BlenderCampbell Barton
2009-09-21Better unix filesystem integration as documented hereCampbell Barton
2009-09-182.5: Python operators now have a working poll() function,Brecht Van Lommel
2009-09-17rna function api was overwriting useful errors with keyword errors.Campbell Barton
2009-09-17bugfix for LineIntersectLine()Remigiusz Fiedler
2009-09-16RNABrecht Van Lommel
2009-09-16Operator cheat sheet (from the help menu)Campbell Barton
2009-09-15Undo revision 23130 which was a merge with 2.5, a messy one because I did som...soc-2009-kazanbasArystanbek Dyussenov
2009-09-15- opening the file selector was freeing a NULL pointerCampbell Barton
2009-09-15- new property attribute - default_array, which returns a variable size array...Campbell Barton
2009-09-14fix warningCampbell Barton
2009-09-14Bugfix with py operator api and modal operators. Modal operators would keep a...Martin Poirier
2009-09-14Reverted Mesh.verts from dynamic array since it breaks foreach_set used by im...Arystanbek Dyussenov
2009-09-13use Py_SetPythonHome rather then setting environment vars PYTHONHOME and PYTH...Campbell Barton
2009-09-12simple error in recent arithb.c commit, have Mathutils.RotationMatrix use Axi...Campbell Barton
2009-09-11Merge with -r 22620:23107.Arystanbek Dyussenov
2009-09-112.5: fix for merge, forward_diff_bezier needed to be updated.Brecht Van Lommel
2009-09-09RNA: multidimensional & dyanmic array changesBrecht Van Lommel
2009-09-08Fix row/column order in matrix printout function.Benoit Bolsee
2009-09-08manual merge trunk -r 23037Dalai Felinto
2009-09-08Fix bug in Mathutil with matrix/matrix and matrix/vector multiplication order.Benoit Bolsee
2009-09-06Mathutils fix: Vector.reflectDalai Felinto
2009-09-06Python part of multidim. array support for RNA complete.Arystanbek Dyussenov
2009-09-06* cleaning up warnings (mostly windows). A collection of other warning fixes ...Nathan Letwory
2009-09-06white space commit. (2 spaces -> tab).Campbell Barton
2009-09-06remove MTC_ functions, (don't merge)Campbell Barton
2009-09-05== SCons ==Nathan Letwory
2009-09-05* fix linking order.Nathan Letwory
2009-09-04== SCons ==Nathan Letwory
2009-09-04== SCons ==Nathan Letwory
2009-09-04- rna documentation layout now matches blenders internal layout, autogenerate...Campbell Barton
2009-09-04allow execution mode to be given as an argument to operators from python (req...Campbell Barton
2009-09-03Missing header include for non-linux OS "BLI_exist()"Daniel Genrich
2009-09-03remove Py_CmpToRich (copy of py3.0 function), instead only support == and != ...Campbell Barton
2009-08-31corrections to epydocsCampbell Barton
2009-08-30bugfix: on windows, it wouldn't correctly recognize directories and import py...Martin Poirier
2009-08-27- BGE crash fix when casting a ray to the same location as the object from py...Campbell Barton
2009-08-26- Mathutils.Vector assignment wasnt working in the BGE's py api, was using ge...Campbell Barton
2009-08-25Implemented dynamic and multidimensional array support in RNA.Arystanbek Dyussenov
2009-08-24[#18936] Particle Related PatchCampbell Barton
2009-08-222.5: Python subclasses can now define RNA properties by makingBrecht Van Lommel
2009-08-22bpy's __rna__ attribute doesnt work as it should, since the parent classes __...Campbell Barton
2009-08-19Various fixes in rna_*_api.c files to remove compiler warnings.Arystanbek Dyussenov
2009-08-19Merge with 2.5 -r 22173:22620.Arystanbek Dyussenov
2009-08-182.5: RNA, defining enums, pointers and collections properties is nowBrecht Van Lommel