Python API fix: Make properties_texture compatible with COMPAT_ENGINES, also a little enhancement for data_mesh (thanks to Matt)

This commit is contained in:
2010-04-19 00:39:46 +00:00
parent 97d90fad43
commit 6bc2eb1949
4 changed files with 57 additions and 11 deletions

View File

@@ -285,3 +285,4 @@ def compatible(module):
compatible("properties_world")
compatible("properties_material")
compatible("properties_data_mesh")
compatible("properties_texture")