Search found 2582 matches

by thomas
Wed Jun 30, 2021 1:47 pm
Forum: Pano2VR general
Topic: adding HTML code
Replies: 6
Views: 5012

Re: adding HTML code

You can just add javascript by starting the text with javascript: and the textbox value. So you can start with javascript:""; and just enter your code after that.

Code: Select all

javascript:"";
console.log("Hi!");

See: https://ggnome.com/doc/javascript-api/
by thomas
Tue May 25, 2021 12:08 pm
Forum: Pano2VR general
Topic: PackageViewer (iOS) & GoogleMap HTTP referrer ?
Replies: 6
Views: 4830

Re: PackageViewer (iOS) & GoogleMap HTTP referrer ?

Sorry, I made a small mistake. The URL should be __file_url__/* (the original post had a missing "/"). I fixed the original post, to make it easier for people to find the solution. You literally put __file_url__/* into the URL field as shown in the screenshot, as the actual path on your de...
by thomas
Sun May 16, 2021 1:38 pm
Forum: Pano2VR general
Topic: Problem with connecting Google account
Replies: 2
Views: 2600

Re: Problem with connecting Google account

This looks like, if Google has currently a problem. Maybe try again in a few hours. The trial version is not restricted in this way. It only adds watermarks to uploaded images.
by thomas
Wed May 12, 2021 4:30 pm
Forum: Pano2VR general
Topic: Crash on startup
Replies: 3
Views: 2818

Re: Crash on startup

Please try to open the attached .reg file. This will reset the registry for Pano2VR and hopefully, it will start up again.
by thomas
Tue May 04, 2021 3:56 pm
Forum: Pano2VR general
Topic: PackageViewer (iOS) & GoogleMap HTTP referrer ?
Replies: 6
Views: 4830

Re: PackageViewer (iOS) & GoogleMap HTTP referrer ?

The files in the package viewer are opened with the "file:" protocol. In the Google API key restrictions you need to use the macro __file_url__ to make the work. So with __file_url__/* you can allow Google Maps in the package, and also prevent others from using your key on their website. S...
by thomas
Wed Apr 14, 2021 5:01 pm
Forum: Pano2VR general
Topic: Which framework is being used for the package viewers?
Replies: 2
Views: 2775

Re: Which framework is being used for the package viewers?

The desktop app is based on Electron, the mobile app on Flutter. At the moment we don't use any special update mechanisms for the app, and packages are stored locally anyway, and don't run thru the update process.
by thomas
Fri Mar 19, 2021 12:06 pm
Forum: Pano2VR general
Topic: Apple M1 chip
Replies: 2
Views: 2531

Re: Apple M1 chip

Pano2VR runs fine on M1 Macs with the Rosetta 2 emulation layer (I am working with one right now ;)). It runs faster on my M1 Mac Book Pro with 8 cores (4 of them are high-performance cores...) than on my 18 Core Intel iMac Pro, so the new M1 Macs are the fastest Macs you can get for Pano2VR... and ...
by thomas
Mon Feb 08, 2021 12:34 pm
Forum: Pano2VR general
Topic: Patching Embedding Video 3D Render Issue
Replies: 12
Views: 117034

Re: Patching Embedding Video 3D Render Issue

The problem I am seeing is because of the way the patch node is being exported from the equirectangular view inside of Pano2VR in the viewport. The mask and video I have created is still in a equirectangular "Flat" view. So there is a little distortion difference from Pano2VR to trying to...
by thomas
Wed Nov 25, 2020 5:23 pm
Forum: CMS Plugins
Topic: error code w/latest WordPress
Replies: 2
Views: 13804

Re: error code w/latest WordPress

This warning is now fixed in version 2.2.3 of the plugin.
by thomas
Thu Sep 24, 2020 5:55 pm
Forum: Pano2VR general
Topic: Is there a maximum to number of panoramas in one project?
Replies: 7
Views: 5491

Re: Is there a maximum to number of panoramas in one project?

Hello Dennis, we have a customer that regularly creates projects with > 10.000 panoramas, so there is no real limit. We also processed Jeffrey Martins 450 GPixel Prague panorama without any problems, so also in this direction, there is no real limit. You just have to make sure, that the cache file c...
by thomas
Mon Aug 31, 2020 5:34 pm
Forum: CMS Plugins
Topic: Issue with activation
Replies: 3
Views: 14781

Re: Issue with activation

I guess you didn't activate the zip extension in php. You can check the status with phpinfo, like in this plugin:

https://wordpress.org/plugins/php-info-wp/
by thomas
Mon Aug 31, 2020 2:04 pm
Forum: CMS Plugins
Topic: Issue with activation
Replies: 3
Views: 14781

Re: Issue with activation

Can you please share the exact error message, so that I can investigate?
by thomas
Tue Aug 18, 2020 11:09 am
Forum: Pano2VR general
Topic: Turning off inline styling
Replies: 2
Views: 3013

Re: Turning off inline styling

Neal wrote: Tue Aug 18, 2020 3:36 am Is it possible to turn off the inline styling on the skin? I would like to have everything formatted via CSS stylesheet. However, the inline styles override the CSS settings for width, height....
I have added this to the bug tracker, and we may add this option to the next version.
by thomas
Thu Jul 23, 2020 1:45 pm
Forum: Pano2VR general
Topic: How to eliminate color banding ?
Replies: 4
Views: 3434

Re: How to eliminate color banding ?

You can add some noise in Photoshop to the areas where the banding happens.
by thomas
Thu Jul 16, 2020 2:51 pm
Forum: Pano2VR general
Topic: Fly In problems. Hiccups and Fighting Limits
Replies: 5
Views: 3988

Re: Fly In problems. Hiccups and Fighting Limits

Well, thanks for that, but, a) That's not really answering the problem, which is: why can't I just depend on the default Fly In at all? and You can still use the default fly in, but if you are not happy, or it doesn't produce the results you like, you can use a custom fly in. b) If only that were t...