Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updates to script based on Blender 2.80 API changes Changed the way objects are created and selected/deselected based on upcoming changes to the Blender 2.80 Python API. There's still a bug with the Blender OBJ import script, so this doesn't work yet. Waiting maybe for a 2.80 release candidate. * Updated version information for Blender 2.80 * Updated blender version, addon loads without errors There are still problems with creating a mesh sequence and selecting it. * Update script for blender 2.8's modified API * Fix calls to select_set() Still broken: sequences with a single material, baking? * Rename file, use correct collection for sequence baking * Update README * version bump * Feature: reload sequence from disk (#16) * Initial code for reloading sequences from disk * Re-add the emptyMesh to the mesh_sequence_settings object * Cleanup old meshes, early error if no files match, minor code refactor * version bump * Fixed broken PLY import * Version bump, updated README
- Loading branch information