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.

Solaris and Karma » Creating collections using Python

User Avatar
AhmedHindy
138 posts
Offline
 Jan. 18, 2025 09:57:42
mtucker
You python code isn't correctly creating the CollectionAPI. To add a new collection to a prim, you need to call UsdCollecitonAPI::Apply (https://openusd.org/dev/api/class_usd_collection_a_p_i.html#a4c9c1226d01a049864cc0d437900c458). This adds the metadata to the prim indicating that the collection exists. The code you've written just creates some attributes that are associated with a collection with a particular name, but doesn't actually register the collection instance on the prim.

can you give a full example in python? I created a collection but houdini doesn't recognise it in the collections list.
See full post 

Technical Discussion » how to add bump image to material x

User Avatar
AhmedHindy
138 posts
Offline
 Jan. 15, 2025 07:19:27
how would u add float bump map to a normal map?
See full post 

PDG/TOPs » Deadline scheduler H20.5

User Avatar
AhmedHindy
138 posts
Offline
 Nov. 5, 2024 04:55:07
I am using Houdini 20.5 with a custom environment so I cant really use "inherit local environment", what Deadline Command Environment keys should I use for it to work?
See full post 

Technical Discussion » LOPs USD camera export as Alembic

User Avatar
AhmedHindy
138 posts
Offline
 Nov. 2, 2024 12:14:53
Mark Wallman
Hi. I am trying to automate the conversion of a LOPs USD camera to Alembic and export it out.

I know you can use a LOP camera import in obj and then go to file>export alembic. But is there a way I can automate this instead?

Many thanks!

Best. Mark

EDIT: well that was pretty easy.
-add a render ROP and just change the file extension to *.abc

can you elaborate on how you did it?
See full post 

Technical Discussion » Problem for select groom guide in viewport with Houdini 20.5

User Avatar
AhmedHindy
138 posts
Offline
 Oct. 28, 2024 16:40:21
williambrown
Yes, switching back to the OpenGL renderer is a good fallback for some new viewport issues
I would also try testing out a newer release, if that's possible
The newest production build is 20.5.370 and should include a fix for this issue, it looks like it was fixed in 20.5.238 specifically

the first production build is 20.5.278 which is way above 20.5.238
See full post 

Technical Discussion » Problem for select groom guide in viewport with Houdini 20.5

User Avatar
AhmedHindy
138 posts
Offline
 Oct. 26, 2024 06:03:30
you probably are using Vulkan which is quite buggy as of 20.5, switch to openGL from top menubar "edit -> preferences -> 3D viewports -> Renderer" then test again.
Edited by AhmedHindy - Oct. 26, 2024 06:03:43
See full post 

Technical Discussion » Packages not found on the farm

User Avatar
AhmedHindy
138 posts
Offline
 Oct. 10, 2024 14:37:25
adlabac
that means our HOUDINI_OTLSCAN_PATH environment literally ends with @/otls;&

eg.
@set "HOUDINI_OTLSCAN_PATH=tool_directory1;tool_directory2;@/otls;&"

A

so how did you have that @otls;& at the end, and you digured it was causing an issue so you removed it? or you didn't have it before so you finally added the @otls;& expression at the end?
See full post 

Technical Discussion » Packages not found on the farm

User Avatar
AhmedHindy
138 posts
Offline
 Oct. 9, 2024 06:55:37
adlabac
mabelzile
You could try to debug first locally to see if it's related to the shared folder (i.e. move the shared folder to a folder local to your machine).
I've tried both and it is working.
1. On my local machine set HOUDINI_PACKAGE_DIR to network share(same as farm using)
2. copied shared folder to local disk and then set HOUDINI_PACKAGE_DIR there

What do you mean by this ?
we have packages directory on the network share which is defined by HOUDINI_PACKAGE_DIR before render starts
It just means that this HOUDINI_PACKAGE_DIR environment variable was set properly before render command was started.


UPDATE:
after carefully comparing all the environments, I found the reason of the missing packages. I always thought that @/otls;& endings in HOUDINI_OTLSCAN_PATH were only needed within houdini.env and not supposed it is working in .bat files.

Now errors disappeared.


