use PyDoc_STRVAR macro, so its possible to build without docstrings.

This commit is contained in:
Campbell Barton
2011-05-24 16:05:51 +00:00
parent 357ce16958
commit 15289c6048
15 changed files with 362 additions and 335 deletions

View File

@@ -34,6 +34,6 @@ with bpy.data.libraries.load(filepath) as (data_from, data_to):
with bpy.data.libraries.load(filepath) as (data_from, data_to):
data_to.meshes = data_from.meshes
# now operate directly on the loaded data
for mesh in mdata_to.meshes:
for mesh in data_to.meshes:
if mesh is not None:
print(mesh.name)