Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Abc492] Handle Attribute Interpolation for Curves #588

Open
wants to merge 43 commits into
base: dev/feature/custom-attributes
Choose a base branch
from

Commits on Nov 14, 2023

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

Commits on Nov 17, 2023

  1. change subD to aiPolyMesh

    SanaJal committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ec63f6f View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. draft template function

    fix commit
    SanaJal committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    8c68f44 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. working hardcoded

    SanaJal committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    2182aa5 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

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

Commits on Dec 10, 2023

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

Commits on Dec 13, 2023

  1. generalize using switch step1

    SanaJal committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    b3d31dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    072fa58 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    b348186 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4c5d7c View commit details
    Browse the repository at this point in the history
  3. remove commented function

    SanaJal committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    d16da86 View commit details
    Browse the repository at this point in the history
  4. working curve support

    SanaJal committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b849561 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    663111e View commit details
    Browse the repository at this point in the history
  2. remove unused function

    SanaJal committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    1141b90 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. better memory managment

    SanaJal committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    65673d4 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. clean

    SanaJal committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a0241e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Use templates to process custom attributes (#583)

    * First pass to extract redundant code and have one single template function
    
    * Use templates in other parts of aiMeshSchema to handle custom attributes.
    
    * Fix post-merge issues
    
    * Add specific supports for IC3f and IN4f attributes
    
    * Remove test code
    
    * Remove unused includes
    thomas-tu committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    53b3069 View commit details
    Browse the repository at this point in the history
  2. working curve support

    SanaJal committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    b9f91d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b75b95 View commit details
    Browse the repository at this point in the history
  4. remove unused function

    SanaJal committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    4e56802 View commit details
    Browse the repository at this point in the history
  5. better memory managment

    SanaJal committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    549340b View commit details
    Browse the repository at this point in the history
  6. clean

    SanaJal committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    4a2ab17 View commit details
    Browse the repository at this point in the history
  7. working curve templated

    SanaJal committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    9003e43 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. templated copy data method

    SanaJal committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    0fe7fad View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ABC483-Support-curves' of https://github.com/Unity-Tech…

    …nologies/com.unity.formats.alembic into ABC483-Support-curves
    
    # Conflicts:
    #	Source/abci/Importer/aiCurves.cpp
    #	Source/abci/Importer/aiCurves.h
    #	Source/abci/Importer/aiMeshSchema.h
    SanaJal committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    a6c16fe View commit details
    Browse the repository at this point in the history
  3. working curve support

    SanaJal committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    b85c6e5 View commit details
    Browse the repository at this point in the history
  4. remove unused function

    SanaJal committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2dd3ec5 View commit details
    Browse the repository at this point in the history
  5. working curve templated

    SanaJal committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8909a7a View commit details
    Browse the repository at this point in the history
  6. templated copy data method

    SanaJal committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6d2b302 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'ABC483-Support-curves' of https://github.com/Unity-Tech…

    …nologies/com.unity.formats.alembic into ABC483-Support-curves
    
    # Conflicts:
    #	Source/abci/Importer/aiCurves.h
    SanaJal committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    acf7568 View commit details
    Browse the repository at this point in the history
  8. clean

    SanaJal committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9a25b10 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. clean

    SanaJal committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    8841611 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. missing generalizaiton

    SanaJal committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    0a91d68 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. interpolation curve working

    SanaJal committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    0bf2346 View commit details
    Browse the repository at this point in the history
  2. rename att_int

    SanaJal committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    fb532b0 View commit details
    Browse the repository at this point in the history
  3. rename att_int

    SanaJal committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    a406ac8 View commit details
    Browse the repository at this point in the history
  4. apply formatting

    SanaJal committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    8b547c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56e14b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. remove static from function

    SanaJal committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    d89d50f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Merge remote-tracking branch 'origin/ABC464-Transfer-attributes' into…

    … ABC483-Support-curves
    
    # Conflicts:
    #	Source/abci/Importer/AlembicImporter.h
    #	Source/abci/Importer/aiMeshSchema.h
    #	com.unity.formats.alembic/Runtime/Scripts/Importer/AbcAPI.cs
    #	com.unity.formats.alembic/Runtime/Scripts/Importer/AlembicMesh.cs
    SanaJal committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    d3bbcb9 View commit details
    Browse the repository at this point in the history
  2. revert static

    SanaJal committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    52613c2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'ABC-495-get-data-summary-curves' into ABC-492-hande-cur…

    …ve-interpolation
    
    # Conflicts:
    #	Source/abci/Foundation/aiMath.cpp
    #	Source/abci/Foundation/aiMath.h
    #	Source/abci/Importer/aiCurves.cpp
    SanaJal committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    a17541e View commit details
    Browse the repository at this point in the history
  4. uncomment condition

    SanaJal committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    2723c76 View commit details
    Browse the repository at this point in the history