Jump to content

Eduard

Moderators
  • Posts

    2237
  • Joined

  • Last visited

  • Days Won

    113

Everything posted by Eduard

  1. Hi LGOOD, Converting to mesh doesn't result in loss of UVW mapping. If this happened with your model, can you send me this model? Thanks!
  2. Здравствуйте, Evgeny! А как осуществляется рендеринг? На одном ПК, либо на ферме? Если на ферме, может не везде установлен плагин GrowFX? Либо версии разные... Также мы не тестировали Multiscatter, и как он работает я не знаю. Береза вроде не исчезала, но там я заметил какие-то пропадания листьев. Может вообще все дело в том, как вы настроили ветер. Если Wind модификаторы в Direction Modifiers, то я всегда рекомендую перенести их в After Mesh Modifiers. Там он работает надежнее, и довольно быстро вычисляется само дерево, так как нет необходимости полностью пересчитывать все дерево. В общем, проверьте это, и дайте знать. Спасибо!
  3. Hello goodboy09, Ok, I sent you an educational license offer. Thanks!
  4. You need to optimize by editing parameters in GrowFX, keeping the shape of the plant. For example, increasing the Steps of the paths, increasing the Face Size in the mesh builders, etc. Thanks!
  5. Hello Baptiste Sarrazin, How many vertices does your tree have? Can you optimize it? Thanks!
  6. Да, все это реализуем, просто нужно немного времени... Спасибо!
  7. Привет! Ну да, все верно. Если отключаем или включаем какой-либо путь, то система становится полностью невалидная, и требуется полный пересчет всего. Мы же не знаем с чем данный путь может быть связан, поэтому полный пересчет всех мешей и метамешей соответственно. А анализировать все цепочки связей - это практически невозможно. Просто есть 4 уровня валидности модели: на уровне путей, на уровне мешей, на уровне метамешей, и на уровне афтермеш модификаций. Так вот, если на каком либо уровне произошла невалидность, то остальные уровни также считаются невалидными. Уровни меш и метамеш - считаются параллельными (независимыми). Но если возникает невалидность на уровне путей, то все меши становятся также невалидными. Спасибо!
  8. Hello skyland99, Yes of course, I just deactivated your old activations on the server side, and now you can activate again. Thanks!
  9. Здравствуйте, Azat Hai! Можете прислать Вашу модель? Посмотрим почему подвешивает. А так да, возможно, что если процесс однозадачный, то работает на одном ядре. Все зависит от структуры дерева, по идее должно работать на нескольких ядрах. На одном ядре строятся только метамеши. Спасибо!
  10. Hello Caue, Yes, if you've the same problem, try downloading and reinstalling GrowFX again. Thanks!
  11. Hi mad, Can you please send me any files that might show this error? I need to check what is happening at the time of copying, saving to file, etc. Thanks!
  12. Ok, I fixed this bug. But I also saw an error in your code: distnum=gfx.getNumDistributors i for j=1 to distnum do ( -- ... dist.GetParentPath j -- Here "j" must be in the range from 1 to dist.GetNumParentPaths(), and not to getNumDistributors ) If you want I can send the update again. Thanks for your bug report!
  13. Hi schellicon, I wonder why this happened... Can you send me your model and a script line with the GetParentPath function so I can test this? Thanks!
  14. Hi, Looks strange. I've not been able to reproduce this. Normally it should look like this: Have you changed the font size in the OS, or something else? Try resizing this window. Of course, we want to implement our own curve editor, directly in the node editor. But this will take some time. Thanks!
  15. Hi Matt, Our tutorials are probably out of date, they were created when AfterMeshModifiers didn't exist yet. We'll create new ones, but only for version 2.0. So, here's a simple rule, create Wind modifiers only in AfterMeshModifiers. Thanks!
  16. Hi Craig, You can read these sections of the help: https://exlevel.com/growfx2-manual/Node_Mesh_InstancedGeometry.html https://exlevel.com/growfx2-manual/Node_Mesh_InstancedGeometryElement.html https://exlevel.com/growfx2-manual/Examples_IG_CurrentTime_UseHierarchy.html Also you can see our example Orange tree 1 in the Plants library. You can convert this tree to version 2.0, and watch the settings for the fruit created using the instanced geometry. Thanks!
  17. Hi Matt, Can't download this file? Treeanim_002.max Thanks!
  18. Hi Jakob, I always recommend applying the Wind modifiers only in the After Mesh Modifiers. The calculation will be fast and without any problems. Thanks!
  19. Hi schellicon, Ok, I sent you an update. Thanks!
  20. Hi schellicon, Ok, we've added the following functions for Path and PathPosition distributors: <growfx>.<path>.<distributor>.AddParentPath <path_index_integer> - this is the same as AddStartPath; <growfx>.<path>.<distributor>.GetNumParentPaths() - returns the number of parent paths; <growfx>.<path>.<distributor>.GetParentPath <parentpath_index_integer> - returns the path object as a ReferenceTarget; <growfx>.<path>.<distributor>.GetParentPathIndex <parentpath_index_integer> - returns the index of path; Will this be OK for you? I can quickly send you an update, please let me know your version of 3dsMax. Thanks!
  21. Hi tiptop234, We'll of course implement this feature, but for now you can use the CHM help file that is installed with the plugin. Thanks!
  22. Hi schellicon, You can only specify the path that will be used for distribution: <growfx>.<path>.<distributor>.AddStartPath <path_index_integer> But if you really need it, we can add these properties. Thanks!
  23. Hi Andrew, You can add the Path position distributor for first level branches, but temporarily disable the Path distributor for this level. This way you'll have one branch for the first level. The position can be set to 50%, or any other. After tweaking your branches, turn off PathPos distr and turn on Path distr again. The same can be done with other branch levels. Thanks!
  24. Hi Chris, Most likely yes, the window showing up off-screen. You can reset this value by deleting the registry key: "WinPosition: Node Editor" in HKEY_CURRENT_USER\Software\Exlevel\GrowFX\3dsMax_XXXX\Settings Where XXXX is your 3dsMax version. Thanks!
×
×
  • Create New...