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.3.0
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: main
Choose a head ref
  • 11 commits
  • 26 files changed
  • 3 contributors

Commits on Jan 16, 2024

  1. Line Segment Support, Option to only show available frames, Updated R…

    …EADME (#31)
    
    * Added support for line segments
    
    * Added a toggle for only showing existent frames at the correct frames
    
    * Updated README and some pictures
    
    * Updated some tooltips
    justo46 authored Jan 16, 2024
    Configuration menu
    Copy the full SHA
    8a5314a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e275506 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    404fc01 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. 4.1 Compatibility (#34)

    * fix importer for weird attributes
    
    * fix for 4.1 compatibility with normals
    digitalillusions authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    0783423 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Recursive load from folder and new template (#35)

    * add a template for doing comparison renders
    
    * update comparison render and add recursive sequence loading operator
    
    * increase version number
    digitalillusions authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    d89c62d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. New Extension Spec Compatibility and Usability Improvements (#36)

    * improve recursive import
    
    by default it will now detect common prefixes and eliminate them. in the future it might be interesting to have an option to keep prefixes and simply use blenders naming to create a new one with an incremented name.
    
    * show hidden option that changes the relative root path
    
    * add blender manifest for 4.2 marketplace support
    
    * change to relative imports to not make blender angry from changing sys.path
    
    * update for new spec
    
    * change maintainer
    digitalillusions authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    46044aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    daedd1f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. Configuration menu
    Copy the full SHA
    8ad97b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Fix problems with relative paths on Windows (#40)

    * Fix problems with relative paths on Windows
    
    * Fix updating of sequences without pattern in filename
    w1th0utnam3 authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    994b2bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f8bf38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0eed7d View commit details
    Browse the repository at this point in the history
Loading