2011-05-13 |
Campbell Barton | svn merge -r36603:36651 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-05-12 |
Campbell Barton | svn merge -r36603:36628 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-05-11 |
Campbell Barton | svn merge -r36583:36603 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-05-10 |
Campbell Barton | remove some duplicate declarations |
tree | commitdiff |
2011-05-10 |
Campbell Barton | minor cleanup: make functions static, use NULL for... |
tree | commitdiff |
2011-05-10 |
Campbell Barton | svn merge -r36564:36583 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-05-09 |
Campbell Barton | minor cleanup, no functional changes. |
tree | commitdiff |
2011-05-09 |
Campbell Barton | tag unused arguments, quiet some warnings |
tree | commitdiff |
2011-05-09 |
Campbell Barton | svn merge -r36529:36564 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-05-09 |
Campbell Barton | copied across changes which were missed by merging. |
tree | commitdiff |
2011-05-08 |
Joseph Eagar | =bmesh= merge from trunk at r36529 |
tree | commitdiff |
2011-05-08 |
Joshua Leung | Fixes for bugs noticed during previous fix: |
tree | commitdiff |
2011-05-07 |
Joseph Eagar | =bmesh= |
tree | commitdiff |
2011-05-06 |
Campbell Barton | py/rna debugging option (defaults to off), which quickl... |
tree | commitdiff |
2011-04-30 |
Campbell Barton | whitespace edits for bpy api, split some really long... |
tree | commitdiff |
2011-04-21 |
Campbell Barton | converted more mixed tab/space indentations to tabs... |
tree | commitdiff |
2011-04-21 |
Campbell Barton | whitespace only, no functional change mixed tabs/spaces... v2.57a |
tree | commitdiff |
2011-04-21 |
Campbell Barton | minor changes |
tree | commitdiff |
2011-04-20 |
Campbell Barton | fix [#27072] Calling bpy.utils.blend_paths(True) result... |
tree | commitdiff |
2011-04-19 |
Campbell Barton | Some strings to store ID names were too small, could... |
tree | commitdiff |
2011-04-18 |
Campbell Barton | correction for windows. |
tree | commitdiff |
2011-04-18 |
Campbell Barton | fix [#26951] blenderplayer and runtimes will not load |
tree | commitdiff |
2011-04-17 |
Campbell Barton | change unit evaluation only to do try the units replace... |
tree | commitdiff |
2011-04-15 |
Joseph Eagar | =bmesh= merge from trunk at r36153 |
tree | commitdiff |
2011-04-14 |
Campbell Barton | incorrect documentation spotted by macouno. |
tree | commitdiff |
2011-04-13 |
Campbell Barton | fix for mistake checking engines on load. |
tree | commitdiff |
2011-04-12 |
Andrea Weikert | fix for compile issue on MSVC 2008 due to macro expansi... |
tree | commitdiff |
2011-04-12 |
Campbell Barton | fix for crash when pressing 'Copy Startup Settings... |
tree | commitdiff |
2011-04-11 |
Campbell Barton | api changes needed for for copying old settings to... |
tree | commitdiff |
2011-04-08 |
Campbell Barton | add new subtype PROP_COORDS, for generic coordinates... |
tree | commitdiff |
2011-04-08 |
Campbell Barton | change to fcurve keyframe coords broke simplify addon... |
tree | commitdiff |
2011-04-06 |
Campbell Barton | include needed for windows |
tree | commitdiff |
2011-04-06 |
Campbell Barton | fix [#26803] Libs paths are case sensitive in windows |
tree | commitdiff |
2011-04-05 |
Campbell Barton | add option WITH_BUILTIN_GLEW, so linux packagers can... |
tree | commitdiff |
2011-04-04 |
Campbell Barton | rename mathutils.Vector/Quaternion difference() method... |
tree | commitdiff |
2011-04-03 |
Campbell Barton | quiet various warnings, also disable -Wdouble-promotion... |
tree | commitdiff |
2011-04-02 |
Martin Poirier | Fix register method order. Was broken when Campbell... |
tree | commitdiff |
2011-04-02 |
Campbell Barton | add angle wrapping functions: angle_wrap_rad(), angle_w... |
tree | commitdiff |
2011-04-01 |
Campbell Barton | modification to api docs so release point to: |
tree | commitdiff |
2011-04-01 |
Campbell Barton | - bpy.app.release so python scripts can check if the... |
tree | commitdiff |
2011-03-31 |
Campbell Barton | remove bpy python api from blenderplayer, it was being... |
tree | commitdiff |
2011-03-31 |
Campbell Barton | fix for crash when running blender with define WITH_PYT... |
tree | commitdiff |
2011-03-30 |
Campbell Barton | modify error when python is not found so as not to... |
tree | commitdiff |
2011-03-30 |
Campbell Barton | print warning on windows/mac when bundled python is... |
tree | commitdiff |
2011-03-29 |
Campbell Barton | fix [#26667] Can't import scripts when using blenderplayer |
tree | commitdiff |
2011-03-28 |
Campbell Barton | misc nodes & editors: floats were being implicitly... |
tree | commitdiff |
2011-03-28 |
Campbell Barton | color gamma (such as theme colors), were not being... |
tree | commitdiff |
2011-03-27 |
Campbell Barton | imbuf, mathutils & readfile: floats were being implicit... |
tree | commitdiff |
2011-03-27 |
Campbell Barton | fix [#26616] Line of code make Blender crash |
tree | commitdiff |
2011-03-26 |
Joseph Eagar | scon fixes |
tree | commitdiff |
2011-03-25 |
Campbell Barton | new function RNA_warning(), replaces printf with functi... |
tree | commitdiff |
2011-03-25 |
Campbell Barton | fix for incorrect prints with RNA errors (own fault... |
tree | commitdiff |
2011-03-23 |
Campbell Barton | allow unregistered rna classes to have rna properties... |
tree | commitdiff |
2011-03-22 |
Campbell Barton | fix [#25688] undocumted functions in pyapi |
tree | commitdiff |
2011-03-22 |
Campbell Barton | operators called from python were not getting their... |
tree | commitdiff |
2011-03-22 |
Campbell Barton | py/api registration: |
tree | commitdiff |
2011-03-20 |
Campbell Barton | fix for crash when running WM_OT_read_factory_settings... |
tree | commitdiff |
2011-03-19 |
Campbell Barton | C, style changes (mostly white space edits), no functio... |
tree | commitdiff |
2011-03-17 |
Campbell Barton | fix for [#26524] Api autocomplete more errors |
tree | commitdiff |
2011-03-16 |
Campbell Barton | fix own error - missing NULL check [#26523] Crash when... |
tree | commitdiff |
2011-03-16 |
Campbell Barton | fix own error [#26522] Api autocomplete return many... |
tree | commitdiff |
2011-03-15 |
Campbell Barton | fix for building on some configurations. |
tree | commitdiff |
2011-03-14 |
Campbell Barton | fix/disallow [#26502] segmentationfault on pressing... |
tree | commitdiff |
2011-03-14 |
Campbell Barton | bpy.types.libraries.load sphinx doc & examples (doc... |
tree | commitdiff |
2011-03-14 |
Campbell Barton | fix [#26489] Auto completion in console broken |
tree | commitdiff |
2011-03-14 |
Campbell Barton | move mathutils api changelog into wiki. |
tree | commitdiff |
2011-03-14 |
Campbell Barton | add dir() function for library objects, also was missin... |
tree | commitdiff |
2011-03-13 |
Campbell Barton | py/library api: raise an error if a requested member... |
tree | commitdiff |
2011-03-13 |
Guillermo S. Romero | SVN maintenance. |
tree | commitdiff |
2011-03-12 |
Campbell Barton | library loading api. |
tree | commitdiff |
2011-03-12 |
Campbell Barton | py/rna: BPy_reports_to_error() now takes the exception... |
tree | commitdiff |
2011-03-12 |
Campbell Barton | py/rna, ability to have python static methods in collec... |
tree | commitdiff |
2011-03-11 |
Campbell Barton | bugfix [#26454] WITH_PYTHON_SAFETY crash. |
tree | commitdiff |
2011-03-09 |
Campbell Barton | update for blender as a py module & python 3.2 |
tree | commitdiff |
2011-03-08 |
Campbell Barton | - correct python3.1 warning message. |
tree | commitdiff |
2011-03-08 |
Campbell Barton | py-api utf8/filepaths: |
tree | commitdiff |
2011-03-08 |
Campbell Barton | patch [#26404] UnicodeDecodeError |
tree | commitdiff |
2011-03-07 |
Campbell Barton | Drop support for python 3.1. |
tree | commitdiff |
2011-03-05 |
Campbell Barton | fix [#26323] Crash when adding to a vertex group with... |
tree | commitdiff |
2011-03-04 |
Nathan Letwory | Py_hash_t is new typedef in Python 3.2, typedeffing... |
tree | commitdiff |
2011-03-04 |
Nathan Letwory | long hash caused stack corruption in _PySet_NextEntry... |
tree | commitdiff |
2011-03-03 |
Campbell Barton | fix crash from own recent changes [#26271] Crash when... |
tree | commitdiff |
2011-03-03 |
Campbell Barton | Py/RNA API: WITH_PYTHON_SAFETY |
tree | commitdiff |
2011-03-03 |
Campbell Barton | Py/RNA api: |
tree | commitdiff |
2011-03-03 |
Campbell Barton | fix for own error made r35267. |
tree | commitdiff |
2011-03-03 |
Campbell Barton | Py/RNA api - real collection iterator |
tree | commitdiff |
2011-03-03 |
Campbell Barton | further reading, need to untrack tracked PyObjects... |
tree | commitdiff |
2011-03-03 |
Campbell Barton | support for mathutils GC wasn't complete since PyObject... |
tree | commitdiff |
2011-03-03 |
Campbell Barton | formatting edits. (no functional changes) |
tree | commitdiff |
2011-03-02 |
Campbell Barton | Change RNA weakref code to use a ghash rather then... |
tree | commitdiff |
2011-03-02 |
Campbell Barton | simplify rna internal weakref use. |
tree | commitdiff |
2011-03-02 |
Campbell Barton | align weakref list for rna (properties were using wrong... |
tree | commitdiff |
2011-03-02 |
Campbell Barton | minor fixes to weakref validation before making bigger... |
tree | commitdiff |
2011-03-02 |
M.G. Kishalmi | fixed compile problem intruduced in r35295 |
tree | commitdiff |
2011-03-02 |
Guillermo S. Romero | SVN maintenance. |
tree | commitdiff |
2011-03-02 |
Campbell Barton | move anim functions out of bpy_rna.c, its getting too... |
tree | commitdiff |
2011-03-01 |
Campbell Barton | Py/RNA Stability: don't allow python to reference freed... |
tree | commitdiff |
2011-03-01 |
Campbell Barton | Py/RNA API test code to prevent crashing blender when... |
tree | commitdiff |
2011-02-28 |
Campbell Barton | bpy/rna support for invalidating objects. |
tree | commitdiff |
2011-02-28 |
Campbell Barton | missed these last commit. |
tree | commitdiff |
next |