Files
test2/source/blender/makesrna
Campbell Barton 4741137fc9 misc py/rna changes
- running a script from a file now uses the PyRun_File(FILE *, ...) rather then PyRun_String("exec(open(r'/somepath.py').read())"...), aparently FILE struct on windows could not ensured to be the same between blender and python, since we use our own python on windows now it should be ok.

- generating docs works again (operator update for py style syntax broke them)

- python operator doc strings was being overwritten

- added rna property attribute "default" to get the default value of a property, not working on arrays currently because variable length arrays are not supported.
2009-07-26 18:18:14 +00:00
..
2009-07-26 18:18:14 +00:00
2009-06-08 20:08:19 +00:00
2008-10-31 23:50:02 +00:00
2009-07-25 22:31:02 +00:00
RNA
2009-07-21 20:05:16 +00:00
2009-07-20 23:52:53 +00:00
2009-07-24 16:41:12 +00:00
2009-07-23 21:50:40 +00:00