Search the Community
Showing results for tags 'Tool'.
-
I am excited to present the latest version of my modeling addon for Houdini. The core and tools have been practically rewritten from scratch, with the main focus on moving away from a separate, foreign UI and fully utilizing Houdini’s native features for tool interaction. Modeler now operates based on Houdini's radial menus, hotkeys, and shelf tools. Release video
-
Introducing the VEX Manager, a user-friendly tool which is an alternative from the existing Recipes, Gallery or Preset Dropdown Menu within Houdini. This tool is built solely for managing and editing VEX expressions while also storing notes within a light-weight python shelf tool. Simply click the VEX preset title and instantly view your expression outside of your current wrangle, Edit, Create, Load, Group, Save Variations and Apply your VEX expressions or append small saved snippets to different sections of your current wrangles code. You can also load a vexpressions.txt file from anywhere on your PC including a cloud to enable you to bring the snippets anywhere! This out of wrangle workflow makes it a handy companion for artists working with VEX looking for a non destructive and easy to predict process. For more details click the link. https://shirmanor.gumroad.com/l/vex_manager_v1
-
Hi, I have recently created a set of 70+ HDAs called the IPOPs that aim at creating AOVs, Mattes & features for rendering. IPOPs are operator workflows designed to streamline shaders and AOV development in Houdini. With our toolset, artists can easily standardise their networks and access specially developed nodes for various renderers and presets, increasing efficiency and creativity. Get the IPOPs here! Renders in Karma & Mantra. 1. The Standard Library: Set of HDAs that help artists create quick shaders and AOVs and contain useful Utility Nodes such as Fresnel for Karma (CPU & XPU), Mask Falloffs in Shaders etc. The HDA library is constantly updated with new nodes to assist artists in speeding up their workflow and creating a streamlined system thereby increasing efficiency and creativity. 2. The Geometry AOVs: A set of remade common geometry AOVs for artists to quickly generate AOVs, Mattes & Utility Passes for Compositing. 3. The Particles AOVs: A set of remade useful particle AOVs for artists to quickly generate AOVs, Mattes & Utility Passes for Compositing. 4. The Volumes AOVs: A set of remade volume AOVs for artists to enhance their FX using AOVs, Mattes & Utility Passes for Compositing. We have a wide range of Bundles available for various workflows & we support both Houdini Apprentice & Houdini Indie! For any enquiries please email support@chakshuvfx.com I will be posting constant updates and developments here. IPOPs Master bundle: 1. Houdini Apprentice 2. Houdini Indie IPOPs Geometry AOVs bundle: 1. Houdini Apprentice 2. Houdini Indie IPOPs Particles AOVs bundle: 1. Houdini Apprentice 2. Houdini Indie IPOPs Volumes AOvs bundle: 1. Houdini Apprentice 2. Houdini Indie
-
-
- 4
-
- soft boolean
- modeling
-
(and 2 more)
Tagged with:
-
These are some basic ideas that I used when creating the Saliva for movies like Hellboy (2019) and Manikarnika: Queen of Jhansi (2019). The main goal was to be able to Art Direct everything anytime as there were over 14 shots where the Supervisor and Director had very specific notes. Visit my blog for more articles on Houdini Blog: https://sharanvaswani93.wixsite.com/s... Email: sharan.vaswani93@gmail.com
-
Getting closer to a new surreal idea I had in mind for a long time...Walls with Eyes! Here is my initial test for a small section of the wall. hoping to add in more detail and deformations to the rig the wall skin rig. I made the entire model and rig process combined into a single HDA. May need to optimize the HDA further to speed up things. Instead of using deformers to the bend the grids I started off with using curves and a combination of ray intersects and vex to create the eyelids, after creating the initial shape I was able to skin the curves using the Skin SOP, this gave me more control on how I can design the character, without worrying about intersection polygons and normals. The curves also acted as representatives for each loop on the wall and so I was able to control them in wrangles through multiple technics in vex.
-
LookAt Setup in SOPs, VEX, VOPs. Having used the Houdini default tools several times, I wanted to achieve the same effect in SOPs. Here is a detailed post to understand better how the LookAt works and how it can be used in creative ways https://www.sharanvaswani.com/single-post/2020/09/27/Using-VEX-and-SOPs-to-make-a-LookAt-Setup
-
Hi everyone, I have developed an HDA that can adjust attributes and fields based on camera proximity. The Calibrator Toolset is a comprehensive HDA (Houdini Digital Asset) designed for intricate attribute and field control based on camera proximity. Its primary functionality includes dynamically scaling particles or reducing density as they approach or move away from the camera and can be customized to adapt to any attribute or field. It operates seamlessly with animated cameras, facilitating complex visual adjustments. Key Features: 1. Dynamic Controls: The Calibrator Toolset enables precise data manipulation. This functionality works seamlessly across different attributes and volumes, allowing for versatile adjustments in visual compositions. 2.Camera-Based Clip Adjustment: It provides the capability to adjust both far and near clip planes dynamically based on the camera's position or movement, ensuring consistency and accuracy in visual representation. Users can adjust settings based on individual attributes and volumes and enable global settings when needed. 3.Adaptability with Animated Cameras: The tool seamlessly integrates with animated cameras, maintaining functionality and accuracy even in complex animation setups. 4.Custom Clipping per Input: The tool allows users to customize settings based on the input attribute/field or use a global clipping setting throughout the tool. This gives artists control to adjust values based on requirements of the shot. 5. Easy to Use: An intuitive shelf tool and menu system simplifies complex processes for effortless integration into production pipelines. Users benefit from user-friendly functions and accessible guides within the viewport, enhancing usability and streamlining their workflow. The underlying code leverages various calculations and attribute/field manipulations to achieve these dynamic adjustments. It operates efficiently across particle and volume/vdb data, employing distance calculations, attribute mapping, and conditional operations to precisely modify while allowing artistic liberty. I have used this tool in several projects when making setups and executing sequences with multiple shots. The goal is to never have intrusive elements in the camera from the get go. Its handy when corrections need to be made on the fly and can be used in multiple scenarios such as adjusting motion blur and velocity which is too close to the camera, adjusting exposure values for shaders and even creating handy AOVs based on camera proximity.
-
In case you want to try it, this is the link to the repository - https://github.com/aniketrajnish/MeshToPointClouds-Houdini Do hit a star if it helps you!!
-
- point cloud
- free
-
(and 2 more)
Tagged with:
-
https://alexeyvanzhula.gumroad.com/l/modeler2023/black_friday
-
Hi, I am a senior Houdini artist, but a intermediate about python script. I am looking for flipbook tool because original one is so inconvenient that every time we need to type file name and saving path. Thus, I wonder if we have the following tool: 1 click a shelf tool. 2 pop up a custom UI. 3 type rez, frame range, and automatically create a default image file name and its path in the UI, based on hip file. 4 click a button and start playblast and save the image seq. 5 Ideally it has option to save mp4 with ffmpeg. (I have no idea how to plugin this external software!! ) I cannot make such a tool from full scratch, but am capable to customize it. So far, I found useful article, and can read it but don't know, for instance, I can create a custom UI but don't know how to link those values to actual flipbook parameters. I really appreciate if you have python shelf scripts for 5 steps, or more hints to create the tool.
-
Hi All, I've been working on the .vox exporter for a while. After some improvements I decided to publish it on github. The HDA generates .VOX Magicavoxel file from given inputs. If interested you can get it from here; https://github.com/caglarcomez/Houdini_to_Magicavoxel
-
- magicavoxel
- pipeline
-
(and 10 more)
Tagged with:
-
LAST CHANCE TO BUY MODELER FOR HOUDINI AT A DISCOUNT BEFORE THE NEW V2022 RELEASE. THE UPGRADE TO V2022 WILL BE FREE IF YOU BUY AT A DISCOUNT NOW. THE DISCOUNT IS VALID FOR A COUPLE OF DAYS: https://alexeyvanzhula.gumroad.com/l/mdNet/Discount
-
Z allows you to simultaneously edit geometry in Houdini and ZBrush. The toolkit is designed for modeling and animation artists and divided into four parts: 1. Data exchange between programs without using files. The function may be of interest not only to Houdini users but also to ZBrush users who want to improve their workflow by an order of magnitude 2. Blend Shapes creation in Houdini and ZBrush. Tools optimized for high-poly animated geometry 3. Converting FiberMesh to Houdini Curves 4. Built-in remeshing with ZRemesher. Provides a convenient way for partial remeshing and clean mesh with smart relaxing Product link: https://alexeyvanzhula.gumroad.com/l/nuBwF Lightweight version: https://alexeyvanzhula.gumroad.com/l/RaNuJ
-
Now you can align multiple objects with Aligner like in 3ds max. Just select object or objects, press button and select the target. https://gumroad.com/l/Aligner Installation: 1. Create new shelf 2. Add new shelf tool 3. Copy and paste script from aligner.py 4. Edit ui_file path to the file aligner_gui.ui P.S. Asign the tool on Shift+A hotkey. Enjoy!
-
Hi, thought I'd share this in this section too: I wrote an article for the german “Digital Production” magazine about my free LYNX VFX toolset. For the article I made a couple of renderings using the LYNX fabric tools. Luckily it even made the cover Here are my personal favorites, the rest of the images can be found on Artstation. You can also find the complete scene on GitHub under the Demo Files. So now anyone can design an ugly Christmas Sweater;) Looking forward to seeing what you guys come up with, enjoy! Links: LYNX VFX Toolset Odforce Thread: https://forums.odforce.net/topic/42741-lynx-free-opensource-vfx-pipeline-tools/ LYNX VFX Toolset (Sweater Scene File included): https://github.com/LucaScheller/VFX-LYNX Artstation (HighRes Renderings): https://www.artstation.com/artwork/OyeY6g Digital Production Magazin: https://www.digitalproduction.com/ausgabe/digital-production-01-2020/ Alternatively view the article in my latest blog post: https://www.lucascheller.de/vfx/2019/12/15/ynybp7wpiqtshoy/
-
Hi, there. I'm releasing an "early version" of a tool I've been working on. The Wormhole Content Browser is a custom UI for Houdini that enables quick browsing, previewing, and importing of content into Houdini. Some existing features: File browser within a pane tab for easy integration with your desktop. Access browser through parameter context menu to set parameter to a selected file. Easily generate geometry previews using the viewport or mantra. Thumbnails are cached to disk for quick access, especially for previously loaded large images. Import files into SOPs, COPs, or CHOPs. Plus more! Note: This tool is in development, but the functionality currently provided is complete. I am offering this version for free to get people to bang on it a bit. I will continue to fix bugs and make limited improvements to this version. I am planning on adding more features like improving workflow interactions with Houdini, and tools to search through content in a future version that may not be free. Here's a link to the gumroad project page: Wormhole Content Browser Peter.
-
Hi, I'm looking for a way to fine-tune exactly what visible OBJ nodes appear in a certain camera. I'm working on a Wrap-like tool similar to what Pixar show here: In terms of having the two camera views side by side, they have two separate obj networks for the source and destination meshes. I would like to contain the process in one network. If I have a simple OBJ network like so : And two cameras pointing to it, is there a way for Camera_A to only show sphere1 in the viewport, and hide box1, despite the fact that both are marked visible? I don't believe it's an option to collect the specific obj nodes together in a Geometry node via obj merges or similar, and just point the camera to that, since the OBJ transforms need to be directly interactible from the camera. Thanks for your help
-
Hello there, I use a lot of python tools to speed up my workflow. But lately for some reason my Houdini shelf got messed up and a few turned into undefined? Is there any way to fix this? when I left click it said "Menu item filter expression should return an integer" Thank you for your time
-
Product link: https://gum.co/KYCgR What's new: 1. The Modeler core has been completely rewritten. Performance, stability and UX are improved. 2. A hotkey system has been created. Hotkeys are now configured in a separate editor (Hotkeys shelf tool). The editor allows you to quickly configure keyboard and mouse shortcuts. Unlike other modeling programs, you can now associate any tool with any combination of keys or mouse actions. In a similar way, the mouse and keyboard are configured in Nevercenter Silo, but unlike Silo, there are no restrictions here. That is, you can assign absolutely any tool to the mouse. On the other hand, mouse tools such as interactive selection can also be assigned to keyboard shortcuts. Also, unlike the standard Houdini behavior in Modeler, you can use the additional two mouse keys X1 and X2 (Ctrl+X1, Shift+Ctrl+X2 etc). The Hotkeys editor has two default mouse layouts: 1. Standard - that works just like DM and the previous Modeler version - LMB to select items and MMB to drag them 2. Pro - which allows us to select geometry components with RMB and drag with LMB. MMB used to select invisible items too. 3. The interactive state system (add-on for Python States) has been rewritten from scratch. Many tools have become more interactive and have the ability to customize the node in the viewport. In addition, you can quickly create custom interactive python tools for your own HDAs. The mouse wheel now works more universally. In many nodes, the wheel allows you to change the Uniform Scale parameter. List of nodes that now use state tools: Soft Boolean, Insert Mesh, QPrimitive, Array, Hose, Bevel, Extrude, Bridge, Set Flow, Smooth Points, Thickness, View Deform. 4. Retopology tools (Topo category) have been redesigned. TopoDraw tool (Alt+A) allows you to quickly draw poly patches on the reference geometry. It has an ability to snap to existing geometry. Topo mode (Alt+T) now packs the reference model. This speeds up the entire process of retopology with millions of faces. The Push tool now works in the Topo mode, which allows you to get the desired result even faster. In addition, the Push tool has improved performance and stability. 5. The Insert Mesh SOP was redone from scratch. It has interactive tuning, better performance, and more accurate results thanks to improved normals. 6. The Deform menu was merged with the Align menu and renamed to Transform Menu (Z). 7. The Relax tool renamed to Smooth. The tool is completely redesigned and takes advantage of Python States. Using the Smooth tool, you can smooth points or polygons in a standard way. On the other hand, the edges are smoothed as separate curves. Combined with interactive enhancements, the tool allows you to quickly fix messy areas. 8. Tools that create modeling nodes were removed from the Modeler shelf. Only general tools are now on the shelf. Direct modeling tools are now called from the Modeler mode. Added shelf tools: Delete Node, Merge Nodes, Stash History, Pack History, Clean History и Delete Attribs 9. Added a new tool Repeat Node Parms that allows you to apply settings from previously created nodes of the current tree 10. ToolsPanel (spacebar) renamed to Launcher. Launcher tools have been re-sorted and have a new Mouse section for interactive tools like selection or dragging 11. For Bevel, Bridge, Extrude and Smooth tools separate nodes were created 12. Bevel, Extrude, Inset, Smooth, Thickness hotkeys can work as sticky keys. That is, the call of a hotkey, for example, of the Extrude tool, leads to an instant change of the extrusion value before releasing the key. 13. Added Inset tool that uses Extrude SOP. In contrast to the Extrude tool, the first time you start Inset, you can change the inset with LMB. 14. The Lattice tool removed. It is now replaced by improved View 4 and View 9 (View Deform) from the Transform menu (Z) 15. Tools for a quick preview of the subdivided geometry were created: Preview Subdivide (Alt+1) и Preview Subdivide Wire (Alt+2). Standard viewport subdivision and instance subdivision (Symmetrize Tool) ar assigned to Alt+3 и Alt+4 respectivelly. 16. Select By Normals mode (6) allows you to select components based on normals 17. Local transformation tools have been added to the Transform menu: Local Move, Local Rotate и Local Scale 18. An Extend (Y) tool. This add-on to the Extrude tool allows you to quickly extrude edges and polygons using handles. 19. The Bridge Connected tool returned from the DM package 20. Slice, Clip and Mirror tools have the ability to set the initial origin based on points selection center 21. On the next call, the Delete tool changes the node so that it deletes unselected geometry. 22. The KitBash tool now offers to automatically create a KitBash panel if it is not created 23. Shift+Double Click can now replace the geometry of the current Insert Mesh SOP with the geometry from the KitBash panel 24. Combine and Boolean now offer to select nodes at the object level if the tool was launched inside the SOP container 25. Set Flow creates more accurate geometry in unusual situations. 26. Added a Point Weld tool (Alt+W) for interactive point stitching 27. The Soft Boolean SOP can be configured interactively. It also has a slightly improved performance. 28. Collapse History (Left) renamed to Pack History 29. Many tools are assigned to new hotkeys. The ToggleCompass tool is now called with the Backspace key. 30. The Edit Mesh shelf tool now renamed to Modeler 31. Modeler now moved to the package Houdini system instead of using houdini.env
-
Hey guys, so I'm building a procedural erode / rock tool. Here are my results so far, the tool generates an infinite number of variations on these. I intend to add more surface detail like cracks and more small geometry details, breaking up the edges more, tweaking the nodes and playing around with it. I'm very happy with the results so far. Also I'd like to know if people are interested in this, it feels nice working on this knowing that it will be useful for people. All the best, Wout
- 45 replies
-
- 3
-
- parametric
- prcedural
- (and 4 more)
-
Hi all, I'm taking the plunge into Houdini after witnessing the nondestructive iterative power of procedural modeling. One HDA that inspired me was a NPC generator tool that took pre made art assets (shoulder armor, shoes, hats, etc.) and generated NPC's using those assets. I'm looking for help finding the artist + reel that showcased this inspirational tool. The art style was reminiscent of 'The Long Dark' art direction. The models were stylized & hand painterly. I've attached a poor mockup of the tool. I'd love to be able to find this showcase reel again. (The reel also contained a Forest generator tool using spline curves) I've gone back into my search history and googled for hours trying to find this showcase reel. This is my last effort in hoping to find this artist. Cheers
-
Volumetric Temporal Deflicker 2.1 to Houdini 12.1 to 18.x Deflicker VDB/Fluids by analyzing areas of voxels, creating temporal volume gradients and use this info to interpolate those areas based on temporal volume falloff. It is very good at deflicker slow-motion fluids. Very easy 1 node solution to your flickering fluids or VDBs/volumes in general. Available on Orbolt (normal and studio versions) at https://www.orbolt.com/asset/RodTD::Rod_vdb_averaging Available on Gumroad at https://gum.co/deflicker Rod Tebisx | Senior Creature FX Technical Director at Framestore London Overview:
-
Hi everyone! I'm starting to get into Python 2.7 for Houdini Indie (17.5) before jumping into Houdini 18 with Python 3, and I've been working in a flipbook tool until now everything is being okay but now I've found that I can't recover the camera settings/flipbook settings after generating the MPlay to maintain the user settings after applying the script. I've been trying to use the 'hou.GeometryViewportCamera.stash()' to create a copy of the settings but I'm not sure how to use it and where should I recover these settings. Also when I try to use it I get this error: 'TypeError: unbound method setDefaultCamera() must be called with GeometryViewport instance as first argument (got nothing instead)' I've created a simplified version of the script that I'll be attaching down below: If someone has any advice or idea of how would be the good approaching intro this, I'll bee really thankful. Thanks in advance to everyone.