A new version of Cineversity has been launched. This legacy site and its tutorials will remain accessible for a limited transition period

Visit the New Cineversity
   
 
Can’t get CV interactive morph tag to work
Posted: 09 October 2015 01:53 PM   [ Ignore ]  
Total Posts:  9
Joined  2014-12-25

Hello,
after setting up poses using names of poly selection tags as shown on the video, nothing happens when I start clicking around. I tried setting up poses with the _+y/_-y tuple only as well as poses that have _+x/_-x tuple but it just doesn’t seem to react at all. I’m running the latest version of the scrip and I’m Mac OS with R17 Studio


Here’s the error I get on the console when I click something

test >>> test_+y_50
Traceback (most recent call last):
  File “‘Interaction Tag’”, line 226, in mouseDown
  File “‘Interaction Tag’”, line 104, in yFind
  File “‘Interaction Tag’”, line 54, in formatMorphID
ValueError: invalid literal for int() with base 10: ‘(400’


Regards,
Ihab

Profile
 
 
Posted: 09 October 2015 05:28 PM   [ Ignore ]   [ # 1 ]  
Total Posts:  10
Joined  2006-06-27

Hey Ihab, thanks for checking it out. Sorry to hear it’s giving you issues. Is there any way you could post the scene file somewhere?

Profile
 
 
Posted: 09 October 2015 06:48 PM   [ Ignore ]   [ # 2 ]  
Total Posts:  10
Joined  2006-06-27

Thanks for that Ihab, I’ve fixed the issue. Well get the fix out ASAP.

Profile
 
 
Posted: 10 October 2015 12:56 AM   [ Ignore ]   [ # 3 ]  
Total Posts:  9
Joined  2014-12-25

Hi Andy,
Sorry, I didn’t really save any scenes since I couldn’t get things to work. I’m glad you were able to find the problem. Out of interest, I know the issue was the string to int function since the index had a “(” in it…was it the remapping on line 51?

Regards,
Ihab

Profile
 
 
Posted: 18 October 2015 02:17 PM   [ Ignore ]   [ # 4 ]  
Total Posts:  9
Joined  2014-12-25

Hello again,
I just downloaded the fix and there is still a bug on line 8(of the tag embedded script), it’s missing a ‘#’. Otherwise the script now works. Thanks Andy!

Profile