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

Fusion: new creator for image product type #6057

Merged

Commits on Dec 14, 2023

  1. Introduced image product type

    'image' product type should result in single frame output, 'render' should be more focused on multiple frames.
    kalisp committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    72a7494 View commit details
    Browse the repository at this point in the history
  2. Updated logging

    kalisp committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    fb872a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00b6edd View commit details
    Browse the repository at this point in the history
  4. Update openpype/settings/entities/schemas/projects_schema/schema_proj…

    …ect_fusion.json
    
    Co-authored-by: Jakub Ježek <jakubjezek001@gmail.com>
    kalisp and jakubjezek001 committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    0d6cacc View commit details
    Browse the repository at this point in the history
  5. Change label

    It might be movie type not only image sequence.
    kalisp committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    faa6761 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/enhancement/OP-7470_Fusion-new-c…

    …reator-plugin-single-frame-saver' into enhancement/OP-7470_Fusion-new-creator-plugin-single-frame-saver
    kalisp committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    6b83013 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

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

Commits on Dec 18, 2023

  1. OP-7470 - fix name

    kalisp committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    120ac78 View commit details
    Browse the repository at this point in the history
  2. OP-7470 - update docstring

    There were objections for setting up this creator as it seems unnecessary. There is currently no other way how to implement customer requirement but this, but in the future 'alias' product types implementation might solve this.
    kalisp committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    abf7a90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67ed0f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a1b156 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8cf057f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Update openpype/settings/defaults/project_settings/fusion.json

    Co-authored-by: Jakub Ježek <jakubjezek001@gmail.com>
    kalisp and jakubjezek001 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    3dfd284 View commit details
    Browse the repository at this point in the history
  2. Update server_addon/fusion/server/settings.py

    Co-authored-by: Jakub Ježek <jakubjezek001@gmail.com>
    kalisp and jakubjezek001 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    68bd122 View commit details
    Browse the repository at this point in the history
  3. Update openpype/hosts/fusion/api/plugin.py

    Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
    kalisp and iLLiCiTiT committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    9cbd729 View commit details
    Browse the repository at this point in the history
  4. OP-7470 - added explicit frame field

    Artist can insert specific frame from which `image` instance should be created.
    kalisp committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ed91294 View commit details
    Browse the repository at this point in the history
  5. OP-7470 - fix name and logging

    Prints better message even in debug mode.
    kalisp committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    078a73b View commit details
    Browse the repository at this point in the history
  6. OP-7470 - update instance label

    It contained original frames which was confusing.
    kalisp committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    1ef332d View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Update openpype/hosts/fusion/plugins/create/create_image_saver.py

    Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
    kalisp and BigRoy committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    298b74c View commit details
    Browse the repository at this point in the history
  2. OP-7470 - fix documentation

    kalisp committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    53fe536 View commit details
    Browse the repository at this point in the history
  3. OP-7470 - moved frame range resolution earlier

    This approach is safer, as frame range is resolved sooner.
    kalisp committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    48c4c47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bc96a8 View commit details
    Browse the repository at this point in the history
  5. OP-7470 - Hound

    kalisp committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    24f9943 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Merge remote-tracking branch 'origin/develop' into enhancement/OP-747…

    …0_Fusion-new-creator-plugin-single-frame-saver
    kalisp committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    774871b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38d3979 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4bb656 View commit details
    Browse the repository at this point in the history
  4. OP-7470 - add explicit settings_category to propagete values from Set…

    …ting correctly
    
    apply_settings is replaced by correct value in `settings_category`
    kalisp committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    4a71f9a View commit details
    Browse the repository at this point in the history
  5. OP-7470 - typo

    kalisp committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    db34eb1 View commit details
    Browse the repository at this point in the history
  6. OP-7470 - update docstring

    kalisp committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    dad0db9 View commit details
    Browse the repository at this point in the history
  7. OP-7470 - update formatting data

    This probably fixes issue with missing product key in intermediate product name.
    kalisp committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    cbbcd07 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    d2201fb View commit details
    Browse the repository at this point in the history
  2. OP-7470 - moved around only proper fields

    Some fields (frame and frame_range) are making sense only in specific creator.
    kalisp committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    f492055 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27f2408 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'enhancement/OP-7470_Fusion-new-creator-plugin-single-fr…

    …ame-saver' of https://github.com/ynput/OpenPype into enhancement/OP-7470_Fusion-new-creator-plugin-single-frame-saver
    kalisp committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    ddb7887 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    b4b10cc View commit details
    Browse the repository at this point in the history
  2. OP-7470 - fixed typo

    kalisp committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    453e01f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into enhancement/OP-7470_Fusion-new-creator-pl…

    …ugin-single-frame-saver
    kalisp committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    70d5622 View commit details
    Browse the repository at this point in the history
  4. OP-7470 - bumped up version

    Settings changed, so addon version should change too. 0.1.2 is in develop
    kalisp committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a12b3fb View commit details
    Browse the repository at this point in the history
  5. Merge branch 'enhancement/OP-7470_Fusion-new-creator-plugin-single-fr…

    …ame-saver' of https://github.com/ynput/OpenPype into enhancement/OP-7470_Fusion-new-creator-plugin-single-frame-saver
    
    # Conflicts:
    #	server_addon/fusion/server/version.py
    kalisp committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    14b24b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

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

Commits on Jan 12, 2024

  1. Update openpype/hosts/fusion/plugins/publish/collect_instances.py

    Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
    jakubjezek001 and BigRoy committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    fdb5f18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1d0000 View commit details
    Browse the repository at this point in the history
  3. OP-7470 - removed unnecessary variables

    There was logic intended to use those, deemed not necessary.
    kalisp committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e66ffc7 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/develop' into enhancement/OP-747…

    …0_Fusion-new-creator-plugin-single-frame-saver
    kalisp committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    3c83193 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec1e8f6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b028970 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Merge branch 'develop' into enhancement/OP-7470_Fusion-new-creator-pl…

    …ugin-single-frame-saver
    kalisp committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    487bfa9 View commit details
    Browse the repository at this point in the history