Skip to content
This repository was archived by the owner on May 21, 2018. It is now read-only.

Commit

Permalink
Merge pull request #716 from hansonrobotics/duration_fix
Browse files Browse the repository at this point in the history
Removing default duration from kfanimation node
  • Loading branch information
vytasrgl authored May 9, 2017
2 parents 31b371f + a132f48 commit fb64532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/client/modules/performances/entities/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ define(['application', 'backbone', 'lib/api', 'jquery', 'supermodel'],
kfanimation: {
label: 'KF Animation',
properties: ['kfanimation', 'fps', 'blender_mode'],
defaultValues: {blender_mode: 'no', fps: 24, duration: 1}
defaultValues: {blender_mode: 'no', fps: 24}
},
speech: {
label: 'Speech',
Expand Down

0 comments on commit fb64532

Please sign in to comment.