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

Search results Show results as topic list.

Technical Discussion » Flip Fluid Simulation -- Spawning errant particles.

User Avatar
AhmedHindy
138 posts
Online
 Nov. 10, 2022 08:59:14
feels like a reseeding issue. try turning off reseeding on the flip solver
See full post 

Technical Discussion » Proper way to cache Pyro Volumes and write out to VDB

User Avatar
AhmedHindy
138 posts
Online
 Nov. 10, 2022 08:48:59
add a "pyro post process" and check literally everything on it except the very last field.

now compare sizes and enjoy
See full post 

Technical Discussion » Flame Life broken in H19.5?

User Avatar
AhmedHindy
138 posts
Online
 Nov. 10, 2022 08:47:19
if there is still flame then you are probably sourcing them "every frame" and they immediatly live for just this one frame before another is sourced in the next frame which is also immediately killed.

if you want to really test test, make sure to source "flame" for just one frame in SOPs before the sim and check how many frames that "single frame emission" will live on.

also maybe provide a hip file?
See full post 

Technical Discussion » Arnold 7 crashes Houdini 18.5.696 at startup

User Avatar
AhmedHindy
138 posts
Online
 Nov. 10, 2022 05:02:41
AndreasOberg
DaJuice
A shot in the dark but is it possible that it's running into issues with another 3rd party render engine enabled in your .env or packages?

That is a good idea, we also use Redshift and Octane, but I disabled them in the .env file and it still does not work. I also tried disabling Norton Antivirus to see if it was blocking it somehow.
The old Arnold 6.2 works fine though, so only 7 that does not start. No log output either.
We tested a cmd line and managed to start Arnold render by itself so Arnold itself was working.

Cheers
Andreas

update?
See full post 

Houdini Lounge » 19.5 Karma Xpu bug?

User Avatar
AhmedHindy
138 posts
Online
 Oct. 31, 2022 18:17:10
damn I am impressed, just 2 days!
See full post 

Technical Discussion » [Muscles & Tissue] How do i avoid stick to each other skin?

User Avatar
AhmedHindy
138 posts
Online
 Oct. 23, 2022 09:45:55
check the "Distance limit" on the "Sliding" tab of the "Tissure properties" SOP node.
I feel like its sliding on "nearby" surfaces which arent really that close.
try wedging a smaller value than the default.
See full post 

Houdini Lounge » Houdini 20 Rumors

User Avatar
AhmedHindy
138 posts
Online
 Oct. 23, 2022 09:43:21
1. native sparse GPU solver
2. Karma XPU pyro shader that works with scattering
3. Nvidia's Neural vdb to save 100x disk space on volume sims
4. fixes to the Layout LOP in Solaris since its quite buggy and needs some fixes for "paint brush" pscale.
See full post 

Technical Discussion » FLIP upres in SOPs bot working

User Avatar
AhmedHindy
138 posts
Online
 Oct. 12, 2022 07:20:23
hi all, using the FLIP solver SOP upressing workflow in the documentation doesnt work for a river sim. Apparently Igor Zanic managed to make it work in the H19.5 demos but I have been stuck for 3 months now.

here is a simple example of my problem:

- I am upressing from 0.2 particle separation to 0.1
- very simple setup of a box emission in the low res sim colliding over a terrain
- result of original FLUID solver is used in 4th input of the upres FLUID solver
- this is similar to the documentation example: https://www.sidefx.com/docs/houdini/fluid/sopupressing.html [www.sidefx.com]
See full post 

Technical Discussion » Solaris - Layout Node with different Variants

User Avatar
AhmedHindy
138 posts
Online
 Sept. 23, 2022 06:40:26
I was just going to ask the same thing, maybe we should try "reference" LOP -> "explore variants" -> then brushing, or using a collection after "explore variants" or something
See full post 

Houdini Lounge » Integrating Pycharm with houdini tutorial?

User Avatar
AhmedHindy
138 posts
Online
 Sept. 10, 2022 07:59:22
Ids
Here is how I got the PyCharm integration working, including autocomplete:

  1. Go to your Python Interpreter settings (in the bottom right, or File>Settings>Project>Python Interpreter).
  2. Click the gear icon in the upper right corner to show all your interpreters.
  3. In the top left corner of the new window, click the "+" button to add a new interpreter.
  4. Pick the System Interpreter and then browse to the path of your Houdini installation that has the Python executable that you want to use (2.7 vs 3.7 for example). The path probably looks something like this: C:\Program Files\Side Effects Software\Houdini 18.x.xxx\python27\python2.7.exe.
  5. After you've pressed OK in the window, you will go back to the window with the list of interpreters. Select your new interpreter and click the 5th button from the top left to "Show paths for the selected interpreter".
  6. By default it should have some paths to libraries already. However, the specific hython libs are probably not in the list, so you need to add that by pressing the "+" in the top left corner. The path should look something like this: C:\Program Files\Side Effects Software\Houdini 18.x.xxx\houdini\python2.7libs (or 3.7libs if you want to use 3.7). These libs will give you the autocomplete functionality for the HOM classes.
  7. Last but not least, for each Houdini Python project you need to set the interpreter to this new interpreter. And in order to get the autocomplete working properly, you need to import the hou module at the start of each file where you want to use it. It is as simple as import hou, and PyCharm should recognize the module from the interpreter.

