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

Search results Show results as topic list.

Technical Discussion » Agents with Point Animation

User Avatar
cwhite
685 posts
Offline
 Nov. 10, 2023 11:12:40
zakkatara
Just gotta work out how to link kinefx skeletons to an agent...
You can use the Agent from Rig SOP for that - there's a helpcard example with a full example of the workflow
See full post 

Technical Discussion » Agents with Point Animation

User Avatar
cwhite
685 posts
Offline
 Nov. 9, 2023 17:32:15
You can also do blendshape deformation with agents, so that could be an option depending on what you need
See full post 

Technical Discussion » Crowd transition help

User Avatar
cwhite
685 posts
Offline
 Nov. 6, 2023 11:38:08
It depends on the workflow you want, but you don't necessarily need to have a separate state for each clip. E.g. if you turn on the Randomize Clips option on the Crowd State DOP, agents can randomly choose a clip from the distribution you specify, and then you only have one state to manage
See full post 

Technical Discussion » Crowd prep issue

User Avatar
cwhite
685 posts
Offline
 Oct. 19, 2023 17:01:08
This was a bug that was fixed already for H20 - I've backported this for tomorrow's build (19.5.774)
See full post 

Technical Discussion » [CROWD] - Look at jittering issue

User Avatar
cwhite
685 posts
Offline
 Sept. 29, 2023 10:58:06
The settings on the crowd solver's Look At tab might be more important to examine - those parameters control how the skeleton is adjusted to follow the target
See full post 

Technical Discussion » [AGENT] - Deleting existing clip

User Avatar
cwhite
685 posts
Offline
 Sept. 18, 2023 14:35:35
I think the only way to do this is in Python via hou.AgentDefinition
If there is a good use case for this please RFE adding it to the Agent Clip SOP. I haven't come across many use cases for needing to do this, especially since the clip library is delay-loaded from disk.
See full post 

Technical Discussion » RBD Center of Mass

User Avatar
cwhite
685 posts
Offline
 July 27, 2023 15:15:42
The default behaviour is to compute the COM on the first simulation frame, so you probably need to turn off Compute Center of Mass (the 'computecom' point attribute)
See full post 

Technical Discussion » custom crowd trigger node

User Avatar
cwhite
685 posts
Offline
 July 12, 2023 13:15:28
Can you attach an example of your HDA? This approach should work for letting a custom HDA act as a trigger
See full post 

Technical Discussion » Why popinteract is not longer backcompatible with H19x??

User Avatar
cwhite
685 posts
Offline
 June 14, 2023 13:51:26
I still see a Position Force and Velocity Force parameter on POP Interact in 19.5 ..
I'm not sure why you would not be seeing that, perhaps you have a custom version of the HDA that's being used instead?
See full post 

Solaris » Optimal alembic to USD?

User Avatar
cwhite
685 posts
Offline
 May 10, 2023 17:26:11
USD has a file format plugin for Alembic files, so you could try just loading the file directly in LOPs?
See full post 

Technical Discussion » Collision Geo changes Bullet Solver behaviour

User Avatar
cwhite
685 posts
Offline
 April 6, 2023 09:44:31
I don't recall if this was added in 19.0 or in 19.5, but the correct approach would be to use the "Use This Object's Data" toggle and just set the data name to "ConstraintGeometry", which will use the ConstraintGeometry subdata of each object the solver is applied to

The $OBJID appraoch doesn't work because this isn't evaluated separately for each object
See full post 

Technical Discussion » Houdini crowds and USD workflow

User Avatar
cwhite
685 posts
Offline
 March 8, 2023 13:03:47
That could be something to submit to support if possible, since it might need some investigation or to see what exactly your setup for the USD export is doing
See full post 

Technical Discussion » Houdini crowds and USD workflow

User Avatar
cwhite
685 posts
Offline
 March 1, 2023 14:32:24
Older USD versions didn't support instanceable references for skinned characters, so if another program isn't handling that you could use a Configure Primitive LOP to remove the 'instanceable' setting for the SkelRoot prim references
See full post 

Solaris » Solaris - SopModify geo disappearing after polyreducing

User Avatar
cwhite
685 posts
Offline
 Feb. 8, 2023 17:21:43
In the scene graph tree there is a /sopmodify3/Mesh0 prim overlaid, which means that you're not overlaying the modifications over the original prims and the name / path attribute is being lost
I'm guessing that's happening from the remesh, since the input geometry has a path attribute that disappears after the file cache?

In the sopmodify that is updating the path attribute, there are still some prims that have an empty path if you look in the geometry spreadsheet
See full post 

Technical Discussion » Crowd USD workflow Maya-Houdini-Maya

User Avatar
cwhite
685 posts
Offline
 Feb. 3, 2023 15:46:51
I didn't see your SOP Import settings in the .hip file, but I think you just need to enable the Subset Groups toggle and set it to * if you want to import all of the prim groups back to USD geometry subsets (see attached file)
See full post 

Technical Discussion » Usd crowd agent scaling

User Avatar
cwhite
685 posts
Offline
 Feb. 1, 2023 09:44:55
I think either should be okay - the main thing to check, if you're using the crowd solver, is the 'pscale' attribute value which affects the size of the bounding sphere used for avoidance
See full post 

Technical Discussion » Attempt to read from actively streamed attribute P?

User Avatar
cwhite
685 posts
Offline
 Jan. 30, 2023 11:27:16
In this case, if you're not actually needing to write to P you can remove it from the "Attributes to Create" list

If you did actually need to write to it, changing the POP wrangle inputs to "Myself" instead of "Myself (no reads of outputs)" would normally be the solution here, since you can't safely read from an attribute on other points in the geometry that is also being written to when multithreading is involved. But that doesn't work here because you're using a string path that happens to be the same as the geometry being modified ("op:/obj/crowd_sim:crowdobject/Geometry") rather than the 0/1/2/3 or @OpInput0 etc inputs
See full post 

Houdini Indie and Apprentice » GlueAdjacent not in my rigid shelf tools

User Avatar
cwhite
685 posts
Offline
 Jan. 20, 2023 16:22:04
The Glue Adjacent tool wouldn't have worked with the RBD solver since it creates constraint networks For the RBD solver I think you'd have to use the Glue to Object parameter on the RBD Object DOP to set up the old-style glue
See full post 

Solaris » Crowd layer workflow with usd

User Avatar
cwhite
685 posts
Offline
 Jan. 20, 2023 16:18:27
USD variants would be a possible encoding, yes. Currently SOP Import creates a multi-reference since an agent primitive (as of 19.0) can have an arbitrary number of layers assigned to it
See full post 

Houdini Indie and Apprentice » GlueAdjacent not in my rigid shelf tools

User Avatar
cwhite
685 posts
Offline
 Jan. 20, 2023 10:00:00
If you have the static object's geometry in SOPs, with a name attribute assigned, then tools like RBD Constraints from Rules, or even just Connect Adjacent Pieces, can be used to create constraints between your fractured object and the static object
See full post 
  • First
  • 1
  • 2
  • 3
  • 4
  • Last
  • / 18
  • Quick Links
Search links
Show recent posts
Show unanswered posts
PRODUCTS
  • Houdini
  • Houdini Engine
  • Houdini Indie
LEARN
  • Learning Paths
  • Tutorials
  • Talks & Webinars
  • Schools & Training
  • 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
  • Press
  • T-Shirt Store
  • Careers
  • Internships
  • Contact Us
Copyright © SideFX 2023. All Rights Reserved.

Choose language