Forgot your password?   Click here   •   No account yet?   Please Register    •   Or login using  
EN Login
SideFX Homepage
  • Products
    • What's New in H20.5
      • Overview
      • VFX
      • Copernicus
      • Animation
      • Rigging
      • Lookdev
    • Houdini
      • Overview
      • FX Features
      • CORE Features
      • Solaris
      • PDG
    • Houdini Engine
      • Overview
      • Engine Plug-Ins
      • Batch
    • Karma Renderer
    • Compare
    • SideFX Labs
    • Partners
  • Industries
    • Film & TV
    • Game Development
    • Motion Graphics
    • Virtual Reality
    • Synthetic Data for AI/ML
  • Community
    • Forum
    • News Feed
      • Overview
      • Project Profiles
      • Houdini HIVE Events
      • Contests & Jams
    • Gallery
    • Event Calendar
    • User Groups
    • Artist Directory
  • Learn
    • Tutorials
      • Overview
      • My Learning
      • Learning Paths
      • Tutorial Library
    • Content Library
    • Tech Demos
    • Talks & Webinars
    • Education Programs
      • Overview
      • Students
      • Instructors
      • Administrators
      • List of Schools
      • Resources
  • Support
    • Customer Support
    • Licensing
      • Overview
      • Commercial
      • Indie
      • Education
    • Help Desk | FAQ
    • System Requirements
    • Documentation
    • Changelog / Journal
    • Report a Bug/RFE
  • Try | Buy
    • Try
    • Buy
    • Download
    • Contact Info
 
Advanced Search
Forums Search
Found 329 posts.

Search results Show results as topic list.

Technical Discussion » Copernicus compute ambient occulision of Geometry

User Avatar
protozoan
1796 posts
Offline
 March 3, 2025 11:15:41
I tried an idiot's implementation of this, it definitely works (the occlusion is white in this case).

Edit: Had forgotten to attach the hip. This one is against self, with a little bias. Would need to be nice-ified.
Edited by protozoan - March 3, 2025 13:03:37
See full post 

Technical Discussion » Swimming noise with attribute VOP

User Avatar
protozoan
1796 posts
Offline
 Feb. 20, 2025 10:17:32
Hi,

you must feed the rest position into your noise instead of P, check the attached hip file.

*Edit: Oops, post was too slow
Edited by protozoan - Feb. 20, 2025 10:18:11
See full post 

Houdini Lounge » Is there a shortcut to "insert node between two nodes"?

User Avatar
protozoan
1796 posts
Offline
 Feb. 16, 2025 09:39:06
The only way I know how to do this specific thing (disclaimer: I sometimes do not know things) is to not select the node you want it inserted after, but to right click on its output, which opens the tab-menu, select or type subdivide, and then press enter twice.

So no keyboard only method.
See full post 

Technical Discussion » How to: Camera Look At Primitive in Solaris?

User Avatar
protozoan
1796 posts
Offline
 Dec. 25, 2024 10:51:31
There are probably many ways to do this, here's one:

Stick your point position into a detail attribute (in SOPs), that automatically ends up in a primvar after the sopcreate.
Then add an Xform, and after that you put the previously stored primvar onto the xform as a translation.

Then you point the camera's look-at to the xform, and not the primitive where the position came from.

You also may want to cache this, which I have not done in this example (see attached).
See full post 

Technical Discussion » Seek help! I would like to know the correct way to use "karm

User Avatar
protozoan
1796 posts
Offline
 Dec. 22, 2024 10:00:32
This is expected behavior.

You can do it like this: Put a generic file name into the point cloud file parameter, like pcloud.0001.bgeo.sc

Append a edit material properties LOP after your material library.
Point its primpattern to your point cloud reader primitive, for example /materials/karmamaterial/kma_pcread1/

Press the "Create parameters" button, the parameters of that primitive will now appear underneath and can be modified.

Modify the point cloud file parameter to include the frame token, like pcloud.$F4.bgeo.sc

If you look at it in the geometry spreadsheet, you can now see that when you move on the timeline it will correctly update the primitive parameter.

A simplistic example file is attached.
See full post 

Houdini Lounge » ZOOM on tracked camera

User Avatar
protozoan
1796 posts
Offline
 Dec. 12, 2024 16:26:22
If by "zoom" you mean in the viewport only, without changing the actual render output (for example to see something you edit bigger and more clearly): On the left side of the viewport, there is a 'view' icon (small camera icon), if you right click that, you can change the mode from "3D camera" to "2D pan and zoom" which lets you zoom and pan around in the view as needed.
See full post 

Houdini Lounge » Did the daily builds of 20.5 stop or change log stopped upd?

User Avatar
protozoan
1796 posts
Offline
 Nov. 22, 2024 08:04:49
If I had to guess I'd say that someone accidentally yanked the plug out of the wall that updates the changelog
See full post 

Solaris and Karma » How to preview a materialx node?

User Avatar
protozoan
1796 posts
Offline
 Nov. 6, 2024 07:35:14