From there on, you can use the hou module the same way you would inside Houdini, for example:
import hou
hou.node("../..")
or
hou.pwd().geometry()

I hope this helps! I couldn't attach pictures because that would be quite a few pictures, so I hope that my instructions are clear enough to follow. If you need any further help, feel free to reach out to me.


I keep getting this error
See full post 

Houdini Lounge » Houdini 20 Rumors

User Avatar
AhmedHindy
138 posts
Online
 Sept. 2, 2022 04:29:14
MTLX shaders for water and pyro

I cant stress this enough, but making some kind of MTLX node for those will be extremely awesome for other renderers as well, imagine redshift with the ocean spectrum or the whiteWater shader.
See full post 

Solaris and Karma » Force USD Preview Surface in OpenGL Viewer with 19.5

User Avatar
AhmedHindy
138 posts
Online
 Aug. 29, 2022 17:24:42
just found this and immediately remembered you
See full post 

Technical Discussion » FLIP sop multiple collisions

User Avatar
AhmedHindy
138 posts
Online
 Aug. 26, 2022 17:34:48
I do unlocked it so I am indeed working directly in DOPs,

speaking strictly in DOPs, how do chain multiple "volume source" DOPs set to source collision from multiple vdbs prepared in SOPs? you can't just "copy" since you are overwriting.
See full post 

Technical Discussion » FLIP sop multiple collisions

User Avatar
AhmedHindy
138 posts
Online
 Aug. 26, 2022 16:35:41
tamte
multiple Volume Source DOP nodes should work fine to combine multiple collision volumes

yeah but which operation should I choose? "copy" will override the collision, maybe "maximum" but it doesnt work with me.

also what do you mean collisions are combined in sim in DOPs either way? you think it is better to vdb merge them in SOPs before sending them to DOPs? is there a more efficient way?
See full post 

3rd Party » H19 - Render Manager

User Avatar
AhmedHindy
138 posts
Online
 Aug. 26, 2022 13:44:01
Luke Letellier
We're in the same boat. I'm wondering if Amazon has intentionally slowed its development of Deadline so that the app dies off & they can cut funding.

man did that age poorly
See full post 

Technical Discussion » FLIP sop multiple collisions

User Avatar
AhmedHindy
138 posts
Online
 Aug. 26, 2022 13:28:53
hi, I have a FLIP sop solver setup of water over a terrain, the water source is a "surface" and "vel" field from a lower res setup.
there are two dinosaurs running in the shallow water interacting with it.

How do you mix static and deforming collisions without killing performance?
- merging the collisions together into the 4th input of "FLIP collider" will vdb merge everything which is abhorrently slow but works.
- Using multiple "static colliders" DOPs is the logical solution but it simply breaks the sim internally.
- "volume source" dops are logical and the one already inside is set to "copy" to "collision" target field, copying more fields into the "collision" field wont work. I tried different operations like "maximum", "minimum", and "add".
Edited by AhmedHindy - Aug. 26, 2022 16:33:40
See full post 

Technical Discussion » Submitting several frame ranges at once to render?

User Avatar
AhmedHindy
138 posts
Online
 Aug. 25, 2022 03:55:55
I managed to make it work with "batch" node, just insert it after every rop node lol and forget it.
See full post 

Solaris and Karma » AOV output for geo/ volume Lights

User Avatar
AhmedHindy
138 posts
Online
 Aug. 24, 2022 12:38:25
hi, I got an explosion that I set
/renderables/rndr_Explosion.primvars:karma:object:treat_as_lightsource
to be "1".

Now the volume is truly emitting light, the problem now is to isolate that light to an AO, this is easy in Mantra with the setup below;
See full post 

Solaris and Karma » Component Builder Loop

User Avatar
AhmedHindy
138 posts
Online
 Aug. 20, 2022 08:09:27
stheo
Component
yeah I just posted that somewhere else. kudos for the SideFX team
See full post 

Solaris and Karma » Component Builder Variant troubles

User Avatar
AhmedHindy
138 posts
Online
 Aug. 19, 2022 21:29:16
UPDATE FIXED:

the problem was seen in 19.5.303 and apparently it got fixed last week in a daily build.

nested for-loops now work correctly (mostly with no huge errors) with component builder.
See full post 
  • First
  • 2
  • 3
  • 4
  • 5
  • 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
  • Internships
  • Contact Info
Copyright © SideFX 2025. All Rights Reserved.

Choose language