Forgot your password?   Click here   •   No account yet?   Please Register    •   Or login using  
EN Login
SideFX Homepage
  • Products
    • What's New in 19.5
      • Overview
      • Solaris
      • Karma
      • Character FX
      • Pyro FX
      • FLIP Fluids
    • Houdini
      • Overview
      • FX Features
      • CORE Features
      • Solaris
      • Houdini Indie
    • Houdini Engine
      • Overview
      • Engine Plug-Ins
      • Batch
    • PDG
      • Overview
      • FAQ
    • 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
    • HEX Interview Show
  • Learn
    • Getting Started
    • 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 143 posts.

Search results Show results as topic list.

Technical Discussion » Dual 3090s vs one 4090

User Avatar
caesar
143 posts
Offline
 Jan. 11, 2023 18:00:47
https://www.clxgaming.com/ [www.clxgaming.com]

I think the configurator only allows the single 4090 because no motherboards support 2 yet. that's why I asked about the dual 3090s; they can support that.
See full post 

Technical Discussion » Dual 3090s vs one 4090

User Avatar
caesar
143 posts
Offline
 Jan. 11, 2023 17:44:51
I'm looking to pull the trigger on a new rig and have the option for a single 4090Ti or dual 3090Tis. Which would be the best option for Karma GPU rendering?
See full post 

Houdini Indie and Apprentice » vex can't update detail attribute when referencing itself.

User Avatar
caesar
143 posts
Offline
 March 7, 2022 15:41:50
Awesome - thank you
See full post 

Houdini Indie and Apprentice » vex can't update detail attribute when referencing itself.

User Avatar
caesar
143 posts
Offline
 March 6, 2022 13:02:03
this does work inside of the solver sop, but when attempting to change the condition while running, it doesn't seem to work. I need to conditionally update this attribute depending on another attribute:

if(detail(0,"spin",0)==1)
{
    f@currZrot += 1;
}

if I stop and reset the simulation, it works, but not while running if I change the "spin" attribute to "0"
Edited by caesar - March 6, 2022 13:02:31
See full post 

Houdini Indie and Apprentice » vex can't update detail attribute when referencing itself.

User Avatar
caesar
143 posts
Offline
 March 6, 2022 11:48:01
Why doesn't this vex code work? I'm simply trying to increment a detail float value by 1 for every frame irrespective of what frame it's on. "currZrot" should always only increment when the frame is incremented (not decremented)

attribute wrangle set to run over "Detail".
"currZrot" is a detail attribute.

float curvalue = detail(0,"currZrot",0);
setdetailattrib(0,"currZrot",curvalue+1, "set");
See full post 

Houdini Indie and Apprentice » Imported FBX keyframes

User Avatar
caesar
143 posts
Offline
 March 2, 2022 22:00:33
I'm not sure if this is even possible, but is there a way to extract the keyframes from an FBX animation? Basically I thought I could download some FBX animations from Mixamo, then tweak the keyframes - but it seems the keyframes don't show up in the animation editor? Or am I waaaay of and this isn't how FBX works?
See full post 

Houdini Indie and Apprentice » Get point at position...

User Avatar
caesar
143 posts
Offline
 Jan. 12, 2022 16:51:13
I'm trying to find a way to locate a point from another point using intersect or raycasting. Do these functions only work on polys?

Say I have point @{0,0,0}
I want to look for the nearest point at relative direction {1,0,0}

What's the best way?
See full post 

Houdini Indie and Apprentice » VDB points with all interior polys connected

User Avatar
caesar
143 posts
Offline
 Jan. 11, 2022 12:40:51
Yes this works - thank you
See full post 

Houdini Indie and Apprentice » VDB points with all interior polys connected

User Avatar
caesar
143 posts
Offline
 Jan. 11, 2022 11:30:39
Hi - What is the best way to create a geo with all interior filled/connected polygons?

To test I'm trying to use copy on a grid, then was going to write some vex to connect the copies. Is there a simpler way to do this?

I'll need it to be more than just a box (like a pig head - second image), too - basically any shape with all interior connected polys.
See full post 

Houdini Indie and Apprentice » Houdini Indie + Karma + gpu render farm

