Questions tagged [optimization]

For use on questions asking how to optimize specific things. i.e. game logic, rigid body simulations, viewport performance.

This tag is for questions asking how and/or if it is possible to optimize the performance of a specific thing. Questions like "How can I make game faster?" most likely would be off topic. Questions like "Is it possible to hide vertices?" in order to make the game perform better could be an excellent fit.

160 questions
1
vote
0 answers

Optimization ( More cuts or stretching )

I want to make a house model but I am not sure which method to make walls for rooms would be better. Dragging around already existing edges that have no other purpose, but which are still necessary in the mesh to create a proper edge loop, resulting…
Giddy_Up
  • 41
  • 4
1
vote
1 answer

"Select Interior Faces" buggy and unpredictable?

I wrote a tool that outputs a Blender python script that generates a given Minecraft world in Blender using the fewest cubes possible. It's working great, but I'm having terrible difficulty trying to remove interior faces (for optimization…
Mr. Smith
  • 133
  • 9
1
vote
1 answer

Modifier multiplies geometry unnecessarily. "Array" modifier optimization

How make that the Array modified not produce vertices, but do a procedure similar to Duplicate Linked (Alt + D) which saves rather than multiplies geometry unnecessarily? thank you
blenduser
  • 83
  • 7
1
vote
0 answers

How to optimize super large objects for large scene rendering

we are trying to render a large solar farm. For this we used procedural textures, pipes with textures you name it. Each solar panel strip is about 100m / 100 yards long. Our goal is to have a complete "farm" of these panels. By the time we try and…
Blendoo
  • 21
  • 3
0
votes
0 answers

Can we setup a recurring function that executes every 5mins?

We want to track how our internal team is using our addon. Can I setup a function that reads the current active file that is open and log the time along with it, every 5minutes.
Nitish Reddy
  • 162
  • 7