Files
test/release
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-19 13:32:02 +00:00
2009-07-26 18:18:14 +00:00
2009-06-12 15:37:23 +00:00
2009-06-08 20:08:19 +00:00
2009-06-18 18:11:51 +00:00