Commit graph

3981 commits

Author SHA1 Message Date
broods
0adbcd1c47 [ui] add node computation time in real time in node editor
[ui] add node computation time in real time in node editor

[ui] add node computation time in real time in node editor
2024-06-11 11:18:28 +02:00
Fabien Castan
a6d9623269
Merge pull request #2430 from alicevision/dev/shortcutsViewer2d
[ui] Shortcuts in Viewer2D and SequencePlayer
2024-06-10 19:24:44 +02:00
Candice Bentéjac
77997c0a95 [nodes] Blender scripts: Add __init__.py
Add missing `__init__.py` so the "scripts" folder can be loaded as a
module. This also automatically includes the content of the "scripts"
folder into the files that are installed with cx_Freeze when packaging
Meshroom.
2024-06-10 18:55:35 +02:00
Aurore LAFAURIE
6b6f620124 [ui] Shortcuts in Viewer2D and SequencePlayer 2024-06-10 15:09:28 +02:00
Fabien Castan
601fbc53f8
Merge pull request #2428 from alicevision/fix/outputExportAnimatedCamera
[nodes] Fix outputImages if no export in ExportAnimatedCamera
2024-06-07 19:13:23 +02:00
Fabien Castan
7bc07bdaad
Minor comment update 2024-06-07 17:49:08 +02:00
Aurore LAFAURIE
57a1119b21 [tests] Update tests according to attribute enabled 2024-06-07 17:37:20 +02:00
Aurore LAFAURIE
869e54f084 [core] Build cmdVars according to enabled attributes 2024-06-07 17:25:19 +02:00
Aurore LAFAURIE
a2b5f011bb [nodes] Fix outputImages if no export in ExportAnimatedCamera 2024-06-07 17:24:07 +02:00
Fabien Castan
7c66aa9463
Merge pull request #2427 from alicevision/dev/eyeOnDisplayableNode
[GraphEditor] Eye on displayable node even if not computed
2024-06-07 12:16:33 +02:00
Aurore LAFAURIE
c95afc8179 [GraphEditor] Eye on displayable node even if not computed 2024-06-07 10:21:55 +02:00
Fabien Castan
716d8fb8e5
Merge pull request #2425 from alicevision/dev/shortcutsRGBA
[ui] RGBA shortcuts for Image Viewer
2024-06-07 09:13:58 +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
859a1bee1b
Merge pull request #2419 from alicevision/fix/variousFixes
[fix] Various fixes
2024-06-06 00:00:59 +02:00
Fabien Castan
521752406d
Merge pull request #2420 from alicevision/fix/exportAnimatedCameraOutput
[nodes/ui] Fix ExportAnimatedCamera outputs for ScenePreview use
2024-06-05 18:42:58 +02:00
Aurore LAFAURIE
926db43625 [nodes/ui] Fix ExportAnimatedCamera outputs for ScenePreview use 2024-06-04 11:34:03 +02:00
Aurore LAFAURIE
82dbad1632 [ui] Add <EXTENSION> replacement 2024-06-03 15:36:55 +02:00
Aurore LAFAURIE
569c94c6a7 [nodes] Fix ImageProcessing node <FILENAME> to <FILESTEM> 2024-06-03 15:33:16 +02:00
Aurore LAFAURIE
0fc1c2f625 [core] Fix assign file date when saving file
When saving file we need to assign the new file date to prevent modified file popup
2024-06-03 15:28:23 +02:00
Fabien Castan
45fd86e51b
Merge pull request #2396 from alicevision/fix/getLatestSfMNode
[ui/core] Fix get latest SfM node for previz
2024-06-01 11:37:21 +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
Fabien Castan
d922d447b2
Merge pull request #2417 from alicevision/fix/imageProcessingNodeImprovement
[nodes] ImageProcessing : use keepImageFilename attribute
2024-05-31 18:12:56 +02:00
Aurore LAFAURIE
01a811d703 [nodes] ImageProcessing : use keepImageFilename attribute 2024-05-31 17:32:19 +02:00
Fabien Castan
a243ac3de2 [tests] Add a specific name for each graph 2024-05-29 23:01:41 +02:00
Fabien Castan
400246a529 [core] Attribute: fix initialization of attributes value 2024-05-29 23:01:41 +02:00
Fabien Castan
b76a3a3d25 [core] desc.Attribute: lambda are expressions 2024-05-29 23:01:41 +02:00
Aurore LAFAURIE
840ed3a8b8 [Node] Show all outputs of node in Graph 2024-05-28 18:07:31 +02:00
Aurore LAFAURIE
796493417d [Node] Fix visible property usage for nodes output in Graph 2024-05-28 18:06:35 +02:00
Fabien Castan
dcb2f672aa
Merge pull request #2379 from alicevision/Fix3DViewerZoom
Fix 3D Viewer zooming problem
2024-05-28 08:37:30 +02:00
Fabien Castan
e445fb2e21
Merge pull request #2413 from alicevision/dev/sphereDetectionAutoDetection
[ui] Viewer2D: Display lighting circle with auto detected sphere
2024-05-27 22:34:34 +02:00
Fabien Castan
d2ad818b2c [core] all parameter types could now be used as output attribute 2024-05-27 22:03:43 +02:00
Fabien Castan
f1d0211758 [core] desc.Attribute: new isExpression property 2024-05-27 22:03:43 +02:00
Fabien Castan
5a60d92a09 [core] desc.ChoiceParam: more strict type checking and conversion 2024-05-27 22:03:43 +02:00
Fabien Castan
520c25349f [core] GroupAttr: no error for empty value and more explicit error message 2024-05-27 22:03:42 +02:00
Aurore LAFAURIE
5101530b89 [tests] Add test for upgrade of nodes without computation 2024-05-27 22:03:42 +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
927f261a93 [ui] NodeEditor index tabBar updated for nonComputing nodes 2024-05-27 22:03:42 +02:00
Aurore LAFAURIE
3a199d7973 [core] Computing and submitting take nonComputing into account + Comment
When computing or submitting a graph, if nodes are not computable they do not send warning that nodes had trouble.
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
Aurore LAFAURIE
82dc3fb294 [core] Implementation of InputNode that doesn't need computation 2024-05-27 22:03:42 +02:00
Fabien Castan
7f2c65dbd1
Merge pull request #2414 from alicevision/dev/lastSavedDate
[core] Compare last saved date before saving to prevent overwrite
2024-05-27 19:39:13 +02:00
Fabien Castan
a913fd4d32
Merge pull request #2412 from alicevision/dev/absolutePaths
[ui] Conversion of relative paths to absolute ones
2024-05-27 19:31:34 +02:00
Aurore LAFAURIE
e63c2df2a8 Compare last saved date before saving to prevent overwrite 2024-05-27 16:43:00 +02:00
Aurore LAFAURIE
104e1ae31d [ui] Project, import and import recursive in meshroom command now absolute paths
Prevent from having some files gone
2024-05-27 11:27:30 +02:00
Fabien Castan
bc139d13e7
Merge pull request #2406 from alicevision/dev/updateTracks
Add track coordinates
2024-05-27 09:56:34 +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
Fabien Castan
f7e612caa4
Merge pull request #2386 from alicevision/fix/iconMappingBbox
[ui] Fix BoundingBox visibility icon because of mapping name
2024-05-25 17:25:07 +02:00
Fabien Castan
d5d2ee3095
Merge pull request #2366 from alicevision/dev/copyPasteAttributeEditor
[ui] Right click on text element in AttributeEditor open Copy/Paste menu
2024-05-25 14:28:21 +02:00