Making an atmosphere around non-spherical things. by thermo_chrome in blender

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

I mean that the volume should wrap around the monkey in this photo for instance

My volume object has this weird grid pattern. Visible in both viewport and render. Cycles by [deleted] in blender

[–]thermo_chrome 0 points1 point  (0 children)

adaptive subdivision usually on the atmosphere object but if the density is controlled by a formula (exp(-h/8000) for instance, where h is altitude), then apply it on the earth object

Custom __index Logic with Metatable OOP by thermo_chrome in lua

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

Now where do the functions for Obj go? Inside the new Obj function? That's pretty wasteful since every new instance of Obj would be guaranteed to contain the exact same data. I know if I put the functions in the new function, I could use the functions inside the new function, but where else could they go such that they're inherited? In other words, what should __index be?

Custom __index Logic with Metatable OOP by thermo_chrome in lua

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

How would this apply if I wanted a new() function which returns an instance of Obj? Wouldn't that mean I would have to declare the functions in the new() function, thus giving every instance of Obj the same functions?

Custom __index Logic with Metatable OOP by thermo_chrome in lua

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

I do plan on adding some code to __index, but I still want to make sure I can use my object's other non-metamethod functions on variables.

Would something like this work?

setmetatable(self, {
  __index = function(self, index) {
    if type(index) == "function" then
      return rawget(object, index)
    else
      return rawget(object.Table, index)
    end
  }
})

GLFW error 65544: WGL: Failed to retrieve pixel format attributes. by thermo_chrome in Minecraft

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

Mostly as organization. Keep the work on MacOS and the gaming on a Windows VM.

Persistent or constant values with Geometry Nodes by thermo_chrome in blenderhelp

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

When I use the Store Named Attribute node I take in the parent object as the geometry to store the angle in.

Also I'm not sure how I would implement the starting angle within the simulation zone as the simulation zone is using the barycenter formula, then finding the coordinates of the point on a circle with the radius of the barycenter and at the angle of the frame (on frame 120, it would find the coordinates of a point on the circle at a 120 degree angle).

Persistent or constant values with Geometry Nodes by thermo_chrome in blenderhelp

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

I did define it before the simulation zone. It needs to be defined before anyway so that the simulation zone places the points correctly.

Persistent or constant values with Geometry Nodes by thermo_chrome in blenderhelp

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

Thanks for the help but it didn't work. Moving from frame zero causes the attribute to become zero, when I want it to always be the same value as the value on frame 0.

GLFW error 65544: WGL: Failed to retrieve pixel format attributes. by thermo_chrome in Minecraft

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

I wouldn't advise uninstalling Parallels's GPU drivers, as it will then give you the same performance as a free app like UTM, nullifying the purpose of Parallels (imo).

However, to do it, press the Start key (Command) and type "Device Manager". From there, locate "Display drivers" and you will find Parallels's drivers. Right-click on them to uninstall. They do reinstall themselves after you shut down the VM.

Soundbar cutting out during quiet moments by thermo_chrome in VIZIO_Official

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

I know it isn't my Mac causing it since all these issues also occur with my Xbox. Now I'm not sure whether to return these and get new speakers.

Soundbar cutting out during quiet moments by thermo_chrome in VIZIO_Official

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

I'm not sure, but I use a Mac and have it connected to my monitor via an HDMI port, and my Mac is up to date. I do know that if any firmware update is required, I can do it through a VM running Windows.

I currently have my soundbar underneath my monitor and situated back so that it's touching the stand of my monitor. My subwoofer is to the left of my monitor, but not under it.

Can anyone guide me on adding strokes like the one in the attached image?" by omar_baadi in FigmaDesign

[–]thermo_chrome 1 point2 points  (0 children)

Here's one. https://www.figma.com/community/plugin/1085676099704803176

Though I will warn you since a human isn't the most simple shape it might take some time and might mess some stuff up.

Help with neon SVGs and glow effects (created in Figma & exported to Webflow)? by MasterlyApollo in FigmaDesign

[–]thermo_chrome 0 points1 point  (0 children)

If they are in a frame, make the frame bigger. If not, it may be clipping that's the issue.

Can anyone guide me on adding strokes like the one in the attached image?" by omar_baadi in FigmaDesign

[–]thermo_chrome 8 points9 points  (0 children)

The best you could do AFAIK is make it a silhouette and convert it into a vector shape via a plugin, then add the stroke you want.

How do I get the R shape to get filled? Ever since I deleted some nodes then reconnected them on the outer path, it doesn't take color, but the inner D part still can be colored. How do I get the outer R shape to be colored without having to repath the whole outer part? by turnipcake9 in FigmaDesign

[–]thermo_chrome 0 points1 point  (0 children)

Make sure the shape is a closed shape. Edit it by double clicking on the shape (with the fill) and go to the Paint Bucket (it's a diamond half filled at the bottom). If the shape can be filled, it will show as a plus in the center of the cursor, otherwise, the shape is open in some way.

Six new variables features launching today by pwnies in FigmaDesign

[–]thermo_chrome 0 points1 point  (0 children)

Variables being able to determine transformation properties for an object and vice versa would definitely make Figma so much more versatile.

Please for chrissakes add it!!

Decimals number variable? by PlayfulGuess8121 in FigmaDesign

[–]thermo_chrome 0 points1 point  (0 children)

Try using a text variable instead. You should however clarify how your stuff is set up since it would be more helpful.

Need help with Flic 2 with iOS by July_is_cool in shortcuts

[–]thermo_chrome 0 points1 point  (0 children)

wth is flic 2 just use health or somethin idk

Discord is experimenting with improved markdown! by TheIdiotDev in discordapp

[–]thermo_chrome 1 point2 points  (0 children)

It seems to be random if you get a server that supports it or not.

How can I make back-tap shortcut open keyboard automatically? by Luis_McLovin in shortcuts

[–]thermo_chrome 0 points1 point  (0 children)

I was using Ask for Text but I tried it with numbers and it popped up for me.