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
    • Help Desk | FAQ
    • System Requirements
    • Documentation
    • Changelog / Journal
    • Report a Bug/RFE
  • Try | Buy
    • Try
    • Buy
    • Download
    • Contact Info
 
Advanced Search
Forums Search
Found 511 posts.

Search results Show results as topic list.

Houdini Indie and Apprentice » My File Does Not Match Tutorial?

User Avatar
eetu
606 posts
Offline
 Nov. 10, 2014 16:00:57
You had set your birth rate to 0.1, which equals 1 particle every 10 seconds. With that birth rate you never had more than one particle emitted - so no curve.
See full post 

Technical Discussion » Quantifying illuminance

User Avatar
eetu
606 posts
Offline
 Nov. 10, 2014 15:52:51
I suppose the light buffers are luminance not illuminance.
For very simple cases you should be able to build your own shader with an illuminance loop [sidefx.com] and output the raw incoming values, but it will most probably become unwieldy when multiple bounces and such come into play.
For a more modern solution I could imagine a custom bsdf [sidefx.com] that would always bounce all light back to camera, but that's not trivial. Dunno if you could sidestep the multiple bounces issue with labels [sidefx.com]..?

All in all, I don't see a simple solution - but maybe someone has a clever trick up their sleeves
See full post 

Houdini Indie and Apprentice » Broken attribute queries (Pivot + $CEX,Y,Z)

User Avatar
eetu
606 posts
Offline
 Nov. 10, 2014 15:33:46
I guess it might be both

Something really is fishy there; the pivot actually is at the centroid if you rotate it, but it shows as zero in the UI. Even the ch() reference to it seems borked, yes.

The detail version works if your expression reference is right, see attached. Direct reference works if you use centroid() expression instead of the local variable.
See full post 

Houdini Indie and Apprentice » Pyro inside static object not working

User Avatar
eetu
606 posts
Offline
 Nov. 9, 2014 15:07:06
There were two problems. The Blast SOP made your source geo to not have any real volume, so there was not really much fuel being inserted to your sim. Secondly, pyro always uses the volume collision in the collider object, even though you had selected surface collisions, and the default settings resulted in a solid muzzle.
See full post 

Technical Discussion » how to get at curvature?

User Avatar
eetu
606 posts
Offline
 Oct. 22, 2014 13:27:33
SamHancock
Does anybody know how to make a local variable if one doesn't exist (without creating another attribute).

Looks like one can just create a “varmap” string detail attribute and give it a value “curvature -> CURVATURE” and it works..
See full post 

Technical Discussion » Smoke container delete resize_container node warning.

User Avatar
eetu
606 posts
Offline
 Oct. 21, 2014 05:46:42
If there are some expression references breaking up, you could just disable the resize node instead of deleting it.
See full post 

Technical Discussion » can digita asset don't pack all to one node?

User Avatar
eetu
606 posts
Offline
 Oct. 14, 2014 10:35:07
Also, you can just select a sequence of nodes and drag them to the shelf - it creates a button for you. When you press the button, it recreates those same nodes.
See full post 

Technical Discussion » Mantra surface normal bump

User Avatar
eetu
606 posts
Offline
 Oct. 13, 2014 08:41:27
Yes, normal maps are a pain in Houdini at the moment.
If you post your hip file and an image of what the head should look like, we could take a peek..
See full post 

SI Users » copy per primitive (Polygon)

User Avatar
eetu
606 posts
Offline
 Oct. 10, 2014 17:37:40
Sounds like PolyFrame SOP?
See full post 

Houdini Lounge » Save groups into seperate files

User Avatar
eetu
606 posts
Offline
 Oct. 7, 2014 08:08:23
You could do use a File SOP inside a ForEach SOP set to run over each group. Set the filename to use stamps(“..”, “FORVALUE”,0) to name the obj according to group.
See full post 

SI Users » Houdini Into Production - what features lacks

User Avatar
eetu
606 posts
Offline
 Sept. 30, 2014 03:36:05
