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: dreamworksanimation/usdmanager
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: dreamworksanimation/usdmanager
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: python3
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 19 files changed
  • 5 contributors

Commits on Feb 20, 2021

  1. [ENH] Add auto-indentation option

    [ENH] Split file parsing by file type, allowing unique regex and link creation
    [ENH] Support USDC in Commands > Diff File... action
    [ENH] Improve USDZ asset resolution
    [MNT] Logging, documentation, and cross-platform compatibility updates
    [BUG] use python3-compatible write method
    [BUG] resolve libpng warning: iCCP: known incorrect sRGB profile
    [BUG] bool preferences not evaluating on macOS
    mds-dwa committed Feb 20, 2021
    Configuration menu
    Copy the full SHA
    34c7ada View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. [ENH] python3 support

    Signed-off-by: mds-dwa <mark.sandell@dreamworks.com>
    mds-dwa committed Feb 22, 2021
    Configuration menu
    Copy the full SHA
    6ebf6f0 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. fix setup.py for python3

    mds-dwa committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    babfcf1 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. [ENH] Dramatically speed up Find > Replace All logic

    [ENH] Minor text editor optimization by subclassing QPlainTextEdit
    [ENH] Active line highlighted in browser and editor
    [ENH] Ctrl+F shortcut auto-populates Find field with active cursor selection
    [ENH] Cleanup toolbar look on Mac, and reduce space taken up by Ctrl+F Find bar
    [ENH] Support jumping to line number from link within the current file
    [BUG] Line numbers overlap when zooming out
    [MNT] Add 'nonlocal' python3 keyword for syntax highlighting
    [MNT] Revamp Find "highlight all" logic to work with active line highlighting
    [MNT] Moving more tab logic to the class responsible for them
    [MNT] Documentation cleanup
    mds-dwa committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    dd938bc View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Merge branch 'master' of https://github.com/dreamworksanimation/usdma…

    …nager into python3
    
    Conflicts:
    	.gitignore
    	usdmanager/__init__.py
    	usdmanager/images_rc.py
    	usdmanager/parsers/usd.py
    mds-dwa committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    aba462f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

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

Commits on Nov 18, 2021

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

Commits on Nov 30, 2021

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

Commits on Dec 3, 2021

  1. Merge branch 'dev' of https://github.com/dreamworksanimation/usdmanager…

    … into python3
    
    Conflicts:
    	usdmanager/parser.py
    	usdmanager/utils.py
    mds-dwa committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    75392fa View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Updates for Windows & Ar 2.0: ResolvedPath, Win drive letters

    - Windows links to drive-based files need three leading slashes
    - Ar 2.0 no longer has `AnchorRelativePath`; replace w/ `CreateIdentifier`
    - expandPath returns a `ResolvedPath` that needs to be converted to
      string before being passed to python in a couple of places
    
    Signed-off-by: Gary Oberbrunner <garyo@darkstarsystems.com>
    garyo committed Mar 21, 2022
    Configuration menu
    Copy the full SHA
    ea876b4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Merge pull request #29 from garyo/python3

    Updates for Windows & Ar 2.0: ResolvedPath, Win drive letters
    mds-dwa authored Jun 17, 2022
    Configuration menu
    Copy the full SHA
    6ca8f9f View commit details
    Browse the repository at this point in the history
  2. [MNT] version up to 0.14.0

    [MNT] add docstrings, cleanup whitespace and formatting, rm unused code
    [MNT] previously deprecated setDirtyTab removed
    [ENH] python3 compatibility for setup.py
    [BUG] ensure app tmp dir exists if manually removed while open
    [BUG] set file dialog starting directory to cwd on launch
    [BUG] Save As shouldn't append a dot with no extension
    [BUG] disable Open button in include panel when nothing selected
    mds-dwa committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    a8770b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2022

  1. Configuration menu
    Copy the full SHA
    e9ed234 View commit details
    Browse the repository at this point in the history
  2. [MNT] python3 docs

    mds-dwa committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    70466cb View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

  1. Merge from latest 0.15 dev

    Signed-off-by: mds-dwa <mark.sandell@dreamworks.com>
    mds-dwa committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    b0c3eea View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Issue #31: cast round to int

    Signed-off-by: Mark Sandell <mdsandell@gmail.com>
    mdsandell committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    879502f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Merge pull request #32 from mdsandell/python3

    Issue #31: cast round to int
    gj-dwa authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    59155ec View commit details
    Browse the repository at this point in the history
Loading