|
|
|
@ -66,7 +66,7 @@ class ExportOperator(bpy.types.Operator):
|
|
|
|
|
|
|
|
|
|
"envmap_method": (EnumProperty, {"name": "Environment Maps", |
|
|
|
|
"description": "Environment Map Settings", |
|
|
|
|
"items": [("skip", "Don't Export EnvMaps", "Environment Maps are not exported (the age runs faster)"), |
|
|
|
|
"items": [("skip", "Don't Export EnvMaps", "Environment Maps are not exported"), |
|
|
|
|
("dcm2dem", "Downgrade Planar EnvMaps", "When the engine doesn't support them, Planar Environment Maps are downgraded to Cube Maps"), |
|
|
|
|
("perengine", "Export Supported EnvMaps", "Only environment maps supported by the selected game engine are exported")], |
|
|
|
|
"default": "dcm2dem"}), |
|
|
|
|