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 11 posts.

Search results Show results as topic list.

Rigging » KineFX Elephant Setup (2022)

User Avatar
wayward
12 posts
Offline
 Aug. 29, 2024 04:51:25
Thank you! I will take a look.

Pete
See full post 

Rigging » KineFX Elephant Setup (2022)

User Avatar
wayward
12 posts
Offline
 Aug. 16, 2024 18:52:12
I really like the KineFX (pre-APEX) elephant setup https://www.youtube.com/watch?v=shGXQxx8du8 [www.youtube.com] presented by Esther Trilsch.

I've been attempting to convert this elephant setup over to a human - and I'm close but there are few problems.

I thought I'd ask and see if anyone has already done it with KineFX (no APEX). It'd be good to look at.

I want to make it work with KineFX. I need to stay in Houdini 20.0 (project can not upgrade to H20.5). Please don't suggest to me to use the superior APEX system.

Actually I'd really like to study any (pre-APEX) KineFX human setup.

Pete
See full post 

Houdini Indie and Apprentice » HDK Warning: GUI_PrimClusterMeshHook

User Avatar
wayward
12 posts
Offline
 July 14, 2024 01:35:14
I disabled redshift via the houdini.env.
Started H20.5 (not loading a file) and I get.

HDK Warning: GUI_PrimClusterMeshHook and GUI_PrimClusterMeshHook have the same priority (0)
HDK Warning: GUI_PrimClusterMeshHook and GUI_PrimClusterMeshHook have the same priority (1)
See full post 

Houdini Indie and Apprentice » HDK Warning: GUI_PrimClusterMeshHook

User Avatar
wayward
12 posts
Offline
 July 12, 2024 13:35:44
I'm getting this warning when loading at H20 scene into H20.5

HDK Warning: GUI_PrimClusterMeshHook and GUI_PrimClusterMeshHook have the same priority (0)
HDK Warning: GUI_PrimClusterMeshHook and GUI_PrimClusterMeshHook have the same priority (1)
HDK Warning: GUI_PrimClusterMeshHook and GUI_PrimClusterMeshHook have the same priority (0)
HDK Warning: GUI_PrimClusterMeshHook and GUI_PrimClusterMeshHook have the same priority (0)
HDK Warning: GUI_PrimClusterMeshHook and GUI_PrimClusterMeshHook have the same priority (1)
HDK Warning: GUI_PrimClusterMeshHook and GUI_PrimClusterMeshHook have the same priority (1)

Can not find any info on this. I am having problems rendering (with Redshift) though. Is it related - no idea.

Any ideas?

Pete
See full post 

Houdini Indie and Apprentice » usdmaterialpath within SOP Modify

User Avatar
wayward
12 posts
Offline
 March 28, 2024 00:21:14
Here's the simple/basic code to get the usd path. This is in a Python SOP inside a SOP Modify node. This is after a Material Library and Assign Material.

node = hou.pwd()
geo = node.geometry()

prims = geo.prims()
for primN in prims:
val = primN.attribValue('usdmaterialpath')
print( 'val', val )
See full post 

Houdini Indie and Apprentice » usdmaterialpath within SOP Modify

User Avatar
wayward
12 posts
Offline
 March 26, 2024 14:18:40
Within a SOP_Modify I'm using a python node to access the usdmaterialpath attribute of imported geo. This gives me the material path as a lop/usd path (/materials/materialName).

I would like to access that material (within this SOP_Modify) to query a few parameters of that material.

How do I resolve that path to that node within a SOP_Modify? How do I access that LOP material node's attributes via python within a SOP_Modify?

Thanks for any help.
See full post 

Solaris and Karma » skip rendered frames?

User Avatar
wayward
12 posts
Offline
 Jan. 12, 2023 12:51:32
I would also really like a 'Skip Rendered Frames' option added to husk. Simple idea but very useful.

Pete
See full post 

Solaris and Karma » Houdini/Solaris lights color cycling

User Avatar
wayward
12 posts
Offline
 Sept. 8, 2022 07:07:15
Another excellent approach. Thanks j00ey!

For any of these methods would I need to export a usd frame range sequence to get the animated values or are the expressions preserved in the usd file?

I'm going to test it both ways but I thought I'd ask to help confirm results.

Pete
See full post 

Solaris and Karma » Houdini/Solaris lights color cycling

User Avatar
wayward
12 posts
Offline
 Sept. 8, 2022 00:25:09
This is very helpful. Thank you goldleaf!

Pete
See full post 

Solaris and Karma » Houdini/Solaris lights color cycling

User Avatar
wayward
12 posts
Offline
 Sept. 7, 2022 14:02:33
This might be a very basic question - but I'm stuck.

In Solaris I have set up lights. I want to cycle the light colors over time.

Is there a way to set up a ramp/cycle for the Color on the Base Properties tab that will affect lights?

I see Light Filters on the Base Properties tab. That seems to work to tint lights for Karma. But it doesn't affect the lights for Redshift.

What's the best way to animate the light color that will work with Karma/Redshift/etc?

Anyone know of a tutorial or documentation to explain how to do this?

Thanks!
Pete
See full post 

Houdini Indie and Apprentice » Karma licence changes

User Avatar
wayward
12 posts
Offline
 Dec. 1, 2019 14:38:15
I'm having the same problem. Seems to be related to USD activities (though my testing is still early).

I understand that it's a bug but are there conditions that flipping from an Indie Edition to a Non-Commercial Edition would happen normally?
Edited by wayward - Dec. 2, 2019 07:02:32
See full post 
  • 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
  • Sales Inquiry
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