Commit graph

463 commits

Author SHA1 Message Date
Fabien Castan
5ca38189ac fix missing frameRange update for sequence use case 2024-08-19 19:39:44 +02:00
Fabien Castan
15c1ce16b5 [ui] Improve sequence display
- allows multiple "*" in the files search expression
- fix a bug if we only provide a folder
- keep the current frame if the frame range has not changed
2024-08-16 17:22:21 +02:00
Candice Bentéjac
a2b4974429 [Viewer] Update error values for QtAV's EStatus enum 2024-08-02 16:37:53 +02:00
Aurore LAFAURIE
2d9a03fb3b [Viewer2D] Only reset index of currentFrame if the currentFrame is after max of frameRange 2024-07-26 12:12:31 +02:00
Aurore LAFAURIE
d52ad9ad8d [Viewer] Current frame for Sequence should not be set during changes of Image Gallery 2024-07-19 17:30:55 +02:00
Candice Bentéjac
f53dbf6a01
Merge pull request #2463 from alicevision/fix/envVarSequencePlayer
[ui] Add MESHROOM_USE_SEQUENCE_PLAYER environment variable
2024-07-15 16:59:23 +02:00
Aurore LAFAURIE
3c5e1ad273 [ui] Format GB to string for occupied cache size 2024-07-11 17:06:47 +02:00
Aurore LAFAURIE
ac7aeddb45 [ui] Clean up for displayedAttr use instead 2024-07-11 14:33:30 +02:00
Aurore LAFAURIE
a5d5c947db [ui] Text Area selectable for FPS and frame number 2024-07-11 14:33:29 +02:00
Aurore LAFAURIE
a43117b298 [ui] Add MESHROOM_USE_SEQUENCE_PLAYER environment variable 2024-07-09 16:31:11 +02:00
Candice Bentéjac
42157809b9 [Viewer] SequencePlayer: Clean-up: Harmonize syntax 2024-06-28 12:33:33 +02:00
Candice Bentéjac
0e06ae8747 [Viewer] SequencePlayer: Fix QML errors when accessing undefined objects 2024-06-28 12:33:32 +02:00
Candice Bentéjac
9af65092b9 [Viewer] Clean-up: Harmonize syntax for the Viewer2D 2024-06-27 17:28:26 +02:00
Candice Bentéjac
cfb44d8b54 [ui] Add currentViewPath property
Add a property that contains the path of the image that is currently
displayed in the viewer. If no image is displayed, the property is set
with an empty string.

