Files
test/source/blender/python
Arystanbek Dyussenov c7cdb9cc38 File selector working. For now it is accessed as
context.add_fileselect(self.__operator__).

To allow file selector, I made the following changes:

- moved property definition funcs (FloatProperty, etc.) to "bpy.props"
to make them accessible from io scripts. Previously they were only
accessible in scripts running from Text Editor.

- added the "__operator__" instance attribute to py operators. The value
  is RNA operator pointer.

Note that "context.add_fileselect" changes were mistakenly committed
with my last merge.
2009-06-15 08:12:28 +00:00
..
2009-03-08 16:50:11 +00:00
2009-03-08 16:50:11 +00:00
2009-05-05 23:10:32 +00:00
2008-11-12 21:16:53 +00:00