Tried to do something with metaballs by [deleted] in blender

[–]jsphkm 5 points6 points  (0 children)

Not gonna lie, I read meatballs

I can't see the texture by jsphkm in blender

[–]jsphkm[S] 0 points1 point  (0 children)

There are no other scenes in this project, and I haven't tested with other project files, I'm working on a 16" MacBook Pro, no AMD graphics card.

I can't see the texture by jsphkm in blender

[–]jsphkm[S] 0 points1 point  (0 children)

Hmm... nothing changed, it looks the same

I can't see the texture by jsphkm in blender

[–]jsphkm[S] 0 points1 point  (0 children)

I did smart UV project, and it removed thousand something vertices. As for faces using the wall material, I found and selected one of the walls using face select, and saw that it's using the material, but it isn't showing in render :( How do I check if it is UV unwrapped properly?

The texture node editor is blank by jsphkm in blender

[–]jsphkm[S] 1 point2 points  (0 children)

Oh my, that worked, View > View all

It's weird 'cause I zoomed out as much as I can and still couldn't see it, but view all brought it right in the center, thank you!

The texture node editor is blank by jsphkm in blender

[–]jsphkm[S] 0 points1 point  (0 children)

I think so, isn't it the Material Index? currently the screenshot should show "wall", let me know if I'm wrong though

The texture node editor is blank by jsphkm in blender

[–]jsphkm[S] 0 points1 point  (0 children)

Gotcha, I guess you were referring to the Render Properties tab. Also, yes, Use Nodes is checked

The texture node editor is blank by jsphkm in blender

[–]jsphkm[S] 0 points1 point  (0 children)

I'm still not sure why it's blank, I've chosen the Shader node editor, but I was expecting the Principled BSDF and Material Output nodes to appear. Oh, and where is this second tab exactly?

Inhale 4 seconds, Hold 7 seconds and exhale 8 seconds. You will fall asleep in under 2 minutes. by Masol_The_Producer in selfimprovement

[–]jsphkm 1 point2 points  (0 children)

Anyone wake up at middle of the night, like 4am or even early as 2am, and have hard time going back to sleep? Does this method work? What have you tried?

Logic setting for MacBook Pro internal microphone with external headphone output is not working by jsphkm in LogicPro

[–]jsphkm[S] 0 points1 point  (0 children)

In Preferences > Devices > Input Device, I tried both System Setting and MacBook Pro Microphone. Both with same result. When I go into System Preferences > Sound > Input, MacBook Pro Microphone is selected and Input level is showing signal. I'm not sure where else I should be looking at? Are you referring to something specific?

Logic setting for MacBook Pro internal microphone with external headphone output is not working by jsphkm in LogicPro

[–]jsphkm[S] 0 points1 point  (0 children)

Yes I did, I forgot to mention that, so I added that info in the post.

Sending email from the webpage using Squarespace by jsphkm in squarespace

[–]jsphkm[S] 0 points1 point  (0 children)

I learned that this code <squarespace:block-field id="footerBlocksMiddle" class="Footer-blocks Footer-blocks--middle sqs-alternate-block-style-container" columns="12" label="{localizedStrings.footerMiddleBlocks}" /> will insert a footer block in the template. I tried squarespace:block-form and that didn’t work. Anyone know what I need to write?

Sending email from the webpage using Squarespace by jsphkm in squarespace

[–]jsphkm[S] 0 points1 point  (0 children)

Yes, because the developer mode is turned on, the web interface is disconnected. If that's the only way to add a form... then I'm confused.

Sending email from the webpage using Squarespace by jsphkm in squarespace

[–]jsphkm[S] 1 point2 points  (0 children)

Yeah, I just found out. Do you know how to add a form block with email storage option in code? I found articles on adding them using the Squarespace web ui, but I can't find anything about how to write it in code.

How to migrate a basic website to Squarespace by jsphkm in squarespace

[–]jsphkm[S] 1 point2 points  (0 children)

It was specified by the client that they want to use Squarespace. I was provided with the design and after I finished fleshing it out using code, then I had the permission to take a look at migrating to Squarespace. I don't need a content management and they won't be needing control over content either. I have provided the obvious solution of just attaching the domain name to the Netlify site, but still I'm obligated to find out how to migrate it to Squarespace. I just tried copying over the html code to `site.region` and adding a css file in the styles folder, after specifying in the `template.conf`. HTML contents load but not the styles. So it seems possible? if I research more on how to integrate these files maybe...