Hiya
Thanks Rob, definitely simpler than I thought it was, I had the Configure prim working, I just wasn't sure how to add the collision approximation.
Found 185 posts.
Search results Show results as topic list.
Solaris and Karma » Adding Schemas to multiple primitives
-
- JasonSlab
- 1535 posts
- Offline
Solaris and Karma » Adding Schemas to multiple primitives
-
- JasonSlab
- 1535 posts
- Offline
Hi hi
I'm trying to figure out the best solution to add "PhysicsCollisionAPI" data to multiple primitives/meshes for Unreal Engine exports.
Is there a easy way to use `lopinputprims('.', 0)` on the Inline USD LOP?
Or do I have to figure out a python solution of sorts?

Thanks
J
I'm trying to figure out the best solution to add "PhysicsCollisionAPI" data to multiple primitives/meshes for Unreal Engine exports.
Is there a easy way to use `lopinputprims('.', 0)` on the Inline USD LOP?
Or do I have to figure out a python solution of sorts?
Thanks
J
Solaris and Karma » Karma XPU clamped materials?
-
- JasonSlab
- 1535 posts
- Offline
tamtebriansSince SideFX is trying to be compatible with MtlX it's the best to conform to the specs? (I'm not sure how it's defined there)
So the question is...
- should XPU behave like CPU and allow albedo/basecolor to go above 1.0?
- or stay the way it is
Or submit a proposal of what would be the ideal way
Then there is highest chance that CPU, XPU will produce similar renders not only between each other but also among other renderers using the same MtlX shader networks
This is the way!
Solaris and Karma » Hair Procedural random ID's
-
- JasonSlab
- 1535 posts
- Offline
o wow, thanks for this Chris!
Yip agreed, simplifying creating random samples would be great!
Yip agreed, simplifying creating random samples would be great!
Solaris and Karma » Hair Procedural random ID's
-
- JasonSlab
- 1535 posts
- Offline
O thanks man, pitty there isn't a option on the procedural, at least I wasn't missing something obvious..
Yeah I figured there would be some interpolation issues, and would end up in a sort of clumped look, but was curious to try.
Pity the hair shader doesn't have a bit more control for randomization, I'm using the Diffuse component, which doesn't randomize.
Guess one could always send off some RFE's
Yeah I figured there would be some interpolation issues, and would end up in a sort of clumped look, but was curious to try.
Pity the hair shader doesn't have a bit more control for randomization, I'm using the Diffuse component, which doesn't randomize.

Guess one could always send off some RFE's
Solaris and Karma » Hair Procedural random ID's
-
- JasonSlab
- 1535 posts
- Offline
Hi
I'm trying to assign random colours to the hair procedural, but not having much luck.
I've already randomized the id's at SOP level since I couldn't figure this out at shader level. no MtlX randomize?
What should I add in the PrimVarReader? "id" works on the guides render, but doesn't seem to on the procedural.
I did add "id" to the Attributes to Copy on the Hair procedural, but not sure how to access this from the shader?
Thanks
J
guides

render
I'm trying to assign random colours to the hair procedural, but not having much luck.
I've already randomized the id's at SOP level since I couldn't figure this out at shader level. no MtlX randomize?
What should I add in the PrimVarReader? "id" works on the guides render, but doesn't seem to on the procedural.
I did add "id" to the Attributes to Copy on the Hair procedural, but not sure how to access this from the shader?
Thanks
J
guides
render
PDG/TOPs » Read animated camera?
-
- JasonSlab
- 1535 posts
- Offline
tamte
If you want to avoid python you can probably also import camera channels to CHOPs, create point per sample and read using Channel SOP to SOPs then bring as workitems with attributes to TOPs and collect into one CSV
EDIT: actually CHOPs .chan files are already sort of CSV or more like TSV files
So you can probably directly use ROP Fetch TOP to render Channel ROP
Ahh great ideas, I was looking at CHOPs yesterday, but got sidetracked after seeing the only output was bclip or chan, didn't think of bringing that data into TOPs!
thanks man!

