2009-12-05 |
Martin Poirier | Support for the C Macro system in Python. |
tree | commitdiff |
2009-12-03 |
Campbell Barton | - property decorators for setting attributes didnt... |
tree | commitdiff |
2009-11-30 |
Campbell Barton | User Script support added back. |
tree | commitdiff |
2009-11-29 |
Campbell Barton | - added a new math function double_round, useful for... |
tree | commitdiff |
2009-11-29 |
Campbell Barton | - access to a nurbs points was broken - sizeof(BPoint... |
tree | commitdiff |
2009-11-29 |
Campbell Barton | Draw function for operators (just like panels), used... |
tree | commitdiff |
2009-11-26 |
Campbell Barton | Mathutils vec += vec wasnt running mathutls callbacks |
tree | commitdiff |
2009-11-25 |
Campbell Barton | rna py api, |
tree | commitdiff |
2009-11-25 |
Joshua Leung | Assorted fixes - compile + drivers: |
tree | commitdiff |
2009-11-24 |
Campbell Barton | disallow dynamic sized rna arrays to be returned as... |
tree | commitdiff |
2009-11-24 |
Campbell Barton | avoid operator type lookups when its known |
tree | commitdiff |
2009-11-23 |
Campbell Barton | - new pyrna api functions srna & prop path_to_id()... |
tree | commitdiff |
2009-11-23 |
Campbell Barton | fixed some error reporting issues with calling operators |
tree | commitdiff |
2009-11-23 |
Campbell Barton | workaround for an error with BKE_reportf (actually... |
tree | commitdiff |
2009-11-23 |
Campbell Barton | bugfix: uninitialized values |
tree | commitdiff |
2009-11-22 |
Campbell Barton | rna functions were getting away with passing the string... |
tree | commitdiff |
2009-11-22 |
Campbell Barton | remove template uiTemplate_view3d_select_faceselmenu |
tree | commitdiff |
2009-11-20 |
Campbell Barton | left in print |
tree | commitdiff |
2009-11-20 |
Campbell Barton | use a metaclass to have operator attributes register... |
tree | commitdiff |
2009-11-20 |
Campbell Barton | - dont define properties in the global script namespace |
tree | commitdiff |
2009-11-20 |
Campbell Barton | option to have scripts run on startup for per blendfile... |
tree | commitdiff |
2009-11-20 |
Campbell Barton | - dir() now works for collection functions |
tree | commitdiff |
2009-11-19 |
Campbell Barton | - StructRNA's __dir__ was missing members from its... |
tree | commitdiff |
2009-11-19 |
Campbell Barton | operators were copying the properties from the rna... |
tree | commitdiff |
2009-11-19 |
Campbell Barton | idprop.get(key, default=None) |
tree | commitdiff |
2009-11-19 |
Campbell Barton | operator properties were not the correct type |
tree | commitdiff |
2009-11-19 |
Campbell Barton | added 'hidden' option for python defined rna props... |
tree | commitdiff |
2009-11-19 |
Campbell Barton | correcting ID property list was incorrect on porting |
tree | commitdiff |
2009-11-19 |
Campbell Barton | - remove CPPFLAG XP_UNIX from CMake, Scons and Irix... |
tree | commitdiff |
2009-11-18 |
Campbell Barton | ID properties that are displayed via RNA can now define... |
tree | commitdiff |
2009-11-18 |
Campbell Barton | fix for memory leak, use Key Errors for pyrna getitem... |
tree | commitdiff |
2009-11-18 |
Campbell Barton | - rna attribute setting problem, class instances could... |
tree | commitdiff |
2009-11-17 |
Campbell Barton | make animation system and rna internals use getattr... |
tree | commitdiff |
2009-11-17 |
Campbell Barton | - in pose mode, pose bone properties are edited rather... |
tree | commitdiff |
2009-11-17 |
Campbell Barton | - access console languages as modules rather then havin... |
tree | commitdiff |
2009-11-16 |
Campbell Barton | my chnges broke 'del idprop["key"]' |
tree | commitdiff |
2009-11-16 |
Campbell Barton | bpy/rna methods to find properties (works nice with... |
tree | commitdiff |
2009-11-16 |
Campbell Barton | missing include |
tree | commitdiff |
2009-11-16 |
Campbell Barton | ID property access from python for pose channels, bones... |
tree | commitdiff |
2009-11-16 |
Campbell Barton | update idproperty python api for python 3.1 |
tree | commitdiff |
2009-11-16 |
Campbell Barton | python api for ID property access by Joseph Eager,... |
tree | commitdiff |
2009-11-16 |
Campbell Barton | functions returning non ID pointers that relied on... |
tree | commitdiff |
2009-11-14 |
Campbell Barton | skip rna property & function lookups for members starti... |
tree | commitdiff |
2009-11-13 |
Campbell Barton | documentat & cross reference collection types |
tree | commitdiff |
2009-11-13 |
Campbell Barton | fix for error with property getattro in recent commit... |
tree | commitdiff |
2009-11-13 |
Campbell Barton | arbitrary property and function support for rna propert... |
tree | commitdiff |
2009-11-13 |
Campbell Barton | F8 reload works again, script errors are printed but... |
tree | commitdiff |
2009-11-13 |
Campbell Barton | changes python initialization |
tree | commitdiff |
2009-11-12 |
Campbell Barton | generating docs can make the rna api generate wrnings... |
tree | commitdiff |
2009-11-12 |
Campbell Barton | small corrections, no functionality change |
tree | commitdiff |
2009-11-11 |
Campbell Barton | - use double underscores to hide members in python... |
tree | commitdiff |
2009-11-11 |
Campbell Barton | python api for collection add()/remove() |
tree | commitdiff |
2009-11-11 |
Brecht Van Lommel | Fix #19313: running python scripts with PyRun_File... |
tree | commitdiff |
2009-11-11 |
Joshua Leung | Nodes Editor + other warning fixes: |
tree | commitdiff |
2009-11-11 |
Campbell Barton | - In the context, EditBones and Bases were set as ... |
tree | commitdiff |
2009-11-10 |
Brecht Van Lommel | Math Lib |
tree | commitdiff |
2009-11-10 |
Martin Poirier | Running with -d, python context also prints members... |
tree | commitdiff |
2009-11-10 |
Martin Poirier | Function declaration for BPY_context_get |
tree | commitdiff |
2009-11-10 |
Campbell Barton | fix error with python exceptions in BPy_errors_to_report |
tree | commitdiff |
2009-11-10 |
Campbell Barton | 2.4x fix for Blender.Load() |
tree | commitdiff |
2009-11-10 |
Campbell Barton | modify the python context access so invalid names will... |
tree | commitdiff |
2009-11-09 |
Martin Poirier | Don't free Context from python. |
tree | commitdiff |
2009-11-08 |
Campbell Barton | bpy/rna api class feature |
tree | commitdiff |
2009-11-07 |
Campbell Barton | pep8 whitespace commit |
tree | commitdiff |
2009-11-05 |
Campbell Barton | - added bpy.context to the python module |
tree | commitdiff |
2009-11-04 |
Campbell Barton | - missing return values |
tree | commitdiff |
2009-11-04 |
Campbell Barton | bugfix [#19804] .MDD is not working?? // Also filetype... |
tree | commitdiff |
2009-11-04 |
Campbell Barton | bpy.ops.import.obj("somepath") is invalid syntax becaus... |
tree | commitdiff |
2009-11-04 |
Campbell Barton | python function for adding a driver. eg |
tree | commitdiff |
2009-11-04 |
Campbell Barton | new operator directory, move some scripts from io |
tree | commitdiff |
2009-11-04 |
Campbell Barton | change to insert_keyframe() so an array index of -1... |
tree | commitdiff |
2009-11-03 |
Campbell Barton | renamed bpy.sys to bpy.utils, since it used to be a... |
tree | commitdiff |
2009-11-03 |
Campbell Barton | active property for collections for things like scene... |
tree | commitdiff |
2009-11-02 |
Campbell Barton | make python operator instances subclasses of the wmOper... |
tree | commitdiff |
2009-11-02 |
Campbell Barton | last commit broke running python operators |
tree | commitdiff |
2009-11-01 |
Campbell Barton | rna structs would not raise an error when assigning... |
tree | commitdiff |
2009-10-31 |
Campbell Barton | tabs to spaces, remove trailing white space. (apart... |
tree | commitdiff |
2009-10-31 |
Campbell Barton | improved class validation, variables defined by the... |
tree | commitdiff |
2009-10-31 |
Campbell Barton | define operator properties in the class, similar to... |
tree | commitdiff |
2009-10-31 |
Campbell Barton | change blender python interface for classes not to... |
tree | commitdiff |
2009-10-31 |
Campbell Barton | pep8 compliance for bpy_ops.py |
tree | commitdiff |
2009-10-30 |
Campbell Barton | - setting the active object in rna works properly now... |
tree | commitdiff |
2009-10-30 |
Campbell Barton | updating mathutils wrapped attributes now runs rna... |
tree | commitdiff |
2009-10-29 |
Campbell Barton | Modified python rna property types (BPy_PropertyRNA... |
tree | commitdiff |
2009-10-29 |
Campbell Barton | Python can now run operators with their own context... |
tree | commitdiff |
2009-10-28 |
Campbell Barton | - 'id_data' attribute for py rna api, so you can get... |
tree | commitdiff |
2009-10-28 |
Campbell Barton | ob.getChilren() often requested for 2.4x api, notice... |
tree | commitdiff |
2009-10-23 |
Ken Hughes | Python API |
tree | commitdiff |
2009-10-22 |
Joshua Leung | Bugfixes: |
tree | commitdiff |
2009-10-21 |
Guillermo S. Romero | Make compiler happy, remove doubtful non init usage. |
tree | commitdiff |
2009-10-14 |
Brecht Van Lommel | Bugfixes for python RNA/ |
tree | commitdiff |
2009-10-12 |
Campbell Barton | added rna api MVert,MFace & MEdge index properties |
tree | commitdiff |
2009-10-10 |
Campbell Barton | - add torus back from 2.4x as an operator |
tree | commitdiff |
2009-10-09 |
Martin Poirier | Partial revert of rev 23723 |
tree | commitdiff |
2009-10-08 |
Campbell Barton | menus are now global (like operators), so for eg, the... |
tree | commitdiff |
2009-10-08 |
Brecht Van Lommel | Key Configuration |
tree | commitdiff |
2009-10-08 |
Campbell Barton | - object.selected is now editable (uses update function... |
tree | commitdiff |
2009-10-06 |
Andre Susano Pinto | svn merge -r 23528:23646 https://svn.blender.org/svnroo... soc-2009-jaguarandi |
tree | commitdiff |
2009-10-05 |
Campbell Barton | remove unused defines, cant check every case but from... |
tree | commitdiff |
2009-10-03 |
Dalai Felinto | mathutils: bugfix for matrix * vector |
tree | commitdiff |
next |