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: stefanmuller/ldraw2houdini
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: stefanmuller/ldraw2houdini
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 11 commits
  • 21 files changed
  • 2 contributors

Commits on Dec 13, 2023

  1. Added HDA for procedurally loading entire ldraw files, as an alternative

    to the shelf script approach.
    
    Factored out some functions in ldraw.py so they can be used in both
    approaches.
    
    Realized that the post-compensation in xform is just the inverted
    initial matrix, so bake that in before setting node/point xforms.
    
    Fetch the color_lib() at the module level. Might not be the best idea
    but easy for now.
    
    Lacking some features in the HDA and the build_model_points path in
    general. We should still expose all the LDraw Part options (gaps etc.)
    and store material paths on prims. I probably missed some other bits
    too.
    kaistavginski committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    f16b4de View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Merge pull request #3 from kaistavginski/main

    Added HDA for procedurally loading entire ldraw files, as an alternative
    stefanmuller authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    4c32d96 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

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

Commits on Jan 12, 2024

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

Commits on Jan 13, 2024

  1. auto caching fix

    stefanmuller committed Jan 13, 2024
    Configuration menu
    Copy the full SHA
    8777e9f View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

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

Commits on Jan 16, 2024

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

Commits on Jan 23, 2024

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

Commits on Jan 27, 2024

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

Commits on Mar 31, 2024

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

Commits on Apr 25, 2024

  1. material type updates

    stefanmuller committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    a964ea5 View commit details
    Browse the repository at this point in the history
Loading