Skip to main content

All Questions

Tagged with
0 votes
1 answer
135 views

Use BPY to List objects by the most number of tris

I am working on optimizing a large file and would like to use a script to print a list of the objects and their triangle count for objects visible in the scene in order of least number of triangles to ...
Zak Nelson's user avatar
4 votes
2 answers
169 views

Update Scene.statistics for verts, faces, tris count after modifiers

I've written a python batching function that runs though a list of OBJ files. It imports the OBJ, adds some modifiers, then saves. I want to know the statistics at the start and at the end. However, I ...
Ryan Foss's user avatar
2 votes
1 answer
901 views

How can I get the scene polycount in python?

Is there any access in the python API to get the total scene (or object) polygon count? This info is already displayed in the status bar, but is this info exposed in the python API or do I need to ...
Greg Zaal's user avatar
  • 10.8k
0 votes
0 answers
415 views

Automated UV unwraps... NOT Smart UV unwrap

I was thinking, when do you guys suppose we'll get true and efficient automated uv unwrapping?. With A.I and machine learning i'm surprised a program hasn't surfaced that examines a model anything ...
Mingo's user avatar
  • 107
0 votes
1 answer
3k views

How to automate polygon reduction using python?

I have several models(more than 1000) in FBX format and I want to decrease their polygon count. I'm using decimate modifier. Since there are so many models and the task is not too complicated, I was ...
geekyJock's user avatar
6 votes
3 answers
7k views

Finding Vertices, Edges, Faces, and Tris using Python

I am trying to access the triangle count of an object with Python. All other python code displays itself when I hover my mouse over the corresponding button in the interface. When I go to the info bar ...
MattB's user avatar
  • 63