Search found 107 matches
- Sun Aug 07, 2022 9:29 am
- Forum: Using MOPs
- Topic: Move Along Curve Falloff Issue
- Replies: 2
- Views: 18
Re: Move Along Curve Falloff Issue
Hi there, This is an ancient tutorial and not at all indicative of the current tools, as you've seen. If you want to see some examples of how you can use Move Along Spline, I'd recommend checking out the example file "move_along_spline_1.5.hip" that's included in the installation. The key parameters...
- Tue Aug 02, 2022 7:32 am
- Forum: Bug Reports
- Topic: MOPS_Transform unexpected behavior
- Replies: 2
- Views: 72
Re: MOPS_Transform unexpected behavior
MOPs Plus isn't yet compatible with Python 3.9. To use Plus with Houdini 19.5, install a Python 3.7 build of Houdini 19.5 and it should work.
- Wed Jun 22, 2022 12:05 pm
- Forum: Using MOPs
- Topic: How to read point attrs in MOPs Transform Modifier's vexpression?
- Replies: 2
- Views: 293
Re: How to read point attrs in MOPs Transform Modifier's vexpression?
Without having Houdini in front of me, there's one thing I'd check for. Since you mentioned you merged two Instancers together... you'll probably need to regenerate the i@id attribute to prevent duplicates. You can use the Enumerate SOP or a point wrangle with the expression i@id=@ptnum to do this. ...
- Wed Jun 08, 2022 7:21 am
- Forum: Using MOPs
- Topic: Can I load a scene with MOPS nodes into a Houdini without MOPS installed?
- Replies: 4
- Views: 365
Re: Can I load a scene with MOPS nodes into a Houdini without MOPS installed?
Yeah, embedded nodes can be unlocked and edited like any other HDAs. It's generally not something you want to lean on too hard, only because then your definitions might not be the same from scene to scene and this could be a pain to deal with later on. This doesn't apply to MOPs Plus nodes btw... th...
- Wed Jun 08, 2022 7:03 am
- Forum: Using MOPs
- Topic: Can I load a scene with MOPS nodes into a Houdini without MOPS installed?
- Replies: 4
- Views: 365
Re: Can I load a scene with MOPS nodes into a Houdini without MOPS installed?
You would need to embed the MOPs node definitions into your hip files if you wanted to submit them to a farm that doesn't have MOPs.
https://www.sidefx.com/docs/houdini/ass ... html#embed
https://www.sidefx.com/docs/houdini/ass ... html#embed
- Mon Mar 07, 2022 11:20 am
- Forum: Using MOPs
- Topic: Issue using two spring modifiers
- Replies: 6
- Views: 1760
Re: Issue using two spring modifiers
Happy to help! If you have any other comments or suggestions about MOPs, feel free to reach out to me here, by email, or on the MOPs Discord.
- Mon Mar 07, 2022 10:39 am
- Forum: Using MOPs
- Topic: Issue using two spring modifiers
- Replies: 6
- Views: 1760
Re: Issue using two spring modifiers
The Spring Modifier is freaking out in this case because on the first frame of the simulation, there aren't any objects due to the Blast SOP deleting all points greater than the falloff threshold. If you move that Blast to after the second Spring Modifier, the scene should work normally. Spring Modi...
- Mon Mar 07, 2022 8:19 am
- Forum: Using MOPs
- Topic: Issue using two spring modifiers
- Replies: 6
- Views: 1760
Re: Issue using two spring modifiers
Any chance you could post a quick hip file that demonstrates the problem?
- Wed Dec 22, 2021 9:25 am
- Forum: Bug Reports
- Topic: camera blender causing Segmentation fault
- Replies: 2
- Views: 1631
Re: camera blender causing Segmentation fault
If you've just recently upgraded to Houdini 19, my guess is that you're using a Python 2 build of MOPs Plus. Try installing a Python 3 build and see if that works better. Let me know if it works!
- Wed Nov 10, 2021 8:19 am
- Forum: Using MOPs
- Topic: Why can't Houdini open the hip file of github?
- Replies: 12
- Views: 11386
Re: Why can't Houdini open the hip file of github?
That's certainly a possibility, but unfortunately I can't help you with that. You could always try installing an Apprentice / non-commercial license and see if that works better for you.