2009-11-18 |
Campbell Barton | fix for memory leak, use Key Errors for pyrna getitem... |
blob | commitdiff | raw |
2009-11-18 |
Campbell Barton | - rna attribute setting problem, class instances could... |
blob | commitdiff | raw | diff to current |
2009-11-17 |
Campbell Barton | make animation system and rna internals use getattr... |
blob | commitdiff | raw | diff to current |
2009-11-17 |
Campbell Barton | - access console languages as modules rather then havin... |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Campbell Barton | my chnges broke 'del idprop["key"]' |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Campbell Barton | bpy/rna methods to find properties (works nice with... |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Campbell Barton | ID property access from python for pose channels, bones... |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Campbell Barton | python api for ID property access by Joseph Eager,... |
blob | commitdiff | raw | diff to current |
2009-11-16 |
Campbell Barton | functions returning non ID pointers that relied on... |
blob | commitdiff | raw | diff to current |
2009-11-14 |
Campbell Barton | skip rna property & function lookups for members starti... |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Campbell Barton | fix for error with property getattro in recent commit... |
blob | commitdiff | raw | diff to current |
2009-11-13 |
Campbell Barton | arbitrary property and function support for rna propert... |
blob | commitdiff | raw | diff to current |
2009-11-12 |
Campbell Barton | generating docs can make the rna api generate wrnings... |
blob | commitdiff | raw | diff to current |
2009-11-11 |
Campbell Barton | - use double underscores to hide members in python... |
blob | commitdiff | raw | diff to current |
2009-11-11 |
Campbell Barton | python api for collection add()/remove() |
blob | commitdiff | raw | diff to current |
2009-11-11 |
Joshua Leung | Nodes Editor + other warning fixes: |
blob | commitdiff | raw | diff to current |
2009-11-11 |
Campbell Barton | - In the context, EditBones and Bases were set as ... |
blob | commitdiff | raw | diff to current |
2009-11-10 |
Campbell Barton | modify the python context access so invalid names will... |
blob | commitdiff | raw | diff to current |
2009-11-09 |
Martin Poirier | Don't free Context from python. |
blob | commitdiff | raw | diff to current |
2009-11-08 |
Campbell Barton | bpy/rna api class feature |
blob | commitdiff | raw | diff to current |
2009-11-07 |
Campbell Barton | pep8 whitespace commit |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Campbell Barton | python function for adding a driver. eg |
blob | commitdiff | raw | diff to current |
2009-11-04 |
Campbell Barton | change to insert_keyframe() so an array index of -1... |
blob | commitdiff | raw | diff to current |
2009-11-03 |
Campbell Barton | active property for collections for things like scene... |
blob | commitdiff | raw | diff to current |
2009-11-01 |
Campbell Barton | rna structs would not raise an error when assigning... |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Campbell Barton | improved class validation, variables defined by the... |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Campbell Barton | define operator properties in the class, similar to... |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Campbell Barton | change blender python interface for classes not to... |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Campbell Barton | pep8 compliance for bpy_ops.py |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Campbell Barton | - setting the active object in rna works properly now... |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Campbell Barton | updating mathutils wrapped attributes now runs rna... |
blob | commitdiff | raw | diff to current |
2009-10-29 |
Campbell Barton | Modified python rna property types (BPy_PropertyRNA... |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Campbell Barton | - 'id_data' attribute for py rna api, so you can get... |
blob | commitdiff | raw | diff to current |
2009-10-21 |
Guillermo S. Romero | Make compiler happy, remove doubtful non init usage. |
blob | commitdiff | raw | diff to current |
2009-10-14 |
Brecht Van Lommel | Bugfixes for python RNA/ |
blob | commitdiff | raw | diff to current |
2009-10-09 |
Martin Poirier | Partial revert of rev 23723 |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Brecht Van Lommel | Key Configuration |
blob | commitdiff | raw | diff to current |
2009-10-08 |
Campbell Barton | - object.selected is now editable (uses update function... |
blob | commitdiff | raw | diff to current |
2009-09-29 |
Campbell Barton | Copying scripts from 2.4x without 2.5x changes |
blob | commitdiff | raw | diff to current |
2009-09-28 |
Andre Susano Pinto | svn merge -r 23207:23528 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Benoit Bolsee | Merge ... itasc branch. Project files, scons and cmake... |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Arystanbek Dyussenov | Manual merge of soc-2009-kazanbas branch: |
blob | commitdiff | raw | diff to current |
2009-09-17 |
Campbell Barton | rna function api was overwriting useful errors with... |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Brecht Van Lommel | RNA |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Arystanbek Dyussenov | Undo revision 23130 which was a merge with 2.5, a messy... soc-2009-kazanbas |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Andre Susano Pinto | svn merge -r 22571:22800 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Campbell Barton | - opening the file selector was freeing a NULL pointer |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Campbell Barton | - new property attribute - default_array, which returns... |
blob | commitdiff | raw | diff to current |
2009-09-14 |
Arystanbek Dyussenov | Reverted Mesh.verts from dynamic array since it breaks... |
blob | commitdiff | raw | diff to current |
2009-09-12 |
Martin Poirier | copying 2.5 over to trunk |
blob | commitdiff | raw | diff to current |
2009-09-11 |
Arystanbek Dyussenov | Merge with -r 22620:23107. |
blob | commitdiff | raw | diff to current |
2009-09-11 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-09-09 |
Brecht Van Lommel | RNA: multidimensional & dyanmic array changes |
blob | commitdiff | raw | diff to current |
2009-09-08 |
Dalai Felinto | manual merge trunk -r 23037 |
blob | commitdiff | raw | diff to current |
2009-09-07 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-09-07 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-09-06 |
Arystanbek Dyussenov | Python part of multidim. array support for RNA complete. |
blob | commitdiff | raw | diff to current |
2009-09-03 |
Campbell Barton | remove Py_CmpToRich (copy of py3.0 function), instead... |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-08-29 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-08-25 |
Arystanbek Dyussenov | Implemented dynamic and multidimensional array support... |
blob | commitdiff | raw | diff to current |
2009-08-24 |
Nathan Letwory | * merge r22734 from trunk |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Matt Ebb | svn merge -r 22628:22714 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2009-08-22 |
Brecht Van Lommel | 2.5: Python subclasses can now define RNA properties... |
blob | commitdiff | raw | diff to current |
2009-08-22 |
Campbell Barton | bpy's __rna__ attribute doesnt work as it should, since... |
blob | commitdiff | raw | diff to current |
2009-08-22 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-08-22 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Matt Ebb | svn merge -r 22450:22627 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2009-08-19 |
Arystanbek Dyussenov | Merge with 2.5 -r 22173:22620. |
blob | commitdiff | raw | diff to current |
2009-08-18 |
Brecht Van Lommel | 2.5: RNA, defining enums, pointers and collections... |
blob | commitdiff | raw | diff to current |
2009-08-17 |
Andre Susano Pinto | svn merge -r 22371:22571 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2009-08-16 |
Campbell Barton | own mistake, __rna__ wasnt causing circular references... |
blob | commitdiff | raw | diff to current |
2009-08-16 |
Campbell Barton | missing args for rna funciton. comment on rna leak... |
blob | commitdiff | raw | diff to current |
2009-08-15 |
Brecht Van Lommel | 2.5: warning fixes |
blob | commitdiff | raw | diff to current |
2009-08-15 |
Thomas Dinges | Compile fix. |
blob | commitdiff | raw | diff to current |
2009-08-15 |
Campbell Barton | changes to help refcounts in rna be more predictable... |
blob | commitdiff | raw | diff to current |
2009-08-15 |
Campbell Barton | RNA Types were storing an instance of themself for... |
blob | commitdiff | raw | diff to current |
2009-08-15 |
Joshua Leung | Commenting out code from commit 22457 by Genscher for... |
blob | commitdiff | raw | diff to current |
2009-08-14 |
Campbell Barton | - registering new python classes runs the free function... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Matt Ebb | * First commit merging 2.4-based sim_physics in to... |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Campbell Barton | - missing a decref for new pytypes |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Andre Susano Pinto | svn merge -r 22138:22364 https://svn.blender.org/svnro... |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Campbell Barton | fixed mistake made when changing rna prop definition... |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Brecht Van Lommel | RNA: subtypes and units |
blob | commitdiff | raw | diff to current |
2009-08-10 |
Campbell Barton | remove python2.x support |
blob | commitdiff | raw | diff to current |
2009-08-09 |
Campbell Barton | - fix error in last commit |
blob | commitdiff | raw | diff to current |
2009-08-09 |
Campbell Barton | - report errors on rna name collisions (does not check... |
blob | commitdiff | raw | diff to current |
2009-08-07 |
Campbell Barton | bpy_context_set and bpy_context_clear to replace a... |
blob | commitdiff | raw | diff to current |
2009-08-07 |
Arystanbek Dyussenov | bpyrna: interpret a tuple of enum items (e1, e2, .... |
blob | commitdiff | raw | diff to current |
2009-08-07 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-08-06 |
Arystanbek Dyussenov | - OBJ importer now reads most of the test files. Had... |
blob | commitdiff | raw | diff to current |
2009-08-04 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-08-03 |
Arystanbek Dyussenov | Merge with 2.5 -r 21756:22173. |
blob | commitdiff | raw | diff to current |
2009-08-02 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-08-01 |
Andre Susano Pinto | svn merge -r 21508:22111 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Campbell Barton | svn merge https://svn.blender.org/svnroot/bf-blender... |
blob | commitdiff | raw | diff to current |
2009-07-30 |
Campbell Barton | Operator Copy/Paste |
blob | commitdiff | raw | diff to current |
next |