SreckoM
Would love to see LSCM unwrap and scaling and packing of UVs.

There is this old thing http://www.fourthwall.ndo.co.uk/HT_HDK_UVunwrapLSCM.html [fourthwall.ndo.co.uk]
and corresponding thread http://forums.odforce.net/topic/6002-lscm-texture-unwrapping/ [forums.odforce.net]

And relating other stuff http://www.fourthwall.ndo.co.uk/HT_HDK.html [fourthwall.ndo.co.uk]

Not very plug-n-play though..
See full post 

Houdini Indie and Apprentice » how to get the largest circle inside a convex shape

User Avatar
eetu
606 posts
Offline
 Sept. 29, 2014 13:46:29
How about visiting the sister thread at odforce?
http://forums.odforce.net/topic/20968-how-to-get-the-largest-circle-inside-a-concave-shape/ [forums.odforce.net]
See full post 

Houdini Indie and Apprentice » Very simple use of Connect Adjacent Pieces does not work

User Avatar
eetu
606 posts
Offline
 Sept. 28, 2014 14:53:24
Just out of interest, what is your driver/card combo? (I presume Nvidia)
See full post 

Houdini Indie and Apprentice » Very simple use of Connect Adjacent Pieces does not work

User Avatar
eetu
606 posts
Offline
 Sept. 28, 2014 07:28:27
I've had that lately as well. Try creating another obj and selecting that, I've seen the selected object disappear lately. Or try opengl 2.1 or rendering.

http://forums.odforce.net/topic/20921-all-geometry-suddenly-appear-transparent-in-the-viewport/ [forums.odforce.net]
See full post 

Houdini Indie and Apprentice » Very simple use of Connect Adjacent Pieces does not work

User Avatar
eetu
606 posts
Offline
 Sept. 28, 2014 06:40:11
Hello again,

A bit hard to say what's wrong as I'm not sure what is the exact effect you're aiming for. At least the search radius was a bit low, plus the ForEach is a bit redundant, as each execution loop is identical.
See full post 

Technical Discussion » how delete all my group?

User Avatar
eetu
606 posts
Offline
 Sept. 26, 2014 11:36:33
Group SOP -> Edit tab -> Delete tab -> Group parameter, enter “*”
See full post 

Technical Discussion » script : change parameter value on condition

User Avatar
eetu
606 posts
Offline
 Sept. 25, 2014 12:50:27
This should be pretty straightforward, maybe share your scene so we can better advise?
See full post 

Houdini Indie and Apprentice » Houdini Apprentice Crashing

User Avatar
eetu
606 posts
Offline
 Sept. 25, 2014 01:34:03
If you first installed VC9 and then VC11, maybe some of the running houdini/licence services did not get overwritten, and are still VC9?
See full post 

Technical Discussion » Flip elasticity node gone?

User Avatar
eetu
606 posts
Offline
 Sept. 24, 2014 09:59:59
You need to set up strain forces for your fluid, check the attached for a quick example.
See full post 

Technical Discussion » importing molecular data gPDB and PDB format

User Avatar
eetu
606 posts
Offline
 Sept. 24, 2014 04:39:59
This is very interesting stuff!

At one point I started on PDB importer of my own, I hooked up BioPython and thought to use its PDB parsing functionality.

Then the Houdini gpdb came out and I got side-sidetracked to another sidetrack and it's been gathering dust since..

Anyway, the BioPython documentation might offer some additional insights into the format: http://biopython.org/DIST/docs/tutorial/Tutorial.html#sec156 [biopython.org]

Looking forward to your progress here!
See full post 
  • First
  • 4
  • 5
  • 6
  • 7
  • 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
  • Sales Inquiry
LEGAL
  • Terms of Use
  • Privacy Policy
  • License Agreement
  • Accessibility
  • Responsible Disclosure Program
COMPANY
  • About SideFX
  • Careers
  • Press
  • T-Shirt Store
  • Internships
  • Contact Info
Copyright © SideFX 2025. All Rights Reserved.

Choose language