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

Search results Show results as topic list.

Technical Discussion » digital assets and its inputs

User Avatar
sanostol
559 posts
Offline
 Oct. 8, 2022 04:34:53
@Tomas
Thanks Tomas, I guessed it it hdk territory, good to know.

@SWest
I don't want to recreate the reference lop, just the functionality of the inputs for a completely different node
See full post 

Technical Discussion » digital assets and its inputs

User Avatar
sanostol
559 posts
Offline
 Oct. 7, 2022 06:09:16
hello,
first, is it possible to create inputs for a own digital assets that look like the inputs of the reference lop,
one input for a single node and a input for multiple connections?



and what does the "is reference" check box in the type properties page under inputs/outputs mean? I can not tell the difference.



thanks
Martin
See full post 

Technical Discussion » Open Gl ROP: Fatal Error

User Avatar
sanostol
559 posts
Offline
 Sept. 14, 2022 06:35:30
hi, not sure if this is might be You problem as well, but I had to start the dispatcher service on the local system account, as windows does not allow access to the gpu otherwise. they changed this behavior in windows some time ago.
You can try it by stopping the service in the service manager and the start it manual on Your machine, so it runs with Your user rights. it is not optimal but there for us there was no way to run opengl captures with on the renderclient running as a service
maybe it works for You as well
See full post 

Technical Discussion » Wood RBD sim Unstable with Constraints

User Avatar
sanostol
559 posts
Offline
 Sept. 13, 2022 10:33:08
just had a quick look into Your file, and the rbd cluster node has "fuse cluster pieces" on. this results in bad collision geometry. there are no separate packed pieces anymore per cluster so the packed object creates a convex shape for all elements of a cluster resulting in intersecting geometry, this might cause the problems.
to see the problem use the exploded view node as source of the rbd packed to separate the clusters and turn on show guide geometry

for the wood constraints You also could try the soft constraints, as they allow the wood to bend before it breaks.
Edited by sanostol - Sept. 13, 2022 10:42:50
See full post 

Solaris » Volumes and Volumevisualisation

User Avatar
sanostol
559 posts
Offline
 Dec. 18, 2021 14:08:44
Is there a way to display volumes in solaris/houdiniogl with the same fidelity as in obj/sop view

When importing from sops the volvis attributes get transferred as well, but when loading from file every thing is lost.
In sops at least the volvis data is loaded form file.
I try to shift all to lops from dops, even preview playblasts, but a decent viewport/playblast is very important, as the houdini viewport delivers amazing quality with volumes and pyro fx

thanks
Martin
See full post 

Technical Discussion » Karma as a "normal" renderer

User Avatar
sanostol
559 posts
Offline
 Oct. 22, 2021 06:42:54
where to start....

- a clean and elegant way to build Your render setups
- nodes for render setups, so You can easily test different settings
- usd advantages when writing usd. no more bottlenecks in ifd generation, prior to rendering
- much faster startup on rendering



just to name some
Edited by sanostol - Oct. 22, 2021 06:45:16
See full post 

Technical Discussion » Karma as a "normal" renderer

User Avatar
sanostol
559 posts
Offline
 Oct. 22, 2021 05:06:31
as far as I know karma is bound to usd. give it a try, You can dive very deep, but You also can stay in shallow waters and it still will benefit You greatly.
See full post 

Solaris » Solaris/usd and vdbs, slow to write out

User Avatar
sanostol
559 posts
Offline
 Oct. 5, 2021 02:40:54
Cool, thanks again for this
See full post 

Solaris » Solaris/usd and vdbs, slow to write out

User Avatar
sanostol
559 posts
Offline
 Oct. 4, 2021 15:56:47
Thank You Michal, that would be my next step, but the departments, that use our stuff need vdbs as well. we are kind of sitting between to chairs . maybe it makes sense to run both exports on the farm.



much appreciated
Martin
See full post 

Solaris » Solaris/usd and vdbs, slow to write out

User Avatar
sanostol
559 posts
Offline
 Oct. 4, 2021 03:12:52
I use the volumeLOP to load it into solaris
See full post 

Solaris » Solaris/usd and vdbs, slow to write out

User Avatar
sanostol
559 posts
Offline
 Oct. 2, 2021 08:49:12
