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
2010-11-17- move cmake file for python.Campbell Barton
2010-11-14fix for own recent error, [#24695] column_vector_multiplication call writes p...Campbell Barton
2010-11-12fix for vec * matrix always returning a 3D vector.Campbell Barton
2010-11-12bugfix [#24665] mathutils.Matrix initialization is counter-intuitive and gene...Campbell Barton
2010-11-12bugfix [#24660] (vector * matrix) fails, (matrix * vector) succeedsCampbell Barton
2010-11-11BLF_draw functions take an extra length argument, so the console drawing doen...Campbell Barton
2010-10-31own recent commit broke this python import:Campbell Barton
2010-10-30use PyImport_ExtendInittab for py module initialization rather then adding to...Campbell Barton
2010-10-27Convenience defines SEP and ALTSEP (python has these), move BLI_*_slash funct...Campbell Barton
2010-10-27workaround for python bug [#24400] If Script is executed with TEXT Editor, it...Campbell Barton
2010-10-26move matrix decomposition out of object.c into BLI_math_matrix function: mat4...Campbell Barton
2010-10-26move geometry python module into mathutils.geometry, since it provides utilit...Campbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-20fix for -Wunused-valueCampbell Barton
2010-10-18bugfix [#24306] Python : relative import errorCampbell Barton
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-14UNUSED() macro so -Wunused-parameter can be used with GCC without so many war...Campbell Barton
2010-10-04typo in function prefix.Campbell Barton
2010-10-04bugfix [#24087] Blender can not install add-ons unless running with root priv...Campbell Barton
2010-09-29moved mathutils Euler.rotate(angle, axis) --> Euler.rotate_axis(axis, angle)Campbell Barton
2010-09-29patch from Dan Eicher with some edirts.Campbell Barton
2010-09-19python/c utility function for debugging, see http://wiki.blender.org/index.ph...Campbell Barton
2010-09-18* Update BGE for change in r32001Nathan Letwory
2010-09-18move namespace creation function into py_capi_utils.c, to be used in more gen...Campbell Barton
2010-09-01SVN maintenance.Guillermo S. Romero
2010-09-01bugfix [#23285] Exporters not available whel using special characters in path...Campbell Barton
2010-08-30bugfix [#23586] Euler.rotate() method is brokenCampbell Barton
2010-08-30bugfix [#23197] Python can't handle German umlaut characters in stringsCampbell Barton
2010-08-24make quicky wrapper for cmake.Campbell Barton
2010-08-24rename some cmake build targetsCampbell Barton
2010-08-24bugfix [#23454] vector*matrix not the same as vector*=matrixCampbell Barton
2010-08-16Py API (GSoC): Second merging commitJoerg Mueller
2010-08-14- PyLineSpit() - used to print the filename and line number for internal erro...Campbell Barton
2010-08-11mathutils module methods only contained matrix constructors, move these to ma...Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-08== docs ==Luca Bonavita
2010-08-05bugfix [#23148] "ImportError: __import__ not found" on changing Render FPSCampbell Barton
2010-08-02python mathutils changeCampbell Barton
2010-07-26bugfix [#22836] Alt+MMB view alignment don't respect all axes directionsCampbell Barton
2010-07-25py api mathutils.Quaternion()Campbell Barton
2010-07-23[#22488] Reloading scripts causes crashCampbell Barton
2010-07-20- correct some spelling errors.Campbell Barton
2010-07-20noise python module back from 2.4x, personal request from ant author Jimmy HazeCampbell Barton
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-15change some references to .B.blend, .Blog to new namesCampbell Barton
2010-07-03better reporting for file i/o failier, use system error message in more place...Campbell Barton
2010-06-23Fix #21369: normals on extruded text and curve objects were flippedBrecht Van Lommel
2010-06-23mathutils.RotationMatrixMartin Poirier
2010-06-14bugfix [#21748] KX_Object scaling property not "writing" vector access .:. e....Campbell Barton