Thank you for your prompt reply!
The pattern selection tool as well as the cv parametric selection tag would be extremely useful but they are restricted to polygon selections. I am aiming for edge selections, similar to a wireframe that only shows the horizontal rows of a cylindrical mesh. The mesh itself has to stay parametrically as it will deform/alter in several ways but keeps it's topology. Enhances scene example: https://www.dropbox.com/scl/fi/m8dcl0a7wy10t54urc15g/ring-loop-selections.c4d?rlkey=5gpk4puim2o7rbnp7f1ouy254&dl=0
Thinking of creating a straight cylinder with the same poly count as the loft nurbs. Then create a cloner with spline circles one for each polygon row. Make it edible and glue it to the cylinder with the surface modifier and attach the cylinder on the loft nurbs with a morph tag. A huge workaround and probably one part might not work or something has to become edible and the procedural creation workflow got lost...
Latest posts made by reading-card
-
RE: Selecting all horizonal edges
-
Selecting all horizonal edges
Is there a way to select all vertical or horizontal edges of a mesh automatically? Similar to this plugin: https://www.youtube.com/watch?v=TnlXdttN8sE to to which newer C4D version are not compatible anymore.
Here is an example scene which is using ring/loop selection tools on a low poly mesh. But for higher resolution meshes, those tools seems insufficient, unless I missed a feature: https://www.dropbox.com/scl/fi/m8dcl0a7wy10t54urc15g/ring-loop-selections.c4d?rlkey=5gpk4puim2o7rbnp7f1ouy254&dl=0
-
RE: Using Joint Align Tool on keyframe bones
Thank you, sounds like a great solution!
However, it's not working with the mocap data I got. It might be related to the rather unconventional nature of the skeleton's hierarchy, joint naming, etc. (three hips) Here is the scene: https://www.dropbox.com/scl/fi/580eaqft1mxn97e2m8ddn/joint-alignment-issue.c4d?rlkey=jd4d1xk41j5y0rasrv0kbpig8&dl=0 -
Using Joint Align Tool on keyframe bones
I got mocap data in which the bone joint axis is not aligned correctly to the bone direction. I understand that the Joint Align Tool helps to align the x, z or y axis to the bone direction. It works fine with none-keyframed bones. However, when I apply it on bones with rotation keyframes, it corrupts the original bones rotation. Any ideas?
Scene: https://www.dropbox.com/scl/fi/x8hemsvjpn1y7577kearh/Joint-axis-align.c4d?rlkey=m3fthr4l1n18ye5st2mcf651o&dl=0
-
RE: Retarget - floor offset
I wish it could be simpler, but it doesn't work. Eg. using motion clips from different Mixamo skeleton proportions is causing problems. That's why I've retarget them. But the retargeting itself seems not working accurate either. Please find a very simple example here: https://www.dropbox.com/scl/fi/fekm9inecm7dszrnnquds/retarget-offset-problem-2.c4d?dl=0&rlkey=dqkgzhjz4qya5wrt2cawi45j3
There are a lot of foot offsets and sliding, especially when knees are bending. I am wondering whether I did something wrong or this is the expected retargeting tag result. From my impression, this glitches cannot be fixed by just moving a pivot vertically. It basically would need additional cleanup by hand, frame by frame.. -
RE: Retarget - floor offset
The floor offset happens to the retargeted character, not to the original motion clip sequence.
-
"Bake" Vertex Map?
I'm creating vertex maps with the use of Fields on an animated/deformed object. I want to prevent the vertex map from changing and remain as it appears at the frame it was created. In the past, I just unticked "Enable" or "Use Fields" and the vertex map turned into a regular static vertex map. With the recent C4D updates, the vertex map disappears (complete red) when unticking "Enable" or "Use Fields". I've tried to use "Freeze" instead, but this only works in render preview, when rendering to disk, the vertex map is messed up (it looks like is used deformed points in the preview and undeformed points for regular render
-
Retarget - floor offset
When using the retarget function on two Mixamo skeletons with different height, the retargeted skeleton has a floor offset. Example scene: https://www.dropbox.com/s/z1q106w7aio659q/retarget%20problem%201.c4d?dl=0
The Motion Source Character of the Character Solver has a motion clip applied as I need to sequence multiple motion clips and added a T-pose reference at the beginning. Not sure if this is causing the issue...
Edit: I've also tried to use the old Retarget Tag. When using this Tag, the Hip position/rotation of the two characters becomes identical. Which also causes floor offsets as the legs of one character are longer.
-
Node Systemâs compatibility Hair, Cloth, Fields, Vertex Maps, Selection tags, etc..
Iâm trying to figure out whether the node system can be used in conjunction with other C4D feature such as Hair, Cloth, Fields, Vertex Maps, Selection Tags, etc.
For example, creating a procedural skirt on a rigged character. I would start with a loop selection around the hip, import the character in a Object Group Node and extrude it along the selection and add some smoothing to the extrusion. Theoretically, I would also like to control the amount of extrusion by a field or vertex map in order to extrude the back part of the skirt longer than the front. In the object manager, I would add a Cloth and Belt Tag to the Object Group. Then I would belt the Object Group to the original Rig, which would require to select all points of the object group. It would also require a vertex map that uses the original object as field to control the âinfluenceâ of the Belt in the Belt Tag. So the influence would be 100% on the character area and gradually decreases along the extrusion (skirt). This would result the cloth skirt bending down. I also would like to add hair to the head and create Vertex Maps that can be used in Materials (no RS).
However, I canât figure out how to use the necessary Selection Tags, Vertex Maps, Fields, across the Node and Object Manager. The example described above is rather illustrative. But as it normally would require certain baking steps, I am wondering if it can be achieved procedurally by using the new Node System. The tutorials I found so far donât really show how it is used in combination with other program features. So Iâm not sure if the Nodes System is like a Black Box or if it can be integrated seamless into a project workflow that involves other program functions. It would be great to learn more about this.