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

Search results Show results as topic list.

H20 Tech Art Challenge » Congratulations

User Avatar
HandcraftedMedia
22 posts
Offline
 March 9, 2024 11:18:28
Curious, when will the winners on the contest be announced?
See full post 

H20 Tech Art Challenge » Best Houdini Utility Entries

User Avatar
HandcraftedMedia
22 posts
Offline
 Jan. 8, 2024 12:18:25
Hey Everyone!

My submission: An SDF Modeling toolset for Houdini

This toolset allows you to model inside Houdini using the magic of SDFs.
  • Unbreakable Booleans
  • Powerful Transitions (Bevels, Chamfers and more)
  • 100% Non Destructive Modeling

The tools are run on Houdini volumes, have a powerful and flexible workflow, come with fast "math based primitives" but also allow for modeling with polygon or volume inputs.
There are also powerful post processing tools included, focused on hard surface modeling, that allow you to create sharp edges and UV seams.

Watch an intro into the toolset, that explains most of the available nodes and the modeling workflow:


Watch a tutorial on optimizing your mesh after modeling:


You can also download the toolset on github: https://github.com/handcraftedcc/SDFModeler [github.com]

Credit: A good bit of the base code for the SDF operations were taken from https://mercury.sexy/hg_sdf/ [mercury.sexy] .
Thanks to the mercury team for releasing the code under the MIT license!
Edited by HandcraftedMedia - Jan. 8, 2024 12:26:42
See full post 

H20 Tech Art Challenge » WIP | PlasticityBridge fo Houdini [Houdini Utility]

User Avatar
HandcraftedMedia
22 posts
Offline
 Dec. 11, 2023 18:59:15
Very exciting! Been thinking about tackling this task but the websocket stuff is scary
Nice work!
See full post 

Houdini Lounge » Request to have CAD import surface in Houdini

User Avatar
HandcraftedMedia
22 posts
Offline
 Sept. 20, 2023 11:53:28
Uploaded the Moi importer to Orbolt for non-indie users:
https://orbolt.com/asset/dom::Moi3DCADImporter::1.5
See full post 

Houdini Lounge » Request to have CAD import surface in Houdini

User Avatar
HandcraftedMedia
22 posts
Offline
 Sept. 6, 2023 19:15:55
It does require you to have a MOI license (comes free with Octane!), but using this HDA you can import step etc files directly from within Houdini using MOI meshing (which is amazing) under the hood. This also opens the door for batch processing of step files using PDG etc.


(Does currently only work for Windows, but should be fairly easy to adapt for apple)

Uploaded it to Orbolt for non-indie users: https://orbolt.com/asset/dom::Moi3DCADImporter::1.5
Edited by HandcraftedMedia - Sept. 20, 2023 11:52:29
See full post 

Technical Discussion » Vellum string constrain thick problem

User Avatar
HandcraftedMedia
22 posts
Offline
 May 9, 2023 11:20:49
After contacting support they got back with me about how you can have a string that is thicker than it's segment length, by telling it to ignore neighboring points.

You can use the collisionignore and collisiongroup attributes to disable collisions with the next and previous points. You can do this fairly simply in a single AttribWrangle before the Vellum Solver.

s@collisiongroup = "pt" + itoa(@ptnum);
s@collisionignore = "pt" + itoa(@ptnum-1) + " pt" + itoa(@ptnum+1);

Now this won't help with points of neighboring curves that are too close at the beginning of the simulation but it will help with the situation when you want a thick string that's high resolution.

Attaching an example file here!
See full post 

Mardini 2023 » Day 9 | Nature | River | Animation

User Avatar
HandcraftedMedia
22 posts
Offline
 March 11, 2023 14:53:13
Mardini 2023 | Day 09 | Nature - River

Edited by HandcraftedMedia - March 11, 2023 14:53:28
See full post 

Mardini 2023 » Day 8 | Nature | Sand | Animation

User Avatar
HandcraftedMedia
22 posts
Offline
 March 9, 2023 22:18:18
Mardini 2023 | Day 08 | Nature - Sand

See full post 

Mardini 2023 » Day 7 | Nature | Mud | Animation

User Avatar
HandcraftedMedia
22 posts
Offline
 March 8, 2023 21:11:10
Mardini 2023 | Day 07 | Nature - Mud



This took way longer than I thought
See full post 

Mardini 2023 » Day 6 | Nature | Rock | Animation

User Avatar
HandcraftedMedia
22 posts
Offline
 March 7, 2023 12:12:58
Mardini 2023 | Day 05 | Nature - Rock

Edited by HandcraftedMedia - March 7, 2023 12:13:15
See full post 

Mardini 2023 » Day 5 | Shape | Smooth | Animation

User Avatar
HandcraftedMedia
22 posts
Offline
 March 5, 2023 22:36:33
Mardini 2023 | Day 05 | Shape - Smooth

Edited by HandcraftedMedia - March 5, 2023 23:33:27
See full post 

