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
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-11use ValueError when vector/matrix multiplications sizes are not supported, wa...Campbell Barton
2012-02-08correct 2 sphinx warnings.Campbell Barton
2012-02-08Correct mathutils documentation, also correct some python spelling errors and...Campbell Barton
2012-02-05Code Cleanup: line length and use Py_ssize_t for PyC_AsArray utility function.Campbell Barton
2012-02-03Code Cleanup: check is / is not when comparing singletons.Campbell Barton
2012-02-02fix [#29666] Duplicate entries in bpy.typesCampbell Barton
2012-02-02Fix for possible memory leak on creation of a vector using Vector.Range.Andrew Hale
2012-02-01Fixes to Python matrices str function.Andrew Hale
2012-01-31apply back changes made since moving this file.Campbell Barton
2012-01-31svn cp \Campbell Barton
2012-01-31previous move lost history on this file, restoring next commit.Campbell Barton
2012-01-24Add the .Identity() classmethod to mathutils matrices. This allows the userAndrew Hale
2012-01-21formatting edits (<120 line length), remove invalid 'defaults' keyword arg fr...Campbell Barton
2012-01-18fix [#27589] Random crash with python UICampbell Barton
2012-01-17fix for segfault with bpy compiled as python module (dont register atexit)Campbell Barton
2012-01-16middle mouse jump scrolling for text window.Campbell Barton
2012-01-16Change function for nb_invert so that ~matrix returns the inverted matrix rat...Andrew Hale
2012-01-15note on compating RNA pointers and compare RNA types for RNA-Properties too.Campbell Barton
2012-01-13fix for error comparing py-struct membersCampbell Barton
2012-01-12remove redundant trailing slashesCampbell Barton
2012-01-11add RNA_property_is_set function, use for WM_menu_invoke to avoid double look...Campbell Barton
2012-01-11rename RNA_property_is_set() --> RNA_struct_property_is_set() in preperation ...Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2012-01-09Cycles: multi GPU rendering support.Brecht Van Lommel
2012-01-05add bpy collection method .find(key), so you can get the index of an item in ...Campbell Barton
2012-01-03fixes to mathutils from Andew HaleCampbell Barton
2012-01-02slice and iterator access for matrix.col/row so you can do...Campbell Barton
2011-12-30PyAPI - remove Matrix.row_size / col_size. these were rather awkwardly named,...Campbell Barton
2011-12-29py - fix for error which made enums not through errors when assigned non stri...Campbell Barton
2011-12-29add UNLIKELY / LIKELY util defines to help optimize iterators that are called...Campbell Barton
2011-12-28Scons/FFMPEG:Thomas Dinges
2011-12-28WIP loading bmesh in trunk, some conversion functions for this purpose.Campbell Barton
2011-12-28Add FFmpeg libraries versions to system-info.txtSergey Sharybin
2011-12-28for bpy.props, when 'name' argument is not initialized, vallback to the attri...Campbell Barton
2011-12-26formatting edits only to use more consisted styleCampbell Barton
2011-12-26formatting edits & minor correctionsCampbell Barton
2011-12-26fix for a bug in mathutils when a vector was accessing a matrix and the matri...Campbell Barton
2011-12-25use docstrings for mathutils getset's, also some formatting edits, no functio...Campbell Barton
2011-12-24picky formatting of mathutilsCampbell Barton
2011-12-24mathtils, convenience attributes added 'row' and 'col', this makes the row/co...Campbell Barton
2011-12-24fix for error with matrix access and negative indices with recent row/col swap.Campbell Barton
2011-12-24mathutils get/set function rename + minor changes to matrix functions (no fun...Campbell Barton
2011-12-24minor edits to cycles c/python moduleCampbell Barton
2011-12-24formatting edits 120 line lengthCampbell Barton
2011-12-23fix for own mistake [#29031] Importing BGL Can Crash the BGE and BlenderCampbell Barton
2011-12-22fix for matrix assignment with recent changes which broke for eg:Campbell Barton
2011-12-22patch [#29534] Change Matrix Representation and Access in Python to Conform w...Campbell Barton
2011-12-22Matrix.translation wrapper vector, continent accessing to matrix[3][0:3].Campbell Barton
2011-12-22split some >120 lines, no functional changesCampbell Barton