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-07-25deprecate multiplication orders:Campbell Barton
2011-07-21revert recent matrix multiplication patch:Campbell Barton
2011-07-20patch [#28032] swapped matrix multiplication order, reverse it back, tested w...Campbell Barton
2011-07-20patch [#28032] Python Mathutils: Matrix Multiplication ErrorCampbell Barton
2011-07-18script to report deprecated functions of text and their age in days.Campbell Barton
2011-07-17'bgl' python module.Campbell Barton
2011-07-17cmake: cleanup include paths, some duplicates and going up some unneeded dirs.Campbell Barton
2011-07-17cmake source definitions:Campbell Barton
2011-07-15fix for linking on mingw/scons with recent changes to mathutilsCampbell Barton
2011-07-15move mathutils into its own lib.Campbell Barton
2011-07-14many mathutils exception types were wrong, went over all exceptions in mathut...Campbell Barton
2011-07-14Shuffle code so it compiles with MSVC too. (Array of unknown size otherwise).Nathan Letwory
2011-07-14formatting changes for python mathutils module.Campbell Barton
2011-07-14rename bgl.Buffer attribute list to a method, to_list() as used for IDProps, ...Campbell Barton
2011-07-14minor changes to bgl.Buffer py classCampbell Barton
2011-07-10run WM_exit(C) when blender as a python module exitsCampbell Barton
2011-07-09fix for NULL pointer usagesCampbell Barton
2011-07-09fix [#27683] Blender hangs when baking a particle system when a driver is pre...Campbell Barton
2011-07-04fix for own error in intersect_line_sphere_2d(), using 3d function on 2d vectorsCampbell Barton
2011-07-03fix for building WITH_PYTHON_MODULECampbell Barton
2011-06-27Minor warning cleanup & fixCampbell Barton
2011-06-26more compact code for recent sphere/line intersection functions.Campbell Barton
2011-06-262d version of line/circle intersec function.Campbell Barton
2011-06-26renamed math functions and made publicCampbell Barton
2011-06-26math func to find the intersection(s) between a segment and a sphere for C/py...Campbell Barton
2011-06-25SVN maintenance.Guillermo S. Romero
2011-06-24own patch [#27752] Python Callback (Scriptlink functionality)Campbell Barton
2011-06-23cmake option to build without an audio library.Campbell Barton
2011-06-21pep8 complianceCampbell Barton
2011-06-21update cmake checker to ignore file list and add some headers to the source l...Campbell Barton
2011-06-21py api: make all classes __init__ functions in a readonly state, except for o...Campbell Barton
2011-06-21fix for error in swizzle assignment leaving an unhandled exception.Campbell Barton
2011-06-19SVN maintenance.Guillermo S. Romero
2011-06-18py-api: store frequently used strings as unicode PyObject's to avoid creating...Campbell Barton
2011-06-17fix for memory leak converting an idproperty group into a dictCampbell Barton
2011-06-17IDProperty python module updateCampbell Barton
2011-06-17ulti line formatting for PyErr_Format calls (no functional change)Campbell Barton
2011-06-17fix [#27681] Python: crash assigning a 'set' to an arrayCampbell Barton
2011-06-07disable the readonly state while rna property callbacks run.Campbell Barton
2011-06-07rna option not to save certain properties for redoing later, currently only u...Campbell Barton
2011-06-07update ctest md5sums for import/export to match changes to the scripts, also ...Campbell Barton
2011-06-06Support for update callbacks in python defined RNA properties as discussed la...Campbell Barton
2011-06-05panel headers were not scaling with DPI properlyCampbell Barton
2011-06-05py/drivers disable dont interning strings, no need really since this isnt don...Campbell Barton
2011-06-03disable python/string enum duplication from last commit because the array of ...Campbell Barton
2011-06-03when making the C/RNA copy of the python enum, duplicate all strings since th...Campbell Barton
2011-06-03pre-allocate the array when converting py/rna enums, also fix for memory leak...Campbell Barton
2011-06-02committed this by mistake.Campbell Barton
2011-06-02mathutils support for color arithmetic, also some minor whitespace edits. Campbell Barton
2011-05-31cmake maintenanceCampbell Barton