This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/blenkernel
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-07-21 10:18:08 +00:00
2.5
2009-01-10 19:34:23 +00:00
2009-06-14 18:54:35 +00:00
2009-07-20 23:52:53 +00:00
2009-06-27 15:28:58 +00:00
2009-07-17 02:43:15 +00:00
2009-07-18 19:42:13 +00:00
2.5
2009-01-07 14:46:50 +00:00
2008-08-30 14:32:16 +00:00
2.5
2009-06-19 23:05:21 +00:00
2009-06-08 20:08:19 +00:00
2009-06-13 11:09:13 +00:00
2009-07-02 19:41:31 +00:00
2008-08-30 14:32:16 +00:00
2009-07-02 19:41:31 +00:00
2.5
2009-01-23 14:43:25 +00:00
2009-05-05 23:10:32 +00:00
2009-06-23 00:09:26 +00:00
2.5
2009-01-04 14:14:06 +00:00
2009-01-28 23:29:27 +00:00
2.5
2009-01-27 19:32:44 +00:00
2009-03-17 22:27:15 +00:00
2.5
2009-01-04 14:14:06 +00:00
2.5
2009-01-13 15:18:41 +00:00
2.5
2009-04-20 10:13:55 +00:00
2.5
2009-01-04 14:14:06 +00:00
2009-07-02 19:41:31 +00:00
2009-06-07 18:09:22 +00:00
2009-07-22 09:41:41 +00:00
2009-07-02 03:32:57 +00:00
2009-07-23 00:19:01 +00:00
2009-06-08 20:08:19 +00:00
RNA
2009-07-21 20:05:16 +00:00
2009-06-08 20:08:19 +00:00
2009-02-28 23:33:35 +00:00
2.5
2009-01-04 14:14:06 +00:00
2009-06-22 04:39:35 +00:00
2009-01-04 18:26:43 +00:00
2009-07-13 19:09:13 +00:00
2.5
2009-01-04 19:10:57 +00:00
2009-07-20 10:24:53 +00:00
2.5
2009-06-19 23:05:21 +00:00
2009-07-11 22:22:53 +00:00