Select the node, press "X", and it will create a visualizer that overrides surface.
See full post 

Solaris and Karma » Can I render rounded edges in Karma XPU?

User Avatar
protozoan
1796 posts
Offline
 Nov. 1, 2024 16:37:02
The vop is called "Karma rounded edge", in Houdini 20.5.

You will find it when you are inside a Karma Material Builder.

The output of this goes into the "normal" input of the mtlxstandard_surface.
See full post 

Technical Discussion » Multi-socket EPYC System can't reach above 50% load

User Avatar
protozoan
1796 posts
Offline
 Oct. 22, 2024 15:03:09
One thing you should consider throwing some more money at is your memory. You got 64gb per socket, that's.. not great. You will likely run into trouble if you really put some parallel load on this box.
See full post 

Technical Discussion » At which frame particle is generated?

User Avatar
protozoan
1796 posts
Offline
 Oct. 16, 2024 09:29:18
You multiply age by the FPS rate and that's your age in frames. Something like this:

floor(@age * (1 / @TimeInc));
Edited by protozoan - Oct. 16, 2024 09:29:33
See full post 

Solaris and Karma » Karma is very slow ?

User Avatar
protozoan
1796 posts
Offline
 Sept. 23, 2024 15:10:29
If you can, post the scene file? So that others may dissect it and give hints on possible setting tweaks.
See full post 

Solaris and Karma » KARMA MatX BUILDER / Auto build your textures ( wip )

User Avatar
protozoan
1796 posts
Offline
 Sept. 17, 2024 15:03:29
I would (strongly) recommend a different name. Because people might mix it up wit the official Karma Material Builder menu entry.
See full post 

Solaris and Karma » Mtlx Normal missing the vector input in 20.5.332?

User Avatar
protozoan
1796 posts
Offline
 Sept. 4, 2024 14:08:57
Is it remotely possible that you're mixing up mtlxnormal with mtlxnormalmap?
See full post 

Solaris and Karma » How to set dielectric priority for nested dielectrics?

User Avatar
protozoan
1796 posts
Offline
 Aug. 20, 2024 07:46:55
I *think* (someone correct me if I'm wrong) that the whole dielectric priority functionality isn't MTLX, but Karma-specific.

So you'll find it only in the Karma material builder.
There you can set them on the Karma Material Properties VOP, Shading section.
See full post 

Technical Discussion » VEX: colormap and rawcolormap bugged?!

User Avatar
protozoan
1796 posts
Offline
 Aug. 15, 2024 17:20:23
If you have a windows client, often your network shares are mounted to a drive letter like "Z:\path\to\texture\sausage.rat". A UNC path works like this: "\\servername\path\to\textures\sausage.rat" (without the quotes)
See full post 

Technical Discussion » VEX: colormap and rawcolormap bugged?!

User Avatar
protozoan
1796 posts
Offline
 Aug. 15, 2024 15:50:25
If it's a windows client and the network drive is an SMB share, one might try an UNC path.

For some people, this has helped in the past with certain access issues.
See full post 

Houdini Lounge » Topaz Plugin warning at launch of 20.5.313?

User Avatar
protozoan
1796 posts
Offline
 Aug. 1, 2024 16:49:42
Houdini 20.5 (Copernicus specifically) can digest OpenFX plugins, and when OpenFX plugin paths are set in the environment where it launches, it will try to touch them.
See full post 

Technical Discussion » Node info window on Fedora

User Avatar
protozoan
1796 posts
Offline
 July 18, 2024 07:59:31
Can you share some details about your window manager setup? Are you by any chance using wayland with the xwayland-compatibility layer to get X functionality?
See full post 

Technical Discussion » Flakes in copernicus ?

User Avatar
protozoan
1796 posts
Offline
 July 12, 2024 05:53:56
You can simply use sops for that.

Put down a grid with 2 rows, 2 columns, scatter some points, stick that into a voronoi fracture, add an enumerate sop, set it to primitives and the attribute name to "index".

Make a copnet, put down a sop import and point it to your grid, stick the output of that into a rasterize geo cop, add an output type ID, and set the name to index.
Done.

Edit: attached a small demo hip.
Edited by protozoan - July 12, 2024 06:08:48
See full post 
  • First
  • 1
  • 2
  • 3
  • 4
  • Last
  • Quick Links
Search links
Show recent posts
Show unanswered posts
PRODUCTS
  • Houdini
  • Houdini Engine
  • Houdini Indie
LEARN
  • Talks & Webinars
  • Education Programs
SUPPORT
  • Customer Support
  • Help Desk | FAQ
  • Documentation
  • Report a Bug/RFE
LEGAL
  • Terms of Use
  • Privacy Policy
  • License Agreement
  • Accessibility
  • Responsible Disclosure Program
COMPANY
  • About SideFX
  • Careers
  • Press
  • Internships
  • Contact Info
Copyright © SideFX 2025. All Rights Reserved.

Choose language