Page MenuHome

export_x3d_background_fix_2.patch

export_x3d_background_fix_2.patch

--- export_x3d.py 2012-11-10 19:42:53.000000000 +0100
+++ export_x3d.py 2012-11-12 05:47:27.000000000 +0100
@@ -1333,9 +1333,9 @@
# Blend Gradient
elif blending == (True, False, False):
fw(ident_step + 'groundColor="%.3f %.3f %.3f, %.3f %.3f %.3f"\n' % (grd_triple + mix_triple))
- fw(ident_step + 'groundAngle="1.57, 1.57"\n')
+ fw(ident_step + 'groundAngle="1.57"\n')
fw(ident_step + 'skyColor="%.3f %.3f %.3f, %.3f %.3f %.3f"\n' % (sky_triple + mix_triple))
- fw(ident_step + 'skyAngle="1.57, 1.57"\n')
+ fw(ident_step + 'skyAngle="1.57"\n')
# Blend+Real Gradient Inverse
elif blending == (True, False, True):
fw(ident_step + 'groundColor="%.3f %.3f %.3f, %.3f %.3f %.3f"\n' % (sky_triple + grd_triple))
@@ -1349,9 +1349,9 @@
# Blend+Real+Paper - komplex gradient
elif blending == (True, True, True):
fw(ident_step + 'groundColor="%.3f %.3f %.3f, %.3f %.3f %.3f"\n' % (sky_triple + grd_triple))
- fw(ident_step + 'groundAngle="1.57, 1.57"\n')
+ fw(ident_step + 'groundAngle="1.57"\n')
fw(ident_step + 'skyColor="%.3f %.3f %.3f, %.3f %.3f %.3f"\n' % (sky_triple + grd_triple))
- fw(ident_step + 'skyAngle="1.57, 1.57"\n')
+ fw(ident_step + 'skyAngle="1.57"\n')
# Any Other two colors
else:
fw(ident_step + 'groundColor="%.3f %.3f %.3f"\n' % grd_triple)

File Metadata

Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0b/ca/568851387ac2c84202128ef94e83

Event Timeline