![]() |
|
Greebles plugin - Printable Version +- Wings 3D Development Forum (http://www.wings3d.com/forum) +-- Forum: Wings 3D (/forumdisplay.php?fid=1) +--- Forum: Design & Development (/forumdisplay.php?fid=6) +--- Thread: Greebles plugin (/showthread.php?tid=2949) Pages: 1 2 |
Greebles plugin - dgud - 06-04-2020 06:49 PM I wrapped up my own variant, should work with Wings-2.2.6: https://www.dropbox.com/s/plwn0w69mks72lx/wpc_greebles.beam?dl=0 If it is any good I can add it to next wings version. RE: Greebles plugin - oort - 06-05-2020 01:42 PM I gave this a try and it works very good from what I can tell. I have never used greebles before so I am probably not the best person to test. ![]() In case anyone is not sure where to put the .beam file... I put it in C:\Program Files\wings3d_2.2.6.1\lib\wings-2.2.6.1\plugins\commands Go into Face mode to access the Greebles command. Thanks dgud for the new plugin. oort RE: Greebles plugin - dgud - 06-05-2020 03:10 PM Thanks for the feedback, I have never used it either, so don't know what users expect. You can install it with File/Install Plugin or Patch RE: Greebles plugin - oort - 06-05-2020 08:18 PM Thanks dgud. Shows how long it has been since I have had time to play with Wings3D. ![]() oort RE: Greebles plugin - kenmo - 06-06-2020 03:36 AM Micheus - Thanks kindly for informing me of this plugin. Dgud - WOW...this is fantastic and beyond expectations. Love it and super easy to use... RE: Greebles plugin - dgud - 06-06-2020 06:30 AM Sounds like it worked , so will add to wings with some minor tweaks.
RE: Greebles plugin - kenmo - 06-07-2020 12:18 AM That'll be awesome. Do you have other plugins as well? Fingers crossed.... ![]() ![]()
RE: Greebles plugin - dgud - 06-07-2020 11:34 AM No it sounded fun so I just wrote for you :-) Is there something else that is missing? RE: Greebles plugin - micheus - 06-07-2020 11:39 PM Supper cools! dgud as this is the kind of shape that we need to play with a couple o parameters until find the one we like, isn't possible to keep the random seed static? Then, we don't loose the main shape and we can play around with adjusts for height, scale and others without to lose the layout we just liked. It also makes hard to see the result of changes we make. You could then include a button to generate a new seed. I also missed a control over the scale - it's random (per face or vertex) only. RE: Greebles plugin - dgud - 06-08-2020 06:55 AM I do keep the seed static, but different options use a different number of random numbers. Might be better in the merged version, don't remember what I worked on after the "plugin" uploaded, you can read the code :-). The "scale" is the inset slider. |