J
PDG/TOPs » Read animated camera?
-
- JasonSlab
- 1535 posts
- Offline
tamteheya
I'd say yes, since you can use Python Processor or Python Script to do the exporting using Python
Yip I figured as much, I was hoping there was a easier solution out there.
Time to brush off those old python cobwebs. :S
J
PDG/TOPs » Read animated camera?
-
- JasonSlab
- 1535 posts
- Offline
Hi
Is there a way to save out a animated cameras transforms to a CSV or json file via TOPs?
thx
Jason
Is there a way to save out a animated cameras transforms to a CSV or json file via TOPs?
thx
Jason
Houdini Lounge » Reducing Mantra rendering speeds
-
- JasonSlab
- 1535 posts
- Offline
Yip, defiantly convert your textures to RAT for starters.
One on the big render-time killers is displacement bounds that are to large, if you have verbose level on, Mantra will output a warning in the console how much your geo is displaced. you can adjust according to this. Or another easy way is to make your displacement bounds really low, until you start to see black tearing holes in your render, then increase it a little at a time till the holes disappear.
One on the big render-time killers is displacement bounds that are to large, if you have verbose level on, Mantra will output a warning in the console how much your geo is displaced. you can adjust according to this. Or another easy way is to make your displacement bounds really low, until you start to see black tearing holes in your render, then increase it a little at a time till the holes disappear.
Technical Discussion » Undirected particle turbulence
-
- JasonSlab
- 1535 posts
- Offline
Houdini Lounge » Houdini 18 Sneak Peak
-
- JasonSlab
- 1535 posts
- Offline
jarenas
I have a bad feeling about Karma, I don't think it will be available as an output renderer in H18, only as a viewport renderer..
Karma can render directly to disk.
PDG/TOPs » Converting UDIMs with rop composite
-
- JasonSlab
- 1535 posts
- Offline
Great, thanks for the info , I will look into using a generic generator for this then.
PDG/TOPs » Converting UDIMs with rop composite
-
- JasonSlab
- 1535 posts
- Offline
chrisgreb
Can you use iconvert instead of ROP Composite ?
Hi I ran a quick test using iconvert via command line, this works on the files.
Guess I could run this through a python script in TOPs?
PDG/TOPs » Converting UDIMs with rop composite
-
- JasonSlab
- 1535 posts
- Offline
Hi
Banging my head against the wall here, I'm trying to convert a bunch of EXR's that have UDIM numbers to .RAT's but they just come out black.
It seems that that the PDG/ROP composite is seeing the UDIMs as frame numbers? If I remove the UDIM padding my setup works.
What I noticed is that if I set to ROP Composite Override frame to 1001, it starts to work, however if the UDIMs aren't in a perfect sequence, so 1001, 1002, 1010, 1011… it works up until the gap in the “sequence” then the rest of the files come out black.
Original files look like this:
char_basecolor.1001.exr
char_basecolor.1002.exr
char_basecolor.1003.exr
etc..
Any Ideas?
Sorry can't share a hip.
I'm also using a python script to remove the extension from the filename, so I don't end up with the output file looking like this:
char_basecolor.1003.exr.rat
Banging my head against the wall here, I'm trying to convert a bunch of EXR's that have UDIM numbers to .RAT's but they just come out black.
It seems that that the PDG/ROP composite is seeing the UDIMs as frame numbers? If I remove the UDIM padding my setup works.
What I noticed is that if I set to ROP Composite Override frame to 1001, it starts to work, however if the UDIMs aren't in a perfect sequence, so 1001, 1002, 1010, 1011… it works up until the gap in the “sequence” then the rest of the files come out black.
Original files look like this:
char_basecolor.1001.exr
char_basecolor.1002.exr
char_basecolor.1003.exr
etc..
Any Ideas?
Sorry can't share a hip.
I'm also using a python script to remove the extension from the filename, so I don't end up with the output file looking like this:
char_basecolor.1003.exr.rat
Edited by JasonSlab - 2019年7月4日 06:36:28
Houdini Lounge » The Houdini Boutique - T-shirts and Hoodies
-
- JasonSlab
- 1535 posts
- Offline
rmageehmm, I don't see a PDG t-shirt… just saying!
Actually we have moved on to a new service as our official swag store: https://shop.spreadshirt.com/thehoudiniboutique/ [shop.spreadshirt.com]
Technical Discussion » vex help: connect prims based off attribute?
-
- JasonSlab
- 1535 posts
- Offline
Technical Discussion » vex help: connect prims based off attribute?
-
- JasonSlab
- 1535 posts
- Offline
Dam Tomas, works like a charm, thanks so much!
Just curious, what is the “\” for in the sprintf? seems to work without it..
I wish I could plug my brain into yours and suck our some of that knowledge!
J
Just curious, what is the “\” for in the sprintf? seems to work without it..
I wish I could plug my brain into yours and suck our some of that knowledge!

J
Technical Discussion » vex help: connect prims based off attribute?
-
- JasonSlab
- 1535 posts
- Offline
Hi guys/gals
I'm having some issues trying to figure our how to connect prims together, but only to connect from one prim to another based off an levels attribute, so, connect level0 > level1, level1 > level2 and so on. At the moment I still get connections between say level0 and level3.
Prob missing something simple here..

thx
J
I'm having some issues trying to figure our how to connect prims together, but only to connect from one prim to another based off an levels attribute, so, connect level0 > level1, level1 > level2 and so on. At the moment I still get connections between say level0 and level3.
Prob missing something simple here..
thx
J
Technical Discussion » Vellum hair: constraint orientation in DOPS
-
- JasonSlab
- 1535 posts
- Offline
Hi
Does anyone know if there is a way to constrain hair or cloth(as far as I remember you cant?) to get the same behaviour as using Pin to Animation>Orient Type
ame as Position at DOPs level? For example I would like to constrain leaves to branches.
Thanks
J
Does anyone know if there is a way to constrain hair or cloth(as far as I remember you cant?) to get the same behaviour as using Pin to Animation>Orient Type

Thanks
J
-
- Quick Links