Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Purchasing power parities
Post: RE: Purchasing power parities
|
tyFlow |
General Discussion
|
1 |
10 |
11 hours ago |
|
|
Thread: follow gradient
Post: RE: follow gradient
You're not dampening the velocity at all right now, which is leading to the issues you're seeing. Put a Slow operator above your Surface Force with 100% strength, and increase the gradient ascent forc... |
|
tyFlow |
General Discussion
|
3 |
229 |
06-27-2025, 03:58 PM |
|
|
Thread: C# scripting, range()
Post: RE: C# scripting, range()
All C# syntax is valid - and the Math.Random library has range functions, or you can use tyFlow's exposed random range functions. Just initialize a generlic list of ints and fill with random values. |
|
tyFlow |
Feature Requests
|
4 |
176 |
06-27-2025, 03:55 PM |
|
|
Thread: Neighbor Filter
Post: RE: Neighbor Filter
It requires too many params to be a filter, which are meant to be simple conditions. You can use a Property Test to expose the full parameter list for the neighbor test, and in the Test rollout output... |
|
tyFlow |
General Discussion
|
2 |
90 |
06-27-2025, 03:53 PM |
|
|
Thread: Frequency Setting: Max 20 Material IDs?
Post: RE: Frequency Setting: Max 20 Material IDs?
The Material frequency options are limited to 20 material IDs, yes. If you need more, you can use the Script operator for full control.
Also in the future please translate your text to English befo... |
|
tyFlow |
General Discussion
|
2 |
82 |
06-27-2025, 03:52 PM |
|
|
Thread: tyMesher bug (?)
Post: RE: tyMesher bug (?)
Hmm...I'm unable to reproduce the issue in the file you posted above. Does it occur immediately when you load that file w/tyFlow PRO? Or does a setting need to be tweaked to have the problem occur? |
|
tyFlow |
Bugs and Issues
|
4 |
262 |
06-25-2025, 12:52 PM |
|
|
Thread: spin op "Relative to radius" missing?
Post: RE: spin op "Relative to radius" missing?
Value operators should now be used for relativistic logic like that - although you're right, the legacy parameters are still in the docs in various places. |
|
tyFlow |
General Discussion
|
3 |
145 |
06-24-2025, 09:57 PM |
|
|
Thread: Only if not already created: a new tyCache object
Post: RE: Only if not already created: a new tyCache obj...
The check function takes the fully-resolved input path of all tyCache objects in the scene and does a lower-case comparison to the fully-resolved output path - if a match is found, a new tyCache objec... |
|
tyFlow |
Bugs and Issues
|
3 |
174 |
06-23-2025, 01:18 PM |
|
|
Thread: Negative timeline causes simulation up to frame 0 on render
Post: RE: Negative timeline causes simulation up to fram...
I can see that VRay is querying frame 0 at a certain point in the frame prep process - this causes tyFlow to update to frame 0. Nothing I can really do to prevent that from what I can tell. If you sen... |
|
tyFlow |
Bugs and Issues
|
2 |
128 |
06-23-2025, 04:52 AM |
|
|
Thread: tyFlex missing feature
Post: RE: tyFlex missing feature
You can use a tySelect modifier to convert UVW data to a vertex selection. |
|
tyFlow |
Feature Requests
|
2 |
139 |
06-23-2025, 04:28 AM |
|
|
Thread: Minor tyCache bug?
Post: RE: Minor tyCache bug?
Sorry, I don't understand what the issue is supposed to be... |
|
tyFlow |
Bugs and Issues
|
2 |
110 |
06-23-2025, 04:20 AM |
|
|
Thread: Colorize using distance to an object?
Post: RE: Colorize using distance to an object?
"Targets" are a tyFlow concept that refer to the particle ID of another particle, assigned to a float channel of the current particle. |
|
tyFlow |
Bugs and Issues
|
4 |
193 |
06-23-2025, 04:19 AM |
|
|
Thread: TyCache Performance
Post: RE: TyCache Performance
PointCache just updates the mesh vertex list. tyCache updates the entire mesh - the tradeoff is more flexibility at the cost of performance. |
|
tyFlow |
Bugs and Issues
|
2 |
128 |
06-23-2025, 04:17 AM |
|
|
Thread: Position Icon spawn texture has weird behavior
Post: RE: Position Icon spawn texture has weird behavior
|
tyFlow |
Bugs and Issues
|
1 |
132 |
06-21-2025, 03:35 AM |
|
|
Thread: Shapes with animation are very slow.
Post: RE: Shapes with animation are very slow.
It’s because he has animation set to display in render only. |
|
tyFlow |
General Discussion
|
6 |
300 |
06-18-2025, 07:09 PM |
|
|
Thread: Shapes with animation are very slow.
Post: RE: Shapes with animation are very slow.
I don't understand what the issue is supposed to be. Adding 2+ particles doesn't take any more time than expected. |
|
tyFlow |
General Discussion
|
6 |
300 |
06-18-2025, 03:48 PM |
|
|
Thread: Only if not already created: a new tyCache object
Post: RE: Only if not already created: a new tyCache obj...
Is there something idiosyncratic about your output path? Non-english characters, UNC path, relative path, etc, or something? Because in normal circumstances this feature is definitely working... |
|
tyFlow |
Bugs and Issues
|
3 |
174 |
06-17-2025, 01:22 PM |
|
|
Thread: Typo Abjects in Utility Export All
Post: RE: Typo Abjects in Utility Export All
|
tyFlow |
Bugs and Issues
|
1 |
91 |
06-17-2025, 12:58 PM |
|
|
Thread: Redshift deformation blur with a tycache = Error
Post: RE: Redshift deformation blur with a tycache = Err...
tyCache can be used - it has its own interface parameters you need to enable. |
|
tyFlow |
Bugs and Issues
|
4 |
225 |
06-16-2025, 03:02 PM |
|
|
Thread: Self-Intersection test for tyPush
Post: RE: Self-Intersection test for tyPush
Preventing self-intersections is considerably more difficult and computationally expensive than preventing intersections with another collider. Could be interesting to add, but it would be pretty low ... |
|
tyFlow |
Feature Requests
|
2 |
137 |
06-16-2025, 01:05 PM |