-
Notifications
You must be signed in to change notification settings - Fork 17
Comparing changes
Open a pull request
base repository: microsoft/scenepic
base: v1.0.14
head repository: microsoft/scenepic
compare: main
- 9 commits
- 65 files changed
- 2 contributors
Commits on Nov 4, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 770dd2c - Browse repository at this point
Copy the full SHA 770dd2cView commit details
Commits on Nov 11, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for fa26ac3 - Browse repository at this point
Copy the full SHA fa26ac3View commit details
Commits on Jan 11, 2023
-
Adding visibility toggle shortcut (#54)
Adding visibility toggle shortcut
Configuration menu - View commit details
-
Copy full SHA for 43507f6 - Browse repository at this point
Copy the full SHA 43507f6View commit details -
Changes to better support Visual Studio
Signed-off-by: Matthew A Johnson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c38a5c - Browse repository at this point
Copy the full SHA 4c38a5cView commit details
Commits on Jan 20, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 032ca9b - Browse repository at this point
Copy the full SHA 032ca9bView commit details
Commits on Mar 13, 2023
-
Add Pan/Zoom for 2D Canvases (#57)
Point release adding pan/zoom functionality to 2D canvases.
Configuration menu - View commit details
-
Copy full SHA for 731b5a3 - Browse repository at this point
Copy the full SHA 731b5a3View commit details
Commits on Mar 20, 2023
-
* Pylance Typing errors * add conda documentation
Configuration menu - View commit details
-
Copy full SHA for d9b4726 - Browse repository at this point
Copy the full SHA d9b4726View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 892b2c4 - Browse repository at this point
Copy the full SHA 892b2c4View commit details
Commits on Oct 3, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 0597cef - Browse repository at this point
Copy the full SHA 0597cefView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.14...main