You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed moving in Blender UI and refresh for relative paths (#18)
* Added Enable/Disable All and the option to select a root directory for relative paths
* Added first version of bin file format
* Added bin.py
* Fixed byte errors and store the rest of the bytes in an (unused) list
* Added 1 main commit
* Added main commit
* Added a button to select multiple sequences
* Added the functionality to import multiple sequences (in top menu and in addon), a custom initial transformation matrix and a list, so the file sequences do not have to be loaded again in every frame
* Added object property for initial transformation matrix, made for multiple sequence loading cleaner code and tried to resolve the issue with transformation matrices
* Added install script
* Fixed keyframe animation system to work with other transformations
* Optimized adding meshio objects and added a button to refresh the sequences
* Fixed keyframe system for multiple files
* Deleted install file from repo, since this is a local file.
* Resolved further changes
* Updated version + test to import MeshIO Objects
* Updated version
* Deleted some comments and made the code easier to read
* Further code improvements
* Removed bin.py
* Deleted import of bin.py and corrected version
* Fixed transforming via viewport (except for .bin)
* This breaks the bin format but enables in-view transformations again
* Deleted property & Fix refresh for relative paths
* Deleted old comment
* Added set to timeline button
* Set timeline button is atm working on select obj!
* Better set timeline button
* Fixed start and end frames
---------
Co-authored-by: Julius Stotz <jstotz@wilson.informatik.rwth-aachen.de>
0 commit comments