RFE: Tabs with changed parameters should also be bold
Since Houdini uses tabs a lot in large OPs, it would be much faster to find changed parameters when you know which tabs have them, instead of going through each tab looking for changed parameters. Simple but a huge productivity booster.
The default rand function is great, but often times, it's equally common to need a signed version, for particles, etc where you want to have random values with a range of -1 to 1, rather than always 0 to 1.
Using the fit01 function takes a lot more time and is too convoluted for such a common pattern.
Sometimes when you want to use VEX sequentially using the Detail mode, for example to calculate the center of input points once, it becomes impossible without deleting geometry first.
Because there is no way to iterate through the supplied Groups in Detail mode.
It would be useful if we had iterators for points/prims so you could use them to go through the supplied elements (points or prims) by using your own loops, since your code will have to handle this in Detail mode if you want to use these elements.
* Sop-nodes to procedurally generate rigs from within a sop-network. - Please point me towards tutorials/guides if that is already possible.
* A random function with rand01(seed source path, seed source offset value,minimum, maximum) - Now that I think about that, I should have made it myself…
DASD * Sop-nodes to procedurally generate rigs from within a sop-network. - Please point me towards tutorials/guides if that is already possible.
* A random function with rand01(seed source path, seed source offset value,minimum, maximum) - Now that I think about that, I should have made it myself…
Yes ,You can make it easily yourself with rand , fit01 functions . Also you can make custom function to do that automatically in the Python Module section 8)
1. Unicode UI 2. image channel syntax for Texture Map. Such like “$Hip/abc.tif:alpha” use only alpha channel for texture without need make another abc_Matte.tif. 3. show image thumb in File Open Dialog
Since this is a wishlist I'll throw one of my biggest wishes in here because I finally have a name for it: Heterogeneous network No limitations anymore, no constraints just creative and intuitive freedom
RFE: Ability to define functions that return an array in VEX
According to SESI, this is not supported by the current VEX grammar even though it works with AttribVOP SOP, which is discouraged to be used in this case, due to crashes that might happen.
Sam Howell Some kind of simplified export workflow for GPU renderers like Thea, Octane, Cycles, Redshift.
i have made some time ago a simple mesh exporter for the cycles render. the exporting of mesh data is simple but i didn't had much time for looking at the shader export.
Sam Howell Some kind of simplified export workflow for GPU renderers like Thea, Octane, Cycles, Redshift.
i have made some time ago a simple mesh exporter for the cycles render. the exporting of mesh data is simple but i didn't had much time for looking at the shader export.
Cool. Is this available to download? I would love to have a look.
Sam Howell Some kind of simplified export workflow for GPU renderers like Thea, Octane, Cycles, Redshift.
i have made some time ago a simple mesh exporter for the cycles render. the exporting of mesh data is simple but i didn't had much time for looking at the shader export.
Cool. Is this available to download? I would love to have a look.
i have to make it abit better because it was my first try with python in houdini and in the moment there are some values where you have to edit in a xml file for using it (scene file). when i have got time this week i will released here.
Sam Howell Some kind of simplified export workflow for GPU renderers like Thea, Octane, Cycles, Redshift.
i have made some time ago a simple mesh exporter for the cycles render. the exporting of mesh data is simple but i didn't had much time for looking at the shader export.
Cool. Is this available to download? I would love to have a look.
i have to make it abit better because it was my first try with python in houdini and in the moment there are some values where you have to edit in a xml file for using it (scene file). when i have got time this week i will released here.