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
    • HEX Interview Show
    • Worldwide HUG
  • 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 9 posts.

Search results Show results as topic list.

Houdini for Realtime » How to get motion blur to work in UE4 on flip from Labs VAT?

User Avatar
tutumannyaque
9 posts
Offline
 Aug. 3, 2022 17:19:24
Hi, I'm using Unreal 5 and I'm not quite sure where to plug my velocity texture into the material. The only way to have motion that I found was to use this setup but I have weird horizontal lines of motion blur. Does somebody know how to have clean motion blur with my velocity texture?




https://streamable.com/0z9lah [streamable.com]
https://imgur.com/a/6ksx3uf [imgur.com]
Edited by tutumannyaque - Aug. 3, 2022 17:22:58
See full post 

Technical Discussion » How can I make an exploded view by color?

User Avatar
tutumannyaque
9 posts
Offline
 Aug. 7, 2020 14:20:19
toadstorm
Use a Name From Groups SOP to convert the groups created by the Partition SOP to generate an s@name primitive attribute, then use Exploded View SOP to split your pieces up and move them from the center based on that name attribute.

Omg this works 100% Thank you so much for this!
See full post 

Technical Discussion » How can I make an exploded view by color?

User Avatar
tutumannyaque
9 posts
Offline
 Aug. 6, 2020 08:34:54
vusta
partition by color

Yeah but it's the next step that i'm missing. Partition by color creates groups for each prim of each color. With those groups, how do I create an exploded view of each groups?

Thanks!
See full post 

Technical Discussion » How can I make an exploded view by color?

User Avatar
tutumannyaque
9 posts
Offline
 Aug. 5, 2020 17:51:43
Hi, I have this sphere with different colors for different zones and I want to separate them into islands to make an exploded view of them. How can I achieve this?

Thank you!


See full post 

Technical Discussion » How to convert detail attributes into a wall of text

User Avatar
tutumannyaque
9 posts
Offline
 June 27, 2020 15:34:18
toadstorm
This isn't too bad with a little Python. You'll have more flexibility formatting your strings and such with Python over HScript.

Assuming your detail attributes already exist on some node, you just have to create an expression on the Text attribute of your Font SOP, then right-click and change the expression language to Python. Then try this code:

node = hou.node("../attribwrangle1") # this should point to the node with the detail attrs
geo = node.geometry()

detail_attrs = geo.globalAttribs()
output = ""
if detail_attrs:
    for attr in sorted(detail_attrs, key=lambda x: x.name()):
        value = geo.attribValue(attr)
        out = "{} = {}".format(attr.name(), value)
        output = output + out + "\n"

return output

Python's string format function is great, you can do a lot with it beyond just simple substitution.


Omg this works perfectly thank you so much!
See full post 

Technical Discussion » How to convert detail attributes into a wall of text

User Avatar
tutumannyaque
9 posts
Offline
 June 26, 2020 09:49:30
Hi! I'm building my pergola and designing it beforehand in Houdini of course.
I'm having a little trouble converting all my detail attributes into a wall of text into a font node like so:

From this:

To this:



For now I've typed all the text by hand just to take a screenshot by I would like it to be done automotically.
Any ideas?
Thanks so much!
See full post 

Technical Discussion » Placing a sunlight according to real life coordinates?

User Avatar
tutumannyaque
9 posts
Offline
 May 22, 2020 10:46:30
tamte
you can also use Sky Light
Image Not Found


That will probably do it! Thanks!
See full post 

Technical Discussion » Placing a sunlight according to real life coordinates?

User Avatar
tutumannyaque
9 posts
Offline
 May 22, 2020 09:10:21
Hi there! I'm building a pergola in my backyard and I'm designing it in houdini first to get the plans.

I would like to accurately simulate sunlight and it's shadows according to my real life location and time of day.

Is there any way to do that within houdini?

Thanks a lot!
See full post 

Houdini for Realtime » Sprite Sheet Viewer

User Avatar
tutumannyaque
9 posts
Offline
 Sept. 12, 2019 10:46:11
I'm looking for a simple image viewer that can open .tif files and accept inputs such as: rows, columns and frame rate to quickly preview spritesheet animations. Preferably directly from windows explorer to be more efficient.


I've tried the first 3 google pages results executables but they all accept jpg and gif formats only. Online versions are a no go because I can't upload files since I work on a AAA project.





Right now my only way of previewing animations is to find the original render and play it in Mplay, which is time-consuming.



Thank you very much!
See full post 
  • 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