I have the same issue on farm, can you elaborate? launching houdini with a batch file with "HOUDINI_PACKAGE_DIR" set will work, but when I submit it to deadline farm suddenly thats an invalid package folder, even tho the farm is working normally with that drive.
See full post 

Technical Discussion » Presence of geo nodes slows down popnet caching

User Avatar
AhmedHindy
138 posts
Offline
 Oct. 3, 2024 04:09:41
This isn't about visiblity. You probably do an object merge or reference the alembics somewhere else that involves the sim node tree. If you still cant find the issue then sharing a hipfile will help to debug
See full post 

Solaris and Karma » Geometry Clip Sequence Lop or how to handle large data

User Avatar
AhmedHindy
138 posts
Offline
 April 1, 2024 20:05:17
what is the recommended way for deadling with a sequence of heavy animation .usd files that I need to layer over the static .usd file.
for anim I am caching only points and velocities while the static has the bulk of the data.
geoclip sequence is slow for me but I am using 20.0.547, should I upgrade or it wont matter if I am dealing with .usd files not .bgeo?
See full post 

Technical Discussion » Hou.putenv Error

User Avatar
AhmedHindy
138 posts
Offline
 March 11, 2024 05:34:09
I am using hou.putenv and it doesnt get saved with the scene. I can confirm the hscript method works. thanks.
See full post 

Technical Discussion » Digital Assets Versioning Workflow

User Avatar
AhmedHindy
138 posts
Offline
 Feb. 29, 2024 11:06:06
any updates on which system implemented in the end?
I am in the same dilemma and dont know how to forced update hdas and run cleaning up scripts
See full post 

Technical Discussion » How to link Multiparms between HDA and its child nodes?

User Avatar
AhmedHindy
138 posts
Offline
 Feb. 26, 2024 12:21:11
tamte
the link will be set up automatically if you promote the parms by draging the "Number Of Filters" parm into Type Properties window Parameters/Existing Parameters section

or from Parameters/Create Parameters/From Nodes section into the Parameters/Existing Parameters section
this works good and all, but I am creating a custom file cache which has 2 TOP nets inside like the regular Labs file cache. it should have the 'wedging' multiparm linked to both 'TOPnet Cache' and 'TOPnet display' at the same time. I tried doing it exactly like labs file cache but it can only link one multiparm inside with the outside one.
See full post 

Technical Discussion » How to import a USD asset with material to SOP?

User Avatar
AhmedHindy
138 posts
Offline
 Feb. 23, 2024 12:46:02
willlinks
Thanks for the reply, jsmack!
In that case, I guess I just need to extract the textures from the usd material and assign in SOP.
did you manage to create a script for that?
See full post 

Technical Discussion » Guide capture and deform artifacts

User Avatar
AhmedHindy
138 posts
Offline
 Jan. 23, 2024 12:45:24
any updates?
See full post 

Technical Discussion » New 18.499 Guide Deform Issues

User Avatar
AhmedHindy
138 posts
Offline
 Dec. 31, 2023 10:42:54
same issue. any updates?
See full post 

PDG/TOPs » mqserver standalone (service) - is there a way to avoid the second (managing) job on farm?

User Avatar
AhmedHindy
138 posts
Offline
 Dec. 14, 2023 09:07:55
+1
See full post 

PDG/TOPs » Deadline concurrent tasks for MQ server?

User Avatar
AhmedHindy
138 posts
Offline
 Dec. 14, 2023 09:06:55
I am using permanent static MQserver.exe on a windows deadline farm for the past 6 months. suddenly 2 weeks ago, submitting Artist machines are failing to connect to it using the same ip address and ports. All Artist machines fail at the same time and the only solution is to restart the mqserver.
I pinged the ports from artist machines and they seem open, but houdini can't connect without restarting.

I cant find a solution to this since there are barely any forums posts about it.
See full post 

Technical Discussion » Multiple 456.py scripts

User Avatar
AhmedHindy
138 posts
Offline
 Dec. 12, 2023 10:44:10
any updates?
See full post 

Technical Discussion » Stop me if you've heard this one before: 'module' object has no attribute 'foo'

User Avatar
AhmedHindy
138 posts
Offline
 Dec. 6, 2023 09:09:56
+1
See full post 
  • First
  • 1
  • 2
  • 3
  • 4
  • 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