Commit graph

1209 commits

Author SHA1 Message Date
ChemicalXandco
dcbee52611 make comment clearer 2020-03-16 17:38:54 +00:00
ChemicalXandco
a7f4d39472 fix sketchfab upload node not working in build 2020-03-11 08:14:11 +00:00
ChemicalXandco
f75fc91436 fix python nodes being blocked by log
...when ran on command line with meshroom_photogrammetry or meshroom_compute
2020-02-07 22:47:27 +00:00
ChemicalXandco
95a28cb0a7 SketchfabUpload: log correct file size and fix spaces in tags 2020-01-24 17:53:04 +00:00
ChemicalXandco
d661a2b928 change category description on SketchfabUpload node 2020-01-04 11:07:30 +00:00
ChemicalXandco
e665176209 add 'Tags' and 'Category' options to SketchfabUpload node 2019-12-05 20:55:05 +00:00
ChemicalXandco
7f29497b2f fix compatibility for python < 3.5 2019-12-04 17:25:36 +00:00
ChemicalXandco
41d5d8184e implement stopProcess on SketchfabUpload node
also delete temporary zip file when node terminates
2019-11-29 20:04:31 +00:00
ChemicalXandco
6651595b10 update SketchfabUpload node options
* changed license to a ChoiceParam
* added private and password options
2019-11-28 21:33:22 +00:00
ChemicalXandco
6b9f5a0fb4 fix files not added to zip when connected to Texture.output 2019-11-26 17:41:10 +00:00
ChemicalXandco
7a32b5c99a add SketchfabUpload node 2019-11-25 20:01:41 +00:00
ChemicalXandco
749fc154b1
more reliable way to find progress bar position in log file 2019-11-25 19:48:49 +00:00
ChemicalXandco
17ecf78064 use logger object directly
also allow progress bar to be used even while messages are added
2019-09-15 15:28:59 +01:00
ChemicalXandco
cd5beab5f4 expose verbose level on Publish node 2019-09-14 12:31:15 +01:00
ChemicalXandco
5ef33ef64c rely on standard logging object 2019-09-14 12:02:31 +01:00
ChemicalXandco
87da9bfef3 [nodes] Publish: update version to 1.2 2019-09-12 16:52:58 +01:00
ChemicalXandco
4dfd13c0d9 intergrate python logging into publish node
also fix error not returning proper information (chunk.node.inputFiles.value - > [i.value for i in chunk.node.inputFiles.value])
2019-09-11 20:22:30 +01:00
ChemicalXandco
ad486e0c73 add LogManager class 2019-09-11 17:44:31 +01:00
ChemicalXandco
3de9f7d1ce
Merge pull request #4 from alicevision/develop
Latest Changes
2019-09-11 16:41:22 +01:00
Fabien Castan
3a139062c6
Merge pull request #564 from alicevision/dev/stats
Visual interface for node statistics
2019-09-10 19:11:33 +02:00
Fabien Castan
6f015010cc
Merge pull request #629 from alicevision/github/templateFixes
[GitHub] add template for questions / help only
2019-09-10 18:59:58 +02:00
Fabien Castan
6c7523243a [core] stats: no processing in ComputerStatistics constructor
ComputerStatistics is instanciated for each NodeChunk, so any
computation here takes time. Instead we initialize the values on the
first update().
2019-09-10 18:56:24 +02:00
Fabien Castan
40c3430707 [ui] StatViewer: do not display uninitialied values 2019-09-10 18:56:23 +02:00
Fabien Castan
4cc78ad5ec [ui] StatViewer: more compatibility with previous "statistics" files
* compute max peak ram if no total ram info
* hide GPU chart if the file is from a previous version
2019-09-10 18:56:22 +02:00
Fabien Castan
8c62437a68 [core] stats: use cElementTree on python 2 2019-09-10 18:56:20 +02:00
Fabien Castan
8f630d5c09 [ui] StatViewer: compatibility with previous "statistics" files 2019-09-10 17:52:37 +02:00
Simone Gasparini
210e7e25c7
[github] added template for questions 2019-09-10 13:16:48 +02:00
Simone Gasparini
6505b8d9f9
[github] fix bug report 2019-09-10 13:16:21 +02:00
Fabien Castan
4d7ea32721 [core] stats bugfix: do not rely the ordering of the json entries
* do not rely on the ordering of the json entries, as it can vary from
one version to another.
* ensure variables are always initialized (even in case of exception)
* add some debug logging on errors in nvidia-smi parsing
2019-09-10 12:19:40 +02:00
Fabien Castan
dbeab285cf Merge branch 'develop' of github.com:alicevision/meshroom into dev/stats 2019-09-10 09:20:00 +02:00
Fabien Castan
bf912cd353
Merge pull request #627 from alicevision/release/2019.2.0.buildfix
Fix some packaging issues of the release 2019.2.0
2019-09-09 19:05:36 +02:00
Fabien Castan
d59861f13e [docker] minor fix for python-2 2019-09-09 16:49:35 +02:00
Simone Gasparini
41e4a5b0a0
Merge pull request #598 from alicevision/github/staleIssues
Added automatic stale detection and closing for issues
2019-08-24 20:03:29 +02:00
Fabien Castan
e5c40a9b7f [docker] go back to cuda-7.0 for compatibility 2019-08-23 14:42:53 +02:00
Fabien Castan
18e16811f4 [cxFreeze] bundle more context files 2019-08-21 22:31:52 +02:00
Fabien Castan
8ba80fcb91 [docker] add dockerfile for python2 2019-08-21 22:31:52 +02:00
Fabien Castan
c07750b538 [docker] minor simplification 2019-08-21 22:31:52 +02:00
Fabien Castan
9d8e3648b2 [core] submitters: if there is only one submitter, use it!
More explicit error messages when the submitter is not found.
2019-08-21 21:48:03 +02:00
Simone Gasparini
d20ce2ece4
[github] set daysUntilStale to 120 2019-08-16 21:55:38 +02:00
Simone Gasparini
85aeec4bd8
Added automatic stale detection and closing for issues 2019-08-16 21:06:09 +02:00
Fabien Castan
965d4611c5
Merge pull request #579 from alicevision/github/templates
[github] add issue templates
2019-08-16 17:19:30 +02:00
Fabien Castan
59da35095a
[doc] Minor fix to CONTRIBUTING 2019-08-16 17:17:49 +02:00
Yann Lanthony
f676b400a1
Merge pull request #578 from alicevision/release/2019.2.0
Release 2019.2.0
2019-08-14 17:48:35 +02:00
Fabien Castan
3e483ea139 [release] Update multiview pipeline version to 2.2 2019-08-14 15:23:11 +02:00
Yann Lanthony
1fce38a128 [release] Update Meshroom version to 2019.2.0 2019-08-12 19:10:27 +02:00
Fabien Castan
8d275609e8 [doc] INSTALL: add QtAliceVision 2019-08-12 19:10:27 +02:00
Fabien Castan
87c74ed56f [doc] INSTALL: Add Qt information 2019-08-12 19:10:27 +02:00
Fabien Castan
22e1fabebc Add release notes for 2019.2 2019-08-12 19:10:27 +02:00
Fabien Castan
9c593e5e20 [docker] use AliceVision version in container name 2019-08-12 19:10:26 +02:00
Fabien Castan
66064dedb6 [docker] new version of Qt has no more lib duplicates 2019-08-12 19:10:26 +02:00