Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: InteractiveComputerGraphics/blender-sequence-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.4
Choose a base ref
...
head repository: InteractiveComputerGraphics/blender-sequence-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.5
Choose a head ref
  • 2 commits
  • 8 files changed
  • 3 contributors

Commits on May 12, 2023

  1. 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>
    justo46 and Julius Stotz authored May 12, 2023
    Configuration menu
    Copy the full SHA
    1351858 View commit details
    Browse the repository at this point in the history
  2. bump versions (#20)

    digitalillusions authored May 12, 2023
    Configuration menu
    Copy the full SHA
    e2e59b8 View commit details
    Browse the repository at this point in the history
Loading