User Avatar
caesar
143 posts
Offline
 Oct. 30, 2021 13:03:50
Does Karma support network rendering across GPUs/XPU for Houdini indie? or any version of Houdini?
Edited by caesar - Oct. 30, 2021 13:04:57
See full post 

Technical Discussion » Karma optional parameters - Render tab

User Avatar
caesar
143 posts
Offline
 Aug. 3, 2020 20:10:37
Awesome thank you!
See full post 

Technical Discussion » Karma optional parameters - Render tab

User Avatar
caesar
143 posts
Offline
 Aug. 3, 2020 17:06:20
Hey there. How do I add or where do I find the Render settings at the geometry node level for Karma? I see them for Mantra such as: “Render Points as Spheres”, but obviously changing that setting has no influence in Karma. Currenly my points are being rendered as giant spheres in Karama and I cannot find the setting to change it.

Thank you!
See full post 

Houdini Lounge » Animation clip editor

User Avatar
caesar
143 posts
Offline
 Nov. 23, 2017 12:28:34
Hi guys and Happy Thanksgiving.

Does anyone know if SideFX has any plans to have an animation clip editor like Softimage or Maya where you can organize, reuse and blend animations easily? Otherwise I'm just going to write one because I think that's one of the missing things that will put Houdini over-the-top in the animation department.

Thanks,
Caesar
See full post 

Technical Discussion » Assemble node and packed prims

User Avatar
caesar
143 posts
Offline
 Sept. 21, 2017 19:39:02
Hi there.

How would I get an .FBX out of the packed primitives in the image attached? So far, it doesn't seem the @path that's provided even exists when I navigate with the object picker.

Thanks guys,
Caesar
See full post 

Technical Discussion » MPlay question

User Avatar
caesar
143 posts
Offline
 July 30, 2017 10:17:31
Hello,

The flipbook is not saving previous renders. In the same MPlay window (without closing it) if I render from different ROPs, the previous renders get overwritten; is this by design or is there a switch somewhere to keep all renders in MPlay irrespective which ROP it's coming from?

Thanks!
Caesar
Edited by caesar - July 30, 2017 10:25:13
See full post 

Technical Discussion » MPlay with COPs and ROPs

User Avatar
caesar
143 posts
Offline
 March 25, 2017 13:30:28
Hi guys,

I'm trying to get all renders to go to a single instance of MPlay, but rendering from a ROP OpenGL node and then rendering from a Composite node (both nodes are inside the same ROP network) are rendering to different instances of MPlay - is this by design?

Thanks,
Caesar
See full post 

Technical Discussion » Python file padding issue

User Avatar
caesar
143 posts
Offline
 March 21, 2017 21:16:55
Thank you again though for helping. I appreciate it a lot.
See full post 

Technical Discussion » Python file padding issue

User Avatar
caesar
143 posts
Offline
 March 21, 2017 21:12:25
Hi ok I figured it out. You have to escape the “$” like this:

hou.parm('/obj/global/textb').set(“obj001_001.\$F3.png”)

Thanks!! You led me down the right path
See full post 

Technical Discussion » Python file padding issue

User Avatar
caesar
143 posts
Offline
 March 21, 2017 21:06:34
hmmm. What I've done was “Edit parameter interface” of a Null named “global”, then added a string parameter named “textb”. The result of my python call is not the same result as yours(the “$F4”), my result is the expanded string (“001”). FYI the python call is in the Post-Render Script of an OpenGL ROP; not sure if that matters. (i tried adding screenshots but it wouldn't take)
Edited by caesar - March 21, 2017 21:07:09
See full post 

Technical Discussion » Python file padding issue

User Avatar
caesar
143 posts
Offline
 March 21, 2017 20:21:05
Hi I'm not sure what you mean - the result I'm getting is not the desired result. I wish for the result in the text string box to be:
obj001_001.$F3.png
See full post 
  • First
  • 1
  • 2
  • 3
  • 4
  • Last
  • / 8
  • Quick Links
Search links
Show recent posts
Show unanswered posts
PRODUCTS
  • Houdini
  • Houdini Engine
  • PDG
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