
revelationsr
Members-
Content count
105 -
Donations
0.00 CAD -
Joined
-
Last visited
Community Reputation
2 NeutralAbout revelationsr
-
Rank
Initiate
Personal Information
-
Name
rev
-
Location
UK
Recent Profile Visitors
2,172 profile views
-
Well I guess it is that simple. Is there a way to increase the amount of "open recent files"? There is about 12 now. I would like that to be 50. Any ideas? Cheers
-
putting attributes in nodes
revelationsr replied to revelationsr's topic in General Houdini Questions
Wait never mind I fount it. the "point" command. -
I know this is a silly question. But I don`t know how to word it to find a answer in google. I found that sometimes when I create an attribute and I want to put it in a node. The node does not seem to accept the attribute. For example. I create an float attribute "@something". "@something" has a random value between 0 and 1. Then I want to put "@something" in the "First U" in the carve node. But it does not work. It gives me the error. "local variable "something" not found". I know this is a simple thing that I am missing. Cheers
-
Vop mix between many inputs
revelationsr replied to revelationsr's topic in General Houdini Questions
Boom! perfect. I knew there had to be something. Thank you -
Vop mix between many inputs
revelationsr replied to revelationsr's topic in General Houdini Questions
In the simplest terms. I have a polygon. 4 points. Point 1 = current frame point 2 = frame -1 point 3 = frame -2 point 4 - frame - 4 So. I use a timeshifts to create attributes that stores the point position for frames -4 to current. -
Hello So we all know the mix node in a point vop. If you feed in two sets of point positions. Then adjust the mix. You basically created a blend shape between the to positions. Well. What if you have several position. So I have a animation. I save the position of the last 5 frames. How would I setup a mix to run across those 5 positions. For example 0% = current frame 20%=frame -1 40% =frame -2 and so on...... So I can paint an attribute and have different parts of the animation lag behind by different amounts. Cheers
-
copy intrinsic matrix (almost there)
revelationsr replied to revelationsr's topic in General Houdini Questions
There always is an easier way isn`t there! Bugger me. -
I have this scene meant to work with this alembic. The idea is to create a packed primitive and copy them to the locations of important geo. Matching location, rotation and scale. I am almost there. I am just having an issue with coping the rotation and scale matrix. In the "primitivewrangle2", It only seems to fill in the first float of the matrix. test.hip exportTest_v01.abc
-
edit a string (path from maya)
revelationsr replied to revelationsr's topic in General Houdini Questions
Cheers! I will try it when I get into the office in the morning. -
/grp_base_objects/pSphere1_001_001/pSphere1_001_00Shape1 I get a object from Maya. Here is the path. How do edit it from that to this. pSphere1_001 I will have a few hundered objects coming in. I need to be able to pull the name out. I am sure there are really handy tuts out there that will show in detail how to edit strings procedurally. But I cant find them for the life of me. Cheers
-
I have added an example scene. This is a very simple build that only has spheres and cubes. Though the final may end up with hundreds of different base shapes. Under the "grp_base_objects" will be all the objects that are meant to create the packed primitives. Under the "grp_finalModel" are all the objects meant to become a point cloud and replaced by the packed primitives from the first group. I hope I have explained myself well enough. exportTest_v01.abc
-
Hello. I have been tasked with something and I am unsure where to start with it. The team will be modelling something in Maya. This model will be made up, mostly, by repetitive chunks. Think lego blocks. The chucks are snapped together to create a much larger structure. How ever it is feared that this will result in a silly amount of RAM being used resulting in the farm falling over. So I must create something in Houdini to "revers engineer" these chunks and replace them with a point cloud of packed primitives. What I should be getting from the modelers are every chuck type at the origin. The chuck names (in maya) will be the same as those used in the model. So that can be used to identify which chunk belongs to which piece at the origin. Then I need to create a point cloud that remembers the position, rotation and scale. Any thoughts?
-
Hello. I have a scene where I need to animate a object with stretched skin over it. So the skin needs to slide over it. Vellium is not quite giving me what I want. The object slide underneath but is not pulling the skin surface. So I added a edit sop. In there is a function "slide on surface" which alows me to add tweaks on top of the simulation. Pushing a few points where I would like them to be. It works very well. The problem is I cant animate in the edit sop. Is there another function in Houdini that would left me slide points along a surface and let me key it? Cheers
-
I have a jacket I want to simulate. This jacket has a zip running down the front. The modeller who created the jacket has not left the line of edges where the zip is meant to run sperate. All the points are merged along that edge. I have been told to simulation this jacket as if the zip is open. Now I cant to this because these edges are all merged. What tool in houdini will let me take a row of edges on a GEO. Let me separate them. So vellium will see it are two separate pieces of cloth? Cheers
-
Hello. I have a vellium cloth setup. I have several pieces of GEO. They are all have a "piece" attribute on them. I have moved those piece to another location. I would like to know how to setup connections between them based on the "piece" attribute. Or maybe based on matching Geometry? I am sure either will work. Cheers