Jump to content

How to refresh motionfx export references when they get outdated?


magneto

Recommended Posts

Hi,

 

I have a SOP that uses motionfx. They are in a geometry node called geo1, which is inside subnet1. SO everything works correctly. Then I cut geo1 and put it directly under obj, and motionfx stops working.

 

Is there a way to fix this? I updated motionfx nodes by removing subnet1/ but nothing changed.

 

I can't change the SOP parameter that uses motionfx because it just says "Overridden ...". There is no expression.

 

Is this a locked out thing in Houdini?

 

 

Thanks :)

Link to comment
Share on other sites

you need to fix Export Prefix as well

I assume that your chopnet was in geo1 as well and by cutting it out one level you probably need to change it from ../../../.. to ../../.. so that it again points to main object level from where the channel path is valid

or instead you can as well just change Export Prefix directly to /obj

Edited by anim
  • Like 1
Link to comment
Share on other sites

if you cut something and paste Houdini doesn't assume what you probably want to do as the node from the clipboard is completely independent and any connections after pasting with objects already existing in the scene are made only when they are valid without any alteration, which makes sense and I don't think this is the case when you want it to be trying to be smart

 

however, if you extract content of your subnet, you want it to be smart which is yet not completely

while Houdini is in that case indeed smart enough to update Export Prefix as you would expect, it doesn't update names of the channels since they contain part of the path as well, so that would be some room for improvement, however it may be a bit tricky to track such dependencies as it really only depends on Export Prefix + Channel Names on the node that actually does the exporting, while channel names can be flowing in from various places

Edited by anim
  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...