Hello,
I want to write usds that have volumes and this takes quite some time, compared to abc references.
There is not any additional data in the resulting usda file, for example bounds. just the samples and the file path.
is there any way to speed this up. the rest is more or less immediately written to disk

thank You
Martin
See full post 

Houdini Lounge » (de)activating nodes via parameter interface

User Avatar
sanostol
559 posts
Offline
 Feb. 21, 2021 05:56:35
Maybe something like this, drag'n'drop nodes into the node string parameter field and press on or off
it is a hdanc otl, so it will turn Your session into a non commercial one. But it should not take long to rewrite it as normal hda
Edited by sanostol - Feb. 21, 2021 05:56:53
See full post 

Houdini Lounge » (de)activating nodes via parameter interface

User Avatar
sanostol
559 posts
Offline
 Feb. 20, 2021 14:50:10
Hi
the function to bypass a node in python is:
hou.node("/obj/geo/node").bypass(1) to set it inactive and hou.node("/obj/geo/node").bypass(0) to activate it again.
What You would need is basically a list of nodes that You can iterate over to activate/deactivate.

You can create for example shelf scripts in houdini and use this here, but to create a tool, that does not need more work all the time to adjust it, it does need some more effort.
- How do You want to maintain that list ( picking, typing )?
- Where does the list live? ( global, on a node in a network )?
- What happens if You delete or copy a node that is in the list?
- Does the tool manage nodes in one network or do You want to control other networks as well?

When You interest stays in one network, the group window in the network editor is probably Your best option.

After all this You have to ask: Is it worth it If You need a just a quick tool to get it done I guess the node group window is Your friend. If You want to get into Python and the hou thing. Go for it, this is a good exercise. There are a some places where You can place Your tools. You can create a Node that holds the functionality or the shelf.
The advantage of a node is You get a parameter interface, where You could store Your list as a string attribute and it is a perfect place for code and buttons as well.

I hope I could help
See full post 

Technical Discussion » Python States: Dynamic Parameters?

User Avatar
sanostol
559 posts
Offline
 Jan. 14, 2021 11:13:32
Thanks for clarifying.
See full post 

Technical Discussion » Python States: Dynamic Parameters?

User Avatar
sanostol
559 posts
Offline
 Jan. 13, 2021 08:36:49
Thank You.
.
Edit: Maybe I'm missing this, but I can not see a way to build menu entries from scratch in the onMenuPreOpen method.
Edited by sanostol - Jan. 13, 2021 09:13:43
See full post 

Technical Discussion » Python States: Dynamic Parameters?

User Avatar
sanostol
559 posts
Offline
 Jan. 13, 2021 05:06:06
Hi I want to change a menu parameter of a state, depending on the input geometry. similar to the weight paint tool, that shows all the bones that are available to paint.
How can I achieve this. The menu gets defined in the createViewerStateTemplate method, but there I have no access to the object that invokes the state.
I also guess, that this is not the right place to define a dynamic behavior of the menu

is there a way to modify the content of a menu parameter in relation to the input geometry, for example?

thanks You for Your time
See full post 

Technical Discussion » Python States and Handles

User Avatar
sanostol
559 posts
Offline
 Jan. 11, 2021 17:08:12
Great, works fine, thank You!
Where the hell did You find that
I'm on Linux/W10.
See full post 

Technical Discussion » Python States and Handles

User Avatar
sanostol
559 posts
Offline
 Jan. 11, 2021 08:37:41
thank You, but does not work here, I still have to touch the handle to run the OnStateToHandle
See full post 

Technical Discussion » Python States and Handles

User Avatar
sanostol
559 posts
Offline
 Jan. 11, 2021 06:55:56
Hello, is there a way to position a dynamic handle as soon as the state is entered? It seems to be not possible. I hope I'm wrong, but the "onEnter" method does not have access to the parms of the handle and the handle itself
kwargs only contains 'node', 'state_flags', state_parms' and 'state_name', state_parms is empty
so there is no way to position the handle correctly as soon as one enters the state

thanks for Your time
See full post 

Technical Discussion » Material asset: how to add ouputs?

User Avatar
sanostol
559 posts
Offline
 Jan. 1, 2021 18:47:04
Hi, I have no Arnold at home, will try it at work. not sure if this is a limitation. I tried a simple mantra shader otl,not sure if Arnold has a different behavior here.
See full post 
  • First
  • 1
  • 2
  • 3
  • 4
  • Last
  • / 17
  • 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