Skip to content

Blender add-on that retrieves geometrical data and exxports them in a csv file

License

Notifications You must be signed in to change notification settings

nebuchadneZZar01/PointCloudStats-blender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Point Cloud Stats - Blender add-on

This Blender add-on is able to retrieve geometrical data from meshes in a collection, sinthetyze them using central tendencies, dispersion indexes and inertia tensor and esport it in a .csv file.

This add-on was developed for my bechelor thesis.

Calculated data for each mesh

Every spatial information is calculated in (x, y, z):

  • vertices number and position;
  • normals and faces number;
  • vertices position's average and standard deviation;
  • normals' average and standard deviation;
  • aproximate radius of the miminum sphere containing the mesh;
  • intertia tensor;
  • planarity index;
  • average normal per octant.

UI

Output

Viewport

For each mesh is generated an inertia ellipsoyd, which graphically summarizes every geometrical data collected and calculated.

CSV file

Through the UI can be exported a .csv file containing every single information collected and calculated for each mesh in viewport.

(README TO BE COMPLETED)

About

Blender add-on that retrieves geometrical data and exxports them in a csv file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages