Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Issue 41 in cortex-vfx: IECoreHoudini.FnProceduralHold er.setParameterised() doesn't update the category, class and version menu.
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
cortex-...@googlecode.com  
View profile  
 More options Apr 13 2011, 3:16 am
From: cortex-...@googlecode.com
Date: Wed, 13 Apr 2011 07:16:18 +0000
Local: Wed, Apr 13 2011 3:16 am
Subject: Issue 41 in cortex-vfx: IECoreHoudini.FnProceduralHolder.setPara meterised() doesn't update the category, class and version menu.
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-IECoreHoudini

New issue 41 by danbeth...@gmail.com:  
IECoreHoudini.FnProceduralHolder.setParameterised() doesn't update the  
category, class and version menu.
http://code.google.com/p/cortex-vfx/issues/detail?id=41

If you set the procedural on an ieProceduralHolder node in Houdini using  
the IECoreHoudini.FnParameterisedHolder function set it doesn't update the  
menu selection correctly... but the rest of the parameter interface is fine.

>>> n = hou.obj("/obj/geo1").createNode( "ieProceduralHolder" )
>>> fn = IECoreHoudini.FnProceduralHolder( n )
>>> cl =  
>>> IECore.ClassLoader.defaultProceduralLoader().load( "sphereProcedural"  
>>> )()
>>> fn.setParameterised( cl )

A hacky workaround is to then set the class and version explicitly...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
cortex-...@googlecode.com  
View profile  
 More options Apr 13 2011, 12:24 pm
From: cortex-...@googlecode.com
Date: Wed, 13 Apr 2011 16:24:47 +0000
Local: Wed, Apr 13 2011 12:24 pm
Subject: Re: Issue 41 in cortex-vfx: IECoreHoudini.FnProceduralHolder.setPara meterised() doesn't update the category, class and version menu.

Comment #1 on issue 41 by andrewk....@gmail.com:  
IECoreHoudini.FnProceduralHolder.setParameterised() doesn't update the  
category, class and version menu.
http://code.google.com/p/cortex-vfx/issues/detail?id=41

This is actually the expected behaviour. If you call setParameterised  
directly from an instance of a class, there isn't an associated className  
and classVersion. You can instead use

>>> fn.setProcedural( "sphereProcedural" )

and the menus should update appropriately. IECoreMaya has the same  
behaviour (though no className menu to make it as obvious).

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
cortex-...@googlecode.com  
View profile  
 More options Apr 13 2011, 11:18 pm
From: cortex-...@googlecode.com
Date: Thu, 14 Apr 2011 03:18:27 +0000
Local: Wed, Apr 13 2011 11:18 pm
Subject: Re: Issue 41 in cortex-vfx: IECoreHoudini.FnProceduralHolder.setPara meterised() doesn't update the category, class and version menu.

Comment #2 on issue 41 by danbeth...@gmail.com:  
IECoreHoudini.FnProceduralHolder.setParameterised() doesn't update the  
category, class and version menu.
http://code.google.com/p/cortex-vfx/issues/detail?id=41

Ah ok, that makes sense. Thanks for the info!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
cortex-...@googlecode.com  
View profile  
 More options Apr 13 2011, 11:22 pm
From: cortex-...@googlecode.com
Date: Thu, 14 Apr 2011 03:22:29 +0000
Local: Wed, Apr 13 2011 11:22 pm
Subject: Re: Issue 41 in cortex-vfx: IECoreHoudini.FnProceduralHolder.setPara meterised() doesn't update the category, class and version menu.
Updates:
        Status: WontFix

Comment #3 on issue 41 by danbeth...@gmail.com:  
IECoreHoudini.FnProceduralHolder.setParameterised() doesn't update the  
category, class and version menu.
http://code.google.com/p/cortex-vfx/issues/detail?id=41

(No comment was entered for this change.)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »