- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to draw a resizable pipe with a faux-hatch pattern inside.
The pattern has a default size of 1x1 and can be stretched vertically (width) for any relevant size.
Changing length is also easy as long as it's in increments of the pattern's size, with an array action. On the other hand. getting to, for instance, 1.4 units, would require "trimming" the pattern and is thus much more complex.
My current best attempt requires a linear parameter for the first half of the pattern and a second one for 50-100%, each with their own grip.
Ideally, I would like to only have one grip for width and one for length, but even cutting one of the two "fractional part" grips would be a significant improvement.
I assume this would require "sequencing" the actions in some fashion, therefore I tried employing chained actions and constraints, but they tend to behave unexpectedly and I couldn't get the desired result.
At the very least I'd like to know whether what I'm asking for can even be done.
Thanks in advance.
Solved! Go to Solution.