Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Krupa <kroopson@wp.pl>2011-12-09 16:53:39 +0400
committerMichael Krupa <kroopson@wp.pl>2011-12-09 16:53:39 +0400
commitb7fd7a03f778b4231a517270ebdb8e1b36b2a090 (patch)
treec1d25e614fc909abc3033cceba4cda1e10cd551a /io_anim_nuke_chan/import_nuke_chan.py
parent2a79b350e8543d25d71e0c55fae2ec3805a85c9e (diff)
Fixed the last 2 bugs. Ready for release.
Diffstat (limited to 'io_anim_nuke_chan/import_nuke_chan.py')
-rw-r--r--io_anim_nuke_chan/import_nuke_chan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_anim_nuke_chan/import_nuke_chan.py b/io_anim_nuke_chan/import_nuke_chan.py
index aa534a97..ed8528ab 100644
--- a/io_anim_nuke_chan/import_nuke_chan.py
+++ b/io_anim_nuke_chan/import_nuke_chan.py
@@ -105,7 +105,7 @@ def read_chan(context, filepath, z_up, rot_ord, sensor_width, sensor_height):
camera.sensor_fit = 'HORIZONTAL'
camera.sensor_width = sensor_width
camera.sensor_height = sensor_height
- camera.angle_y = radiansfloat(data[7])
+ camera.angle_y = radians(float(data[7]))
camera.keyframe_insert("lens")
filehandle.close()