Jump to content

Eduard

Moderators
  • Posts

    2281
  • Joined

  • Last visited

  • Days Won

    116

Everything posted by Eduard

  1. Hi Karen, Try changing this value from 0.0 to 1.0. Thanks!
  2. Yes, we've removed these parameters to reduce the node size, and these parameters are the same for all nodes, so they are only in the sidebar. Thanks!
  3. Hello HenrikBC, You can create 2 Wind modifiers, the first one will have a weak wind effect and the second one will have a strong. And for the second Wind set Count rate = 20%. Please see my screenshot: Thanks!
  4. I noticed that if you save the max file with Cache turned off, then the information is not saved. We'll fix this so that the information is saved anyway. Thanks!
  5. Yes, it might not be saved in the max file. Ok, we'll fix this as soon as possible. Thanks!
  6. Hi wallworm, We've already released a new version and you can download it from the User panel. Thanks!
  7. Hi Nenad, Trees from Maxtree are very complex, and when you activate leaves, data structure chains can be broken. You need to make sure that the leaves are created after these branches. This can be regarded as a bug, but we need to check your tree. Can you send it to me? Thanks!
  8. Hi wallworm, We've added the following maxscript methods: <growfx2>.CreateHierarchyMeshes <is_group_by_pathcolor> Returns an array of Editable poly nodes of the elements in the hierarchy. is_group_by_pathcolor : boolean - when true, the algorithm will group adjacent branches if they have the same path color. <growfx2>.CreateHierarchySplines <is_group_by_pathcolor> Returns an array of Editable spline nodes of the elements in the hierarchy. is_group_by_pathcolor : boolean - when true, the algorithm will group adjacent branches if they have the same path color. I'm already planning to release this update as a new version 2.0.1. Thanks!
  9. Hello cippall, Ok, we have already added some methods and properties to manage nodes. You can see the new description here: https://exlevel.com/growfx2-manual/MAXScript_new.html If you want, I can send you an update so you can try it. Thanks!
  10. No problem, you can use this script: gfx = $ for i = 1 to 10 do ( gfxnew = copy gfx gfxnew.NewSeed() gfxnew.update() ) Thanks!
  11. Hi wallworm, You can use the Random generator node to get different V offsets for branches: Thanks!
  12. Ok, I sent you these updates. Thanks!
  13. Hello Usman, Please change "10" in this line: for i = 1 to 10 do ( Thanks!
  14. Although it works in version 1.9.9 SP10 as well. Thanks!
  15. Hello Usman, Are you sure you're using GrowFX 2.0 version? I just tested this script before posting it here. Thanks!
  16. Hello Usman, Yes, it seems possible to animate the Seed value, but it doesn't update during the animation, and it doesn't update the object. We'll fix this in the next upgrade. Thanks for your bug report! Now you can try using this script to create 10 models (for example): gfx = $ iseed = gfx.Seed for i = 1 to 10 do ( gfx.NewSeed() gfx.update() snapshot gfx ) gfx.Seed = iseed gfx.update() Thanks!
  17. Hello Yes, these methods don't work in version 2.0, because component indexes don't exist. Instead, we plan to add new methods that will work with nodes. Just in version 2.0 there are no components like in version 1.9.9, there is a single array of nodes. Thanks!
  18. Hi wallworm, Sorry for the delay! Oh, you need a new version, which we already have. I can send you an update. What version of 3dsMax do you have? Thanks!
  19. But the pivot seems to be created where the object has its start, just like you wanted. Have you really checked this? Ok, we'll add a MaxScript method for this feature. Thanks!
  20. Hi wallworm, Yes, you're right, there was a strange behavior of the created point when snaps are turned on. But we've fixed it and it will work fine in the next update. Thanks!
  21. Hi wallworm, Apologize for the delay in replying! There is already such a button in GrowFX 2.0: Create separate objects in the Preferences parameters rollout. It just creates separate objects as you want. Thanks!
  22. Здравствуйте! Видимо я уже поздновато пришел в эту дискуссию Но я вижу, вроде Вы уже и сами разобрались... Ну это вроде может делать PathPosition от главных веток, и там вычисления идут в %% от 0 до 100. А влиять можно уже на что угодно. Спасибо!
  23. Eduard

    2022 work

    Hi winskyserin, Amazing works! Thanks a lot!
×
×
  • Create New...