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

Feature/blender28 update d3 d 4610 #3

Open
wants to merge 50 commits into
base: master
Choose a base branch
from

Commits on Sep 26, 2018

  1. Configuration menu
    Copy the full SHA
    8af80ba View commit details
    Browse the repository at this point in the history
  2. Fixes bone animation import

    AurL committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    23f394b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2018

  1. Configuration menu
    Copy the full SHA
    bf09aee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9812fc1 View commit details
    Browse the repository at this point in the history
  3. Fixes typos

    AurL committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    99af0de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76885ca View commit details
    Browse the repository at this point in the history
  5. Converts material alpha

    AurL committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    25e46f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    80b9b3e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7236d04 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b10f2a View commit details
    Browse the repository at this point in the history
  9. [#D3D-4532] Boostraps Sketchfab plugin from v0.0.9

    Plugin is imported from
    https://github.com/sketchfab/gltf2-blender-importer
    
    from commit: cd921d06cb9fb65973bd2dfb2eabaf1a3f4a39f7
    
    Code has been a little bit updated to fit with the new
    import code.
    AurL committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    99aa0dc View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    43087cc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    192b303 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0890f36 View commit details
    Browse the repository at this point in the history
  13. Adds .cache file to gitignore

    AurL committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    c03fde7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0e9575a View commit details
    Browse the repository at this point in the history
  15. [#D3D-4532] Bumps plugin version to 1.0.0

    * Animation are imported (solid/skin/morph)
    AurL committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    219ac63 View commit details
    Browse the repository at this point in the history
  16. [#D3D-4610] Updates README

    AurL committed Oct 9, 2018
    Configuration menu
    Copy the full SHA
    fc98106 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #1 from sketchfab/feature/plugin-update-animation_…

    …4532
    
    Feature/plugin update animation 4532
    AurL authored Oct 9, 2018
    Configuration menu
    Copy the full SHA
    7037d95 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2018

  1. Fixes import model root name

    AurL committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    5bfdd67 View commit details
    Browse the repository at this point in the history
  2. Fixes transparency setup

    AurL committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    68262a1 View commit details
    Browse the repository at this point in the history
  3. Fixes alpha cutoff

    AurL committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    402f627 View commit details
    Browse the repository at this point in the history
  4. Parses texture sampler

    AurL committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    192e3cc View commit details
    Browse the repository at this point in the history
  5. Little code cleaning

    AurL committed Oct 17, 2018
    Configuration menu
    Copy the full SHA
    fc3177d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

  1. Updates verison do 1.0.1

    * Fixes material transparency import
    * Sets root object name with model name
    * Takes texture sampler into account
    AurL committed Oct 18, 2018
    Configuration menu
    Copy the full SHA
    896ffbb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from sketchfab/bug/fixes-improvements

    Bug/fixes improvements
    cedricpinson authored Oct 18, 2018
    Configuration menu
    Copy the full SHA
    746e47b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. [#D3D-4677] Intents to fix SSL issues for version check

    On OSX and Linux, Blender is shipped with an old version of SSL
    python lib. This version uses an old and deprecated TLS protocol
    that is blocked by major websites/servers for security reasons.
    
    Github is blocking this protocol so the plugin is not able to
    check for new versions on OSX/Linux.
    The fix is to override the SSL lib with a newer version when importing
    modules in the plugin.
    AurL committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    25c54c3 View commit details
    Browse the repository at this point in the history
  2. [#D3D-4696] Fixes model import

    AurL committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    178de37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e70e26 View commit details
    Browse the repository at this point in the history
  4. Updates version to 1.0.2

    * Tries to fix ssl issues for OSX/Linux
    * Fixes assets being stuck in sketchfab downloads folder
    (when only the first downloaded asset keeps being imported)
    AurL committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    fa26124 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bd32e4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9d24944 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b88c1c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    da5b6e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e0549cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f804b37 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ff43b2c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fe6d79f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9536471 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ed927a1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    892a7a0 View commit details
    Browse the repository at this point in the history
  16. Quick fix for Blender2.8-c4c62e6df55 2018-11-02

    Previous: 55e3c17ccc1 2018-10-13
    AurL committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    9decec0 View commit details
    Browse the repository at this point in the history
  17. Fixes icon for Logout

    AurL committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    af43375 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    27533b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

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

Commits on Jun 11, 2019

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

Commits on Jun 12, 2019

  1. [#D3D-4610] Fixes node setup

    AurL committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    6fca093 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e491938 View commit details
    Browse the repository at this point in the history
  3. [#D3D-4855] Updates plugin version to 1.1.0

    * Adds 'My models' filter to allow acessing personal
    library for PRO users
    AurL committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    22aec05 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

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