Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

12 Commits
12 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Humanoid Mesh Identifier

This project aims to assess if an animated mesh is humanoid by examining its structure, mesh topology, and animation features using Blender's Python API (bpy).

Ideas

Humanoids can vary greatly, and a more complex solution could involve machine learning or deep analysis of mesh vertices and their movements. This project aims to provide a simple solution that can be used as a starting point for more complex solutions.

Check the ideas document for more details: docs/IDEAS.md.

Requirements

  • Blender with Python API support
  • FBX file of the animated mesh

Steps

1. Import the FBX File

import bpy

# Clear all data from the current scene to start fresh
bpy.ops.wm.read_factory_settings(use_empty=True)

# Import the FBX file
bpy.ops.import_scene.fbx(filepath="path_to_your_character.fbx")

2. Check the Skeleton Structure

Refer to check_humanoid_skeleton method to check the skeleton structure.

3. Check the Mesh Topology

Refer to check_humanoid_mesh method to perform various checks on mesh topology.

4. Check the Animations

Refer to check_humanoid_animation method to analyze the animation of the mesh.

5. Test the Script

blender -b -P src/main.py

Assuming you have blender installed and added to your PATH; and you have clone this repo as well.

Limitations

This is a basic assessment and may produce false positives or negatives. For a more thorough analysis, consider using advanced methods such as machine learning models trained on a variety of humanoid and non-humanoid figures.

About

πŸ•΅πŸ» Humanoid Mesh Analysis using Blender's Python API πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.