Found 582 posts.
Search results Show results as topic list.
Technical Discussion » I don't know what to make of this....
-
- jerry7
- 584 posts
- Offline
Technical Discussion » I don't know what to make of this....
-
- jerry7
- 584 posts
- Offline
Solaris » USD Logging: No renderer plugins found!
-
- jerry7
- 584 posts
- Offline
Hi,
I use "Render to MPlay" in Usd render Rop. There are some error messages in log viewer.
What are these meaning?
Thanks.
I use "Render to MPlay" in Usd render Rop. There are some error messages in log viewer.
What are these meaning?
Thanks.
Edited by jerry7 - Nov. 28, 2023 01:42:29
Houdini Lounge » Could tweak parameter label width?
-
- jerry7
- 584 posts
- Offline
Technical Discussion » Could pcgenerate() run in attribute wrangle sop?
-
- jerry7
- 584 posts
- Offline
Hi,
Could pcgenerate() run in attribute wrangle sop?
I test but couldn't get result.
Thanks!
Could pcgenerate() run in attribute wrangle sop?
I test but couldn't get result.
int pcg = pcgenerate('foo.pc',100); while(pcunshaded(pcg,'P')){ pcexport(pcg,'P',set(0,1,2)); print_once('running'); }
Thanks!
Houdini Indie and Apprentice » Shortcut for Show Handle tool
-
- jerry7
- 584 posts
- Offline
Technical Discussion » How to bridge curved connection?
-
- jerry7
- 584 posts
- Offline
CYTE
What about using polybridge?
Could set bridge directions perpendicular to source and destination edges procedurally?
Technical Discussion » How to bridge curved connection?
-
- jerry7
- 584 posts
- Offline
Houdini Lounge » Houdini 20 will be unveiled (not released) on October 26
-
- jerry7
- 584 posts
- Offline
Technical Discussion » Node shifting makes me mad!
-
- jerry7
- 584 posts
- Offline
You can disable MoveToGoodPosition():
If you want to restore:
import hou def foo(obj,relative_to_inputs=True, move_inputs=True, move_outputs=True, move_unconnected=True): return hou.session.__bak_moveToGoodPosition = hou.Node.moveToGoodPosition hou.Node.moveToGoodPosition = foo
If you want to restore:
import hou hou.Node.moveToGoodPosition = hou.session.__bak_moveToGoodPosition
Technical Discussion » Attribute Wrangle: Compute Results In Place
-
- jerry7
- 584 posts
- Offline
When compiled the Attribute VOP is able to work on the incoming geometry in place without making a copy of it. This can speed up processing as one less copy is made, but requires that the VEX code doesn’t bind for writing any attributes that are read from the first input.
I can't imagine how to use a vex node without writing any attributes.
Technical Discussion » What is the difference between a channel and a parameter?
-
- jerry7
- 584 posts
- Offline
I think a parameter is a UI widget, but a channel is underlying data. A channel can be a single value,animation or expression.
Solaris » Pixel Values - How?
-
- jerry7
- 584 posts
- Offline
I have the same problem with karma. The viewport clamps color value to 1.
Edited by jerry7 - Sept. 3, 2023 17:59:37
Technical Discussion » How to display local coordinate gnomon of packed prim?
-
- jerry7
- 584 posts
- Offline
Hi,
Is there a way to display the local coordinate frame gnomon of the packed primitive?
Thanks!
Is there a way to display the local coordinate frame gnomon of the packed primitive?
Thanks!
Technical Discussion » how to promote parms from materialsX
-
- jerry7
- 584 posts
- Offline
Technical Discussion » Handle setting has no effect in python state?
-
- jerry7
- 584 posts
- Offline
Hi,
I want to disable the translate and rotate mode of the xform handle. I use this code but has no effect.
The handle still has rotate and translate.
What's wrong with my code?
I want to disable the translate and rotate mode of the xform handle. I use this code but has no effect.
The handle still has rotate and translate.
What's wrong with my code?
template.bindHandle( "xform", "Xform",settings='translate(0) rotate(0)')
Edited by jerry7 - June 26, 2023 01:00:37
Technical Discussion » How to copy only peripheral polygons?
-
- jerry7
- 584 posts
- Offline
Technical Discussion » How to create a HDA from Null Obj?
-
- jerry7
- 584 posts
- Offline
Hi,
There is no Digital Asset context menu in Null obj.
How to create an HDA from Null Obj?
Thanks!
There is no Digital Asset context menu in Null obj.
How to create an HDA from Null Obj?
Thanks!
Edited by jerry7 - June 22, 2023 22:07:36
Technical Discussion » How to get mouse Release event on handle?
-
- jerry7
- 584 posts
- Offline
Hi,
I use node callback to listening parameter changes. And I want to do some finish jobs when releasing the mouse on Handle.
I see the parameter changes to an orange border when dragging the handle.
Could I get the mouse release event?
Thanks!
I use node callback to listening parameter changes. And I want to do some finish jobs when releasing the mouse on Handle.
I see the parameter changes to an orange border when dragging the handle.
Could I get the mouse release event?
Thanks!
Technical Discussion » Difference of UV To Surface and Trace Closest Surface?
-
- jerry7
- 584 posts
- Offline
Hi,
The document is not very clearly.
What is the difference of "UV To Surface" and "Trace Closest Surface" in Bake Texture Rop?
Thanks!
The document is not very clearly.
What is the difference of "UV To Surface" and "Trace Closest Surface" in Bake Texture Rop?
Thanks!
-
- Quick Links