Skip to content

Commit

Permalink
Minor updates to gimp importer by Aditia from #blendercoders
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanQdo committed Apr 2, 2013
1 parent 4eb1a9b commit f396898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions io_import_gimp_image_to_scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def Make3DLayer (Name, NameShort, Z, Coords, RenderLayer, LayerMode, LayerOpacit
# Object
bpy.ops.mesh.primitive_plane_add(view_align=False,
enter_editmode=False,
rotation=(0, 0, pi))
rotation=(0, 0, 0))

bpy.ops.object.transform_apply(location=False, rotation=True, scale=False)

Expand Down Expand Up @@ -595,7 +595,7 @@ class GIMPImageToScene(bpy.types.Operator):
LayerOffset = FloatProperty(name="Layer Separation",
description="Distance between each 3D Layer in the Z axis",
min=0,
default=0.01)
default=0.50)

LayerScale = FloatProperty(name="Layer Scale",
description="Scale pixel resolution by Blender units",
Expand Down

0 comments on commit f396898

Please sign in to comment.