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.3
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.4
Choose a head ref
  • 9 commits
  • 10 files changed
  • 5 contributors

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    95950a2 View commit details
    Browse the repository at this point in the history
  2. minor update with rotation

    losanc authored and digitalillusions committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    0351964 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Added Enable/Disable All and the option to select a root directory fo…

    …r relative paths
    Julius Stotz authored and digitalillusions committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    9298b2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88c89c4 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    digitalillusions committed Mar 25, 2023
    Configuration menu
    Copy the full SHA
    d3b9d08 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Added an array for the current file sequences that is only updated wh…

    …en the directory updates
    justo46 authored and digitalillusions committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    e12708a View commit details
    Browse the repository at this point in the history
  2. Updated comment

    justo46 authored and digitalillusions committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    87ff11b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Version 0.1.4 (#16)

    * 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
    
    ---------
    
    Co-authored-by: Julius Stotz <jstotz@wilson.informatik.rwth-aachen.de>
    Co-authored-by: julius.stotz <julius.stotz@rwth-aachen.de>
    3 people authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    cc22755 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3caaa4 View commit details
    Browse the repository at this point in the history
Loading