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-12simple error in recent arithb.c commit, have Mathutils.RotationMatrix use Axi...Campbell Barton
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-182.5: RNA, defining enums, pointers and collections properties is nowBrecht Van Lommel
2009-08-17rna reference doc generationCampbell Barton
2009-08-16rna function return values in generated docs,Campbell Barton
2009-08-16own mistake, __rna__ wasnt causing circular references. python can handle thi...Campbell Barton
2009-08-16- typos in boxpack comments (incorrectly had comment that it was from NAN)Campbell Barton
2009-08-16missing args for rna funciton. comment on rna leak with type registering that...Campbell Barton
2009-08-152.5: warning fixesBrecht Van Lommel
2009-08-15Compile fix.Thomas Dinges
2009-08-15changes to help refcounts in rna be more predictable (still leaks when reload...Campbell Barton
2009-08-15RNA Types were storing an instance of themself for class introspection and do...Campbell Barton
2009-08-14cmake changesCampbell Barton
2009-08-14some fixes for netbsd with cmakeCampbell Barton
2009-08-14- registering new python classes runs the free functions on existing classes.Campbell Barton
2009-08-11- missing a decref for new pytypesCampbell Barton
2009-08-11user interface units, off by default.Campbell Barton
2009-08-11fixed mistake made when changing rna prop definition functions, made povray c...Campbell Barton
2009-08-11RNA: subtypes and unitsBrecht Van Lommel
2009-08-102.5 audio cleanup:Joerg Mueller
2009-08-10missing include for fluidCampbell Barton
2009-08-10adding back button evaluation so you can do 1/60, 90*0.1 etc as well as dimen...Campbell Barton
2009-08-10fix for build problem with audiospace and implicit declaration.Campbell Barton
2009-08-10Wrap message with " as the ' was giving issues.Guillermo S. Romero
2009-08-10remove python2.x supportCampbell Barton