[Plugin][WIP][OpenSource] Bezier Surface
-
Seems in 2014 no compatibility with SketchyPhysics 3, Scalp
Patch is drawn with the grid
but now i have just the menu one time on the right Click
then no possibility to edit the patch!Just this on the Ruby Console
nextFrame()->updateMainWnd()
-
What an outstandingly wonderful tool.
-
For any reason after relaunch SU that works!
Waiting the manual for translate it in French! -
how come I totally missed this plugin for 4 years? It should be on the list of essential plugins!
-
@aceshigh said:
how come I totally missed this plugin for 4 years?
Maybe because Thomthom published it yesterday
-
Thanks, will come in handy for all those soft surfaces.
-
This is so cool!
I'm not gonna get any work done now playing with thisHow do you add Tripatch to Qaudpatch ? Possible ?
-
Some really nice editing capabilities there, with the Gizmo and all. WOW!
So you decided to release it non commersial, huh ?
For some time now I have been working on curves and surfaces for my node editor, maybe
I can try making it compatible with you patches as well, now that your code is in public...
That would be cool to use your tools after baking down geometry..Do you use Knotvectors for the patches ? Or are they interval-based type powerbasis functions ?
Edit: Ah right, they are not spline-based, (duh). So you go through the C-extensioncode right ? -
@jolran said:
How do you add Tripatch to Qaudpatch ? Possible ?
Select the edges you want to add to then click add patch and it will follow the shape.
-
Yes I noticed that. But Tripatch ?
edit: ah, it may not be included yet. There are some things not added in this version.
Doesent matter. Bloody marvelous anyway -
Sorry About that Jolran, I misread your question, didn't realise it was specifically the tris you were after.
In case anyone is wondering how useful and fast this is to work with.
This rough test torso is less than five minutes work.
-
Rodin!
-
No worries Nice chest.
-
it looks super nice thank you but it doesn't work for me (sketchup 8 on win7)..
i suppose i installed it properly and also updated ttlib to last version..
i suspect it may depends on some conflict with tons of other plugins.. -
@unknownuser said:
it looks super nice thank you but it doesn't work for me (sketchup 8 on win7)
Same here. I only had it working in 2014.
Error "defined method `force_encoding' for #String:0xb10993c"
This is "probably" and Ruby 1.8 error. I have the impression that many authors will stop supporting SU 8 soon.
-
@jolran said:
@unknownuser said:
it looks super nice thank you but it doesn't work for me (sketchup 8 on win7)
Error "defined method `force_encoding' for #String:0xb10993c"
yeah. force encoding blablabla.. getting similar message when loading sketchup
@jolran said:
@unknownuser said:
it looks super nice thank you but it doesn't work for me (sketchup 8 on win7)
I have the impression that many authors will stop supporting SU 8 soon.
but.. it says su8 is supported.. -
Thanks, Thomthom. Time to play!
-
@unknownuser said:
but.. it says su8 is supported..
Ah, yeah you are right. Then I guess he just probably forgot to set up some conditions for Su8. Well see when he get's back.
Meanwhile do a testspin in 2014.It may have be a condition set on line 26 in the loader rb
"file = FILE.dup.force_encoding("UTF-8")"If I remember correctly Ruby 1.8 (Su8) does not have that method..
I'm not gonna mess with that since I don't know how he has things set up with TT_Lib so I suggest waiting for his return..
-
@jolran said:
I suggest waiting for his return..
never thought for a second to fix the code by myself
anyway i downloaded su15 and it works perfectly.. too bad su2015 doesn't fit my needs at the moment (mainly for the other 31454535 plugin i use)
this tool is great! sort of pseudo-nurb brother of vertex tools..
waiting for su8 news.. -
@jolran said:
@unknownuser said:
but.. it says su8 is supported..
It may have be a condition set on line 26 in the loader rb
"file = FILE.dup.force_encoding("UTF-8")"Yes
For 2013 or 8 user
just change that like this"file = FILE"
Advertisement