Mardini 2023 » Day 4 | Shape | Rough | Animation

User Avatar
HandcraftedMedia
22 posts
Offline
 March 4, 2023 18:43:17
Mardini 2023 | Day 04 | Shape - Rough

See full post 

Mardini 2023 » Day 3 | Shape | Obtuse | Animation

User Avatar
HandcraftedMedia
22 posts
Offline
 March 4, 2023 01:43:52
Mardini 2023 | Day 02 | Shape - Obtuse

See full post 

Mardini 2023 » Welcome and Rules

User Avatar
HandcraftedMedia
22 posts
Offline
 March 3, 2023 11:43:04
GreebleGraphics
Greetings! I have a question for those of us working in the ACEScg colorspace.

If we use ACES, do we need to apply the ACEScg->sRGB transform to our rendered images in Houdini(via COPs or MPlay) in order to export an sRGB JPG? That is, would applying the ACEScg->sRGB transform to a rendered image outside of Houdini (either via Houdini's own hoiiotool.exe or a compositing package) violate the "COPs only" rule?

I successfully used the "sRGB for ACEScg Houdini.lut" to export an sRGB JPG out of MPlay on Day 1, but I got artifacts using the same approach on Day 2. I did not want to violate Mardini rules, so I used MPlay's "convert to image format's colorspace," which made the final JPG brighter than what I had in the Karma viewport.

I ran into the same issue. Cops does not seem to be quite ready for the ACES workflow. There is an OCIO node in vops, but I could not get that to work correctly.

For future competitions I think it would be nice to not have the cops compositing limitation. While I hope that some day (h20 or h21?) cops will become as powerful as it could be at the moment it feels rather slow and clunky and is missing some basic functionality like being able to use normal luts (.cube that is, not talking about houdini's .lut file format). I know a lot of people have made amazing stuff with cops but for me it feels very limiting and has resulted in me basically just avoiding any compositing.
See full post 

Mardini 2023 » Day 2 | Shape | Linear | Animation

User Avatar
HandcraftedMedia
22 posts
Offline
 March 3, 2023 08:35:04
Mardini 2023 | Day 02 | Shape - Linear



Finished it last night, but didn't get around to process the render into a video and upload until this morning.
Also I did run the render through Neat Video, because low samples No other compositing done to it outside of octane post processing.
See full post 

Mardini 2023 » Day 1 | Shape | Round | Animation

User Avatar
HandcraftedMedia
22 posts
Offline
 March 1, 2023 20:40:32
Mardini 2023 | Day 01 | Shape - Round



Full disclosure, I did the compositing in cops but had to combine the final .exr files into a video using 3rd party software because of OCIO issues.
Edited by HandcraftedMedia - March 1, 2023 20:46:45
See full post 

Mardini 2023 » Welcome and Rules

User Avatar
HandcraftedMedia
22 posts
Offline
 Feb. 23, 2023 14:54:58
With external textures and models being allowed, are you allowed to texture an asset in substance as part of the process?
See full post 

SideFX Labs Tech Art Challenge 2022 » Best Houdini Utility Entries

User Avatar
HandcraftedMedia
22 posts
Offline
 Nov. 30, 2022 13:29:59
My submission: Loop Utility

A UI tool to make parameter variations inside loops fast, easy to use and free of the need for writing code.
This includes random variation, iteration based variations, custom lists, and attribute based variation.

To learn how it works here an in depth tutorial:


Here a quick demo of how I like to use the Loop Utility to create fast asset variations:


Or check out the attached example file.

One note:
This should not be seen as a replacement for TOPs. TOPs is way more powerful and versatile in a lot of applications. That being said there are times where you don't want the extra steps of caching out geometry, you're not doing complex steps like simulations, you want instant feedback and an easy setup, or you are using your loop as part of an animation where tops doesn't cut it - that's where the loop utility shines!
Edited by HandcraftedMedia - Dec. 1, 2022 13:11:03
See full post 

Technical Discussion » 3D Mouse and camera/view pivot

User Avatar
HandcraftedMedia
22 posts
Offline
 Jan. 14, 2022 10:37:58
Submitted an RFE on this too. The more people that submit one the higher the priority gets and the more likely they will work on it!
See full post 

3rd Party » Bezier curve editor

User Avatar
HandcraftedMedia
22 posts
Offline
 April 13, 2021 10:58:40
This tool is amazing! Thanks so much, elovikov for putting this together!
I have however encountered a bug that's a bit annoying.
When having a point set to untied but then moving the bezier handle with the translate handle, it will treat it as a smooth point once again! The same thing happens if you manipulate the values in the parameter editor.
Here a video showing the issue: https://drive.google.com/file/d/147P4R3MZh60iWBWx3-SMoki8UHa1YMHU/view?usp=sharing [drive.google.com]

Otherwise, this is perfect!
See full post 
  • First
  • 1
  • 2
  • 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
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