noƨj.DИƎLB.⚪ƧS∷✤ᑐᑕ✤ЯR⚪◌⚪◌⚪ЯR✤ᑐᑕ✤∷ƧS⚪.BLEND.json 154KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090
  1. {
  2. "export_version": "1.0",
  3. "main_tree": {
  4. "nodes": {
  5. "Frame.009": {
  6. "attributes": {
  7. "location": [
  8. 170.6666717529297,
  9. 0.0
  10. ],
  11. "height": 886.6666259765625,
  12. "width": 1081.3331298828125,
  13. "label": "\u23fa"
  14. },
  15. "bl_idname": "NodeFrame"
  16. },
  17. "Frame.001": {
  18. "attributes": {
  19. "location": [
  20. 149.33333778381348,
  21. 426.6666564941406
  22. ],
  23. "height": 396.0,
  24. "width": 1017.3330078125,
  25. "label": "\u25cc",
  26. "parent": {
  27. "type": "NODE",
  28. "value": "Frame.009"
  29. }
  30. },
  31. "bl_idname": "NodeFrame"
  32. },
  33. "Frame.002": {
  34. "attributes": {
  35. "location": [
  36. -64.0,
  37. 277.3333435058594
  38. ],
  39. "height": 370.6666259765625,
  40. "width": 204.0
  41. },
  42. "bl_idname": "NodeFrame"
  43. },
  44. "Frame": {
  45. "attributes": {
  46. "location": [
  47. 149.33333778381348,
  48. 0.0
  49. ],
  50. "height": 396.0,
  51. "width": 1017.3330078125,
  52. "label": "\u2b1b",
  53. "parent": {
  54. "type": "NODE",
  55. "value": "Frame.009"
  56. }
  57. },
  58. "bl_idname": "NodeFrame"
  59. },
  60. "Frame.007": {
  61. "attributes": {
  62. "location": [
  63. 810.6666870117188,
  64. 21.33333396911621
  65. ],
  66. "height": 412.0,
  67. "width": 384.0
  68. },
  69. "bl_idname": "NodeFrame"
  70. },
  71. "Frame.006": {
  72. "attributes": {
  73. "location": [
  74. 896.0,
  75. 42.66666793823242
  76. ],
  77. "height": 316.0,
  78. "width": 224.0
  79. },
  80. "bl_idname": "NodeFrame"
  81. },
  82. "Frame.008": {
  83. "attributes": {
  84. "location": [
  85. 789.3333129882812,
  86. -21.33333396911621
  87. ],
  88. "height": 584.0,
  89. "width": 564.0
  90. },
  91. "bl_idname": "NodeFrame"
  92. },
  93. "Frame.003": {
  94. "attributes": {
  95. "location": [
  96. 0.0,
  97. -64.0
  98. ],
  99. "height": 154.66665649414062,
  100. "width": 204.0
  101. },
  102. "bl_idname": "NodeFrame"
  103. },
  104. "Frame.005": {
  105. "attributes": {
  106. "location": [
  107. -42.66666793823242,
  108. -64.0
  109. ],
  110. "height": 200.00003051757812,
  111. "width": 164.0001220703125,
  112. "label": "\u0d31"
  113. },
  114. "bl_idname": "NodeFrame"
  115. },
  116. "Frame.004": {
  117. "attributes": {
  118. "location": [
  119. 42.66666793823242,
  120. -64.0
  121. ],
  122. "height": 348.0,
  123. "width": 454.6668701171875
  124. },
  125. "bl_idname": "NodeFrame"
  126. },
  127. "Reroute.010": {
  128. "attributes": {
  129. "location": [
  130. -1109.3333740234375,
  131. 938.6666870117188
  132. ],
  133. "width": 16.0,
  134. "color": [
  135. 1.0,
  136. 1.0,
  137. 1.0
  138. ],
  139. "use_custom_color": true
  140. },
  141. "inputs": {
  142. "Input": {
  143. "bl_idname": "NodeSocketColor",
  144. "name": "Input"
  145. }
  146. },
  147. "outputs": {
  148. "Output": {
  149. "bl_idname": "NodeSocketColor",
  150. "name": "Output"
  151. }
  152. },
  153. "bl_idname": "NodeReroute"
  154. },
  155. "Reroute.009": {
  156. "attributes": {
  157. "location": [
  158. -1109.3333740234375,
  159. 960.0
  160. ],
  161. "width": 16.0,
  162. "color": [
  163. 1.0,
  164. 1.0,
  165. 1.0
  166. ],
  167. "use_custom_color": true
  168. },
  169. "inputs": {
  170. "Input": {
  171. "bl_idname": "NodeSocketColor",
  172. "name": "Input"
  173. }
  174. },
  175. "outputs": {
  176. "Output": {
  177. "bl_idname": "NodeSocketColor",
  178. "name": "Output"
  179. }
  180. },
  181. "bl_idname": "NodeReroute"
  182. },
  183. "Vector Out.001": {
  184. "attributes": {
  185. "location": [
  186. 1280.0000858306885,
  187. 1472.0000305175781
  188. ],
  189. "width": 100.0,
  190. "label": " ",
  191. "parent": {
  192. "type": "NODE",
  193. "value": "Frame.001"
  194. }
  195. },
  196. "inputs": {
  197. "Vectors": {
  198. "bl_idname": "SvVerticesSocket",
  199. "name": "Vectors"
  200. }
  201. },
  202. "outputs": {
  203. "X": {
  204. "bl_idname": "SvStringsSocket",
  205. "name": "X"
  206. },
  207. "Y": {
  208. "bl_idname": "SvStringsSocket",
  209. "name": "Y"
  210. },
  211. "Z": {
  212. "bl_idname": "SvStringsSocket",
  213. "name": "Z"
  214. }
  215. },
  216. "bl_idname": "VectorsOutNode"
  217. },
  218. "Vector Out": {
  219. "attributes": {
  220. "location": [
  221. 1280.0000858306885,
  222. 1045.3333740234375
  223. ],
  224. "width": 100.0,
  225. "label": " ",
  226. "parent": {
  227. "type": "NODE",
  228. "value": "Frame"
  229. }
  230. },
  231. "inputs": {
  232. "Vectors": {
  233. "bl_idname": "SvVerticesSocket",
  234. "name": "Vectors"
  235. }
  236. },
  237. "outputs": {
  238. "X": {
  239. "bl_idname": "SvStringsSocket",
  240. "name": "X"
  241. },
  242. "Y": {
  243. "bl_idname": "SvStringsSocket",
  244. "name": "Y"
  245. },
  246. "Z": {
  247. "bl_idname": "SvStringsSocket",
  248. "name": "Z"
  249. }
  250. },
  251. "bl_idname": "VectorsOutNode"
  252. },
  253. "Rotate.004": {
  254. "attributes": {
  255. "location": [
  256. 1045.3333740234375,
  257. 1408.0
  258. ],
  259. "label": " "
  260. },
  261. "properties": {
  262. "angle_": 7.000000096013537e-06
  263. },
  264. "inputs": {
  265. "Vertices": {
  266. "bl_idname": "SvVerticesSocket",
  267. "name": "Vertices"
  268. },
  269. "Centers": {
  270. "bl_idname": "SvVerticesSocket",
  271. "name": "Centers",
  272. "properties": {
  273. "prop_name": "centers_"
  274. }
  275. },
  276. "Axis": {
  277. "bl_idname": "SvVerticesSocket",
  278. "name": "Axis",
  279. "properties": {
  280. "prop_name": "axis_"
  281. }
  282. },
  283. "Angle": {
  284. "bl_idname": "SvStringsSocket",
  285. "name": "Angle",
  286. "properties": {
  287. "prop_name": "angle_"
  288. }
  289. }
  290. },
  291. "outputs": {
  292. "Vertices": {
  293. "bl_idname": "SvVerticesSocket",
  294. "name": "Vertices"
  295. }
  296. },
  297. "bl_idname": "SvRotationNodeMk3"
  298. },
  299. "Rotate.001": {
  300. "attributes": {
  301. "location": [
  302. 1045.3333740234375,
  303. 1066.6666259765625
  304. ],
  305. "label": " "
  306. },
  307. "properties": {
  308. "angle_": 7.000000096013537e-06
  309. },
  310. "inputs": {
  311. "Vertices": {
  312. "bl_idname": "SvVerticesSocket",
  313. "name": "Vertices"
  314. },
  315. "Centers": {
  316. "bl_idname": "SvVerticesSocket",
  317. "name": "Centers",
  318. "properties": {
  319. "prop_name": "centers_"
  320. }
  321. },
  322. "Axis": {
  323. "bl_idname": "SvVerticesSocket",
  324. "name": "Axis",
  325. "properties": {
  326. "prop_name": "axis_"
  327. }
  328. },
  329. "Angle": {
  330. "bl_idname": "SvStringsSocket",
  331. "name": "Angle",
  332. "properties": {
  333. "prop_name": "angle_"
  334. }
  335. }
  336. },
  337. "outputs": {
  338. "Vertices": {
  339. "bl_idname": "SvVerticesSocket",
  340. "name": "Vertices"
  341. }
  342. },
  343. "bl_idname": "SvRotationNodeMk3"
  344. },
  345. "Scalar Math.021": {
  346. "attributes": {
  347. "location": [
  348. 832.0,
  349. 1237.3333435058594
  350. ],
  351. "label": " ",
  352. "parent": {
  353. "type": "NODE",
  354. "value": "Frame.002"
  355. }
  356. },
  357. "properties": {
  358. "y_": 0.00390625,
  359. "current_op": "DIV"
  360. },
  361. "inputs": {
  362. "x": {
  363. "bl_idname": "SvStringsSocket",
  364. "name": "x",
  365. "properties": {
  366. "prop_name": "x_"
  367. }
  368. },
  369. "y": {
  370. "bl_idname": "SvStringsSocket",
  371. "name": "y",
  372. "properties": {
  373. "prop_name": "y_"
  374. }
  375. }
  376. },
  377. "outputs": {
  378. "Out": {
  379. "bl_idname": "SvStringsSocket",
  380. "name": "Out"
  381. }
  382. },
  383. "bl_idname": "SvScalarMathNodeMK4"
  384. },
  385. "Scalar Math.022": {
  386. "attributes": {
  387. "location": [
  388. 832.0,
  389. 1066.6667175292969
  390. ],
  391. "label": " ",
  392. "parent": {
  393. "type": "NODE",
  394. "value": "Frame.002"
  395. }
  396. },
  397. "properties": {
  398. "y_": 1024.0,
  399. "current_op": "DIV"
  400. },
  401. "inputs": {
  402. "x": {
  403. "bl_idname": "SvStringsSocket",
  404. "name": "x",
  405. "properties": {
  406. "prop_name": "x_"
  407. }
  408. },
  409. "y": {
  410. "bl_idname": "SvStringsSocket",
  411. "name": "y",
  412. "properties": {
  413. "prop_name": "y_"
  414. }
  415. }
  416. },
  417. "outputs": {
  418. "Out": {
  419. "bl_idname": "SvStringsSocket",
  420. "name": "Out"
  421. }
  422. },
  423. "bl_idname": "SvScalarMathNodeMK4"
  424. },
  425. "Matrix Apply to Mesh.004": {
  426. "attributes": {
  427. "location": [
  428. 490.6666564941406,
  429. 1301.3333740234375
  430. ],
  431. "label": " "
  432. },
  433. "inputs": {
  434. "Vertices": {
  435. "bl_idname": "SvVerticesSocket",
  436. "name": "Vertices"
  437. },
  438. "Edges": {
  439. "bl_idname": "SvStringsSocket",
  440. "name": "Edges"
  441. },
  442. "Faces": {
  443. "bl_idname": "SvStringsSocket",
  444. "name": "Faces"
  445. },
  446. "Matrices": {
  447. "bl_idname": "SvMatrixSocket",
  448. "name": "Matrices"
  449. }
  450. },
  451. "outputs": {
  452. "Vertices": {
  453. "bl_idname": "SvVerticesSocket",
  454. "name": "Vertices"
  455. },
  456. "Edges": {
  457. "bl_idname": "SvStringsSocket",
  458. "name": "Edges"
  459. },
  460. "Faces": {
  461. "bl_idname": "SvStringsSocket",
  462. "name": "Faces"
  463. }
  464. },
  465. "bl_idname": "SvMatrixApplyJoinNode"
  466. },
  467. "Formula.006": {
  468. "attributes": {
  469. "location": [
  470. 1407.999963760376,
  471. 1578.6666564941406
  472. ],
  473. "width": 700.0,
  474. "label": "X",
  475. "parent": {
  476. "type": "NODE",
  477. "value": "Frame.001"
  478. }
  479. },
  480. "properties": {
  481. "formula1": "((((abs(U)*abs(V))/(U*V))/V)*sqrt((U**2+V**2-sqrt((U**2+V**2)*(U**2+V**2-2*U**2*V**2*(3-U**4-2*U**2*V**2-V**4))))/(3-U**4-2*U**2*V**2-V**4)))"
  482. },
  483. "inputs": {
  484. "U": {
  485. "bl_idname": "SvFormulaSocket",
  486. "name": "U"
  487. },
  488. "V": {
  489. "bl_idname": "SvFormulaSocket",
  490. "name": "V"
  491. }
  492. },
  493. "outputs": {
  494. "Result": {
  495. "bl_idname": "SvStringsSocket",
  496. "name": "Result"
  497. }
  498. },
  499. "bl_idname": "SvFormulaNodeMk5"
  500. },
  501. "Vector In.004": {
  502. "attributes": {
  503. "location": [
  504. 2133.333459854126,
  505. 1472.0000305175781
  506. ],
  507. "width": 100.0,
  508. "label": " ",
  509. "parent": {
  510. "type": "NODE",
  511. "value": "Frame.001"
  512. }
  513. },
  514. "inputs": {
  515. "X": {
  516. "bl_idname": "SvStringsSocket",
  517. "name": "X",
  518. "properties": {
  519. "prop_name": "x_"
  520. }
  521. },
  522. "Y": {
  523. "bl_idname": "SvStringsSocket",
  524. "name": "Y",
  525. "properties": {
  526. "prop_name": "y_"
  527. }
  528. },
  529. "Z": {
  530. "bl_idname": "SvStringsSocket",
  531. "name": "Z",
  532. "properties": {
  533. "prop_name": "z_"
  534. }
  535. }
  536. },
  537. "outputs": {
  538. "Vectors": {
  539. "bl_idname": "SvVerticesSocket",
  540. "name": "Vectors"
  541. }
  542. },
  543. "bl_idname": "GenVectorsNode"
  544. },
  545. "Formula.007": {
  546. "attributes": {
  547. "location": [
  548. 1407.999963760376,
  549. 1407.9999694824219
  550. ],
  551. "width": 700.0,
  552. "label": "Y",
  553. "parent": {
  554. "type": "NODE",
  555. "value": "Frame.001"
  556. }
  557. },
  558. "properties": {
  559. "formula1": "((((abs(U)*abs(V))/(U*V))/U)*sqrt((U**2+V**2-sqrt((U**2+V**2)*(U**2+V**2-2*U**2*V**2*(3-U**4-2*U**2*V**2-V**4))))/(3-U**4-2*U**2*V**2-V**4)))"
  560. },
  561. "inputs": {
  562. "U": {
  563. "bl_idname": "SvFormulaSocket",
  564. "name": "U"
  565. },
  566. "V": {
  567. "bl_idname": "SvFormulaSocket",
  568. "name": "V"
  569. }
  570. },
  571. "outputs": {
  572. "Result": {
  573. "bl_idname": "SvStringsSocket",
  574. "name": "Result"
  575. }
  576. },
  577. "bl_idname": "SvFormulaNodeMk5"
  578. },
  579. "Vector In.001": {
  580. "attributes": {
  581. "location": [
  582. 2133.333459854126,
  583. 1045.3333740234375
  584. ],
  585. "width": 100.0,
  586. "label": " ",
  587. "parent": {
  588. "type": "NODE",
  589. "value": "Frame"
  590. }
  591. },
  592. "inputs": {
  593. "X": {
  594. "bl_idname": "SvStringsSocket",
  595. "name": "X",
  596. "properties": {
  597. "prop_name": "x_"
  598. }
  599. },
  600. "Y": {
  601. "bl_idname": "SvStringsSocket",
  602. "name": "Y",
  603. "properties": {
  604. "prop_name": "y_"
  605. }
  606. },
  607. "Z": {
  608. "bl_idname": "SvStringsSocket",
  609. "name": "Z",
  610. "properties": {
  611. "prop_name": "z_"
  612. }
  613. }
  614. },
  615. "outputs": {
  616. "Vectors": {
  617. "bl_idname": "SvVerticesSocket",
  618. "name": "Vectors"
  619. }
  620. },
  621. "bl_idname": "GenVectorsNode"
  622. },
  623. "Formula.004": {
  624. "attributes": {
  625. "location": [
  626. 1407.999963760376,
  627. 1152.0
  628. ],
  629. "width": 700.0,
  630. "label": "X",
  631. "parent": {
  632. "type": "NODE",
  633. "value": "Frame"
  634. }
  635. },
  636. "properties": {
  637. "formula1": "((((abs(U)*abs(V))/(U*V))/V)*sqrt((U**2+V**2-sqrt((U**2+V**2)*(U**2+V**2-2*U**2*V**2*(3-U**4-2*U**2*V**2-V**4))))/(3-U**4-2*U**2*V**2-V**4)))"
  638. },
  639. "inputs": {
  640. "U": {
  641. "bl_idname": "SvFormulaSocket",
  642. "name": "U"
  643. },
  644. "V": {
  645. "bl_idname": "SvFormulaSocket",
  646. "name": "V"
  647. }
  648. },
  649. "outputs": {
  650. "Result": {
  651. "bl_idname": "SvStringsSocket",
  652. "name": "Result"
  653. }
  654. },
  655. "bl_idname": "SvFormulaNodeMk5"
  656. },
  657. "Formula.005": {
  658. "attributes": {
  659. "location": [
  660. 1407.999963760376,
  661. 981.3333129882812
  662. ],
  663. "width": 700.0,
  664. "label": "Y",
  665. "parent": {
  666. "type": "NODE",
  667. "value": "Frame"
  668. }
  669. },
  670. "properties": {
  671. "formula1": "((((abs(U)*abs(V))/(U*V))/U)*sqrt((U**2+V**2-sqrt((U**2+V**2)*(U**2+V**2-2*U**2*V**2*(3-U**4-2*U**2*V**2-V**4))))/(3-U**4-2*U**2*V**2-V**4)))"
  672. },
  673. "inputs": {
  674. "U": {
  675. "bl_idname": "SvFormulaSocket",
  676. "name": "U"
  677. },
  678. "V": {
  679. "bl_idname": "SvFormulaSocket",
  680. "name": "V"
  681. }
  682. },
  683. "outputs": {
  684. "Result": {
  685. "bl_idname": "SvStringsSocket",
  686. "name": "Result"
  687. }
  688. },
  689. "bl_idname": "SvFormulaNodeMk5"
  690. },
  691. "Component Analyzer": {
  692. "attributes": {
  693. "location": [
  694. 1301.3333740234375,
  695. 554.6666870117188
  696. ],
  697. "width": 380.0,
  698. "label": " "
  699. },
  700. "properties": {
  701. "mode": "Verts",
  702. "vertex_normal_mode": "MWELR"
  703. },
  704. "inputs": {
  705. "Vertices": {
  706. "bl_idname": "SvVerticesSocket",
  707. "name": "Vertices",
  708. "properties": {
  709. "is_mandatory": true
  710. }
  711. },
  712. "Edges": {
  713. "bl_idname": "SvStringsSocket",
  714. "name": "Edges",
  715. "attributes": {
  716. "hide": true
  717. },
  718. "properties": {
  719. "nesting_level": 3
  720. }
  721. },
  722. "Faces": {
  723. "bl_idname": "SvStringsSocket",
  724. "name": "Faces",
  725. "properties": {
  726. "nesting_level": 3,
  727. "is_mandatory": true
  728. }
  729. }
  730. },
  731. "outputs": {
  732. "Normal_001": {
  733. "bl_idname": "SvVerticesSocket",
  734. "name": "Normal"
  735. },
  736. "Faces": {
  737. "bl_idname": "SvVerticesSocket",
  738. "name": "Faces",
  739. "attributes": {
  740. "hide": true
  741. }
  742. },
  743. "Mask": {
  744. "bl_idname": "SvVerticesSocket",
  745. "name": "Mask",
  746. "attributes": {
  747. "hide": true
  748. }
  749. }
  750. },
  751. "bl_idname": "SvComponentAnalyzerNode"
  752. },
  753. "Rotate.002": {
  754. "attributes": {
  755. "location": [
  756. 1706.6666259765625,
  757. 618.6666870117188
  758. ],
  759. "width": 160.0,
  760. "label": " "
  761. },
  762. "properties": {
  763. "angle_": 90.0
  764. },
  765. "inputs": {
  766. "Vertices": {
  767. "bl_idname": "SvVerticesSocket",
  768. "name": "Vertices"
  769. },
  770. "Centers": {
  771. "bl_idname": "SvVerticesSocket",
  772. "name": "Centers",
  773. "properties": {
  774. "prop_name": "centers_"
  775. }
  776. },
  777. "Axis": {
  778. "bl_idname": "SvVerticesSocket",
  779. "name": "Axis",
  780. "properties": {
  781. "prop_name": "axis_",
  782. "expanded": true
  783. }
  784. },
  785. "Angle": {
  786. "bl_idname": "SvStringsSocket",
  787. "name": "Angle",
  788. "properties": {
  789. "prop_name": "angle_"
  790. }
  791. }
  792. },
  793. "outputs": {
  794. "Vertices": {
  795. "bl_idname": "SvVerticesSocket",
  796. "name": "Vertices"
  797. }
  798. },
  799. "bl_idname": "SvRotationNodeMk3"
  800. },
  801. "Matrix In.002": {
  802. "attributes": {
  803. "location": [
  804. 1877.3333740234375,
  805. 725.3333129882812
  806. ],
  807. "width": 160.0,
  808. "label": " "
  809. },
  810. "properties": {
  811. "angle": 90.0
  812. },
  813. "inputs": {
  814. "Location": {
  815. "bl_idname": "SvVerticesSocket",
  816. "name": "Location",
  817. "properties": {
  818. "prop_name": "location_"
  819. }
  820. },
  821. "Scale": {
  822. "bl_idname": "SvVerticesSocket",
  823. "name": "Scale",
  824. "properties": {
  825. "prop_name": "scale"
  826. }
  827. },
  828. "Quaternion": {
  829. "bl_idname": "SvQuaternionSocket",
  830. "name": "Quaternion",
  831. "attributes": {
  832. "hide": true
  833. },
  834. "properties": {
  835. "prop_name": "quaternion"
  836. }
  837. },
  838. "Angle X": {
  839. "bl_idname": "SvStringsSocket",
  840. "name": "Angle X",
  841. "attributes": {
  842. "hide": true
  843. },
  844. "properties": {
  845. "prop_name": "angle_x"
  846. }
  847. },
  848. "Angle Y": {
  849. "bl_idname": "SvStringsSocket",
  850. "name": "Angle Y",
  851. "attributes": {
  852. "hide": true
  853. },
  854. "properties": {
  855. "prop_name": "angle_y"
  856. }
  857. },
  858. "Angle Z": {
  859. "bl_idname": "SvStringsSocket",
  860. "name": "Angle Z",
  861. "attributes": {
  862. "hide": true
  863. },
  864. "properties": {
  865. "prop_name": "angle_z"
  866. }
  867. },
  868. "Axis": {
  869. "bl_idname": "SvVerticesSocket",
  870. "name": "Axis",
  871. "properties": {
  872. "prop_name": "axis",
  873. "expanded": true
  874. }
  875. },
  876. "Angle": {
  877. "bl_idname": "SvStringsSocket",
  878. "name": "Angle",
  879. "properties": {
  880. "prop_name": "angle"
  881. }
  882. }
  883. },
  884. "outputs": {
  885. "Matrices": {
  886. "bl_idname": "SvMatrixSocket",
  887. "name": "Matrices"
  888. }
  889. },
  890. "bl_idname": "SvMatrixInNodeMK4"
  891. },
  892. "Reroute.006": {
  893. "attributes": {
  894. "location": [
  895. 2645.333251953125,
  896. 1024.0
  897. ],
  898. "width": 16.0,
  899. "color": [
  900. 1.0,
  901. 1.0,
  902. 1.0
  903. ],
  904. "use_custom_color": true
  905. },
  906. "inputs": {
  907. "Input": {
  908. "bl_idname": "NodeSocketColor",
  909. "name": "Input"
  910. }
  911. },
  912. "outputs": {
  913. "Output": {
  914. "bl_idname": "NodeSocketColor",
  915. "name": "Output"
  916. }
  917. },
  918. "bl_idname": "NodeReroute"
  919. },
  920. "Reroute.008": {
  921. "attributes": {
  922. "location": [
  923. 2645.333251953125,
  924. 1002.6666870117188
  925. ],
  926. "width": 16.0,
  927. "color": [
  928. 1.0,
  929. 1.0,
  930. 1.0
  931. ],
  932. "use_custom_color": true
  933. },
  934. "inputs": {
  935. "Input": {
  936. "bl_idname": "NodeSocketColor",
  937. "name": "Input"
  938. }
  939. },
  940. "outputs": {
  941. "Output": {
  942. "bl_idname": "NodeSocketColor",
  943. "name": "Output"
  944. }
  945. },
  946. "bl_idname": "NodeReroute"
  947. },
  948. "Reroute.007": {
  949. "attributes": {
  950. "location": [
  951. 2645.333251953125,
  952. 981.3333129882812
  953. ],
  954. "width": 16.0,
  955. "color": [
  956. 1.0,
  957. 1.0,
  958. 1.0
  959. ],
  960. "use_custom_color": true
  961. },
  962. "inputs": {
  963. "Input": {
  964. "bl_idname": "NodeSocketColor",
  965. "name": "Input"
  966. }
  967. },
  968. "outputs": {
  969. "Output": {
  970. "bl_idname": "NodeSocketColor",
  971. "name": "Output"
  972. }
  973. },
  974. "bl_idname": "NodeReroute"
  975. },
  976. "Merge by Distance.001": {
  977. "attributes": {
  978. "location": [
  979. 2474.666748046875,
  980. 1066.6666259765625
  981. ],
  982. "label": " "
  983. },
  984. "inputs": {
  985. "Vertices": {
  986. "bl_idname": "SvVerticesSocket",
  987. "name": "Vertices"
  988. },
  989. "PolyEdge": {
  990. "bl_idname": "SvStringsSocket",
  991. "name": "PolyEdge"
  992. },
  993. "FaceData": {
  994. "bl_idname": "SvStringsSocket",
  995. "name": "FaceData"
  996. },
  997. "Mask": {
  998. "bl_idname": "SvStringsSocket",
  999. "name": "Mask"
  1000. },
  1001. "Distance": {
  1002. "bl_idname": "SvStringsSocket",
  1003. "name": "Distance",
  1004. "properties": {
  1005. "prop_name": "distance"
  1006. }
  1007. }
  1008. },
  1009. "outputs": {
  1010. "Vertices": {
  1011. "bl_idname": "SvVerticesSocket",
  1012. "name": "Vertices"
  1013. },
  1014. "Edges": {
  1015. "bl_idname": "SvStringsSocket",
  1016. "name": "Edges"
  1017. },
  1018. "Polygons": {
  1019. "bl_idname": "SvStringsSocket",
  1020. "name": "Polygons"
  1021. },
  1022. "FaceData": {
  1023. "bl_idname": "SvStringsSocket",
  1024. "name": "FaceData"
  1025. },
  1026. "Doubles": {
  1027. "bl_idname": "SvVerticesSocket",
  1028. "name": "Doubles"
  1029. },
  1030. "Mask": {
  1031. "bl_idname": "SvStringsSocket",
  1032. "name": "Mask"
  1033. }
  1034. },
  1035. "bl_idname": "SvMergeByDistanceNode"
  1036. },
  1037. "Smooth Vertices": {
  1038. "attributes": {
  1039. "location": [
  1040. 2880.0,
  1041. 1216.0
  1042. ],
  1043. "width": 200.0,
  1044. "label": " "
  1045. },
  1046. "properties": {
  1047. "factor": 1.0,
  1048. "iterations": 8
  1049. },
  1050. "inputs": {
  1051. "Vertices": {
  1052. "bl_idname": "SvVerticesSocket",
  1053. "name": "Vertices"
  1054. },
  1055. "Edges": {
  1056. "bl_idname": "SvStringsSocket",
  1057. "name": "Edges"
  1058. },
  1059. "Faces": {
  1060. "bl_idname": "SvStringsSocket",
  1061. "name": "Faces"
  1062. },
  1063. "VertMask": {
  1064. "bl_idname": "SvStringsSocket",
  1065. "name": "VertMask"
  1066. },
  1067. "Iterations": {
  1068. "bl_idname": "SvStringsSocket",
  1069. "name": "Iterations",
  1070. "properties": {
  1071. "prop_name": "iterations"
  1072. }
  1073. },
  1074. "ClipDist": {
  1075. "bl_idname": "SvStringsSocket",
  1076. "name": "ClipDist",
  1077. "properties": {
  1078. "prop_name": "clip_dist"
  1079. }
  1080. },
  1081. "Factor": {
  1082. "bl_idname": "SvStringsSocket",
  1083. "name": "Factor",
  1084. "properties": {
  1085. "prop_name": "factor"
  1086. }
  1087. },
  1088. "BorderFactor": {
  1089. "bl_idname": "SvStringsSocket",
  1090. "name": "BorderFactor",
  1091. "attributes": {
  1092. "hide": true
  1093. },
  1094. "properties": {
  1095. "prop_name": "border_factor"
  1096. }
  1097. }
  1098. },
  1099. "outputs": {
  1100. "Vertices": {
  1101. "bl_idname": "SvVerticesSocket",
  1102. "name": "Vertices"
  1103. },
  1104. "Edges": {
  1105. "bl_idname": "SvStringsSocket",
  1106. "name": "Edges"
  1107. },
  1108. "Faces": {
  1109. "bl_idname": "SvStringsSocket",
  1110. "name": "Faces"
  1111. }
  1112. },
  1113. "bl_idname": "SvSmoothNode"
  1114. },
  1115. "Reroute.003": {
  1116. "attributes": {
  1117. "location": [
  1118. 3306.666748046875,
  1119. 1194.6666259765625
  1120. ],
  1121. "width": 16.0,
  1122. "color": [
  1123. 1.0,
  1124. 1.0,
  1125. 1.0
  1126. ],
  1127. "use_custom_color": true
  1128. },
  1129. "inputs": {
  1130. "Input": {
  1131. "bl_idname": "NodeSocketColor",
  1132. "name": "Input"
  1133. }
  1134. },
  1135. "outputs": {
  1136. "Output": {
  1137. "bl_idname": "NodeSocketColor",
  1138. "name": "Output"
  1139. }
  1140. },
  1141. "bl_idname": "NodeReroute"
  1142. },
  1143. "Reroute.001": {
  1144. "attributes": {
  1145. "location": [
  1146. 3306.666748046875,
  1147. 1216.0
  1148. ],
  1149. "width": 16.0,
  1150. "color": [
  1151. 1.0,
  1152. 1.0,
  1153. 1.0
  1154. ],
  1155. "use_custom_color": true
  1156. },
  1157. "inputs": {
  1158. "Input": {
  1159. "bl_idname": "NodeSocketColor",
  1160. "name": "Input"
  1161. }
  1162. },
  1163. "outputs": {
  1164. "Output": {
  1165. "bl_idname": "NodeSocketColor",
  1166. "name": "Output"
  1167. }
  1168. },
  1169. "bl_idname": "NodeReroute"
  1170. },
  1171. "Reroute.002": {
  1172. "attributes": {
  1173. "location": [
  1174. 3306.666748046875,
  1175. 1173.3333740234375
  1176. ],
  1177. "width": 16.0,
  1178. "color": [
  1179. 1.0,
  1180. 1.0,
  1181. 1.0
  1182. ],
  1183. "use_custom_color": true
  1184. },
  1185. "inputs": {
  1186. "Input": {
  1187. "bl_idname": "NodeSocketColor",
  1188. "name": "Input"
  1189. }
  1190. },
  1191. "outputs": {
  1192. "Output": {
  1193. "bl_idname": "NodeSocketColor",
  1194. "name": "Output"
  1195. }
  1196. },
  1197. "bl_idname": "NodeReroute"
  1198. },
  1199. "Set Custom UV Map": {
  1200. "attributes": {
  1201. "location": [
  1202. 3861.333251953125,
  1203. 1130.6666259765625
  1204. ],
  1205. "width": 220.0,
  1206. "label": " "
  1207. },
  1208. "properties": {
  1209. "uv_name": "\u26aaW\u144e\u229a\u01a7S\u26aa\u25cc\u26aa\u25cc\u26aa\u01a7S\u229a\u144eW\u26aa"
  1210. },
  1211. "inputs": {
  1212. "Objects": {
  1213. "bl_idname": "SvObjectSocket",
  1214. "name": "Objects"
  1215. },
  1216. "UV verts": {
  1217. "bl_idname": "SvVerticesSocket",
  1218. "name": "UV verts"
  1219. },
  1220. "UV faces": {
  1221. "bl_idname": "SvStringsSocket",
  1222. "name": "UV faces"
  1223. },
  1224. "Matrix": {
  1225. "bl_idname": "SvMatrixSocket",
  1226. "name": "Matrix"
  1227. }
  1228. },
  1229. "outputs": {
  1230. "Objects": {
  1231. "bl_idname": "SvObjectSocket",
  1232. "name": "Objects"
  1233. }
  1234. },
  1235. "bl_idname": "SvSetCustomUVMap"
  1236. },
  1237. "Follow Active Quads": {
  1238. "attributes": {
  1239. "location": [
  1240. 3349.333251953125,
  1241. 1045.3333740234375
  1242. ],
  1243. "width": 200.0,
  1244. "label": " "
  1245. },
  1246. "properties": {
  1247. "unwrap_all": true
  1248. },
  1249. "inputs": {
  1250. "Verts": {
  1251. "bl_idname": "SvVerticesSocket",
  1252. "name": "Verts"
  1253. },
  1254. "Faces": {
  1255. "bl_idname": "SvStringsSocket",
  1256. "name": "Faces"
  1257. },
  1258. "UV verts": {
  1259. "bl_idname": "SvVerticesSocket",
  1260. "name": "UV verts"
  1261. },
  1262. "UV faces": {
  1263. "bl_idname": "SvStringsSocket",
  1264. "name": "UV faces"
  1265. },
  1266. "Active quad index": {
  1267. "bl_idname": "SvStringsSocket",
  1268. "name": "Active quad index",
  1269. "properties": {
  1270. "custom_draw": "draw_socket"
  1271. }
  1272. },
  1273. "Face mask": {
  1274. "bl_idname": "SvStringsSocket",
  1275. "name": "Face mask"
  1276. }
  1277. },
  1278. "outputs": {
  1279. "UV verts": {
  1280. "bl_idname": "SvVerticesSocket",
  1281. "name": "UV verts"
  1282. },
  1283. "UV faces": {
  1284. "bl_idname": "SvStringsSocket",
  1285. "name": "UV faces"
  1286. }
  1287. },
  1288. "bl_idname": "SvFollowActiveQuads"
  1289. },
  1290. "Mesh Viewer": {
  1291. "attributes": {
  1292. "location": [
  1293. 3370.6666870117188,
  1294. 1450.6667079925537
  1295. ],
  1296. "width": 320.0,
  1297. "label": " ",
  1298. "color": [
  1299. 1.0,
  1300. 1.0,
  1301. 1.0
  1302. ],
  1303. "use_custom_color": true,
  1304. "parent": {
  1305. "type": "NODE",
  1306. "value": "Frame.007"
  1307. }
  1308. },
  1309. "properties": {
  1310. "base_data_name": "\u26aa\u01a7S\u2237\u2724\u1450\u1455\u2724\u042fR\u26aa\u042fR\u2724\u1450\u1455\u2724\u2237\u01a7S\u26aa",
  1311. "material": {
  1312. "type": "MATERIAL",
  1313. "value": "\u26aa\u018eE\u1564\u1566AM\u2299\u26aa\u25cc\u26aa\u25cc\u26aa\u2299MA\u1564\u1566\u018eE\u26aa"
  1314. }
  1315. },
  1316. "inputs": {
  1317. "vertices": {
  1318. "bl_idname": "SvVerticesSocket",
  1319. "name": "vertices"
  1320. },
  1321. "edges": {
  1322. "bl_idname": "SvStringsSocket",
  1323. "name": "edges",
  1324. "properties": {
  1325. "custom_draw": "draw_edges_props"
  1326. }
  1327. },
  1328. "faces": {
  1329. "bl_idname": "SvStringsSocket",
  1330. "name": "faces"
  1331. },
  1332. "material_idx": {
  1333. "bl_idname": "SvStringsSocket",
  1334. "name": "material_idx"
  1335. },
  1336. "matrix": {
  1337. "bl_idname": "SvMatrixSocket",
  1338. "name": "matrix",
  1339. "properties": {
  1340. "custom_draw": "draw_matrix_props"
  1341. }
  1342. }
  1343. },
  1344. "outputs": {
  1345. "Objects": {
  1346. "bl_idname": "SvObjectSocket",
  1347. "name": "Objects"
  1348. }
  1349. },
  1350. "bl_idname": "SvMeshViewer"
  1351. },
  1352. "Temporal Viewer.003": {
  1353. "attributes": {
  1354. "location": [
  1355. 3456.0,
  1356. 1770.6666679382324
  1357. ],
  1358. "width": 160.0,
  1359. "label": " ",
  1360. "color": [
  1361. 1.0,
  1362. 1.0,
  1363. 1.0
  1364. ],
  1365. "use_custom_color": true,
  1366. "parent": {
  1367. "type": "NODE",
  1368. "value": "Frame.006"
  1369. }
  1370. },
  1371. "properties": {
  1372. "point_size": 3,
  1373. "edge_color": [
  1374. 0.88671875,
  1375. 0.88671875,
  1376. 0.88671875,
  1377. 1.0
  1378. ],
  1379. "vector_color": [
  1380. 0.75,
  1381. 0.75,
  1382. 0.75,
  1383. 1.0
  1384. ],
  1385. "polygon_color": [
  1386. 0.98828125,
  1387. 0.98828125,
  1388. 0.98828125,
  1389. 0.78125
  1390. ]
  1391. },
  1392. "inputs": {
  1393. "Vertices": {
  1394. "bl_idname": "SvVerticesSocket",
  1395. "name": "Vertices",
  1396. "properties": {
  1397. "custom_draw": "draw_property_socket"
  1398. }
  1399. },
  1400. "Edges": {
  1401. "bl_idname": "SvStringsSocket",
  1402. "name": "Edges",
  1403. "properties": {
  1404. "custom_draw": "draw_property_socket"
  1405. }
  1406. },
  1407. "Polygons": {
  1408. "bl_idname": "SvStringsSocket",
  1409. "name": "Polygons"
  1410. },
  1411. "Matrix": {
  1412. "bl_idname": "SvMatrixSocket",
  1413. "name": "Matrix"
  1414. },
  1415. "Vector Color": {
  1416. "bl_idname": "SvColorSocket",
  1417. "name": "Vector Color",
  1418. "properties": {
  1419. "custom_draw": "draw_color_socket",
  1420. "prop_name": "vector_color"
  1421. }
  1422. },
  1423. "Edge Color": {
  1424. "bl_idname": "SvColorSocket",
  1425. "name": "Edge Color",
  1426. "properties": {
  1427. "custom_draw": "draw_color_socket",
  1428. "prop_name": "edge_color"
  1429. }
  1430. },
  1431. "Polygon Color": {
  1432. "bl_idname": "SvColorSocket",
  1433. "name": "Polygon Color",
  1434. "properties": {
  1435. "custom_draw": "draw_color_socket",
  1436. "prop_name": "polygon_color"
  1437. }
  1438. },
  1439. "attrs": {
  1440. "bl_idname": "SvStringsSocket",
  1441. "name": "attrs",
  1442. "attributes": {
  1443. "hide": true
  1444. },
  1445. "properties": {
  1446. "quick_link_to_node": "SvVDAttrsNodeMk2"
  1447. }
  1448. }
  1449. },
  1450. "bl_idname": "SvViewerDrawMk4"
  1451. },
  1452. "Cast": {
  1453. "attributes": {
  1454. "location": [
  1455. 3114.666748046875,
  1456. 1493.3333740234375
  1457. ],
  1458. "width": 180.0,
  1459. "label": " "
  1460. },
  1461. "properties": {
  1462. "size_mode": "EXTERNAL"
  1463. },
  1464. "inputs": {
  1465. "Vertices": {
  1466. "bl_idname": "SvVerticesSocket",
  1467. "name": "Vertices"
  1468. },
  1469. "Shape Scale": {
  1470. "bl_idname": "SvVerticesSocket",
  1471. "name": "Shape Scale",
  1472. "properties": {
  1473. "prop_name": "sphere_axis_scale"
  1474. }
  1475. },
  1476. "Effect Scale": {
  1477. "bl_idname": "SvVerticesSocket",
  1478. "name": "Effect Scale",
  1479. "properties": {
  1480. "prop_name": "scale_out_v"
  1481. }
  1482. },
  1483. "Origin": {
  1484. "bl_idname": "SvVerticesSocket",
  1485. "name": "Origin",
  1486. "attributes": {
  1487. "hide": true
  1488. },
  1489. "properties": {
  1490. "prop_name": "origin"
  1491. }
  1492. },
  1493. "Size": {
  1494. "bl_idname": "SvStringsSocket",
  1495. "name": "Size",
  1496. "properties": {
  1497. "prop_name": "size"
  1498. }
  1499. },
  1500. "Strength": {
  1501. "bl_idname": "SvStringsSocket",
  1502. "name": "Strength",
  1503. "properties": {
  1504. "prop_name": "strength"
  1505. }
  1506. },
  1507. "U": {
  1508. "bl_idname": "SvStringsSocket",
  1509. "name": "U",
  1510. "attributes": {
  1511. "hide": true
  1512. },
  1513. "properties": {
  1514. "prop_name": "U_div"
  1515. }
  1516. },
  1517. "V": {
  1518. "bl_idname": "SvStringsSocket",
  1519. "name": "V",
  1520. "attributes": {
  1521. "hide": true
  1522. },
  1523. "properties": {
  1524. "prop_name": "V_div"
  1525. }
  1526. }
  1527. },
  1528. "outputs": {
  1529. "Vertices": {
  1530. "bl_idname": "SvVerticesSocket",
  1531. "name": "Vertices"
  1532. }
  1533. },
  1534. "bl_idname": "SvCastNode"
  1535. },
  1536. "Cast.001": {
  1537. "attributes": {
  1538. "location": [
  1539. 3114.666748046875,
  1540. 1770.6666259765625
  1541. ],
  1542. "width": 180.0,
  1543. "label": " "
  1544. },
  1545. "properties": {
  1546. "size_mode": "EXTERNAL"
  1547. },
  1548. "inputs": {
  1549. "Vertices": {
  1550. "bl_idname": "SvVerticesSocket",
  1551. "name": "Vertices"
  1552. },
  1553. "Shape Scale": {
  1554. "bl_idname": "SvVerticesSocket",
  1555. "name": "Shape Scale",
  1556. "properties": {
  1557. "prop_name": "sphere_axis_scale"
  1558. }
  1559. },
  1560. "Effect Scale": {
  1561. "bl_idname": "SvVerticesSocket",
  1562. "name": "Effect Scale",
  1563. "properties": {
  1564. "prop_name": "scale_out_v"
  1565. }
  1566. },
  1567. "Origin": {
  1568. "bl_idname": "SvVerticesSocket",
  1569. "name": "Origin",
  1570. "attributes": {
  1571. "hide": true
  1572. },
  1573. "properties": {
  1574. "prop_name": "origin"
  1575. }
  1576. },
  1577. "Size": {
  1578. "bl_idname": "SvStringsSocket",
  1579. "name": "Size",
  1580. "properties": {
  1581. "prop_name": "size"
  1582. }
  1583. },
  1584. "Strength": {
  1585. "bl_idname": "SvStringsSocket",
  1586. "name": "Strength",
  1587. "properties": {
  1588. "prop_name": "strength"
  1589. }
  1590. },
  1591. "U": {
  1592. "bl_idname": "SvStringsSocket",
  1593. "name": "U",
  1594. "attributes": {
  1595. "hide": true
  1596. },
  1597. "properties": {
  1598. "prop_name": "U_div"
  1599. }
  1600. },
  1601. "V": {
  1602. "bl_idname": "SvStringsSocket",
  1603. "name": "V",
  1604. "attributes": {
  1605. "hide": true
  1606. },
  1607. "properties": {
  1608. "prop_name": "V_div"
  1609. }
  1610. }
  1611. },
  1612. "outputs": {
  1613. "Vertices": {
  1614. "bl_idname": "SvVerticesSocket",
  1615. "name": "Vertices"
  1616. }
  1617. },
  1618. "bl_idname": "SvCastNode"
  1619. },
  1620. "Reroute.005": {
  1621. "attributes": {
  1622. "location": [
  1623. 3072.0,
  1624. 1408.0
  1625. ],
  1626. "width": 16.0,
  1627. "color": [
  1628. 1.0,
  1629. 1.0,
  1630. 1.0
  1631. ],
  1632. "use_custom_color": true
  1633. },
  1634. "inputs": {
  1635. "Input": {
  1636. "bl_idname": "NodeSocketColor",
  1637. "name": "Input"
  1638. }
  1639. },
  1640. "outputs": {
  1641. "Output": {
  1642. "bl_idname": "NodeSocketColor",
  1643. "name": "Output"
  1644. }
  1645. },
  1646. "bl_idname": "NodeReroute"
  1647. },
  1648. "Float to Integer": {
  1649. "attributes": {
  1650. "location": [
  1651. 2922.666748046875,
  1652. 853.3333129882812
  1653. ],
  1654. "width": 120.0,
  1655. "label": " "
  1656. },
  1657. "inputs": {
  1658. "float": {
  1659. "bl_idname": "SvStringsSocket",
  1660. "name": "float"
  1661. }
  1662. },
  1663. "outputs": {
  1664. "int": {
  1665. "bl_idname": "SvStringsSocket",
  1666. "name": "int"
  1667. }
  1668. },
  1669. "bl_idname": "Float2IntNode"
  1670. },
  1671. "Plane": {
  1672. "attributes": {
  1673. "location": [
  1674. 3136.0,
  1675. 938.6666870117188
  1676. ],
  1677. "width": 180.0,
  1678. "label": " "
  1679. },
  1680. "properties": {
  1681. "sizex": 1.0,
  1682. "sizey": 1.0
  1683. },
  1684. "inputs": {
  1685. "Size X": {
  1686. "bl_idname": "SvStringsSocket",
  1687. "name": "Size X",
  1688. "properties": {
  1689. "prop_name": "sizex",
  1690. "custom_draw": "draw_prop_socket",
  1691. "label": "Size X"
  1692. }
  1693. },
  1694. "Size Y": {
  1695. "bl_idname": "SvStringsSocket",
  1696. "name": "Size Y",
  1697. "properties": {
  1698. "prop_name": "sizey",
  1699. "custom_draw": "draw_prop_socket",
  1700. "label": "Size Y"
  1701. }
  1702. },
  1703. "Num X": {
  1704. "bl_idname": "SvStringsSocket",
  1705. "name": "Num X",
  1706. "properties": {
  1707. "prop_name": "numx",
  1708. "custom_draw": "draw_prop_socket",
  1709. "label": "Num X"
  1710. }
  1711. },
  1712. "Num Y": {
  1713. "bl_idname": "SvStringsSocket",
  1714. "name": "Num Y",
  1715. "properties": {
  1716. "prop_name": "numy",
  1717. "custom_draw": "draw_prop_socket",
  1718. "label": "Num Y"
  1719. }
  1720. },
  1721. "Step X": {
  1722. "bl_idname": "SvStringsSocket",
  1723. "name": "Step X",
  1724. "attributes": {
  1725. "hide": true
  1726. },
  1727. "properties": {
  1728. "prop_name": "stepx",
  1729. "custom_draw": "draw_prop_socket",
  1730. "label": "Step X"
  1731. }
  1732. },
  1733. "Step Y": {
  1734. "bl_idname": "SvStringsSocket",
  1735. "name": "Step Y",
  1736. "attributes": {
  1737. "hide": true
  1738. },
  1739. "properties": {
  1740. "prop_name": "stepy",
  1741. "custom_draw": "draw_prop_socket",
  1742. "label": "Step Y"
  1743. }
  1744. },
  1745. "Matrix": {
  1746. "bl_idname": "SvMatrixSocket",
  1747. "name": "Matrix"
  1748. }
  1749. },
  1750. "outputs": {
  1751. "Vertices": {
  1752. "bl_idname": "SvVerticesSocket",
  1753. "name": "Vertices"
  1754. },
  1755. "Edges": {
  1756. "bl_idname": "SvStringsSocket",
  1757. "name": "Edges"
  1758. },
  1759. "Polygons": {
  1760. "bl_idname": "SvStringsSocket",
  1761. "name": "Polygons"
  1762. }
  1763. },
  1764. "bl_idname": "SvPlaneNodeMk3"
  1765. },
  1766. "Vector In.003": {
  1767. "attributes": {
  1768. "location": [
  1769. 3520.0000610351562,
  1770. 618.6666660308838
  1771. ],
  1772. "label": " ",
  1773. "parent": {
  1774. "type": "NODE",
  1775. "value": "Frame.008"
  1776. }
  1777. },
  1778. "properties": {
  1779. "y_": 1.0
  1780. },
  1781. "inputs": {
  1782. "X": {
  1783. "bl_idname": "SvStringsSocket",
  1784. "name": "X",
  1785. "properties": {
  1786. "prop_name": "x_"
  1787. }
  1788. },
  1789. "Y": {
  1790. "bl_idname": "SvStringsSocket",
  1791. "name": "Y",
  1792. "properties": {
  1793. "prop_name": "y_"
  1794. }
  1795. },
  1796. "Z": {
  1797. "bl_idname": "SvStringsSocket",
  1798. "name": "Z",
  1799. "properties": {
  1800. "prop_name": "z_"
  1801. }
  1802. }
  1803. },
  1804. "outputs": {
  1805. "Vectors": {
  1806. "bl_idname": "SvVerticesSocket",
  1807. "name": "Vectors"
  1808. }
  1809. },
  1810. "bl_idname": "GenVectorsNode"
  1811. },
  1812. "Matrix In.003": {
  1813. "attributes": {
  1814. "location": [
  1815. 3690.6665649414062,
  1816. 704.0000400543213
  1817. ],
  1818. "width": 180.0,
  1819. "label": " ",
  1820. "parent": {
  1821. "type": "NODE",
  1822. "value": "Frame.008"
  1823. }
  1824. },
  1825. "properties": {
  1826. "rotation_mode": "EULER",
  1827. "angle_z": 90.0,
  1828. "location_": [
  1829. 1.0,
  1830. 0.0,
  1831. 0.0
  1832. ]
  1833. },
  1834. "inputs": {
  1835. "Location": {
  1836. "bl_idname": "SvVerticesSocket",
  1837. "name": "Location",
  1838. "properties": {
  1839. "prop_name": "location_",
  1840. "expanded": true
  1841. }
  1842. },
  1843. "Scale": {
  1844. "bl_idname": "SvVerticesSocket",
  1845. "name": "Scale",
  1846. "properties": {
  1847. "prop_name": "scale",
  1848. "expanded": true
  1849. }
  1850. },
  1851. "Quaternion": {
  1852. "bl_idname": "SvQuaternionSocket",
  1853. "name": "Quaternion",
  1854. "attributes": {
  1855. "hide": true
  1856. },
  1857. "properties": {
  1858. "prop_name": "quaternion"
  1859. }
  1860. },
  1861. "Angle X": {
  1862. "bl_idname": "SvStringsSocket",
  1863. "name": "Angle X",
  1864. "properties": {
  1865. "prop_name": "angle_x"
  1866. }
  1867. },
  1868. "Angle Y": {
  1869. "bl_idname": "SvStringsSocket",
  1870. "name": "Angle Y",
  1871. "properties": {
  1872. "prop_name": "angle_y"
  1873. }
  1874. },
  1875. "Angle Z": {
  1876. "bl_idname": "SvStringsSocket",
  1877. "name": "Angle Z",
  1878. "properties": {
  1879. "prop_name": "angle_z"
  1880. }
  1881. },
  1882. "Axis": {
  1883. "bl_idname": "SvVerticesSocket",
  1884. "name": "Axis",
  1885. "attributes": {
  1886. "hide": true
  1887. },
  1888. "properties": {
  1889. "prop_name": "axis",
  1890. "expanded": true
  1891. }
  1892. },
  1893. "Angle": {
  1894. "bl_idname": "SvStringsSocket",
  1895. "name": "Angle",
  1896. "attributes": {
  1897. "hide": true
  1898. },
  1899. "properties": {
  1900. "prop_name": "angle"
  1901. }
  1902. }
  1903. },
  1904. "outputs": {
  1905. "Matrices": {
  1906. "bl_idname": "SvMatrixSocket",
  1907. "name": "Matrices"
  1908. }
  1909. },
  1910. "bl_idname": "SvMatrixInNodeMK4"
  1911. },
  1912. "Vector In.002": {
  1913. "attributes": {
  1914. "location": [
  1915. 3520.0000610351562,
  1916. 469.3333225250244
  1917. ],
  1918. "label": " ",
  1919. "parent": {
  1920. "type": "NODE",
  1921. "value": "Frame.008"
  1922. }
  1923. },
  1924. "properties": {
  1925. "x_": 1.0,
  1926. "y_": 1.0,
  1927. "z_": 1.0
  1928. },
  1929. "inputs": {
  1930. "X": {
  1931. "bl_idname": "SvStringsSocket",
  1932. "name": "X",
  1933. "properties": {
  1934. "prop_name": "x_"
  1935. }
  1936. },
  1937. "Y": {
  1938. "bl_idname": "SvStringsSocket",
  1939. "name": "Y",
  1940. "properties": {
  1941. "prop_name": "y_"
  1942. }
  1943. },
  1944. "Z": {
  1945. "bl_idname": "SvStringsSocket",
  1946. "name": "Z",
  1947. "properties": {
  1948. "prop_name": "z_"
  1949. }
  1950. }
  1951. },
  1952. "outputs": {
  1953. "Vectors": {
  1954. "bl_idname": "SvVerticesSocket",
  1955. "name": "Vectors"
  1956. }
  1957. },
  1958. "bl_idname": "GenVectorsNode"
  1959. },
  1960. "Scalar Math.004": {
  1961. "attributes": {
  1962. "location": [
  1963. 3370.6665649414062,
  1964. 469.3333225250244
  1965. ],
  1966. "width": 120.0,
  1967. "label": " ",
  1968. "parent": {
  1969. "type": "NODE",
  1970. "value": "Frame.008"
  1971. }
  1972. },
  1973. "properties": {
  1974. "x_": 2.0,
  1975. "current_op": "DIV"
  1976. },
  1977. "inputs": {
  1978. "x": {
  1979. "bl_idname": "SvStringsSocket",
  1980. "name": "x",
  1981. "properties": {
  1982. "prop_name": "x_"
  1983. }
  1984. },
  1985. "y": {
  1986. "bl_idname": "SvStringsSocket",
  1987. "name": "y",
  1988. "properties": {
  1989. "prop_name": "y_"
  1990. }
  1991. }
  1992. },
  1993. "outputs": {
  1994. "Out": {
  1995. "bl_idname": "SvStringsSocket",
  1996. "name": "Out"
  1997. }
  1998. },
  1999. "bl_idname": "SvScalarMathNodeMK4"
  2000. },
  2001. "Scalar Math.005": {
  2002. "attributes": {
  2003. "location": [
  2004. 3370.6665649414062,
  2005. 319.99997901916504
  2006. ],
  2007. "width": 120.0,
  2008. "label": " ",
  2009. "parent": {
  2010. "type": "NODE",
  2011. "value": "Frame.008"
  2012. }
  2013. },
  2014. "properties": {
  2015. "x_": 8.0,
  2016. "current_op": "DIV"
  2017. },
  2018. "inputs": {
  2019. "x": {
  2020. "bl_idname": "SvStringsSocket",
  2021. "name": "x",
  2022. "properties": {
  2023. "prop_name": "x_"
  2024. }
  2025. },
  2026. "y": {
  2027. "bl_idname": "SvStringsSocket",
  2028. "name": "y",
  2029. "properties": {
  2030. "prop_name": "y_"
  2031. }
  2032. }
  2033. },
  2034. "outputs": {
  2035. "Out": {
  2036. "bl_idname": "SvStringsSocket",
  2037. "name": "Out"
  2038. }
  2039. },
  2040. "bl_idname": "SvScalarMathNodeMK4"
  2041. },
  2042. "Component Analyzer.001": {
  2043. "attributes": {
  2044. "location": [
  2045. 2666.666748046875,
  2046. 960.0
  2047. ],
  2048. "width": 180.0,
  2049. "label": " "
  2050. },
  2051. "properties": {
  2052. "mode": "Verts",
  2053. "vertex_mode": "Is_Interior_"
  2054. },
  2055. "inputs": {
  2056. "Vertices": {
  2057. "bl_idname": "SvVerticesSocket",
  2058. "name": "Vertices",
  2059. "properties": {
  2060. "is_mandatory": true
  2061. }
  2062. },
  2063. "Edges": {
  2064. "bl_idname": "SvStringsSocket",
  2065. "name": "Edges",
  2066. "properties": {
  2067. "nesting_level": 3,
  2068. "is_mandatory": true
  2069. }
  2070. },
  2071. "Faces": {
  2072. "bl_idname": "SvStringsSocket",
  2073. "name": "Faces",
  2074. "properties": {
  2075. "nesting_level": 3,
  2076. "is_mandatory": true
  2077. }
  2078. }
  2079. },
  2080. "outputs": {
  2081. "Is Interior ": {
  2082. "bl_idname": "SvStringsSocket",
  2083. "name": "Is Interior "
  2084. },
  2085. "Faces": {
  2086. "bl_idname": "SvVerticesSocket",
  2087. "name": "Faces",
  2088. "attributes": {
  2089. "hide": true
  2090. }
  2091. },
  2092. "Mask": {
  2093. "bl_idname": "SvVerticesSocket",
  2094. "name": "Mask",
  2095. "attributes": {
  2096. "hide": true
  2097. }
  2098. }
  2099. },
  2100. "bl_idname": "SvComponentAnalyzerNode"
  2101. },
  2102. "Matrix Apply to Mesh.002": {
  2103. "attributes": {
  2104. "location": [
  2105. 2325.333251953125,
  2106. 917.3333129882812
  2107. ],
  2108. "width": 120.0,
  2109. "label": " "
  2110. },
  2111. "inputs": {
  2112. "Vertices": {
  2113. "bl_idname": "SvVerticesSocket",
  2114. "name": "Vertices"
  2115. },
  2116. "Edges": {
  2117. "bl_idname": "SvStringsSocket",
  2118. "name": "Edges"
  2119. },
  2120. "Faces": {
  2121. "bl_idname": "SvStringsSocket",
  2122. "name": "Faces"
  2123. },
  2124. "Matrices": {
  2125. "bl_idname": "SvMatrixSocket",
  2126. "name": "Matrices"
  2127. }
  2128. },
  2129. "outputs": {
  2130. "Vertices": {
  2131. "bl_idname": "SvVerticesSocket",
  2132. "name": "Vertices"
  2133. },
  2134. "Edges": {
  2135. "bl_idname": "SvStringsSocket",
  2136. "name": "Edges"
  2137. },
  2138. "Faces": {
  2139. "bl_idname": "SvStringsSocket",
  2140. "name": "Faces"
  2141. }
  2142. },
  2143. "bl_idname": "SvMatrixApplyJoinNode"
  2144. },
  2145. "Scalar Math.013": {
  2146. "attributes": {
  2147. "location": [
  2148. 2325.333251953125,
  2149. 661.3333129882812
  2150. ],
  2151. "width": 120.0,
  2152. "label": " "
  2153. },
  2154. "properties": {
  2155. "y_": 64.0
  2156. },
  2157. "inputs": {
  2158. "x": {
  2159. "bl_idname": "SvStringsSocket",
  2160. "name": "x",
  2161. "properties": {
  2162. "prop_name": "x_"
  2163. }
  2164. },
  2165. "y": {
  2166. "bl_idname": "SvStringsSocket",
  2167. "name": "y",
  2168. "properties": {
  2169. "prop_name": "y_"
  2170. }
  2171. }
  2172. },
  2173. "outputs": {
  2174. "Out": {
  2175. "bl_idname": "SvStringsSocket",
  2176. "name": "Out"
  2177. }
  2178. },
  2179. "bl_idname": "SvScalarMathNodeMK4"
  2180. },
  2181. "Matrix Apply to Mesh.005": {
  2182. "attributes": {
  2183. "location": [
  2184. 2325.333251953125,
  2185. 1578.6666259765625
  2186. ],
  2187. "width": 120.0,
  2188. "label": " "
  2189. },
  2190. "inputs": {
  2191. "Vertices": {
  2192. "bl_idname": "SvVerticesSocket",
  2193. "name": "Vertices"
  2194. },
  2195. "Edges": {
  2196. "bl_idname": "SvStringsSocket",
  2197. "name": "Edges"
  2198. },
  2199. "Faces": {
  2200. "bl_idname": "SvStringsSocket",
  2201. "name": "Faces"
  2202. },
  2203. "Matrices": {
  2204. "bl_idname": "SvMatrixSocket",
  2205. "name": "Matrices"
  2206. }
  2207. },
  2208. "outputs": {
  2209. "Vertices": {
  2210. "bl_idname": "SvVerticesSocket",
  2211. "name": "Vertices"
  2212. },
  2213. "Edges": {
  2214. "bl_idname": "SvStringsSocket",
  2215. "name": "Edges"
  2216. },
  2217. "Faces": {
  2218. "bl_idname": "SvStringsSocket",
  2219. "name": "Faces"
  2220. }
  2221. },
  2222. "bl_idname": "SvMatrixApplyJoinNode"
  2223. },
  2224. "Reroute.004": {
  2225. "attributes": {
  2226. "location": [
  2227. -1002.6666870117188,
  2228. 21.33333396911621
  2229. ],
  2230. "width": 16.0,
  2231. "color": [
  2232. 1.0,
  2233. 1.0,
  2234. 1.0
  2235. ],
  2236. "use_custom_color": true
  2237. },
  2238. "inputs": {
  2239. "Input": {
  2240. "bl_idname": "NodeSocketColor",
  2241. "name": "Input"
  2242. }
  2243. },
  2244. "outputs": {
  2245. "Output": {
  2246. "bl_idname": "NodeSocketColor",
  2247. "name": "Output"
  2248. }
  2249. },
  2250. "bl_idname": "NodeReroute"
  2251. },
  2252. "A Number.003": {
  2253. "attributes": {
  2254. "location": [
  2255. -2048.0,
  2256. -42.66666603088379
  2257. ],
  2258. "label": " ",
  2259. "parent": {
  2260. "type": "NODE",
  2261. "value": "Frame.003"
  2262. }
  2263. },
  2264. "properties": {
  2265. "float_": 6.0,
  2266. "int_": 4,
  2267. "selected_mode": "int"
  2268. },
  2269. "inputs": {
  2270. "Float": {
  2271. "bl_idname": "SvStringsSocket",
  2272. "name": "Int",
  2273. "properties": {
  2274. "prop_name": "int_"
  2275. }
  2276. }
  2277. },
  2278. "outputs": {
  2279. "Int": {
  2280. "bl_idname": "SvStringsSocket",
  2281. "name": "Int",
  2282. "properties": {
  2283. "custom_draw": "mode_custom_draw"
  2284. }
  2285. }
  2286. },
  2287. "bl_idname": "SvNumberNode"
  2288. },
  2289. "Scale": {
  2290. "attributes": {
  2291. "location": [
  2292. -810.6666870117188,
  2293. 469.3333435058594
  2294. ],
  2295. "label": " "
  2296. },
  2297. "inputs": {
  2298. "Vertices": {
  2299. "bl_idname": "SvVerticesSocket",
  2300. "name": "Vertices"
  2301. },
  2302. "Centers": {
  2303. "bl_idname": "SvVerticesSocket",
  2304. "name": "Centers",
  2305. "properties": {
  2306. "prop_name": "centers"
  2307. }
  2308. },
  2309. "Scale": {
  2310. "bl_idname": "SvVerticesSocket",
  2311. "name": "Scale",
  2312. "properties": {
  2313. "prop_name": "scale"
  2314. }
  2315. },
  2316. "Strength": {
  2317. "bl_idname": "SvStringsSocket",
  2318. "name": "Strength",
  2319. "properties": {
  2320. "prop_name": "multiplier"
  2321. }
  2322. }
  2323. },
  2324. "outputs": {
  2325. "Vertices": {
  2326. "bl_idname": "SvVerticesSocket",
  2327. "name": "Vertices"
  2328. }
  2329. },
  2330. "bl_idname": "SvScaleNodeMk3"
  2331. },
  2332. "Reroute": {
  2333. "attributes": {
  2334. "location": [
  2335. -21.33333396911621,
  2336. 192.0
  2337. ],
  2338. "width": 16.0,
  2339. "color": [
  2340. 1.0,
  2341. 1.0,
  2342. 1.0
  2343. ],
  2344. "use_custom_color": true
  2345. },
  2346. "inputs": {
  2347. "Input": {
  2348. "bl_idname": "NodeSocketColor",
  2349. "name": "Input"
  2350. }
  2351. },
  2352. "outputs": {
  2353. "Output": {
  2354. "bl_idname": "NodeSocketColor",
  2355. "name": "Output"
  2356. }
  2357. },
  2358. "bl_idname": "NodeReroute"
  2359. },
  2360. "Scale.001": {
  2361. "attributes": {
  2362. "location": [
  2363. -213.3333282470703,
  2364. 384.0
  2365. ],
  2366. "label": " "
  2367. },
  2368. "inputs": {
  2369. "Vertices": {
  2370. "bl_idname": "SvVerticesSocket",
  2371. "name": "Vertices"
  2372. },
  2373. "Centers": {
  2374. "bl_idname": "SvVerticesSocket",
  2375. "name": "Centers",
  2376. "properties": {
  2377. "prop_name": "centers"
  2378. }
  2379. },
  2380. "Scale": {
  2381. "bl_idname": "SvVerticesSocket",
  2382. "name": "Scale",
  2383. "properties": {
  2384. "prop_name": "scale"
  2385. }
  2386. },
  2387. "Strength": {
  2388. "bl_idname": "SvStringsSocket",
  2389. "name": "Strength",
  2390. "properties": {
  2391. "prop_name": "multiplier"
  2392. }
  2393. }
  2394. },
  2395. "outputs": {
  2396. "Vertices": {
  2397. "bl_idname": "SvVerticesSocket",
  2398. "name": "Vertices"
  2399. }
  2400. },
  2401. "bl_idname": "SvScaleNodeMk3"
  2402. },
  2403. "UV Connection": {
  2404. "attributes": {
  2405. "location": [
  2406. 128.0,
  2407. 704.0
  2408. ],
  2409. "width": 200.0,
  2410. "label": " "
  2411. },
  2412. "properties": {
  2413. "slice_check": false
  2414. },
  2415. "inputs": {
  2416. "vertices": {
  2417. "bl_idname": "SvVerticesSocket",
  2418. "name": "vertices"
  2419. },
  2420. "vertices 1": {
  2421. "bl_idname": "SvVerticesSocket",
  2422. "name": "vertices 1"
  2423. }
  2424. },
  2425. "outputs": {
  2426. "vertices": {
  2427. "bl_idname": "SvVerticesSocket",
  2428. "name": "vertices"
  2429. },
  2430. "data": {
  2431. "bl_idname": "SvStringsSocket",
  2432. "name": "data"
  2433. }
  2434. },
  2435. "bl_idname": "LineConnectNodeMK2"
  2436. },
  2437. "Formula.003": {
  2438. "attributes": {
  2439. "location": [
  2440. 533.3333129882812,
  2441. 362.6666564941406
  2442. ],
  2443. "width": 120.0,
  2444. "label": " "
  2445. },
  2446. "properties": {
  2447. "formula1": ".5/65536",
  2448. "wrapping": "+1"
  2449. },
  2450. "outputs": {
  2451. "Result": {
  2452. "bl_idname": "SvStringsSocket",
  2453. "name": "Result"
  2454. }
  2455. },
  2456. "bl_idname": "SvFormulaNodeMk5"
  2457. },
  2458. "Matrix Apply to Mesh.001": {
  2459. "attributes": {
  2460. "location": [
  2461. 533.3333129882812,
  2462. 618.6666870117188
  2463. ],
  2464. "width": 120.0,
  2465. "label": " "
  2466. },
  2467. "properties": {
  2468. "do_join": false
  2469. },
  2470. "inputs": {
  2471. "Vertices": {
  2472. "bl_idname": "SvVerticesSocket",
  2473. "name": "Vertices"
  2474. },
  2475. "Edges": {
  2476. "bl_idname": "SvStringsSocket",
  2477. "name": "Edges"
  2478. },
  2479. "Faces": {
  2480. "bl_idname": "SvStringsSocket",
  2481. "name": "Faces"
  2482. },
  2483. "Matrices": {
  2484. "bl_idname": "SvMatrixSocket",
  2485. "name": "Matrices"
  2486. }
  2487. },
  2488. "outputs": {
  2489. "Vertices": {
  2490. "bl_idname": "SvVerticesSocket",
  2491. "name": "Vertices"
  2492. },
  2493. "Edges": {
  2494. "bl_idname": "SvStringsSocket",
  2495. "name": "Edges"
  2496. },
  2497. "Faces": {
  2498. "bl_idname": "SvStringsSocket",
  2499. "name": "Faces"
  2500. }
  2501. },
  2502. "bl_idname": "SvMatrixApplyJoinNode"
  2503. },
  2504. "Matrix In.001": {
  2505. "attributes": {
  2506. "location": [
  2507. 341.3333435058594,
  2508. 448.0
  2509. ],
  2510. "width": 160.0,
  2511. "label": " "
  2512. },
  2513. "properties": {
  2514. "rotation_mode": "EULER"
  2515. },
  2516. "inputs": {
  2517. "Location": {
  2518. "bl_idname": "SvVerticesSocket",
  2519. "name": "Location",
  2520. "properties": {
  2521. "prop_name": "location_"
  2522. }
  2523. },
  2524. "Scale": {
  2525. "bl_idname": "SvVerticesSocket",
  2526. "name": "Scale",
  2527. "properties": {
  2528. "prop_name": "scale"
  2529. }
  2530. },
  2531. "Quaternion": {
  2532. "bl_idname": "SvQuaternionSocket",
  2533. "name": "Quaternion",
  2534. "attributes": {
  2535. "hide": true
  2536. },
  2537. "properties": {
  2538. "prop_name": "quaternion"
  2539. }
  2540. },
  2541. "Angle X": {
  2542. "bl_idname": "SvStringsSocket",
  2543. "name": "Angle X",
  2544. "properties": {
  2545. "prop_name": "angle_x"
  2546. }
  2547. },
  2548. "Angle Y": {
  2549. "bl_idname": "SvStringsSocket",
  2550. "name": "Angle Y",
  2551. "properties": {
  2552. "prop_name": "angle_y"
  2553. }
  2554. },
  2555. "Angle Z": {
  2556. "bl_idname": "SvStringsSocket",
  2557. "name": "Angle Z",
  2558. "properties": {
  2559. "prop_name": "angle_z"
  2560. }
  2561. },
  2562. "Axis": {
  2563. "bl_idname": "SvVerticesSocket",
  2564. "name": "Axis",
  2565. "attributes": {
  2566. "hide": true
  2567. },
  2568. "properties": {
  2569. "prop_name": "axis"
  2570. }
  2571. },
  2572. "Angle": {
  2573. "bl_idname": "SvStringsSocket",
  2574. "name": "Angle",
  2575. "attributes": {
  2576. "hide": true
  2577. },
  2578. "properties": {
  2579. "prop_name": "angle"
  2580. }
  2581. }
  2582. },
  2583. "outputs": {
  2584. "Matrices": {
  2585. "bl_idname": "SvMatrixSocket",
  2586. "name": "Matrices"
  2587. }
  2588. },
  2589. "bl_idname": "SvMatrixInNodeMK4"
  2590. },
  2591. "Matrix Apply to Mesh": {
  2592. "attributes": {
  2593. "location": [
  2594. 362.6666564941406,
  2595. 704.0
  2596. ],
  2597. "width": 120.0,
  2598. "label": " "
  2599. },
  2600. "inputs": {
  2601. "Vertices": {
  2602. "bl_idname": "SvVerticesSocket",
  2603. "name": "Vertices"
  2604. },
  2605. "Edges": {
  2606. "bl_idname": "SvStringsSocket",
  2607. "name": "Edges"
  2608. },
  2609. "Faces": {
  2610. "bl_idname": "SvStringsSocket",
  2611. "name": "Faces"
  2612. },
  2613. "Matrices": {
  2614. "bl_idname": "SvMatrixSocket",
  2615. "name": "Matrices"
  2616. }
  2617. },
  2618. "outputs": {
  2619. "Vertices": {
  2620. "bl_idname": "SvVerticesSocket",
  2621. "name": "Vertices"
  2622. },
  2623. "Edges": {
  2624. "bl_idname": "SvStringsSocket",
  2625. "name": "Edges"
  2626. },
  2627. "Faces": {
  2628. "bl_idname": "SvStringsSocket",
  2629. "name": "Faces"
  2630. }
  2631. },
  2632. "bl_idname": "SvMatrixApplyJoinNode"
  2633. },
  2634. "Scalar Math.002": {
  2635. "attributes": {
  2636. "location": [
  2637. -42.66666793823242,
  2638. 149.3333282470703
  2639. ],
  2640. "label": " "
  2641. },
  2642. "properties": {
  2643. "x_": 360.0,
  2644. "current_op": "DIV"
  2645. },
  2646. "inputs": {
  2647. "x": {
  2648. "bl_idname": "SvStringsSocket",
  2649. "name": "x",
  2650. "properties": {
  2651. "prop_name": "x_"
  2652. }
  2653. },
  2654. "y": {
  2655. "bl_idname": "SvStringsSocket",
  2656. "name": "y",
  2657. "properties": {
  2658. "prop_name": "y_"
  2659. }
  2660. }
  2661. },
  2662. "outputs": {
  2663. "Out": {
  2664. "bl_idname": "SvStringsSocket",
  2665. "name": "Out"
  2666. }
  2667. },
  2668. "bl_idname": "SvScalarMathNodeMK4"
  2669. },
  2670. "Vector In": {
  2671. "attributes": {
  2672. "location": [
  2673. -21.33333396911621,
  2674. 298.6666564941406
  2675. ],
  2676. "width": 100.0,
  2677. "label": " "
  2678. },
  2679. "inputs": {
  2680. "X": {
  2681. "bl_idname": "SvStringsSocket",
  2682. "name": "X",
  2683. "properties": {
  2684. "prop_name": "x_"
  2685. }
  2686. },
  2687. "Y": {
  2688. "bl_idname": "SvStringsSocket",
  2689. "name": "Y",
  2690. "properties": {
  2691. "prop_name": "y_"
  2692. }
  2693. },
  2694. "Z": {
  2695. "bl_idname": "SvStringsSocket",
  2696. "name": "Z",
  2697. "properties": {
  2698. "prop_name": "z_"
  2699. }
  2700. }
  2701. },
  2702. "outputs": {
  2703. "Vectors": {
  2704. "bl_idname": "SvVerticesSocket",
  2705. "name": "Vectors"
  2706. }
  2707. },
  2708. "bl_idname": "GenVectorsNode"
  2709. },
  2710. "Matrix In": {
  2711. "attributes": {
  2712. "location": [
  2713. 149.3333282470703,
  2714. 448.0
  2715. ],
  2716. "width": 160.0,
  2717. "label": " "
  2718. },
  2719. "inputs": {
  2720. "Location": {
  2721. "bl_idname": "SvVerticesSocket",
  2722. "name": "Location",
  2723. "properties": {
  2724. "prop_name": "location_"
  2725. }
  2726. },
  2727. "Scale": {
  2728. "bl_idname": "SvVerticesSocket",
  2729. "name": "Scale",
  2730. "properties": {
  2731. "prop_name": "scale",
  2732. "expanded": true
  2733. }
  2734. },
  2735. "Quaternion": {
  2736. "bl_idname": "SvQuaternionSocket",
  2737. "name": "Quaternion",
  2738. "attributes": {
  2739. "hide": true
  2740. },
  2741. "properties": {
  2742. "prop_name": "quaternion"
  2743. }
  2744. },
  2745. "Angle X": {
  2746. "bl_idname": "SvStringsSocket",
  2747. "name": "Angle X",
  2748. "attributes": {
  2749. "hide": true
  2750. },
  2751. "properties": {
  2752. "prop_name": "angle_x"
  2753. }
  2754. },
  2755. "Angle Y": {
  2756. "bl_idname": "SvStringsSocket",
  2757. "name": "Angle Y",
  2758. "attributes": {
  2759. "hide": true
  2760. },
  2761. "properties": {
  2762. "prop_name": "angle_y"
  2763. }
  2764. },
  2765. "Angle Z": {
  2766. "bl_idname": "SvStringsSocket",
  2767. "name": "Angle Z",
  2768. "attributes": {
  2769. "hide": true
  2770. },
  2771. "properties": {
  2772. "prop_name": "angle_z"
  2773. }
  2774. },
  2775. "Axis": {
  2776. "bl_idname": "SvVerticesSocket",
  2777. "name": "Axis",
  2778. "properties": {
  2779. "prop_name": "axis"
  2780. }
  2781. },
  2782. "Angle": {
  2783. "bl_idname": "SvStringsSocket",
  2784. "name": "Angle",
  2785. "properties": {
  2786. "prop_name": "angle"
  2787. }
  2788. }
  2789. },
  2790. "outputs": {
  2791. "Matrices": {
  2792. "bl_idname": "SvMatrixSocket",
  2793. "name": "Matrices"
  2794. }
  2795. },
  2796. "bl_idname": "SvMatrixInNodeMK4"
  2797. },
  2798. "Number Range.002": {
  2799. "attributes": {
  2800. "location": [
  2801. 149.3333282470703,
  2802. 256.0
  2803. ],
  2804. "width": 160.0,
  2805. "label": " "
  2806. },
  2807. "properties": {
  2808. "current_mode": "RANGE_STEP",
  2809. "range_mode": "RANGE_STEP",
  2810. "count_": 16
  2811. },
  2812. "inputs": {
  2813. "Start": {
  2814. "bl_idname": "SvStringsSocket",
  2815. "name": "Start",
  2816. "properties": {
  2817. "prop_name": "start_float"
  2818. }
  2819. },
  2820. "Step": {
  2821. "bl_idname": "SvStringsSocket",
  2822. "name": "Step",
  2823. "properties": {
  2824. "prop_name": "step_float",
  2825. "label": "step"
  2826. }
  2827. },
  2828. "Stop": {
  2829. "bl_idname": "SvStringsSocket",
  2830. "name": "Stop",
  2831. "properties": {
  2832. "prop_name": "count_",
  2833. "label": "count"
  2834. }
  2835. }
  2836. },
  2837. "outputs": {
  2838. "Range": {
  2839. "bl_idname": "SvStringsSocket",
  2840. "name": "Range"
  2841. }
  2842. },
  2843. "bl_idname": "SvGenNumberRange"
  2844. },
  2845. "Number Range": {
  2846. "attributes": {
  2847. "location": [
  2848. -405.3333435058594,
  2849. 234.6666717529297
  2850. ],
  2851. "width": 160.0,
  2852. "label": " "
  2853. },
  2854. "properties": {
  2855. "number_mode": "int",
  2856. "current_mode": "RANGE",
  2857. "stop_int": 2
  2858. },
  2859. "inputs": {
  2860. "Start": {
  2861. "bl_idname": "SvStringsSocket",
  2862. "name": "Start",
  2863. "properties": {
  2864. "prop_name": "start_int"
  2865. }
  2866. },
  2867. "Step": {
  2868. "bl_idname": "SvStringsSocket",
  2869. "name": "Step",
  2870. "properties": {
  2871. "prop_name": "stop_int",
  2872. "label": "stop"
  2873. }
  2874. },
  2875. "Stop": {
  2876. "bl_idname": "SvStringsSocket",
  2877. "name": "Stop",
  2878. "properties": {
  2879. "prop_name": "step_int",
  2880. "label": "step"
  2881. }
  2882. }
  2883. },
  2884. "outputs": {
  2885. "Range": {
  2886. "bl_idname": "SvStringsSocket",
  2887. "name": "Range"
  2888. }
  2889. },
  2890. "bl_idname": "SvGenNumberRange"
  2891. },
  2892. "List Item": {
  2893. "attributes": {
  2894. "location": [
  2895. -384.0,
  2896. 426.6666564941406
  2897. ],
  2898. "width": 120.0,
  2899. "label": " "
  2900. },
  2901. "inputs": {
  2902. "Data": {
  2903. "bl_idname": "SvStringsSocket",
  2904. "name": "Data"
  2905. },
  2906. "Index": {
  2907. "bl_idname": "SvStringsSocket",
  2908. "name": "Index",
  2909. "properties": {
  2910. "prop_name": "index"
  2911. }
  2912. }
  2913. },
  2914. "outputs": {
  2915. "Item_001": {
  2916. "bl_idname": "SvVerticesSocket",
  2917. "name": "Item"
  2918. },
  2919. "Other_001": {
  2920. "bl_idname": "SvVerticesSocket",
  2921. "name": "Other"
  2922. }
  2923. },
  2924. "bl_idname": "SvListItemNode"
  2925. },
  2926. "Mesh Join": {
  2927. "attributes": {
  2928. "location": [
  2929. 682.6666870117188,
  2930. 704.0
  2931. ],
  2932. "width": 120.0,
  2933. "label": " "
  2934. },
  2935. "inputs": {
  2936. "Vertices": {
  2937. "bl_idname": "SvVerticesSocket",
  2938. "name": "Vertices",
  2939. "properties": {
  2940. "is_mandatory": true,
  2941. "default_mode": "NONE"
  2942. }
  2943. },
  2944. "Edges": {
  2945. "bl_idname": "SvStringsSocket",
  2946. "name": "Edges",
  2947. "properties": {
  2948. "nesting_level": 3
  2949. }
  2950. },
  2951. "Polygons": {
  2952. "bl_idname": "SvStringsSocket",
  2953. "name": "Polygons",
  2954. "properties": {
  2955. "nesting_level": 3
  2956. }
  2957. }
  2958. },
  2959. "outputs": {
  2960. "Vertices": {
  2961. "bl_idname": "SvVerticesSocket",
  2962. "name": "Vertices"
  2963. },
  2964. "Edges": {
  2965. "bl_idname": "SvStringsSocket",
  2966. "name": "Edges"
  2967. },
  2968. "Polygons": {
  2969. "bl_idname": "SvStringsSocket",
  2970. "name": "Polygons"
  2971. }
  2972. },
  2973. "bl_idname": "SvMeshJoinNodeMk2"
  2974. },
  2975. "Scalar Math.012": {
  2976. "attributes": {
  2977. "location": [
  2978. 682.6666870117188,
  2979. 490.6666564941406
  2980. ],
  2981. "width": 120.0,
  2982. "label": " "
  2983. },
  2984. "properties": {
  2985. "y_": 8.0,
  2986. "current_op": "DIV"
  2987. },
  2988. "inputs": {
  2989. "x": {
  2990. "bl_idname": "SvStringsSocket",
  2991. "name": "x",
  2992. "properties": {
  2993. "prop_name": "x_"
  2994. }
  2995. },
  2996. "y": {
  2997. "bl_idname": "SvStringsSocket",
  2998. "name": "y",
  2999. "properties": {
  3000. "prop_name": "y_"
  3001. }
  3002. }
  3003. },
  3004. "outputs": {
  3005. "Out": {
  3006. "bl_idname": "SvStringsSocket",
  3007. "name": "Out"
  3008. }
  3009. },
  3010. "bl_idname": "SvScalarMathNodeMK4"
  3011. },
  3012. "List Join": {
  3013. "attributes": {
  3014. "location": [
  3015. -42.66666793823242,
  3016. 533.3333129882812
  3017. ],
  3018. "label": " "
  3019. },
  3020. "properties": {
  3021. "list_match": "CYCLE"
  3022. },
  3023. "inputs": {
  3024. "data": {
  3025. "bl_idname": "SvStringsSocket",
  3026. "name": "data"
  3027. },
  3028. "data 1": {
  3029. "bl_idname": "SvStringsSocket",
  3030. "name": "data 1"
  3031. },
  3032. "data 2": {
  3033. "bl_idname": "SvStringsSocket",
  3034. "name": "data 2"
  3035. }
  3036. },
  3037. "outputs": {
  3038. "data_001": {
  3039. "bl_idname": "SvVerticesSocket",
  3040. "name": "data"
  3041. }
  3042. },
  3043. "bl_idname": "ListJoinNode"
  3044. },
  3045. "Input Switch MOD": {
  3046. "attributes": {
  3047. "location": [
  3048. -640.0,
  3049. 341.3333435058594
  3050. ],
  3051. "width": 200.0,
  3052. "label": " "
  3053. },
  3054. "properties": {
  3055. "num_sockets_per_set": 1,
  3056. "num_switches": 3,
  3057. "selected": 1
  3058. },
  3059. "inputs": {
  3060. "Selected": {
  3061. "bl_idname": "SvStringsSocket",
  3062. "name": "Selected",
  3063. "properties": {
  3064. "prop_name": "selected"
  3065. }
  3066. },
  3067. "Separator 0": {
  3068. "bl_idname": "SvSeparatorSocket",
  3069. "name": "Separator 0"
  3070. },
  3071. "Alpha 0": {
  3072. "bl_idname": "SvVerticesSocket",
  3073. "name": "Alpha 0"
  3074. },
  3075. "Alpha 1": {
  3076. "bl_idname": "SvVerticesSocket",
  3077. "name": "Alpha 1",
  3078. "attributes": {
  3079. "hide": true
  3080. }
  3081. },
  3082. "Alpha 2": {
  3083. "bl_idname": "SvStringsSocket",
  3084. "name": "Alpha 2",
  3085. "attributes": {
  3086. "hide": true
  3087. }
  3088. },
  3089. "Alpha 3": {
  3090. "bl_idname": "SvStringsSocket",
  3091. "name": "Alpha 3",
  3092. "attributes": {
  3093. "hide": true
  3094. }
  3095. },
  3096. "Alpha 4": {
  3097. "bl_idname": "SvStringsSocket",
  3098. "name": "Alpha 4",
  3099. "attributes": {
  3100. "hide": true
  3101. }
  3102. },
  3103. "Alpha 5": {
  3104. "bl_idname": "SvStringsSocket",
  3105. "name": "Alpha 5",
  3106. "attributes": {
  3107. "hide": true
  3108. }
  3109. },
  3110. "Alpha 6": {
  3111. "bl_idname": "SvStringsSocket",
  3112. "name": "Alpha 6",
  3113. "attributes": {
  3114. "hide": true
  3115. }
  3116. },
  3117. "Alpha 7": {
  3118. "bl_idname": "SvStringsSocket",
  3119. "name": "Alpha 7",
  3120. "attributes": {
  3121. "hide": true
  3122. }
  3123. },
  3124. "Alpha 8": {
  3125. "bl_idname": "SvStringsSocket",
  3126. "name": "Alpha 8",
  3127. "attributes": {
  3128. "hide": true
  3129. }
  3130. },
  3131. "Separator 1": {
  3132. "bl_idname": "SvSeparatorSocket",
  3133. "name": "Separator 1"
  3134. },
  3135. "Beta 0": {
  3136. "bl_idname": "SvVerticesSocket",
  3137. "name": "Beta 0"
  3138. },
  3139. "Beta 1": {
  3140. "bl_idname": "SvStringsSocket",
  3141. "name": "Beta 1",
  3142. "attributes": {
  3143. "hide": true
  3144. }
  3145. },
  3146. "Beta 2": {
  3147. "bl_idname": "SvStringsSocket",
  3148. "name": "Beta 2",
  3149. "attributes": {
  3150. "hide": true
  3151. }
  3152. },
  3153. "Beta 3": {
  3154. "bl_idname": "SvStringsSocket",
  3155. "name": "Beta 3",
  3156. "attributes": {
  3157. "hide": true
  3158. }
  3159. },
  3160. "Beta 4": {
  3161. "bl_idname": "SvStringsSocket",
  3162. "name": "Beta 4",
  3163. "attributes": {
  3164. "hide": true
  3165. }
  3166. },
  3167. "Beta 5": {
  3168. "bl_idname": "SvStringsSocket",
  3169. "name": "Beta 5",
  3170. "attributes": {
  3171. "hide": true
  3172. }
  3173. },
  3174. "Beta 6": {
  3175. "bl_idname": "SvStringsSocket",
  3176. "name": "Beta 6",
  3177. "attributes": {
  3178. "hide": true
  3179. }
  3180. },
  3181. "Beta 7": {
  3182. "bl_idname": "SvStringsSocket",
  3183. "name": "Beta 7",
  3184. "attributes": {
  3185. "hide": true
  3186. }
  3187. },
  3188. "Beta 8": {
  3189. "bl_idname": "SvStringsSocket",
  3190. "name": "Beta 8",
  3191. "attributes": {
  3192. "hide": true
  3193. }
  3194. },
  3195. "Separator 2": {
  3196. "bl_idname": "SvSeparatorSocket",
  3197. "name": "Separator 2"
  3198. },
  3199. "Gamma 0": {
  3200. "bl_idname": "SvStringsSocket",
  3201. "name": "Gamma 0"
  3202. },
  3203. "Gamma 1": {
  3204. "bl_idname": "SvStringsSocket",
  3205. "name": "Gamma 1",
  3206. "attributes": {
  3207. "hide": true
  3208. }
  3209. },
  3210. "Gamma 2": {
  3211. "bl_idname": "SvStringsSocket",
  3212. "name": "Gamma 2",
  3213. "attributes": {
  3214. "hide": true
  3215. }
  3216. },
  3217. "Gamma 3": {
  3218. "bl_idname": "SvStringsSocket",
  3219. "name": "Gamma 3",
  3220. "attributes": {
  3221. "hide": true
  3222. }
  3223. },
  3224. "Gamma 4": {
  3225. "bl_idname": "SvStringsSocket",
  3226. "name": "Gamma 4",
  3227. "attributes": {
  3228. "hide": true
  3229. }
  3230. },
  3231. "Gamma 5": {
  3232. "bl_idname": "SvStringsSocket",
  3233. "name": "Gamma 5",
  3234. "attributes": {
  3235. "hide": true
  3236. }
  3237. },
  3238. "Gamma 6": {
  3239. "bl_idname": "SvStringsSocket",
  3240. "name": "Gamma 6",
  3241. "attributes": {
  3242. "hide": true
  3243. }
  3244. },
  3245. "Gamma 7": {
  3246. "bl_idname": "SvStringsSocket",
  3247. "name": "Gamma 7",
  3248. "attributes": {
  3249. "hide": true
  3250. }
  3251. },
  3252. "Gamma 8": {
  3253. "bl_idname": "SvStringsSocket",
  3254. "name": "Gamma 8",
  3255. "attributes": {
  3256. "hide": true
  3257. }
  3258. },
  3259. "Separator 3": {
  3260. "bl_idname": "SvSeparatorSocket",
  3261. "name": "Separator 3",
  3262. "attributes": {
  3263. "hide": true
  3264. }
  3265. },
  3266. "Delta 0": {
  3267. "bl_idname": "SvStringsSocket",
  3268. "name": "Delta 0",
  3269. "attributes": {
  3270. "hide": true
  3271. }
  3272. },
  3273. "Delta 1": {
  3274. "bl_idname": "SvStringsSocket",
  3275. "name": "Delta 1",
  3276. "attributes": {
  3277. "hide": true
  3278. }
  3279. },
  3280. "Delta 2": {
  3281. "bl_idname": "SvStringsSocket",
  3282. "name": "Delta 2",
  3283. "attributes": {
  3284. "hide": true
  3285. }
  3286. },
  3287. "Delta 3": {
  3288. "bl_idname": "SvStringsSocket",
  3289. "name": "Delta 3",
  3290. "attributes": {
  3291. "hide": true
  3292. }
  3293. },
  3294. "Delta 4": {
  3295. "bl_idname": "SvStringsSocket",
  3296. "name": "Delta 4",
  3297. "attributes": {
  3298. "hide": true
  3299. }
  3300. },
  3301. "Delta 5": {
  3302. "bl_idname": "SvStringsSocket",
  3303. "name": "Delta 5",
  3304. "attributes": {
  3305. "hide": true
  3306. }
  3307. },
  3308. "Delta 6": {
  3309. "bl_idname": "SvStringsSocket",
  3310. "name": "Delta 6",
  3311. "attributes": {
  3312. "hide": true
  3313. }
  3314. },
  3315. "Delta 7": {
  3316. "bl_idname": "SvStringsSocket",
  3317. "name": "Delta 7",
  3318. "attributes": {
  3319. "hide": true
  3320. }
  3321. },
  3322. "Delta 8": {
  3323. "bl_idname": "SvStringsSocket",
  3324. "name": "Delta 8",
  3325. "attributes": {
  3326. "hide": true
  3327. }
  3328. },
  3329. "Separator 4": {
  3330. "bl_idname": "SvSeparatorSocket",
  3331. "name": "Separator 4",
  3332. "attributes": {
  3333. "hide": true
  3334. }
  3335. },
  3336. "Epsilon 0": {
  3337. "bl_idname": "SvStringsSocket",
  3338. "name": "Epsilon 0",
  3339. "attributes": {
  3340. "hide": true
  3341. }
  3342. },
  3343. "Epsilon 1": {
  3344. "bl_idname": "SvStringsSocket",
  3345. "name": "Epsilon 1",
  3346. "attributes": {
  3347. "hide": true
  3348. }
  3349. },
  3350. "Epsilon 2": {
  3351. "bl_idname": "SvStringsSocket",
  3352. "name": "Epsilon 2",
  3353. "attributes": {
  3354. "hide": true
  3355. }
  3356. },
  3357. "Epsilon 3": {
  3358. "bl_idname": "SvStringsSocket",
  3359. "name": "Epsilon 3",
  3360. "attributes": {
  3361. "hide": true
  3362. }
  3363. },
  3364. "Epsilon 4": {
  3365. "bl_idname": "SvStringsSocket",
  3366. "name": "Epsilon 4",
  3367. "attributes": {
  3368. "hide": true
  3369. }
  3370. },
  3371. "Epsilon 5": {
  3372. "bl_idname": "SvStringsSocket",
  3373. "name": "Epsilon 5",
  3374. "attributes": {
  3375. "hide": true
  3376. }
  3377. },
  3378. "Epsilon 6": {
  3379. "bl_idname": "SvStringsSocket",
  3380. "name": "Epsilon 6",
  3381. "attributes": {
  3382. "hide": true
  3383. }
  3384. },
  3385. "Epsilon 7": {
  3386. "bl_idname": "SvStringsSocket",
  3387. "name": "Epsilon 7",
  3388. "attributes": {
  3389. "hide": true
  3390. }
  3391. },
  3392. "Epsilon 8": {
  3393. "bl_idname": "SvStringsSocket",
  3394. "name": "Epsilon 8",
  3395. "attributes": {
  3396. "hide": true
  3397. }
  3398. },
  3399. "Separator 5": {
  3400. "bl_idname": "SvSeparatorSocket",
  3401. "name": "Separator 5",
  3402. "attributes": {
  3403. "hide": true
  3404. }
  3405. },
  3406. "Zeta 0": {
  3407. "bl_idname": "SvStringsSocket",
  3408. "name": "Zeta 0",
  3409. "attributes": {
  3410. "hide": true
  3411. }
  3412. },
  3413. "Zeta 1": {
  3414. "bl_idname": "SvStringsSocket",
  3415. "name": "Zeta 1",
  3416. "attributes": {
  3417. "hide": true
  3418. }
  3419. },
  3420. "Zeta 2": {
  3421. "bl_idname": "SvStringsSocket",
  3422. "name": "Zeta 2",
  3423. "attributes": {
  3424. "hide": true
  3425. }
  3426. },
  3427. "Zeta 3": {
  3428. "bl_idname": "SvStringsSocket",
  3429. "name": "Zeta 3",
  3430. "attributes": {
  3431. "hide": true
  3432. }
  3433. },
  3434. "Zeta 4": {
  3435. "bl_idname": "SvStringsSocket",
  3436. "name": "Zeta 4",
  3437. "attributes": {
  3438. "hide": true
  3439. }
  3440. },
  3441. "Zeta 5": {
  3442. "bl_idname": "SvStringsSocket",
  3443. "name": "Zeta 5",
  3444. "attributes": {
  3445. "hide": true
  3446. }
  3447. },
  3448. "Zeta 6": {
  3449. "bl_idname": "SvStringsSocket",
  3450. "name": "Zeta 6",
  3451. "attributes": {
  3452. "hide": true
  3453. }
  3454. },
  3455. "Zeta 7": {
  3456. "bl_idname": "SvStringsSocket",
  3457. "name": "Zeta 7",
  3458. "attributes": {
  3459. "hide": true
  3460. }
  3461. },
  3462. "Zeta 8": {
  3463. "bl_idname": "SvStringsSocket",
  3464. "name": "Zeta 8",
  3465. "attributes": {
  3466. "hide": true
  3467. }
  3468. },
  3469. "Separator 6": {
  3470. "bl_idname": "SvSeparatorSocket",
  3471. "name": "Separator 6",
  3472. "attributes": {
  3473. "hide": true
  3474. }
  3475. },
  3476. "Eta 0": {
  3477. "bl_idname": "SvStringsSocket",
  3478. "name": "Eta 0",
  3479. "attributes": {
  3480. "hide": true
  3481. }
  3482. },
  3483. "Eta 1": {
  3484. "bl_idname": "SvStringsSocket",
  3485. "name": "Eta 1",
  3486. "attributes": {
  3487. "hide": true
  3488. }
  3489. },
  3490. "Eta 2": {
  3491. "bl_idname": "SvStringsSocket",
  3492. "name": "Eta 2",
  3493. "attributes": {
  3494. "hide": true
  3495. }
  3496. },
  3497. "Eta 3": {
  3498. "bl_idname": "SvStringsSocket",
  3499. "name": "Eta 3",
  3500. "attributes": {
  3501. "hide": true
  3502. }
  3503. },
  3504. "Eta 4": {
  3505. "bl_idname": "SvStringsSocket",
  3506. "name": "Eta 4",
  3507. "attributes": {
  3508. "hide": true
  3509. }
  3510. },
  3511. "Eta 5": {
  3512. "bl_idname": "SvStringsSocket",
  3513. "name": "Eta 5",
  3514. "attributes": {
  3515. "hide": true
  3516. }
  3517. },
  3518. "Eta 6": {
  3519. "bl_idname": "SvStringsSocket",
  3520. "name": "Eta 6",
  3521. "attributes": {
  3522. "hide": true
  3523. }
  3524. },
  3525. "Eta 7": {
  3526. "bl_idname": "SvStringsSocket",
  3527. "name": "Eta 7",
  3528. "attributes": {
  3529. "hide": true
  3530. }
  3531. },
  3532. "Eta 8": {
  3533. "bl_idname": "SvStringsSocket",
  3534. "name": "Eta 8",
  3535. "attributes": {
  3536. "hide": true
  3537. }
  3538. },
  3539. "Separator 7": {
  3540. "bl_idname": "SvSeparatorSocket",
  3541. "name": "Separator 7",
  3542. "attributes": {
  3543. "hide": true
  3544. }
  3545. },
  3546. "Theta 0": {
  3547. "bl_idname": "SvStringsSocket",
  3548. "name": "Theta 0",
  3549. "attributes": {
  3550. "hide": true
  3551. }
  3552. },
  3553. "Theta 1": {
  3554. "bl_idname": "SvStringsSocket",
  3555. "name": "Theta 1",
  3556. "attributes": {
  3557. "hide": true
  3558. }
  3559. },
  3560. "Theta 2": {
  3561. "bl_idname": "SvStringsSocket",
  3562. "name": "Theta 2",
  3563. "attributes": {
  3564. "hide": true
  3565. }
  3566. },
  3567. "Theta 3": {
  3568. "bl_idname": "SvStringsSocket",
  3569. "name": "Theta 3",
  3570. "attributes": {
  3571. "hide": true
  3572. }
  3573. },
  3574. "Theta 4": {
  3575. "bl_idname": "SvStringsSocket",
  3576. "name": "Theta 4",
  3577. "attributes": {
  3578. "hide": true
  3579. }
  3580. },
  3581. "Theta 5": {
  3582. "bl_idname": "SvStringsSocket",
  3583. "name": "Theta 5",
  3584. "attributes": {
  3585. "hide": true
  3586. }
  3587. },
  3588. "Theta 6": {
  3589. "bl_idname": "SvStringsSocket",
  3590. "name": "Theta 6",
  3591. "attributes": {
  3592. "hide": true
  3593. }
  3594. },
  3595. "Theta 7": {
  3596. "bl_idname": "SvStringsSocket",
  3597. "name": "Theta 7",
  3598. "attributes": {
  3599. "hide": true
  3600. }
  3601. },
  3602. "Theta 8": {
  3603. "bl_idname": "SvStringsSocket",
  3604. "name": "Theta 8",
  3605. "attributes": {
  3606. "hide": true
  3607. }
  3608. },
  3609. "Separator 8": {
  3610. "bl_idname": "SvSeparatorSocket",
  3611. "name": "Separator 8",
  3612. "attributes": {
  3613. "hide": true
  3614. }
  3615. },
  3616. "Iota 0": {
  3617. "bl_idname": "SvStringsSocket",
  3618. "name": "Iota 0",
  3619. "attributes": {
  3620. "hide": true
  3621. }
  3622. },
  3623. "Iota 1": {
  3624. "bl_idname": "SvStringsSocket",
  3625. "name": "Iota 1",
  3626. "attributes": {
  3627. "hide": true
  3628. }
  3629. },
  3630. "Iota 2": {
  3631. "bl_idname": "SvStringsSocket",
  3632. "name": "Iota 2",
  3633. "attributes": {
  3634. "hide": true
  3635. }
  3636. },
  3637. "Iota 3": {
  3638. "bl_idname": "SvStringsSocket",
  3639. "name": "Iota 3",
  3640. "attributes": {
  3641. "hide": true
  3642. }
  3643. },
  3644. "Iota 4": {
  3645. "bl_idname": "SvStringsSocket",
  3646. "name": "Iota 4",
  3647. "attributes": {
  3648. "hide": true
  3649. }
  3650. },
  3651. "Iota 5": {
  3652. "bl_idname": "SvStringsSocket",
  3653. "name": "Iota 5",
  3654. "attributes": {
  3655. "hide": true
  3656. }
  3657. },
  3658. "Iota 6": {
  3659. "bl_idname": "SvStringsSocket",
  3660. "name": "Iota 6",
  3661. "attributes": {
  3662. "hide": true
  3663. }
  3664. },
  3665. "Iota 7": {
  3666. "bl_idname": "SvStringsSocket",
  3667. "name": "Iota 7",
  3668. "attributes": {
  3669. "hide": true
  3670. }
  3671. },
  3672. "Iota 8": {
  3673. "bl_idname": "SvStringsSocket",
  3674. "name": "Iota 8",
  3675. "attributes": {
  3676. "hide": true
  3677. }
  3678. }
  3679. },
  3680. "outputs": {
  3681. "Data 0_001": {
  3682. "bl_idname": "SvVerticesSocket",
  3683. "name": "Data 0"
  3684. },
  3685. "Data 1_001": {
  3686. "bl_idname": "SvVerticesSocket",
  3687. "name": "Data 1",
  3688. "attributes": {
  3689. "hide": true
  3690. }
  3691. },
  3692. "Data 2": {
  3693. "bl_idname": "SvStringsSocket",
  3694. "name": "Data 2",
  3695. "attributes": {
  3696. "hide": true
  3697. }
  3698. },
  3699. "Data 3": {
  3700. "bl_idname": "SvStringsSocket",
  3701. "name": "Data 3",
  3702. "attributes": {
  3703. "hide": true
  3704. }
  3705. },
  3706. "Data 4": {
  3707. "bl_idname": "SvStringsSocket",
  3708. "name": "Data 4",
  3709. "attributes": {
  3710. "hide": true
  3711. }
  3712. },
  3713. "Data 5": {
  3714. "bl_idname": "SvStringsSocket",
  3715. "name": "Data 5",
  3716. "attributes": {
  3717. "hide": true
  3718. }
  3719. },
  3720. "Data 6": {
  3721. "bl_idname": "SvStringsSocket",
  3722. "name": "Data 6",
  3723. "attributes": {
  3724. "hide": true
  3725. }
  3726. },
  3727. "Data 7": {
  3728. "bl_idname": "SvStringsSocket",
  3729. "name": "Data 7",
  3730. "attributes": {
  3731. "hide": true
  3732. }
  3733. },
  3734. "Data 8": {
  3735. "bl_idname": "SvStringsSocket",
  3736. "name": "Data 8",
  3737. "attributes": {
  3738. "hide": true
  3739. }
  3740. }
  3741. },
  3742. "bl_idname": "SvInputSwitchNodeMOD"
  3743. },
  3744. "Rotate": {
  3745. "attributes": {
  3746. "location": [
  3747. -981.3333129882812,
  3748. 469.3333435058594
  3749. ],
  3750. "label": " "
  3751. },
  3752. "inputs": {
  3753. "Vertices": {
  3754. "bl_idname": "SvVerticesSocket",
  3755. "name": "Vertices"
  3756. },
  3757. "Centers": {
  3758. "bl_idname": "SvVerticesSocket",
  3759. "name": "Centers",
  3760. "properties": {
  3761. "prop_name": "centers_"
  3762. }
  3763. },
  3764. "Axis": {
  3765. "bl_idname": "SvVerticesSocket",
  3766. "name": "Axis",
  3767. "properties": {
  3768. "prop_name": "axis_"
  3769. }
  3770. },
  3771. "Angle": {
  3772. "bl_idname": "SvStringsSocket",
  3773. "name": "Angle",
  3774. "properties": {
  3775. "prop_name": "angle_"
  3776. }
  3777. }
  3778. },
  3779. "outputs": {
  3780. "Vertices": {
  3781. "bl_idname": "SvVerticesSocket",
  3782. "name": "Vertices"
  3783. }
  3784. },
  3785. "bl_idname": "SvRotationNodeMk3"
  3786. },
  3787. "Number Range.001": {
  3788. "attributes": {
  3789. "location": [
  3790. -981.3333129882812,
  3791. -21.33333396911621
  3792. ],
  3793. "width": 160.0,
  3794. "label": " "
  3795. },
  3796. "inputs": {
  3797. "Start": {
  3798. "bl_idname": "SvStringsSocket",
  3799. "name": "Start",
  3800. "properties": {
  3801. "prop_name": "start_float"
  3802. }
  3803. },
  3804. "Step": {
  3805. "bl_idname": "SvStringsSocket",
  3806. "name": "Step",
  3807. "properties": {
  3808. "prop_name": "stop_float",
  3809. "label": "stop"
  3810. }
  3811. },
  3812. "Stop": {
  3813. "bl_idname": "SvStringsSocket",
  3814. "name": "Stop",
  3815. "properties": {
  3816. "prop_name": "step_float",
  3817. "label": "step"
  3818. }
  3819. }
  3820. },
  3821. "outputs": {
  3822. "Range": {
  3823. "bl_idname": "SvStringsSocket",
  3824. "name": "Range"
  3825. }
  3826. },
  3827. "bl_idname": "SvGenNumberRange"
  3828. },
  3829. "Scalar Math.001": {
  3830. "attributes": {
  3831. "location": [
  3832. -789.3333129882812,
  3833. -21.33333396911621
  3834. ],
  3835. "width": 120.0,
  3836. "label": " "
  3837. },
  3838. "properties": {
  3839. "current_op": "POW"
  3840. },
  3841. "inputs": {
  3842. "x": {
  3843. "bl_idname": "SvStringsSocket",
  3844. "name": "x",
  3845. "properties": {
  3846. "prop_name": "x_"
  3847. }
  3848. },
  3849. "y": {
  3850. "bl_idname": "SvStringsSocket",
  3851. "name": "y",
  3852. "properties": {
  3853. "prop_name": "y_"
  3854. }
  3855. }
  3856. },
  3857. "outputs": {
  3858. "Out": {
  3859. "bl_idname": "SvStringsSocket",
  3860. "name": "Out"
  3861. }
  3862. },
  3863. "bl_idname": "SvScalarMathNodeMK4"
  3864. },
  3865. "Rotate.003": {
  3866. "attributes": {
  3867. "location": [
  3868. -832.0,
  3869. 1365.3333740234375
  3870. ],
  3871. "label": " "
  3872. },
  3873. "properties": {
  3874. "mode": "EULER",
  3875. "z_": 45.0
  3876. },
  3877. "inputs": {
  3878. "Vertices": {
  3879. "bl_idname": "SvVerticesSocket",
  3880. "name": "Vertices"
  3881. },
  3882. "Centers": {
  3883. "bl_idname": "SvVerticesSocket",
  3884. "name": "Centers",
  3885. "properties": {
  3886. "prop_name": "centers_"
  3887. }
  3888. },
  3889. "X": {
  3890. "bl_idname": "SvStringsSocket",
  3891. "name": "X",
  3892. "properties": {
  3893. "prop_name": "x_"
  3894. }
  3895. },
  3896. "Y": {
  3897. "bl_idname": "SvStringsSocket",
  3898. "name": "Y",
  3899. "properties": {
  3900. "prop_name": "y_"
  3901. }
  3902. },
  3903. "Z": {
  3904. "bl_idname": "SvStringsSocket",
  3905. "name": "Z",
  3906. "properties": {
  3907. "prop_name": "z_"
  3908. }
  3909. }
  3910. },
  3911. "outputs": {
  3912. "Vertices": {
  3913. "bl_idname": "SvVerticesSocket",
  3914. "name": "Vertices"
  3915. }
  3916. },
  3917. "bl_idname": "SvRotationNodeMk3"
  3918. },
  3919. "Component Analyzer.002": {
  3920. "attributes": {
  3921. "location": [
  3922. -1066.6666259765625,
  3923. 1109.3333740234375
  3924. ],
  3925. "width": 200.0,
  3926. "label": " "
  3927. },
  3928. "properties": {
  3929. "mode": "Edges",
  3930. "edge_mode": "Center"
  3931. },
  3932. "inputs": {
  3933. "Vertices": {
  3934. "bl_idname": "SvVerticesSocket",
  3935. "name": "Vertices",
  3936. "properties": {
  3937. "is_mandatory": true
  3938. }
  3939. },
  3940. "Edges": {
  3941. "bl_idname": "SvStringsSocket",
  3942. "name": "Edges",
  3943. "properties": {
  3944. "nesting_level": 3,
  3945. "is_mandatory": true
  3946. }
  3947. },
  3948. "Faces": {
  3949. "bl_idname": "SvStringsSocket",
  3950. "name": "Faces",
  3951. "attributes": {
  3952. "hide": true
  3953. },
  3954. "properties": {
  3955. "nesting_level": 3
  3956. }
  3957. }
  3958. },
  3959. "outputs": {
  3960. "Center": {
  3961. "bl_idname": "SvVerticesSocket",
  3962. "name": "Center"
  3963. },
  3964. "Faces": {
  3965. "bl_idname": "SvVerticesSocket",
  3966. "name": "Faces",
  3967. "attributes": {
  3968. "hide": true
  3969. }
  3970. },
  3971. "Mask": {
  3972. "bl_idname": "SvVerticesSocket",
  3973. "name": "Mask",
  3974. "attributes": {
  3975. "hide": true
  3976. }
  3977. }
  3978. },
  3979. "bl_idname": "SvComponentAnalyzerNode"
  3980. },
  3981. "Scale.003": {
  3982. "attributes": {
  3983. "location": [
  3984. -661.3333129882812,
  3985. 1365.3333740234375
  3986. ],
  3987. "label": " "
  3988. },
  3989. "properties": {
  3990. "multiplier": 0.4869999885559082
  3991. },
  3992. "inputs": {
  3993. "Vertices": {
  3994. "bl_idname": "SvVerticesSocket",
  3995. "name": "Vertices"
  3996. },
  3997. "Centers": {
  3998. "bl_idname": "SvVerticesSocket",
  3999. "name": "Centers",
  4000. "properties": {
  4001. "prop_name": "centers"
  4002. }
  4003. },
  4004. "Scale": {
  4005. "bl_idname": "SvVerticesSocket",
  4006. "name": "Scale",
  4007. "properties": {
  4008. "prop_name": "scale",
  4009. "expanded": true
  4010. }
  4011. },
  4012. "Strength": {
  4013. "bl_idname": "SvStringsSocket",
  4014. "name": "Strength",
  4015. "properties": {
  4016. "prop_name": "multiplier"
  4017. }
  4018. }
  4019. },
  4020. "outputs": {
  4021. "Vertices": {
  4022. "bl_idname": "SvVerticesSocket",
  4023. "name": "Vertices"
  4024. }
  4025. },
  4026. "bl_idname": "SvScaleNodeMk3"
  4027. },
  4028. "Scalar Math.020": {
  4029. "attributes": {
  4030. "location": [
  4031. -810.6666870117188,
  4032. 1536.0
  4033. ],
  4034. "width": 100.0,
  4035. "label": " "
  4036. },
  4037. "properties": {
  4038. "current_op": "DIV"
  4039. },
  4040. "inputs": {
  4041. "x": {
  4042. "bl_idname": "SvStringsSocket",
  4043. "name": "x",
  4044. "properties": {
  4045. "prop_name": "x_"
  4046. }
  4047. },
  4048. "y": {
  4049. "bl_idname": "SvStringsSocket",
  4050. "name": "y",
  4051. "properties": {
  4052. "prop_name": "y_"
  4053. }
  4054. }
  4055. },
  4056. "outputs": {
  4057. "Out": {
  4058. "bl_idname": "SvStringsSocket",
  4059. "name": "Out"
  4060. }
  4061. },
  4062. "bl_idname": "SvScalarMathNodeMK4"
  4063. },
  4064. "Component Analyzer.003": {
  4065. "attributes": {
  4066. "location": [
  4067. -1066.6666259765625,
  4068. 1344.0
  4069. ],
  4070. "width": 200.0,
  4071. "label": " "
  4072. },
  4073. "properties": {
  4074. "face_mode": "Center"
  4075. },
  4076. "inputs": {
  4077. "Vertices": {
  4078. "bl_idname": "SvVerticesSocket",
  4079. "name": "Vertices",
  4080. "properties": {
  4081. "is_mandatory": true
  4082. }
  4083. },
  4084. "Edges": {
  4085. "bl_idname": "SvStringsSocket",
  4086. "name": "Edges",
  4087. "attributes": {
  4088. "hide": true
  4089. },
  4090. "properties": {
  4091. "nesting_level": 3
  4092. }
  4093. },
  4094. "Faces": {
  4095. "bl_idname": "SvStringsSocket",
  4096. "name": "Faces",
  4097. "properties": {
  4098. "nesting_level": 3,
  4099. "is_mandatory": true
  4100. }
  4101. }
  4102. },
  4103. "outputs": {
  4104. "Center": {
  4105. "bl_idname": "SvVerticesSocket",
  4106. "name": "Center"
  4107. },
  4108. "Faces": {
  4109. "bl_idname": "SvVerticesSocket",
  4110. "name": "Faces",
  4111. "attributes": {
  4112. "hide": true
  4113. }
  4114. },
  4115. "Mask": {
  4116. "bl_idname": "SvVerticesSocket",
  4117. "name": "Mask",
  4118. "attributes": {
  4119. "hide": true
  4120. }
  4121. }
  4122. },
  4123. "bl_idname": "SvComponentAnalyzerNode"
  4124. },
  4125. "Scalar Math.016": {
  4126. "attributes": {
  4127. "location": [
  4128. 2325.333251953125,
  4129. 512.0
  4130. ],
  4131. "width": 100.0,
  4132. "label": " "
  4133. },
  4134. "properties": {
  4135. "current_op": "LN"
  4136. },
  4137. "inputs": {
  4138. "x": {
  4139. "bl_idname": "SvStringsSocket",
  4140. "name": "x",
  4141. "properties": {
  4142. "prop_name": "x_"
  4143. }
  4144. }
  4145. },
  4146. "outputs": {
  4147. "Out": {
  4148. "bl_idname": "SvStringsSocket",
  4149. "name": "Out"
  4150. }
  4151. },
  4152. "bl_idname": "SvScalarMathNodeMK4"
  4153. },
  4154. "Scalar Math.017": {
  4155. "attributes": {
  4156. "location": [
  4157. 2325.333251953125,
  4158. 384.0
  4159. ],
  4160. "width": 100.0,
  4161. "label": " "
  4162. },
  4163. "properties": {
  4164. "current_op": "LN",
  4165. "x_": 2.0
  4166. },
  4167. "inputs": {
  4168. "x": {
  4169. "bl_idname": "SvStringsSocket",
  4170. "name": "x",
  4171. "properties": {
  4172. "prop_name": "x_"
  4173. }
  4174. }
  4175. },
  4176. "outputs": {
  4177. "Out": {
  4178. "bl_idname": "SvStringsSocket",
  4179. "name": "Out"
  4180. }
  4181. },
  4182. "bl_idname": "SvScalarMathNodeMK4"
  4183. },
  4184. "Scalar Math.014": {
  4185. "attributes": {
  4186. "location": [
  4187. 2730.666748046875,
  4188. 725.3333129882812
  4189. ],
  4190. "width": 120.0,
  4191. "label": " "
  4192. },
  4193. "properties": {
  4194. "current_op": "POW",
  4195. "x_": 3.9040000438690186
  4196. },
  4197. "inputs": {
  4198. "x": {
  4199. "bl_idname": "SvStringsSocket",
  4200. "name": "x",
  4201. "properties": {
  4202. "prop_name": "x_"
  4203. }
  4204. },
  4205. "y": {
  4206. "bl_idname": "SvStringsSocket",
  4207. "name": "y",
  4208. "properties": {
  4209. "prop_name": "y_"
  4210. }
  4211. }
  4212. },
  4213. "outputs": {
  4214. "Out": {
  4215. "bl_idname": "SvStringsSocket",
  4216. "name": "Out"
  4217. }
  4218. },
  4219. "bl_idname": "SvScalarMathNodeMK4"
  4220. },
  4221. "Scalar Math.018": {
  4222. "attributes": {
  4223. "location": [
  4224. 2453.333251953125,
  4225. 469.3333435058594
  4226. ],
  4227. "width": 100.0,
  4228. "label": " "
  4229. },
  4230. "properties": {
  4231. "current_op": "DIV"
  4232. },
  4233. "inputs": {
  4234. "x": {
  4235. "bl_idname": "SvStringsSocket",
  4236. "name": "x",
  4237. "properties": {
  4238. "prop_name": "x_"
  4239. }
  4240. },
  4241. "y": {
  4242. "bl_idname": "SvStringsSocket",
  4243. "name": "y",
  4244. "properties": {
  4245. "prop_name": "y_"
  4246. }
  4247. }
  4248. },
  4249. "outputs": {
  4250. "Out": {
  4251. "bl_idname": "SvStringsSocket",
  4252. "name": "Out"
  4253. }
  4254. },
  4255. "bl_idname": "SvScalarMathNodeMK4"
  4256. },
  4257. "Scalar Math.019": {
  4258. "attributes": {
  4259. "location": [
  4260. 2581.333251953125,
  4261. 597.3333129882812
  4262. ],
  4263. "width": 120.0,
  4264. "label": " "
  4265. },
  4266. "properties": {
  4267. "current_op": "SUB",
  4268. "y_": 2.0
  4269. },
  4270. "inputs": {
  4271. "x": {
  4272. "bl_idname": "SvStringsSocket",
  4273. "name": "x",
  4274. "properties": {
  4275. "prop_name": "x_"
  4276. }
  4277. },
  4278. "y": {
  4279. "bl_idname": "SvStringsSocket",
  4280. "name": "y",
  4281. "properties": {
  4282. "prop_name": "y_"
  4283. }
  4284. }
  4285. },
  4286. "outputs": {
  4287. "Out": {
  4288. "bl_idname": "SvStringsSocket",
  4289. "name": "Out"
  4290. }
  4291. },
  4292. "bl_idname": "SvScalarMathNodeMK4"
  4293. },
  4294. "Formula.001": {
  4295. "attributes": {
  4296. "location": [
  4297. -1280.0,
  4298. -85.33333587646484
  4299. ],
  4300. "width": 250.0,
  4301. "label": " "
  4302. },
  4303. "properties": {
  4304. "formula1": "tan(((4*atan(1))*(O-2))/(4*((O))))**2"
  4305. },
  4306. "inputs": {
  4307. "O": {
  4308. "bl_idname": "SvFormulaSocket",
  4309. "name": "O"
  4310. }
  4311. },
  4312. "outputs": {
  4313. "Result": {
  4314. "bl_idname": "SvStringsSocket",
  4315. "name": "Result"
  4316. }
  4317. },
  4318. "bl_idname": "SvFormulaNodeMk5"
  4319. },
  4320. "Scalar Math.008": {
  4321. "attributes": {
  4322. "location": [
  4323. -1152.0,
  4324. 64.0
  4325. ],
  4326. "width": 120.0,
  4327. "label": " "
  4328. },
  4329. "properties": {
  4330. "x_": 16.0,
  4331. "y_": 10.0
  4332. },
  4333. "inputs": {
  4334. "x": {
  4335. "bl_idname": "SvStringsSocket",
  4336. "name": "x",
  4337. "properties": {
  4338. "prop_name": "x_"
  4339. }
  4340. },
  4341. "y": {
  4342. "bl_idname": "SvStringsSocket",
  4343. "name": "y",
  4344. "properties": {
  4345. "prop_name": "y_"
  4346. }
  4347. }
  4348. },
  4349. "outputs": {
  4350. "Out": {
  4351. "bl_idname": "SvStringsSocket",
  4352. "name": "Out"
  4353. }
  4354. },
  4355. "bl_idname": "SvScalarMathNodeMK4"
  4356. },
  4357. "Scalar Math": {
  4358. "attributes": {
  4359. "location": [
  4360. -1152.0,
  4361. 213.3333282470703
  4362. ],
  4363. "width": 120.0,
  4364. "label": " "
  4365. },
  4366. "properties": {
  4367. "x_": -180.0,
  4368. "current_op": "DIV"
  4369. },
  4370. "inputs": {
  4371. "x": {
  4372. "bl_idname": "SvStringsSocket",
  4373. "name": "x",
  4374. "properties": {
  4375. "prop_name": "x_"
  4376. }
  4377. },
  4378. "y": {
  4379. "bl_idname": "SvStringsSocket",
  4380. "name": "y",
  4381. "properties": {
  4382. "prop_name": "y_"
  4383. }
  4384. }
  4385. },
  4386. "outputs": {
  4387. "Out": {
  4388. "bl_idname": "SvStringsSocket",
  4389. "name": "Out"
  4390. }
  4391. },
  4392. "bl_idname": "SvScalarMathNodeMK4"
  4393. },
  4394. "Scalar Math.006": {
  4395. "attributes": {
  4396. "location": [
  4397. -1301.3333740234375,
  4398. 64.0
  4399. ],
  4400. "width": 120.0,
  4401. "label": " "
  4402. },
  4403. "properties": {
  4404. "current_op": "DIV",
  4405. "y_": 4.0
  4406. },
  4407. "inputs": {
  4408. "x": {
  4409. "bl_idname": "SvStringsSocket",
  4410. "name": "x",
  4411. "properties": {
  4412. "prop_name": "x_"
  4413. }
  4414. },
  4415. "y": {
  4416. "bl_idname": "SvStringsSocket",
  4417. "name": "y",
  4418. "properties": {
  4419. "prop_name": "y_"
  4420. }
  4421. }
  4422. },
  4423. "outputs": {
  4424. "Out": {
  4425. "bl_idname": "SvStringsSocket",
  4426. "name": "Out"
  4427. }
  4428. },
  4429. "bl_idname": "SvScalarMathNodeMK4"
  4430. },
  4431. "Circle": {
  4432. "attributes": {
  4433. "location": [
  4434. -1514.6666259765625,
  4435. 213.3333282470703
  4436. ],
  4437. "width": 180.0,
  4438. "label": " "
  4439. },
  4440. "properties": {
  4441. "vert_": 8
  4442. },
  4443. "inputs": {
  4444. "Radius": {
  4445. "bl_idname": "SvStringsSocket",
  4446. "name": "Radius",
  4447. "properties": {
  4448. "prop_name": "rad_"
  4449. }
  4450. },
  4451. "num Verts": {
  4452. "bl_idname": "SvStringsSocket",
  4453. "name": "num Verts",
  4454. "properties": {
  4455. "prop_name": "vert_"
  4456. }
  4457. },
  4458. "Degrees": {
  4459. "bl_idname": "SvStringsSocket",
  4460. "name": "Degrees",
  4461. "properties": {
  4462. "prop_name": "degr_"
  4463. }
  4464. }
  4465. },
  4466. "outputs": {
  4467. "Vertices": {
  4468. "bl_idname": "SvVerticesSocket",
  4469. "name": "Vertices"
  4470. },
  4471. "Edges": {
  4472. "bl_idname": "SvStringsSocket",
  4473. "name": "Edges"
  4474. },
  4475. "Polygons": {
  4476. "bl_idname": "SvStringsSocket",
  4477. "name": "Polygons"
  4478. }
  4479. },
  4480. "bl_idname": "SvCircleNode"
  4481. },
  4482. "A Number.001": {
  4483. "attributes": {
  4484. "location": [
  4485. -1685.3333740234375,
  4486. 0.0
  4487. ],
  4488. "width": 300.0,
  4489. "label": "\u26aa\u01a7S\u018eE\u0394\u2299\u01a7S\u26aa\u25cc\u26aa\u25cc\u26aa\u25cc\u26aa\u25cc\u26aa\u01a7S\u2299\u0394\u018eE\u01a7S\u26aa"
  4490. },
  4491. "properties": {
  4492. "float_": 1.0,
  4493. "int_": 64,
  4494. "selected_mode": "int"
  4495. },
  4496. "inputs": {
  4497. "Float": {
  4498. "bl_idname": "SvStringsSocket",
  4499. "name": "Int",
  4500. "properties": {
  4501. "prop_name": "int_"
  4502. }
  4503. }
  4504. },
  4505. "outputs": {
  4506. "Int": {
  4507. "bl_idname": "SvStringsSocket",
  4508. "name": "Int",
  4509. "properties": {
  4510. "custom_draw": "mode_custom_draw"
  4511. }
  4512. }
  4513. },
  4514. "bl_idname": "SvNumberNode"
  4515. },
  4516. "Scalar Math.011": {
  4517. "attributes": {
  4518. "location": [
  4519. -1834.6666259765625,
  4520. -21.33333396911621
  4521. ],
  4522. "width": 120.0,
  4523. "label": " "
  4524. },
  4525. "properties": {
  4526. "x_": 2.0,
  4527. "y_": 6.0,
  4528. "current_op": "POW"
  4529. },
  4530. "inputs": {
  4531. "x": {
  4532. "bl_idname": "SvStringsSocket",
  4533. "name": "x",
  4534. "properties": {
  4535. "prop_name": "x_"
  4536. }
  4537. },
  4538. "y": {
  4539. "bl_idname": "SvStringsSocket",
  4540. "name": "y",
  4541. "properties": {
  4542. "prop_name": "y_"
  4543. }
  4544. }
  4545. },
  4546. "outputs": {
  4547. "Out": {
  4548. "bl_idname": "SvStringsSocket",
  4549. "name": "Out"
  4550. }
  4551. },
  4552. "bl_idname": "SvScalarMathNodeMK4"
  4553. },
  4554. "A Number": {
  4555. "attributes": {
  4556. "location": [
  4557. -1834.6666259765625,
  4558. 106.66666412353516
  4559. ],
  4560. "width": 300.0,
  4561. "label": "\u26aa\u01a7S\u144e\u2299\u0394A\u042fR\u26aa\u25cc\u26aa\u25cc\u26aa\u25cc\u26aa\u25cc\u26aa\u042fRA\u0394\u2299\u144e\u01a7S\u26aa"
  4562. },
  4563. "properties": {
  4564. "float_": 1.0,
  4565. "int_": 1,
  4566. "int_min": 1,
  4567. "int_max": 1
  4568. },
  4569. "inputs": {
  4570. "Float": {
  4571. "bl_idname": "SvStringsSocket",
  4572. "name": "Float",
  4573. "properties": {
  4574. "prop_name": "float_"
  4575. }
  4576. }
  4577. },
  4578. "outputs": {
  4579. "Float": {
  4580. "bl_idname": "SvStringsSocket",
  4581. "name": "Float",
  4582. "properties": {
  4583. "custom_draw": "mode_custom_draw"
  4584. }
  4585. }
  4586. },
  4587. "bl_idname": "SvNumberNode"
  4588. },
  4589. "A Number.002": {
  4590. "attributes": {
  4591. "location": [
  4592. -1813.3333740234375,
  4593. 213.3333282470703
  4594. ],
  4595. "width": 260.0,
  4596. "label": "\u26aa\u042fR\u26aa\u01a7S\u26aa\u1450\u1455\u26aa\u25cc\u26aa\u25cc\u26aa\u1450\u1455\u26aa\u01a7S\u26aa\u042fR\u26aa"
  4597. },
  4598. "properties": {
  4599. "selected_mode": "int",
  4600. "int_min": 0,
  4601. "int_max": 1
  4602. },
  4603. "inputs": {
  4604. "Float": {
  4605. "bl_idname": "SvStringsSocket",
  4606. "name": "Int",
  4607. "properties": {
  4608. "prop_name": "int_"
  4609. }
  4610. }
  4611. },
  4612. "outputs": {
  4613. "Int": {
  4614. "bl_idname": "SvStringsSocket",
  4615. "name": "Int",
  4616. "properties": {
  4617. "custom_draw": "mode_custom_draw"
  4618. }
  4619. }
  4620. },
  4621. "bl_idname": "SvNumberNode"
  4622. },
  4623. "Scalar Math.007": {
  4624. "attributes": {
  4625. "location": [
  4626. -1919.99995803833,
  4627. -277.3333282470703
  4628. ],
  4629. "width": 220.0,
  4630. "label": "\u26aa\u24c4\u2299\u2724A\u042fR\u26aa\u25cc\u26aa\u25cc\u26aa\u042fRA\u2724\u2299\u24c4\u26aa",
  4631. "parent": {
  4632. "type": "NODE",
  4633. "value": "Frame.004"
  4634. }
  4635. },
  4636. "properties": {
  4637. "x_": 20.0,
  4638. "y_": 16.0,
  4639. "current_op": "DIV"
  4640. },
  4641. "inputs": {
  4642. "x": {
  4643. "bl_idname": "SvStringsSocket",
  4644. "name": "x",
  4645. "properties": {
  4646. "prop_name": "x_"
  4647. }
  4648. },
  4649. "y": {
  4650. "bl_idname": "SvStringsSocket",
  4651. "name": "y",
  4652. "properties": {
  4653. "prop_name": "y_"
  4654. }
  4655. }
  4656. },
  4657. "outputs": {
  4658. "Out": {
  4659. "bl_idname": "SvStringsSocket",
  4660. "name": "Out"
  4661. }
  4662. },
  4663. "bl_idname": "SvScalarMathNodeMK4"
  4664. },
  4665. "Scalar Math.010": {
  4666. "attributes": {
  4667. "location": [
  4668. -2090.6665840148926,
  4669. -362.6666564941406
  4670. ],
  4671. "label": " ",
  4672. "parent": {
  4673. "type": "NODE",
  4674. "value": "Frame.004"
  4675. }
  4676. },
  4677. "properties": {
  4678. "x_": 16.0
  4679. },
  4680. "inputs": {
  4681. "x": {
  4682. "bl_idname": "SvStringsSocket",
  4683. "name": "x",
  4684. "properties": {
  4685. "prop_name": "x_"
  4686. }
  4687. },
  4688. "y": {
  4689. "bl_idname": "SvStringsSocket",
  4690. "name": "y",
  4691. "properties": {
  4692. "prop_name": "y_"
  4693. }
  4694. }
  4695. },
  4696. "outputs": {
  4697. "Out": {
  4698. "bl_idname": "SvStringsSocket",
  4699. "name": "Out"
  4700. }
  4701. },
  4702. "bl_idname": "SvScalarMathNodeMK4"
  4703. },
  4704. "Scalar Math.009": {
  4705. "attributes": {
  4706. "location": [
  4707. -2090.6665840148926,
  4708. -213.3333282470703
  4709. ],
  4710. "label": " ",
  4711. "parent": {
  4712. "type": "NODE",
  4713. "value": "Frame.004"
  4714. }
  4715. },
  4716. "properties": {
  4717. "x_": 16.0
  4718. },
  4719. "inputs": {
  4720. "x": {
  4721. "bl_idname": "SvStringsSocket",
  4722. "name": "x",
  4723. "properties": {
  4724. "prop_name": "x_"
  4725. }
  4726. },
  4727. "y": {
  4728. "bl_idname": "SvStringsSocket",
  4729. "name": "y",
  4730. "properties": {
  4731. "prop_name": "y_"
  4732. }
  4733. }
  4734. },
  4735. "outputs": {
  4736. "Out": {
  4737. "bl_idname": "SvStringsSocket",
  4738. "name": "Out"
  4739. }
  4740. },
  4741. "bl_idname": "SvScalarMathNodeMK4"
  4742. },
  4743. "Scalar Math.003": {
  4744. "attributes": {
  4745. "location": [
  4746. -2026.6666679382324,
  4747. 170.6666717529297
  4748. ],
  4749. "width": 100.0,
  4750. "label": " ",
  4751. "parent": {
  4752. "type": "NODE",
  4753. "value": "Frame.005"
  4754. }
  4755. },
  4756. "properties": {
  4757. "current_op": "SUB",
  4758. "y_": 0.0
  4759. },
  4760. "inputs": {
  4761. "x": {
  4762. "bl_idname": "SvStringsSocket",
  4763. "name": "x",
  4764. "properties": {
  4765. "prop_name": "x_"
  4766. }
  4767. },
  4768. "y": {
  4769. "bl_idname": "SvStringsSocket",
  4770. "name": "y",
  4771. "properties": {
  4772. "prop_name": "y_"
  4773. }
  4774. }
  4775. },
  4776. "outputs": {
  4777. "Out": {
  4778. "bl_idname": "SvStringsSocket",
  4779. "name": "Out"
  4780. }
  4781. },
  4782. "bl_idname": "SvScalarMathNodeMK4"
  4783. },
  4784. "Formula": {
  4785. "attributes": {
  4786. "location": [
  4787. -1834.6666259765625,
  4788. 362.6666564941406
  4789. ],
  4790. "width": 300.0,
  4791. "label": " "
  4792. },
  4793. "properties": {
  4794. "formula1": "1/cos((4*atan(1))/O)"
  4795. },
  4796. "inputs": {
  4797. "O": {
  4798. "bl_idname": "SvFormulaSocket",
  4799. "name": "O"
  4800. }
  4801. },
  4802. "outputs": {
  4803. "Result": {
  4804. "bl_idname": "SvStringsSocket",
  4805. "name": "Result"
  4806. }
  4807. },
  4808. "bl_idname": "SvFormulaNodeMk5"
  4809. },
  4810. "Reroute.011": {
  4811. "attributes": {
  4812. "location": [
  4813. -1109.3333740234375,
  4814. 1152.0
  4815. ],
  4816. "width": 16.0,
  4817. "color": [
  4818. 1.0,
  4819. 1.0,
  4820. 1.0
  4821. ],
  4822. "use_custom_color": true
  4823. },
  4824. "inputs": {
  4825. "Input": {
  4826. "bl_idname": "NodeSocketColor",
  4827. "name": "Input"
  4828. }
  4829. },
  4830. "outputs": {
  4831. "Output": {
  4832. "bl_idname": "NodeSocketColor",
  4833. "name": "Output"
  4834. }
  4835. },
  4836. "bl_idname": "NodeReroute"
  4837. },
  4838. "Formula.002": {
  4839. "attributes": {
  4840. "location": [
  4841. -1024.0,
  4842. 896.0
  4843. ],
  4844. "width": 280.0,
  4845. "label": " "
  4846. },
  4847. "properties": {
  4848. "formula1": "sin((4*atan(1))/O)/(1+sin((4*atan(1))/O))"
  4849. },
  4850. "inputs": {
  4851. "O": {
  4852. "bl_idname": "SvFormulaSocket",
  4853. "name": "O"
  4854. }
  4855. },
  4856. "outputs": {
  4857. "Result": {
  4858. "bl_idname": "SvStringsSocket",
  4859. "name": "Result"
  4860. }
  4861. },
  4862. "bl_idname": "SvFormulaNodeMk5"
  4863. },
  4864. "Matrix Apply to Mesh.003": {
  4865. "attributes": {
  4866. "location": [
  4867. -490.6666564941406,
  4868. 1109.3333740234375
  4869. ],
  4870. "width": 120.0,
  4871. "label": " "
  4872. },
  4873. "inputs": {
  4874. "Vertices": {
  4875. "bl_idname": "SvVerticesSocket",
  4876. "name": "Vertices"
  4877. },
  4878. "Edges": {
  4879. "bl_idname": "SvStringsSocket",
  4880. "name": "Edges"
  4881. },
  4882. "Faces": {
  4883. "bl_idname": "SvStringsSocket",
  4884. "name": "Faces"
  4885. },
  4886. "Matrices": {
  4887. "bl_idname": "SvMatrixSocket",
  4888. "name": "Matrices"
  4889. }
  4890. },
  4891. "outputs": {
  4892. "Vertices": {
  4893. "bl_idname": "SvVerticesSocket",
  4894. "name": "Vertices"
  4895. },
  4896. "Edges": {
  4897. "bl_idname": "SvStringsSocket",
  4898. "name": "Edges"
  4899. },
  4900. "Faces": {
  4901. "bl_idname": "SvStringsSocket",
  4902. "name": "Faces"
  4903. }
  4904. },
  4905. "bl_idname": "SvMatrixApplyJoinNode"
  4906. },
  4907. "Scale.002": {
  4908. "attributes": {
  4909. "location": [
  4910. -661.3333129882812,
  4911. 1109.3333740234375
  4912. ],
  4913. "label": " "
  4914. },
  4915. "properties": {
  4916. "multiplier": 0.4869999885559082
  4917. },
  4918. "inputs": {
  4919. "Vertices": {
  4920. "bl_idname": "SvVerticesSocket",
  4921. "name": "Vertices"
  4922. },
  4923. "Centers": {
  4924. "bl_idname": "SvVerticesSocket",
  4925. "name": "Centers",
  4926. "properties": {
  4927. "prop_name": "centers"
  4928. }
  4929. },
  4930. "Scale": {
  4931. "bl_idname": "SvVerticesSocket",
  4932. "name": "Scale",
  4933. "properties": {
  4934. "prop_name": "scale"
  4935. }
  4936. },
  4937. "Strength": {
  4938. "bl_idname": "SvStringsSocket",
  4939. "name": "Strength",
  4940. "properties": {
  4941. "prop_name": "multiplier"
  4942. }
  4943. }
  4944. },
  4945. "outputs": {
  4946. "Vertices": {
  4947. "bl_idname": "SvVerticesSocket",
  4948. "name": "Vertices"
  4949. }
  4950. },
  4951. "bl_idname": "SvScaleNodeMk3"
  4952. },
  4953. "List Item.001": {
  4954. "attributes": {
  4955. "location": [
  4956. -832.0,
  4957. 1109.3333740234375
  4958. ],
  4959. "label": " "
  4960. },
  4961. "inputs": {
  4962. "Data": {
  4963. "bl_idname": "SvStringsSocket",
  4964. "name": "Data"
  4965. },
  4966. "Index": {
  4967. "bl_idname": "SvStringsSocket",
  4968. "name": "Index",
  4969. "properties": {
  4970. "prop_name": "index"
  4971. }
  4972. }
  4973. },
  4974. "outputs": {
  4975. "Item_001": {
  4976. "bl_idname": "SvVerticesSocket",
  4977. "name": "Item"
  4978. },
  4979. "Other_001": {
  4980. "bl_idname": "SvVerticesSocket",
  4981. "name": "Other"
  4982. }
  4983. },
  4984. "bl_idname": "SvListItemNode"
  4985. },
  4986. "Regular Solid": {
  4987. "attributes": {
  4988. "location": [
  4989. 1024.0,
  4990. 661.3333129882812
  4991. ],
  4992. "width": 240.0,
  4993. "label": " "
  4994. },
  4995. "properties": {
  4996. "source": "8"
  4997. },
  4998. "inputs": {
  4999. "size": {
  5000. "bl_idname": "SvStringsSocket",
  5001. "name": "size",
  5002. "properties": {
  5003. "prop_name": "size"
  5004. }
  5005. },
  5006. "vTrunc": {
  5007. "bl_idname": "SvStringsSocket",
  5008. "name": "vTrunc",
  5009. "properties": {
  5010. "prop_name": "vTrunc"
  5011. }
  5012. },
  5013. "eTrunc": {
  5014. "bl_idname": "SvStringsSocket",
  5015. "name": "eTrunc",
  5016. "properties": {
  5017. "prop_name": "eTrunc"
  5018. }
  5019. }
  5020. },
  5021. "outputs": {
  5022. "Vertices": {
  5023. "bl_idname": "SvVerticesSocket",
  5024. "name": "Vertices"
  5025. },
  5026. "Edges": {
  5027. "bl_idname": "SvStringsSocket",
  5028. "name": "Edges"
  5029. },
  5030. "Polygons": {
  5031. "bl_idname": "SvStringsSocket",
  5032. "name": "Polygons"
  5033. }
  5034. },
  5035. "bl_idname": "SvRegularSolid"
  5036. },
  5037. "Merge by Distance": {
  5038. "attributes": {
  5039. "location": [
  5040. 853.3333129882812,
  5041. 810.6666870117188
  5042. ],
  5043. "width": 111.0,
  5044. "label": " "
  5045. },
  5046. "inputs": {
  5047. "Vertices": {
  5048. "bl_idname": "SvVerticesSocket",
  5049. "name": "Vertices"
  5050. },
  5051. "PolyEdge": {
  5052. "bl_idname": "SvStringsSocket",
  5053. "name": "PolyEdge"
  5054. },
  5055. "FaceData": {
  5056. "bl_idname": "SvStringsSocket",
  5057. "name": "FaceData"
  5058. },
  5059. "Mask": {
  5060. "bl_idname": "SvStringsSocket",
  5061. "name": "Mask"
  5062. },
  5063. "Distance": {
  5064. "bl_idname": "SvStringsSocket",
  5065. "name": "Distance",
  5066. "properties": {
  5067. "prop_name": "distance"
  5068. }
  5069. }
  5070. },
  5071. "outputs": {
  5072. "Vertices": {
  5073. "bl_idname": "SvVerticesSocket",
  5074. "name": "Vertices"
  5075. },
  5076. "Edges": {
  5077. "bl_idname": "SvStringsSocket",
  5078. "name": "Edges"
  5079. },
  5080. "Polygons": {
  5081. "bl_idname": "SvStringsSocket",
  5082. "name": "Polygons"
  5083. },
  5084. "FaceData": {
  5085. "bl_idname": "SvStringsSocket",
  5086. "name": "FaceData"
  5087. },
  5088. "Doubles": {
  5089. "bl_idname": "SvVerticesSocket",
  5090. "name": "Doubles"
  5091. },
  5092. "Mask": {
  5093. "bl_idname": "SvStringsSocket",
  5094. "name": "Mask"
  5095. }
  5096. },
  5097. "bl_idname": "SvMergeByDistanceNode"
  5098. }
  5099. },
  5100. "links": [
  5101. {
  5102. "from_node": "Circle",
  5103. "from_socket": "Edges",
  5104. "to_node": "Reroute.010",
  5105. "to_socket": "Input"
  5106. },
  5107. {
  5108. "from_node": "Circle",
  5109. "from_socket": "Vertices",
  5110. "to_node": "Reroute.009",
  5111. "to_socket": "Input"
  5112. },
  5113. {
  5114. "from_node": "Rotate.004",
  5115. "from_socket": "Vertices",
  5116. "to_node": "Vector Out.001",
  5117. "to_socket": "Vectors"
  5118. },
  5119. {
  5120. "from_node": "Rotate.001",
  5121. "from_socket": "Vertices",
  5122. "to_node": "Vector Out",
  5123. "to_socket": "Vectors"
  5124. },
  5125. {
  5126. "from_node": "Matrix Apply to Mesh.004",
  5127. "from_socket": "Vertices",
  5128. "to_node": "Rotate.004",
  5129. "to_socket": "Vertices"
  5130. },
  5131. {
  5132. "from_node": "Scalar Math.021",
  5133. "from_socket": "Out",
  5134. "to_node": "Rotate.004",
  5135. "to_socket": "Angle"
  5136. },
  5137. {
  5138. "from_node": "Merge by Distance",
  5139. "from_socket": "Vertices",
  5140. "to_node": "Rotate.001",
  5141. "to_socket": "Vertices"
  5142. },
  5143. {
  5144. "from_node": "Scalar Math.021",
  5145. "from_socket": "Out",
  5146. "to_node": "Rotate.001",
  5147. "to_socket": "Angle"
  5148. },
  5149. {
  5150. "from_node": "Formula.003",
  5151. "from_socket": "Result",
  5152. "to_node": "Scalar Math.021",
  5153. "to_socket": "x"
  5154. },
  5155. {
  5156. "from_node": "Scalar Math.022",
  5157. "from_socket": "Out",
  5158. "to_node": "Scalar Math.021",
  5159. "to_socket": "y"
  5160. },
  5161. {
  5162. "from_node": "Matrix Apply to Mesh.003",
  5163. "from_socket": "Vertices",
  5164. "to_node": "Matrix Apply to Mesh.004",
  5165. "to_socket": "Vertices"
  5166. },
  5167. {
  5168. "from_node": "Matrix Apply to Mesh.003",
  5169. "from_socket": "Edges",
  5170. "to_node": "Matrix Apply to Mesh.004",
  5171. "to_socket": "Edges"
  5172. },
  5173. {
  5174. "from_node": "Matrix Apply to Mesh.003",
  5175. "from_socket": "Faces",
  5176. "to_node": "Matrix Apply to Mesh.004",
  5177. "to_socket": "Faces"
  5178. },
  5179. {
  5180. "from_node": "Matrix In.001",
  5181. "from_socket": "Matrices",
  5182. "to_node": "Matrix Apply to Mesh.004",
  5183. "to_socket": "Matrices"
  5184. },
  5185. {
  5186. "from_node": "Vector Out.001",
  5187. "from_socket": "X",
  5188. "to_node": "Formula.006",
  5189. "to_socket": "U"
  5190. },
  5191. {
  5192. "from_node": "Vector Out.001",
  5193. "from_socket": "Y",
  5194. "to_node": "Formula.006",
  5195. "to_socket": "V"
  5196. },
  5197. {
  5198. "from_node": "Formula.006",
  5199. "from_socket": "Result",
  5200. "to_node": "Vector In.004",
  5201. "to_socket": "X"
  5202. },
  5203. {
  5204. "from_node": "Formula.007",
  5205. "from_socket": "Result",
  5206. "to_node": "Vector In.004",
  5207. "to_socket": "Y"
  5208. },
  5209. {
  5210. "from_node": "Vector Out.001",
  5211. "from_socket": "X",
  5212. "to_node": "Formula.007",
  5213. "to_socket": "U"
  5214. },
  5215. {
  5216. "from_node": "Vector Out.001",
  5217. "from_socket": "Y",
  5218. "to_node": "Formula.007",
  5219. "to_socket": "V"
  5220. },
  5221. {
  5222. "from_node": "Formula.004",
  5223. "from_socket": "Result",
  5224. "to_node": "Vector In.001",
  5225. "to_socket": "X"
  5226. },
  5227. {
  5228. "from_node": "Formula.005",
  5229. "from_socket": "Result",
  5230. "to_node": "Vector In.001",
  5231. "to_socket": "Y"
  5232. },
  5233. {
  5234. "from_node": "Vector Out",
  5235. "from_socket": "X",
  5236. "to_node": "Formula.004",
  5237. "to_socket": "U"
  5238. },
  5239. {
  5240. "from_node": "Vector Out",
  5241. "from_socket": "Y",
  5242. "to_node": "Formula.004",
  5243. "to_socket": "V"
  5244. },
  5245. {
  5246. "from_node": "Vector Out",
  5247. "from_socket": "X",
  5248. "to_node": "Formula.005",
  5249. "to_socket": "U"
  5250. },
  5251. {
  5252. "from_node": "Vector Out",
  5253. "from_socket": "Y",
  5254. "to_node": "Formula.005",
  5255. "to_socket": "V"
  5256. },
  5257. {
  5258. "from_node": "Regular Solid",
  5259. "from_socket": "Vertices",
  5260. "to_node": "Component Analyzer",
  5261. "to_socket": "Vertices"
  5262. },
  5263. {
  5264. "from_node": "Regular Solid",
  5265. "from_socket": "Polygons",
  5266. "to_node": "Component Analyzer",
  5267. "to_socket": "Faces"
  5268. },
  5269. {
  5270. "from_node": "Component Analyzer",
  5271. "from_socket": "Normal_001",
  5272. "to_node": "Rotate.002",
  5273. "to_socket": "Vertices"
  5274. },
  5275. {
  5276. "from_node": "Regular Solid",
  5277. "from_socket": "Vertices",
  5278. "to_node": "Matrix In.002",
  5279. "to_socket": "Location"
  5280. },
  5281. {
  5282. "from_node": "Rotate.002",
  5283. "from_socket": "Vertices",
  5284. "to_node": "Matrix In.002",
  5285. "to_socket": "Axis"
  5286. },
  5287. {
  5288. "from_node": "Merge by Distance.001",
  5289. "from_socket": "Vertices",
  5290. "to_node": "Reroute.006",
  5291. "to_socket": "Input"
  5292. },
  5293. {
  5294. "from_node": "Merge by Distance.001",
  5295. "from_socket": "Edges",
  5296. "to_node": "Reroute.008",
  5297. "to_socket": "Input"
  5298. },
  5299. {
  5300. "from_node": "Merge by Distance.001",
  5301. "from_socket": "Polygons",
  5302. "to_node": "Reroute.007",
  5303. "to_socket": "Input"
  5304. },
  5305. {
  5306. "from_node": "Matrix Apply to Mesh.002",
  5307. "from_socket": "Vertices",
  5308. "to_node": "Merge by Distance.001",
  5309. "to_socket": "Vertices"
  5310. },
  5311. {
  5312. "from_node": "Matrix Apply to Mesh.002",
  5313. "from_socket": "Faces",
  5314. "to_node": "Merge by Distance.001",
  5315. "to_socket": "PolyEdge"
  5316. },
  5317. {
  5318. "from_node": "Scalar Math.013",
  5319. "from_socket": "Out",
  5320. "to_node": "Merge by Distance.001",
  5321. "to_socket": "Distance"
  5322. },
  5323. {
  5324. "from_node": "Reroute.006",
  5325. "from_socket": "Output",
  5326. "to_node": "Smooth Vertices",
  5327. "to_socket": "Vertices"
  5328. },
  5329. {
  5330. "from_node": "Reroute.008",
  5331. "from_socket": "Output",
  5332. "to_node": "Smooth Vertices",
  5333. "to_socket": "Edges"
  5334. },
  5335. {
  5336. "from_node": "Reroute.007",
  5337. "from_socket": "Output",
  5338. "to_node": "Smooth Vertices",
  5339. "to_socket": "Faces"
  5340. },
  5341. {
  5342. "from_node": "Component Analyzer.001",
  5343. "from_socket": "Is Interior ",
  5344. "to_node": "Smooth Vertices",
  5345. "to_socket": "VertMask"
  5346. },
  5347. {
  5348. "from_node": "Float to Integer",
  5349. "from_socket": "int",
  5350. "to_node": "Smooth Vertices",
  5351. "to_socket": "Iterations"
  5352. },
  5353. {
  5354. "from_node": "Smooth Vertices",
  5355. "from_socket": "Edges",
  5356. "to_node": "Reroute.003",
  5357. "to_socket": "Input"
  5358. },
  5359. {
  5360. "from_node": "Cast",
  5361. "from_socket": "Vertices",
  5362. "to_node": "Reroute.001",
  5363. "to_socket": "Input"
  5364. },
  5365. {
  5366. "from_node": "Smooth Vertices",
  5367. "from_socket": "Faces",
  5368. "to_node": "Reroute.002",
  5369. "to_socket": "Input"
  5370. },
  5371. {
  5372. "from_node": "Mesh Viewer",
  5373. "from_socket": "Objects",
  5374. "to_node": "Set Custom UV Map",
  5375. "to_socket": "Objects"
  5376. },
  5377. {
  5378. "from_node": "Follow Active Quads",
  5379. "from_socket": "UV verts",
  5380. "to_node": "Set Custom UV Map",
  5381. "to_socket": "UV verts"
  5382. },
  5383. {
  5384. "from_node": "Follow Active Quads",
  5385. "from_socket": "UV faces",
  5386. "to_node": "Set Custom UV Map",
  5387. "to_socket": "UV faces"
  5388. },
  5389. {
  5390. "from_node": "Matrix In.003",
  5391. "from_socket": "Matrices",
  5392. "to_node": "Set Custom UV Map",
  5393. "to_socket": "Matrix"
  5394. },
  5395. {
  5396. "from_node": "Reroute.001",
  5397. "from_socket": "Output",
  5398. "to_node": "Follow Active Quads",
  5399. "to_socket": "Verts"
  5400. },
  5401. {
  5402. "from_node": "Reroute.002",
  5403. "from_socket": "Output",
  5404. "to_node": "Follow Active Quads",
  5405. "to_socket": "Faces"
  5406. },
  5407. {
  5408. "from_node": "Plane",
  5409. "from_socket": "Vertices",
  5410. "to_node": "Follow Active Quads",
  5411. "to_socket": "UV verts"
  5412. },
  5413. {
  5414. "from_node": "Plane",
  5415. "from_socket": "Polygons",
  5416. "to_node": "Follow Active Quads",
  5417. "to_socket": "UV faces"
  5418. },
  5419. {
  5420. "from_node": "Reroute.001",
  5421. "from_socket": "Output",
  5422. "to_node": "Mesh Viewer",
  5423. "to_socket": "vertices"
  5424. },
  5425. {
  5426. "from_node": "Reroute.003",
  5427. "from_socket": "Output",
  5428. "to_node": "Mesh Viewer",
  5429. "to_socket": "edges"
  5430. },
  5431. {
  5432. "from_node": "Reroute.002",
  5433. "from_socket": "Output",
  5434. "to_node": "Mesh Viewer",
  5435. "to_socket": "faces"
  5436. },
  5437. {
  5438. "from_node": "Cast.001",
  5439. "from_socket": "Vertices",
  5440. "to_node": "Temporal Viewer.003",
  5441. "to_socket": "Vertices"
  5442. },
  5443. {
  5444. "from_node": "Matrix Apply to Mesh.005",
  5445. "from_socket": "Edges",
  5446. "to_node": "Temporal Viewer.003",
  5447. "to_socket": "Edges"
  5448. },
  5449. {
  5450. "from_node": "Matrix Apply to Mesh.005",
  5451. "from_socket": "Faces",
  5452. "to_node": "Temporal Viewer.003",
  5453. "to_socket": "Polygons"
  5454. },
  5455. {
  5456. "from_node": "Smooth Vertices",
  5457. "from_socket": "Vertices",
  5458. "to_node": "Cast",
  5459. "to_socket": "Vertices"
  5460. },
  5461. {
  5462. "from_node": "Reroute.005",
  5463. "from_socket": "Output",
  5464. "to_node": "Cast",
  5465. "to_socket": "Size"
  5466. },
  5467. {
  5468. "from_node": "Matrix Apply to Mesh.005",
  5469. "from_socket": "Vertices",
  5470. "to_node": "Cast.001",
  5471. "to_socket": "Vertices"
  5472. },
  5473. {
  5474. "from_node": "Reroute.005",
  5475. "from_socket": "Output",
  5476. "to_node": "Cast.001",
  5477. "to_socket": "Size"
  5478. },
  5479. {
  5480. "from_node": "A Number",
  5481. "from_socket": "Float",
  5482. "to_node": "Reroute.005",
  5483. "to_socket": "Input"
  5484. },
  5485. {
  5486. "from_node": "Scalar Math.014",
  5487. "from_socket": "Out",
  5488. "to_node": "Float to Integer",
  5489. "to_socket": "float"
  5490. },
  5491. {
  5492. "from_node": "Vector In.003",
  5493. "from_socket": "Vectors",
  5494. "to_node": "Matrix In.003",
  5495. "to_socket": "Location"
  5496. },
  5497. {
  5498. "from_node": "Vector In.002",
  5499. "from_socket": "Vectors",
  5500. "to_node": "Matrix In.003",
  5501. "to_socket": "Scale"
  5502. },
  5503. {
  5504. "from_node": "Scalar Math.004",
  5505. "from_socket": "Out",
  5506. "to_node": "Vector In.002",
  5507. "to_socket": "X"
  5508. },
  5509. {
  5510. "from_node": "Scalar Math.005",
  5511. "from_socket": "Out",
  5512. "to_node": "Vector In.002",
  5513. "to_socket": "Y"
  5514. },
  5515. {
  5516. "from_node": "Reroute.004",
  5517. "from_socket": "Output",
  5518. "to_node": "Scalar Math.004",
  5519. "to_socket": "y"
  5520. },
  5521. {
  5522. "from_node": "Scalar Math.003",
  5523. "from_socket": "Out",
  5524. "to_node": "Scalar Math.005",
  5525. "to_socket": "y"
  5526. },
  5527. {
  5528. "from_node": "Reroute.006",
  5529. "from_socket": "Output",
  5530. "to_node": "Component Analyzer.001",
  5531. "to_socket": "Vertices"
  5532. },
  5533. {
  5534. "from_node": "Reroute.008",
  5535. "from_socket": "Output",
  5536. "to_node": "Component Analyzer.001",
  5537. "to_socket": "Edges"
  5538. },
  5539. {
  5540. "from_node": "Reroute.007",
  5541. "from_socket": "Output",
  5542. "to_node": "Component Analyzer.001",
  5543. "to_socket": "Faces"
  5544. },
  5545. {
  5546. "from_node": "Vector In.001",
  5547. "from_socket": "Vectors",
  5548. "to_node": "Matrix Apply to Mesh.002",
  5549. "to_socket": "Vertices"
  5550. },
  5551. {
  5552. "from_node": "Merge by Distance",
  5553. "from_socket": "Edges",
  5554. "to_node": "Matrix Apply to Mesh.002",
  5555. "to_socket": "Edges"
  5556. },
  5557. {
  5558. "from_node": "Merge by Distance",
  5559. "from_socket": "Polygons",
  5560. "to_node": "Matrix Apply to Mesh.002",
  5561. "to_socket": "Faces"
  5562. },
  5563. {
  5564. "from_node": "Matrix In.002",
  5565. "from_socket": "Matrices",
  5566. "to_node": "Matrix Apply to Mesh.002",
  5567. "to_socket": "Matrices"
  5568. },
  5569. {
  5570. "from_node": "Formula.003",
  5571. "from_socket": "Result",
  5572. "to_node": "Scalar Math.013",
  5573. "to_socket": "x"
  5574. },
  5575. {
  5576. "from_node": "Vector In.004",
  5577. "from_socket": "Vectors",
  5578. "to_node": "Matrix Apply to Mesh.005",
  5579. "to_socket": "Vertices"
  5580. },
  5581. {
  5582. "from_node": "Matrix Apply to Mesh.004",
  5583. "from_socket": "Edges",
  5584. "to_node": "Matrix Apply to Mesh.005",
  5585. "to_socket": "Edges"
  5586. },
  5587. {
  5588. "from_node": "Matrix Apply to Mesh.004",
  5589. "from_socket": "Faces",
  5590. "to_node": "Matrix Apply to Mesh.005",
  5591. "to_socket": "Faces"
  5592. },
  5593. {
  5594. "from_node": "Matrix In.002",
  5595. "from_socket": "Matrices",
  5596. "to_node": "Matrix Apply to Mesh.005",
  5597. "to_socket": "Matrices"
  5598. },
  5599. {
  5600. "from_node": "Scalar Math.008",
  5601. "from_socket": "Out",
  5602. "to_node": "Reroute.004",
  5603. "to_socket": "Input"
  5604. },
  5605. {
  5606. "from_node": "Rotate",
  5607. "from_socket": "Vertices",
  5608. "to_node": "Scale",
  5609. "to_socket": "Vertices"
  5610. },
  5611. {
  5612. "from_node": "Formula",
  5613. "from_socket": "Result",
  5614. "to_node": "Scale",
  5615. "to_socket": "Strength"
  5616. },
  5617. {
  5618. "from_node": "Scalar Math.001",
  5619. "from_socket": "Out",
  5620. "to_node": "Reroute",
  5621. "to_socket": "Input"
  5622. },
  5623. {
  5624. "from_node": "List Item",
  5625. "from_socket": "Item_001",
  5626. "to_node": "Scale.001",
  5627. "to_socket": "Vertices"
  5628. },
  5629. {
  5630. "from_node": "Formula.001",
  5631. "from_socket": "Result",
  5632. "to_node": "Scale.001",
  5633. "to_socket": "Strength"
  5634. },
  5635. {
  5636. "from_node": "List Join",
  5637. "from_socket": "data_001",
  5638. "to_node": "UV Connection",
  5639. "to_socket": "vertices"
  5640. },
  5641. {
  5642. "from_node": "Matrix Apply to Mesh",
  5643. "from_socket": "Vertices",
  5644. "to_node": "Matrix Apply to Mesh.001",
  5645. "to_socket": "Vertices"
  5646. },
  5647. {
  5648. "from_node": "Matrix Apply to Mesh",
  5649. "from_socket": "Edges",
  5650. "to_node": "Matrix Apply to Mesh.001",
  5651. "to_socket": "Edges"
  5652. },
  5653. {
  5654. "from_node": "Matrix Apply to Mesh",
  5655. "from_socket": "Faces",
  5656. "to_node": "Matrix Apply to Mesh.001",
  5657. "to_socket": "Faces"
  5658. },
  5659. {
  5660. "from_node": "Matrix In.001",
  5661. "from_socket": "Matrices",
  5662. "to_node": "Matrix Apply to Mesh.001",
  5663. "to_socket": "Matrices"
  5664. },
  5665. {
  5666. "from_node": "Number Range.002",
  5667. "from_socket": "Range",
  5668. "to_node": "Matrix In.001",
  5669. "to_socket": "Angle Z"
  5670. },
  5671. {
  5672. "from_node": "UV Connection",
  5673. "from_socket": "vertices",
  5674. "to_node": "Matrix Apply to Mesh",
  5675. "to_socket": "Vertices"
  5676. },
  5677. {
  5678. "from_node": "UV Connection",
  5679. "from_socket": "data",
  5680. "to_node": "Matrix Apply to Mesh",
  5681. "to_socket": "Edges"
  5682. },
  5683. {
  5684. "from_node": "UV Connection",
  5685. "from_socket": "data",
  5686. "to_node": "Matrix Apply to Mesh",
  5687. "to_socket": "Faces"
  5688. },
  5689. {
  5690. "from_node": "Matrix In",
  5691. "from_socket": "Matrices",
  5692. "to_node": "Matrix Apply to Mesh",
  5693. "to_socket": "Matrices"
  5694. },
  5695. {
  5696. "from_node": "A Number.001",
  5697. "from_socket": "Int",
  5698. "to_node": "Scalar Math.002",
  5699. "to_socket": "y"
  5700. },
  5701. {
  5702. "from_node": "Reroute",
  5703. "from_socket": "Output",
  5704. "to_node": "Vector In",
  5705. "to_socket": "X"
  5706. },
  5707. {
  5708. "from_node": "Reroute",
  5709. "from_socket": "Output",
  5710. "to_node": "Vector In",
  5711. "to_socket": "Y"
  5712. },
  5713. {
  5714. "from_node": "Reroute",
  5715. "from_socket": "Output",
  5716. "to_node": "Vector In",
  5717. "to_socket": "Z"
  5718. },
  5719. {
  5720. "from_node": "Vector In",
  5721. "from_socket": "Vectors",
  5722. "to_node": "Matrix In",
  5723. "to_socket": "Scale"
  5724. },
  5725. {
  5726. "from_node": "Scalar Math.002",
  5727. "from_socket": "Out",
  5728. "to_node": "Number Range.002",
  5729. "to_socket": "Step"
  5730. },
  5731. {
  5732. "from_node": "Scalar Math.003",
  5733. "from_socket": "Out",
  5734. "to_node": "Number Range.002",
  5735. "to_socket": "Stop"
  5736. },
  5737. {
  5738. "from_node": "Input Switch MOD",
  5739. "from_socket": "Data 0_001",
  5740. "to_node": "List Item",
  5741. "to_socket": "Data"
  5742. },
  5743. {
  5744. "from_node": "Number Range",
  5745. "from_socket": "Range",
  5746. "to_node": "List Item",
  5747. "to_socket": "Index"
  5748. },
  5749. {
  5750. "from_node": "Matrix Apply to Mesh.001",
  5751. "from_socket": "Vertices",
  5752. "to_node": "Mesh Join",
  5753. "to_socket": "Vertices"
  5754. },
  5755. {
  5756. "from_node": "Matrix Apply to Mesh.001",
  5757. "from_socket": "Edges",
  5758. "to_node": "Mesh Join",
  5759. "to_socket": "Edges"
  5760. },
  5761. {
  5762. "from_node": "Matrix Apply to Mesh.001",
  5763. "from_socket": "Faces",
  5764. "to_node": "Mesh Join",
  5765. "to_socket": "Polygons"
  5766. },
  5767. {
  5768. "from_node": "Formula.003",
  5769. "from_socket": "Result",
  5770. "to_node": "Scalar Math.012",
  5771. "to_socket": "x"
  5772. },
  5773. {
  5774. "from_node": "List Item",
  5775. "from_socket": "Item_001",
  5776. "to_node": "List Join",
  5777. "to_socket": "data"
  5778. },
  5779. {
  5780. "from_node": "Scale.001",
  5781. "from_socket": "Vertices",
  5782. "to_node": "List Join",
  5783. "to_socket": "data 1"
  5784. },
  5785. {
  5786. "from_node": "A Number.002",
  5787. "from_socket": "Int",
  5788. "to_node": "Input Switch MOD",
  5789. "to_socket": "Selected"
  5790. },
  5791. {
  5792. "from_node": "Circle",
  5793. "from_socket": "Vertices",
  5794. "to_node": "Input Switch MOD",
  5795. "to_socket": "Alpha 0"
  5796. },
  5797. {
  5798. "from_node": "Scale",
  5799. "from_socket": "Vertices",
  5800. "to_node": "Input Switch MOD",
  5801. "to_socket": "Beta 0"
  5802. },
  5803. {
  5804. "from_node": "Circle",
  5805. "from_socket": "Vertices",
  5806. "to_node": "Rotate",
  5807. "to_socket": "Vertices"
  5808. },
  5809. {
  5810. "from_node": "Scalar Math",
  5811. "from_socket": "Out",
  5812. "to_node": "Rotate",
  5813. "to_socket": "Angle"
  5814. },
  5815. {
  5816. "from_node": "Reroute.004",
  5817. "from_socket": "Output",
  5818. "to_node": "Number Range.001",
  5819. "to_socket": "Step"
  5820. },
  5821. {
  5822. "from_node": "Formula.001",
  5823. "from_socket": "Result",
  5824. "to_node": "Scalar Math.001",
  5825. "to_socket": "x"
  5826. },
  5827. {
  5828. "from_node": "Number Range.001",
  5829. "from_socket": "Range",
  5830. "to_node": "Scalar Math.001",
  5831. "to_socket": "y"
  5832. },
  5833. {
  5834. "from_node": "Scale.002",
  5835. "from_socket": "Vertices",
  5836. "to_node": "Rotate.003",
  5837. "to_socket": "Vertices"
  5838. },
  5839. {
  5840. "from_node": "Component Analyzer.003",
  5841. "from_socket": "Center",
  5842. "to_node": "Rotate.003",
  5843. "to_socket": "Centers"
  5844. },
  5845. {
  5846. "from_node": "Reroute.009",
  5847. "from_socket": "Output",
  5848. "to_node": "Component Analyzer.002",
  5849. "to_socket": "Vertices"
  5850. },
  5851. {
  5852. "from_node": "Reroute.010",
  5853. "from_socket": "Output",
  5854. "to_node": "Component Analyzer.002",
  5855. "to_socket": "Edges"
  5856. },
  5857. {
  5858. "from_node": "Rotate.003",
  5859. "from_socket": "Vertices",
  5860. "to_node": "Scale.003",
  5861. "to_socket": "Vertices"
  5862. },
  5863. {
  5864. "from_node": "Component Analyzer.003",
  5865. "from_socket": "Center",
  5866. "to_node": "Scale.003",
  5867. "to_socket": "Centers"
  5868. },
  5869. {
  5870. "from_node": "Scalar Math.020",
  5871. "from_socket": "Out",
  5872. "to_node": "Scale.003",
  5873. "to_socket": "Strength"
  5874. },
  5875. {
  5876. "from_node": "Formula",
  5877. "from_socket": "Result",
  5878. "to_node": "Scalar Math.020",
  5879. "to_socket": "y"
  5880. },
  5881. {
  5882. "from_node": "Scale.002",
  5883. "from_socket": "Vertices",
  5884. "to_node": "Component Analyzer.003",
  5885. "to_socket": "Vertices"
  5886. },
  5887. {
  5888. "from_node": "Reroute.011",
  5889. "from_socket": "Output",
  5890. "to_node": "Component Analyzer.003",
  5891. "to_socket": "Faces"
  5892. },
  5893. {
  5894. "from_node": "A Number.001",
  5895. "from_socket": "Int",
  5896. "to_node": "Scalar Math.016",
  5897. "to_socket": "x"
  5898. },
  5899. {
  5900. "from_node": "Scalar Math.019",
  5901. "from_socket": "Out",
  5902. "to_node": "Scalar Math.014",
  5903. "to_socket": "y"
  5904. },
  5905. {
  5906. "from_node": "Scalar Math.016",
  5907. "from_socket": "Out",
  5908. "to_node": "Scalar Math.018",
  5909. "to_socket": "x"
  5910. },
  5911. {
  5912. "from_node": "Scalar Math.017",
  5913. "from_socket": "Out",
  5914. "to_node": "Scalar Math.018",
  5915. "to_socket": "y"
  5916. },
  5917. {
  5918. "from_node": "Scalar Math.018",
  5919. "from_socket": "Out",
  5920. "to_node": "Scalar Math.019",
  5921. "to_socket": "x"
  5922. },
  5923. {
  5924. "from_node": "A Number.001",
  5925. "from_socket": "Int",
  5926. "to_node": "Formula.001",
  5927. "to_socket": "O"
  5928. },
  5929. {
  5930. "from_node": "Scalar Math.006",
  5931. "from_socket": "Out",
  5932. "to_node": "Scalar Math.008",
  5933. "to_socket": "x"
  5934. },
  5935. {
  5936. "from_node": "Scalar Math.007",
  5937. "from_socket": "Out",
  5938. "to_node": "Scalar Math.008",
  5939. "to_socket": "y"
  5940. },
  5941. {
  5942. "from_node": "A Number.001",
  5943. "from_socket": "Int",
  5944. "to_node": "Scalar Math",
  5945. "to_socket": "y"
  5946. },
  5947. {
  5948. "from_node": "A Number.001",
  5949. "from_socket": "Int",
  5950. "to_node": "Scalar Math.006",
  5951. "to_socket": "x"
  5952. },
  5953. {
  5954. "from_node": "A Number",
  5955. "from_socket": "Float",
  5956. "to_node": "Circle",
  5957. "to_socket": "Radius"
  5958. },
  5959. {
  5960. "from_node": "A Number.001",
  5961. "from_socket": "Int",
  5962. "to_node": "Circle",
  5963. "to_socket": "num Verts"
  5964. },
  5965. {
  5966. "from_node": "Scalar Math.011",
  5967. "from_socket": "Out",
  5968. "to_node": "A Number.001",
  5969. "to_socket": "Float"
  5970. },
  5971. {
  5972. "from_node": "A Number.003",
  5973. "from_socket": "Int",
  5974. "to_node": "Scalar Math.011",
  5975. "to_socket": "y"
  5976. },
  5977. {
  5978. "from_node": "Scalar Math.009",
  5979. "from_socket": "Out",
  5980. "to_node": "Scalar Math.007",
  5981. "to_socket": "x"
  5982. },
  5983. {
  5984. "from_node": "Scalar Math.010",
  5985. "from_socket": "Out",
  5986. "to_node": "Scalar Math.007",
  5987. "to_socket": "y"
  5988. },
  5989. {
  5990. "from_node": "A Number.001",
  5991. "from_socket": "Int",
  5992. "to_node": "Scalar Math.003",
  5993. "to_socket": "x"
  5994. },
  5995. {
  5996. "from_node": "A Number.001",
  5997. "from_socket": "Int",
  5998. "to_node": "Formula",
  5999. "to_socket": "O"
  6000. },
  6001. {
  6002. "from_node": "Circle",
  6003. "from_socket": "Polygons",
  6004. "to_node": "Reroute.011",
  6005. "to_socket": "Input"
  6006. },
  6007. {
  6008. "from_node": "A Number.001",
  6009. "from_socket": "Int",
  6010. "to_node": "Formula.002",
  6011. "to_socket": "O"
  6012. },
  6013. {
  6014. "from_node": "Scale.003",
  6015. "from_socket": "Vertices",
  6016. "to_node": "Matrix Apply to Mesh.003",
  6017. "to_socket": "Vertices"
  6018. },
  6019. {
  6020. "from_node": "Circle",
  6021. "from_socket": "Edges",
  6022. "to_node": "Matrix Apply to Mesh.003",
  6023. "to_socket": "Edges"
  6024. },
  6025. {
  6026. "from_node": "Circle",
  6027. "from_socket": "Polygons",
  6028. "to_node": "Matrix Apply to Mesh.003",
  6029. "to_socket": "Faces"
  6030. },
  6031. {
  6032. "from_node": "Matrix In",
  6033. "from_socket": "Matrices",
  6034. "to_node": "Matrix Apply to Mesh.003",
  6035. "to_socket": "Matrices"
  6036. },
  6037. {
  6038. "from_node": "Reroute.009",
  6039. "from_socket": "Output",
  6040. "to_node": "Scale.002",
  6041. "to_socket": "Vertices"
  6042. },
  6043. {
  6044. "from_node": "List Item.001",
  6045. "from_socket": "Item_001",
  6046. "to_node": "Scale.002",
  6047. "to_socket": "Centers"
  6048. },
  6049. {
  6050. "from_node": "Formula.002",
  6051. "from_socket": "Result",
  6052. "to_node": "Scale.002",
  6053. "to_socket": "Strength"
  6054. },
  6055. {
  6056. "from_node": "Component Analyzer.002",
  6057. "from_socket": "Center",
  6058. "to_node": "List Item.001",
  6059. "to_socket": "Data"
  6060. },
  6061. {
  6062. "from_node": "A Number",
  6063. "from_socket": "Float",
  6064. "to_node": "Regular Solid",
  6065. "to_socket": "size"
  6066. },
  6067. {
  6068. "from_node": "Mesh Join",
  6069. "from_socket": "Vertices",
  6070. "to_node": "Merge by Distance",
  6071. "to_socket": "Vertices"
  6072. },
  6073. {
  6074. "from_node": "Mesh Join",
  6075. "from_socket": "Polygons",
  6076. "to_node": "Merge by Distance",
  6077. "to_socket": "PolyEdge"
  6078. },
  6079. {
  6080. "from_node": "Scalar Math.012",
  6081. "from_socket": "Out",
  6082. "to_node": "Merge by Distance",
  6083. "to_socket": "Distance"
  6084. }
  6085. ]
  6086. },
  6087. "MATERIAL": {
  6088. "\u26aa\u018eE\u1564\u1566AM\u2299\u26aa\u25cc\u26aa\u25cc\u26aa\u2299MA\u1564\u1566\u018eE\u26aa": {}
  6089. }
  6090. }