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
2011-02-25remove warning left in by mistake and comment unused function.Campbell Barton
2011-02-24revert part of own commit r35117 which modified mathutils initialization func...Campbell Barton
2011-02-24support pythons cyclic garbage collector for mathutils types.Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-22last commit used py3.2 function, inline for py3.1Campbell Barton
2011-02-22pyapi, use direct access to the frame rather then python attributes.Campbell Barton
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-21doxygen: entry for gpu, modifiers, nodes, python and renderNathan Letwory
2011-02-18py api was raising SystemError exception incorrectly, this is intended for in...Campbell Barton
2011-02-16fix [#26098] python API: quaternion.rotate never seems to work.Campbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-14SVN maintenance.Guillermo S. Romero
2011-02-14python api renaming and added headers for some files which didnt have one, no...Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-02-09use static functions rather then defines for internal matrix__apply_to_copy()...Campbell Barton
2011-02-08fix [#25975] Quaternion/Vector.negated() isn't availableCampbell Barton
2011-02-08fix own error in recent commit [#25970] cannot create scale matrix after math...Campbell Barton
2011-02-06mathutils.Matrix.Scale(factor, size, axis)Campbell Barton
2011-02-06- cmake was missing an inclide (IDE's wouldnt index)Campbell Barton
2011-02-05mathutils fixes noticed when refactoring.Campbell Barton
2011-02-05mathutils rotate functions for Euler/Quaternion/Matrix/Vector types.Campbell Barton
2011-02-05Rename python mathutils functions and split in-place methods from those that ...Campbell Barton
2011-02-04swap Matrix.Shear(...) arguments so matrix size is the second argument, match...Campbell Barton
2011-02-04mathutils.Matrix.OrthoProjection(plane, size, axis), merged axis and plane ar...Campbell Barton
2011-02-04small mathutils changes.Campbell Barton
2011-02-04PyAPI: coerce mathutils values. (vectors, quats, eulers) as proposed here:Campbell Barton
2011-02-01correct fix for bug #23871, __main__ module was being overwritten in nested f...Campbell Barton
2011-02-01Pythons path functions - os.walk(). os.path.exists(). etc support bytes for p...Campbell Barton
2011-01-30remove nan-makefilesCampbell Barton
2011-01-25small internal cleanup, have matrix.scale_part() use same method to extract t...Campbell Barton
2011-01-25use cmake defined names for jpeg, png, zlib and python libs, building on *nix...Campbell Barton
2011-01-23bugfix + minor mathutils.Vector edits.Campbell Barton
2011-01-21change mathutils.Matrix.Shear() for 3x3 or 4x4 matricesCampbell Barton
2011-01-21correct spellingCampbell Barton
2011-01-21[#25732] Incorrect shear matrix in XY planeCampbell Barton
2011-01-19support building with python3.2Campbell Barton
2011-01-18bgl.Buffer()Campbell Barton
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-16detect mathutils types with mathutils_array_parse(), was using PySequence_Fas...Campbell Barton
2011-01-15remove/comment unused defines.Campbell Barton
2011-01-14misc python api improvementsCampbell Barton
2011-01-11py/mathutils fix for eternal loop with Matrix.Rotation().Campbell Barton
2011-01-09rename BKE_assert() --> BLI_assert().Campbell Barton
2011-01-09use PySequence_Size() rather then PySequence_Length(), this is only kept in p...Campbell Barton
2011-01-09mathutils matrix initialization now matches other mathutils types.Campbell Barton
2011-01-09use PySequence_Fast for matrix slice assignment to speed up assignment.Campbell Barton
2011-01-09py matrix api Campbell Barton
2011-01-09cleanup for mathutils multiplication functions, a little faster in some cases...Campbell Barton