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: microsoft/scenepic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.14
Choose a base ref
...
head repository: microsoft/scenepic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 9 commits
  • 65 files changed
  • 2 contributors

Commits on Nov 4, 2022

  1. Fixing the missing methods in Python documention. (#51)

    New Features
    - The missing methods for a variety of classes have been added to the python docs
    - The version of pybind11 has been bumped to the latest release
    
    Signed-off-by: Matthew A Johnson <[email protected]>
    matajoh authored Nov 4, 2022
    Configuration menu
    Copy the full SHA
    770dd2c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Point release fixing Jupyter rendering order. (#52)

    Previously, when a Jupyter notebook containing Scenepic cells was
    loaded after having been saved, the notebooks would appear out
    of order within the notebook. Also, the full library was written into
    each cell, resulting in a lot of duplicate Javascript for notebooks
    which included heavy use of the library. The new solution uses a few
    elements to avoid this:
    
    - The library is written as an external script file in the same directory
      as the notebook. This has the advantage of making debugging the
      Typescript library easier (this is a return to previous functionality).
    - The library is loaded once via a single `script` tag
    - Each cell is assigned a unique ID that is used by scenepic to target it
    - When reloading a saved notebook, order is preserved due to the use of
      the unique ids.
    
    Signed-off-by: Matthew A Johnson <[email protected]>
    matajoh authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    fa26ac3 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Adding visibility toggle shortcut (#54)

    Adding visibility toggle shortcut
    matajoh authored Jan 11, 2023
    Configuration menu
    Copy the full SHA
    43507f6 View commit details
    Browse the repository at this point in the history
  2. Changes to better support Visual Studio

    Signed-off-by: Matthew A Johnson <[email protected]>
    matajoh committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    4c38a5c View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Focus point improvements (#55)

    Point release adding the ability to pick the centroid of a mesh as
    a focus point by clicking on it while in focus point selection mode.
    
    Also includes an upgrade to WebGL 2, and some minor improvements with the build.
    matajoh authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    032ca9b View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Add Pan/Zoom for 2D Canvases (#57)

    Point release adding pan/zoom functionality to 2D canvases.
    matajoh authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    731b5a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Pylance Typing errors (#59)

    * Pylance Typing errors
    
    * add conda documentation
    jnyfah authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    d9b4726 View commit details
    Browse the repository at this point in the history
  2. Cleanup for v1.1.0 (#58)

    In prep for the 1.1 minor release a few final issues were addressed:
    
    New Features
    - Full pinch, zoom and rotate with two fingers is now supported
    
    Bug fixes
    - Dropdown menus will now correctly appear on top of canvases in the z-order
    - Dropdown menus will align on the opposite side if not doing so would result
      appearing outside the viewbox
    matajoh authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    892b2c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Updating CI and dependencies. (#64)

    This point release updates to the latest versions of most dependencies,
    including compatibility with the latest NPM, pybind11, and updates
    the pipelines to be compatible with more up-to-date practices.
    
    Signed-off-by: Matthew Johnson <[email protected]>
    matajoh authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0597cef View commit details
    Browse the repository at this point in the history
Loading