The path information is set directly from the Viewer2D when an image is
loaded to be displayed.
2024-06-27 17:28:25 +02:00
Aurore LAFAURIE
5a8ceaf287 [ui] Removal of getAttributeByName in Viewer2D 2024-06-20 11:54:31 +02:00
Aurore LAFAURIE
d738f4adac [ui] Sequence with missing files displayable and switching if displayed attribute changed 2024-06-20 11:54:31 +02:00
Aurore LAFAURIE
cc2099534b [ui] Use of pyseq for getting sequences
[ui] To squash
2024-06-20 11:54:30 +02:00
Aurore LAFAURIE
1168ccaacb [ui] Resolve Sequence and ImageList on Python side 2024-06-20 11:54:30 +02:00
Aurore LAFAURIE
4590868317 [ui] Support for imageList and sequence in SequencePlayer 2024-06-20 11:54:30 +02:00
Aurore LAFAURIE
6e89cb68f6 [Viewer] Fix of side effects from output sequence in SequencePlayer
Unsync 3D Viewer and SequencePlayer if it is output sequence and set to 0 the frame displayed when changing sequence
2024-06-20 11:54:29 +02:00
Aurore LAFAURIE
b0063b0dde [ui] Load image sequence from node output in SequencePlayer 2024-06-20 11:54:29 +02:00
Aurore LAFAURIE
a113898773 [ui] No update of gallery while jogging in SequencePlayer timeline 2024-06-19 17:52:25 +02:00
Aurore LAFAURIE
90fd95320a [SequencePlayer] Max Cache Memory as setting and sync with 3D viewer by default 2024-06-19 17:20:11 +02:00
Aurore LAFAURIE
74e0e029c9 [ui] SequencePlayer cache setter, Stats layout, UI improvements
Stats Popup containing max cache size setter, synchronization options, and cache informations
2024-06-19 17:20:11 +02:00
Aurore LAFAURIE
a60dc8a5e2 [ui] Max available memory exposed for Sequence Player 2024-06-19 17:20:11 +02:00
Aurore LAFAURIE
277b9643b0 [ui] Fetch on play in Sequence Player 2024-06-19 17:20:11 +02:00
Aurore LAFAURIE
1c48d68bef [ui] Fetching button added for Sequence Player 2024-06-19 17:20:10 +02:00
Fabien Castan
916cb35e6a [ui] fix qml warnings 2024-06-15 17:11:05 +02:00
Aurore LAFAURIE
6b6f620124 [ui] Shortcuts in Viewer2D and SequencePlayer 2024-06-10 15:09:28 +02:00
Aurore LAFAURIE
7b2948d0d1 [ui] RGBA shortcuts for Image Viewer 2024-06-06 14:43:26 +02:00
Fabien Castan
adbd6426ca
Merge pull request #2364 from alicevision/dev/nodeWithoutComputation
New InputNode for nodes without computation and support for all param types in output (and no more limited to File type)
2024-06-06 00:01:43 +02:00
Fabien Castan
7e0a841ef5
Merge pull request #2398 from alicevision/dev/imageOverlayUsingExportAnimatedCamera
[ui] Use ExportAnimatedCamera output for image overlay in Viewer3D
2024-05-31 19:47:59 +02:00
Aurore LAFAURIE
99023841a4 [Viewer] Adjust outputAttributes displayable in Viewer2D according to node computable or not 2024-05-27 22:03:42 +02:00
Aurore LAFAURIE
671b3ff128 [ui] InputNode behavior for menu and display 2024-05-27 22:03:42 +02:00
Grégoire De Lillo
f2b7912d7a [ui] Viewer2D: Read Json from SphereDetection folder if auto detection 2024-05-27 00:20:24 +02:00
Grégoire De Lillo
28db112f85 [ui] Viewer2D: Change displayLightingCircleLoader icon 2024-05-27 00:15:07 +02:00
Aurore LAFAURIE
f6332efa7e [ui] uvCenterOffset set according to principal point corrected or not + undistorted image path resolve according to output value of node 2024-05-23 12:30:00 +02:00
Fabien Castan
9f1f97912a
Merge pull request #2389 from alicevision/fix/featureViewerOnExternalImage
[ui] Prevent Feature Points to display on external images
2024-05-20 23:59:10 +02:00
Elyas Benyamina
631d388893 SequencePlayer: Forbid "selecting" an invalid frame number 2024-05-03 17:14:27 +02:00
Aurore LAFAURIE
762bcddf41 [ui] Prevent Feature Points to display on external images 2024-04-26 15:05:01 +02:00
Candice Bentéjac
6791f02f2d
Merge pull request #2362 from alicevision/dev/uxSequencePlayer
[ui] Sequence Player UX improvements (fps, slider, frame)
2024-04-19 22:54:20 +02:00
Aurore LAFAURIE
b937cb1eb0 [ui] Sequence Player UX improvements (fps, slider, frame)
FPS is now text input, slider has a tooltip to know on which frame you will be while handling, go to specific frame by text input or arrows on side
2024-04-19 22:50:49 +02:00
Elyas Benyamina
2a054a2701 [Viewer] fix lens distortion viewer status when switching between projects
When opening an empty pipeline while the lens distortion viewer was enabled, we ended up in a state where the distortion viewer remained enabled and could not be disabled anymore as its button was greyed out.
2024-04-19 18:07:17 +02:00
Candice Bentéjac
2b72588da3 [Viewer] SequencePlayer: Replace the two sync buttons with a single one
Instead of having two very similar synchronisation buttons, use a single
one with menu options.
2024-04-12 18:12:34 +02:00
Aurore LAFAURIE
2dd8392b4d [ui] Sync feature points in Viewer2D enabled 2024-04-10 19:39:36 +02:00
Aurore LAFAURIE
369143eca1 [ui] Sync camera gizmo in Viewer3D enabled 2024-04-10 19:39:36 +02:00
Aurore LAFAURIE
5afb9cb2c8 [ui] Sync Viewer3D according to updateSelectedViewpoint 2024-04-10 19:39:36 +02:00
Aurore LAFAURIE
ca4f7f13e5 Add sync button to SequencePlayer
Synchronisation available for ImageGallery, SequencePlayer and Viewer3D
2024-04-10 19:39:35 +02:00
Aurore LAFAURIE
887537e8bc [ui] bugfix : external files now closable in Viewer 2024-04-09 15:22:22 +02:00
Aurore LAFAURIE
2b2c5a1baf [ui] Display Image from node output with no image in ImageGallery 2024-04-09 15:22:22 +02:00