2012-02-17 |
Campbell Barton | patch [#30227] Various MSVC (32-bit) Warning and Typo... |
tree | commitdiff |
2012-02-17 |
Campbell Barton | unify include guard defines, __$FILENAME__ |
tree | commitdiff |
2012-02-12 |
Sergey Sharybin | Merging r44003 through r44069 from trunk into soc-2011... |
tree | commitdiff |
2012-02-11 |
Campbell Barton | use ValueError when vector/matrix multiplications sizes... |
tree | commitdiff |
2012-02-08 |
Sergey Sharybin | Merging r43952 through r43994 from trunk into soc-2011... |
tree | commitdiff |
2012-02-08 |
Campbell Barton | correct 2 sphinx warnings. |
tree | commitdiff |
2012-02-08 |
Campbell Barton | Correct mathutils documentation, also correct some... |
tree | commitdiff |
2012-02-05 |
Sergey Sharybin | Merging r43871 through r43908 from trunk into soc-2011... |
tree | commitdiff |
2012-02-05 |
Campbell Barton | Code Cleanup: line length and use Py_ssize_t for PyC_As... |
tree | commitdiff |
2012-02-03 |
Sergey Sharybin | Merging r43848 through r43870 from trunk into soc-2011... |
tree | commitdiff |
2012-02-02 |
Campbell Barton | Code Cleanup: check is / is not when comparing singletons. |
tree | commitdiff |
2012-02-02 |
Sergey Sharybin | Merging r43721 through r43847 from trunk into soc-2011... |
tree | commitdiff |
2012-02-02 |
Campbell Barton | fix [#29666] Duplicate entries in bpy.types |
tree | commitdiff |
2012-02-02 |
Andrew Hale | Fix for possible memory leak on creation of a vector... |
tree | commitdiff |
2012-02-01 |
Andrew Hale | Fixes to Python matrices str function. |
tree | commitdiff |
2012-01-31 |
Campbell Barton | apply back changes made since moving this file. |
tree | commitdiff |
2012-01-31 |
Campbell Barton | svn cp \ |
tree | commitdiff |
2012-01-31 |
Campbell Barton | previous move lost history on this file, restoring... |
tree | commitdiff |
2012-01-26 |
Sergey Sharybin | Merging r43501 through r43720 form trunk into soc-2011... |
tree | commitdiff |
2012-01-24 |
Andrew Hale | Add the .Identity() classmethod to mathutils matrices... |
tree | commitdiff |
2012-01-21 |
Campbell Barton | formatting edits (<120 line length), remove invalid... |
tree | commitdiff |
2012-01-18 |
Campbell Barton | fix [#27589] Random crash with python UI |
tree | commitdiff |
2012-01-18 |
Sergey Sharybin | Merging r43130 through r43500 from trunk into soc-2011... |
tree | commitdiff |
2012-01-17 |
Campbell Barton | fix for segfault with bpy compiled as python module... |
tree | commitdiff |
2012-01-16 |
Campbell Barton | middle mouse jump scrolling for text window. |
tree | commitdiff |
2012-01-16 |
Andrew Hale | Change function for nb_invert so that ~matrix returns... |
tree | commitdiff |
2012-01-15 |
Campbell Barton | note on compating RNA pointers and compare RNA types... |
tree | commitdiff |
2012-01-13 |
Campbell Barton | fix for error comparing py-struct members |
tree | commitdiff |
2012-01-12 |
Campbell Barton | remove redundant trailing slashes |
tree | commitdiff |
2012-01-11 |
Campbell Barton | add RNA_property_is_set function, use for WM_menu_invok... |
tree | commitdiff |
2012-01-11 |
Campbell Barton | rename RNA_property_is_set() --> RNA_struct_property_is... |
tree | commitdiff |
2012-01-11 |
Sergey Sharybin | Longer names support for all ID and other object names |
tree | commitdiff |
2012-01-09 |
Brecht Van Lommel | Cycles: multi GPU rendering support. |
tree | commitdiff |
2012-01-05 |
Campbell Barton | add bpy collection method .find(key), so you can get... |
tree | commitdiff |
2012-01-04 |
Sergey Sharybin | Merging r43025 through r43129 from trunk into soc-2011... |
tree | commitdiff |
2012-01-03 |
Campbell Barton | fixes to mathutils from Andew Hale |
tree | commitdiff |
2012-01-02 |
Campbell Barton | slice and iterator access for matrix.col/row so you... |
tree | commitdiff |
2011-12-31 |
Sergey Sharybin | Merging r42945 through r43024 from trunk into soc-2011... |
tree | commitdiff |
2011-12-30 |
Sergey Sharybin | Object tracking integration |
tree | commitdiff |
2011-12-30 |
Sergey Sharybin | Camera tracking: improvements of track preview widget |
tree | commitdiff |
2011-12-30 |
Campbell Barton | PyAPI - remove Matrix.row_size / col_size. these were... |
tree | commitdiff |
2011-12-29 |
Campbell Barton | py - fix for error which made enums not through errors... |
tree | commitdiff |
2011-12-29 |
Campbell Barton | add UNLIKELY / LIKELY util defines to help optimize... |
tree | commitdiff |
2011-12-28 |
Sergey Sharybin | Merging r42896 through r42944 from trunk into soc-2911... |
tree | commitdiff |
2011-12-28 |
Thomas Dinges | Scons/FFMPEG: |
tree | commitdiff |
2011-12-28 |
Campbell Barton | WIP loading bmesh in trunk, some conversion functions... |
tree | commitdiff |
2011-12-28 |
Sergey Sharybin | Add FFmpeg libraries versions to system-info.txt |
tree | commitdiff |
2011-12-28 |
Campbell Barton | for bpy.props, when 'name' argument is not initialized... |
tree | commitdiff |
2011-12-27 |
Sergey Sharybin | Merging r42800 through r42895 from trunk into soc-2011... |
tree | commitdiff |
2011-12-26 |
Campbell Barton | formatting edits only to use more consisted style |
tree | commitdiff |
2011-12-26 |
Campbell Barton | formatting edits & minor corrections |
tree | commitdiff |
2011-12-26 |
Campbell Barton | fix for a bug in mathutils when a vector was accessing... |
tree | commitdiff |
2011-12-25 |
Campbell Barton | use docstrings for mathutils getset's, also some format... |
tree | commitdiff |
2011-12-24 |
Campbell Barton | picky formatting of mathutils |
tree | commitdiff |
2011-12-24 |
Campbell Barton | mathtils, convenience attributes added 'row' and 'col... |
tree | commitdiff |
2011-12-24 |
Campbell Barton | fix for error with matrix access and negative indices... |
tree | commitdiff |
2011-12-24 |
Campbell Barton | mathutils get/set function rename + minor changes to... |
tree | commitdiff |
2011-12-24 |
Campbell Barton | minor edits to cycles c/python module |
tree | commitdiff |
2011-12-24 |
Campbell Barton | formatting edits 120 line length |
tree | commitdiff |
2011-12-23 |
Campbell Barton | fix for own mistake [#29031] Importing BGL Can Crash... |
tree | commitdiff |
2011-12-22 |
Campbell Barton | fix for matrix assignment with recent changes which... |
tree | commitdiff |
2011-12-22 |
Campbell Barton | patch [#29534] Change Matrix Representation and Access... |
tree | commitdiff |
2011-12-21 |
Campbell Barton | Matrix.translation wrapper vector, continent accessing... |
tree | commitdiff |
2011-12-21 |
Campbell Barton | split some >120 lines, no functional changes |
tree | commitdiff |
2011-12-21 |
Campbell Barton | cleanup and some fixes to mathutils by Andrew Hale |
tree | commitdiff |
2011-12-21 |
Sergey Sharybin | Merging r42770 through r42799 from trunk into soc-2011... |
tree | commitdiff |
2011-12-21 |
Campbell Barton | fix for mathutils mat*vec for non sqyare matrices by... |
tree | commitdiff |
2011-12-20 |
Sergey Sharybin | Merging r42723 through r42769 from trunk into soc-2011... |
tree | commitdiff |
2011-12-20 |
Campbell Barton | recent commit missed swapping args for MATRIX_ITEM... |
tree | commitdiff |
2011-12-20 |
Campbell Barton | patch [#29662] Modifications to Mathutils Vectors for... |
tree | commitdiff |
2011-12-20 |
Campbell Barton | rename internal matrix struct member vars to avoid... |
tree | commitdiff |
2011-12-20 |
Campbell Barton | __str__ functions for other mathutils types |
tree | commitdiff |
2011-12-20 |
Campbell Barton | patch [#29651] Add a __str__ Method to Matutils Matrice... |
tree | commitdiff |
2011-12-19 |
Sergey Sharybin | Merging r42648 through r42722 from trunk into soc-2011... |
tree | commitdiff |
2011-12-19 |
Campbell Barton | corrections to some comments |
tree | commitdiff |
2011-12-19 |
Campbell Barton | - mathutils matrix creation - use memcpy rather than... |
tree | commitdiff |
2011-12-19 |
Campbell Barton | remove mathutils internal variable for storing pointers... |
tree | commitdiff |
2011-12-18 |
Campbell Barton | formatting edits in py api, no functional changes |
tree | commitdiff |
2011-12-18 |
Campbell Barton | Support for arbitrary sized vectors - (was limited... |
tree | commitdiff |
2011-12-17 |
Campbell Barton | style edit only - move parenthesis onto second line... |
tree | commitdiff |
2011-12-16 |
Campbell Barton | fix own error [#29631] frame is lost from driver namesp... |
tree | commitdiff |
2011-12-16 |
Campbell Barton | fix [#29635] Attempts to import the site module are... |
tree | commitdiff |
2011-12-14 |
Sergey Sharybin | Merging r42602 through r42620 from trunk into soc-2011... |
tree | commitdiff |
2011-12-13 |
Campbell Barton | fix for py noise doc string (not a show stopper :) ) |
tree | commitdiff |
2011-12-13 |
Sergey Sharybin | Merging r42533 through r42601 from trunk into soc-2011... |
tree | commitdiff |
2011-12-09 |
Morten Mikkelsen | fixes scale on derivative maps |
tree | commitdiff |
2011-12-07 |
Sergey Sharybin | Merging r42461 through r42481 from trunk into soc-2011... |
tree | commitdiff |
2011-12-07 |
Campbell Barton | fix for noise module in driver namespace (was infact... |
tree | commitdiff |
2011-12-04 |
Sergey Sharybin | Camera tracking: merge hybrid tracker from tomato branch |
tree | commitdiff |
2011-12-04 |
Sergey Sharybin | Merging r42350 through r42393 from trunk into soc-2011... |
tree | commitdiff |
2011-12-03 |
Campbell Barton | add library support for rna collection __contains__, eg |
tree | commitdiff |
2011-12-02 |
Sergey Sharybin | Merging r42193 through r42349 from trunk into soc-2011... |
tree | commitdiff |
2011-12-01 |
Dalai Felinto | renaming BooleanProperty to BoolProperty (rna structs... |
tree | commitdiff |
2011-11-30 |
Campbell Barton | fix [#29462] libraries.load can't have link=False when... |
tree | commitdiff |
2011-11-29 |
Brecht Van Lommel | Fix: defining properties would fail with argument updat... |
tree | commitdiff |
2011-11-29 |
Campbell Barton | formatting edits (120 width max) and remove some redund... |
tree | commitdiff |
2011-11-29 |
Campbell Barton | treat 4d vectors as 3d for vector.angle(other) |
tree | commitdiff |
2011-11-29 |
Campbell Barton | remove header text: |
tree | commitdiff |
2011-11-29 |
Campbell Barton | missed removing these files |
tree | commitdiff |
2011-11-29 |
Campbell Barton | patch [#29421] Python Noise Module Updates |
tree | commitdiff |
next |