Forum Replies Created
-
AuthorPosts
-
Alexander Kovelenov
StaffAlexander Kovelenov
StaffWe’ve confirmed with them that this works for him. However, we haven’t yet identified the cause, not able to reproduce it on our side. So far, we’ve received two identical reports of this issue.
I believe considering severity of this issue for the Chinese users we’ll need to issue a minor 4.9 update soon!
Alexander Kovelenov
StaffThat’s really strange SVG mime type is missing! Anyway, we’re going to provide workaround in the upcoming Verge3D update.
BTW could you confirm this works for you?
if mimetypes.guess_type('abc.svg')[0] == None: mimetypes.add_type('image/svg+xml', '.svg')
-
This reply was modified 1 day, 1 hour ago by
Alexander Kovelenov.
Alexander Kovelenov
StaffThen it’s possible you have cross-origin restriction. Basically, executing javascript or accessing DOM is forbidden when iframe and parent frame are running on different domains. You should use postMessage to overcome this restriction or just upload your multi-frame app to the same domain.
-
This reply was modified 1 day, 16 hours ago by
Alexander Kovelenov.
Alexander Kovelenov
StaffAlexander Kovelenov
StaffIt won’t.I understand that there is another community group in China that is in the same situation as me, which may be a problem that needs attention.
Try one of these steps:
1) Check if some other browser works (e.g. Firefox)
2) Reset App manager settings with http://localhost:8668/reset
3) Restart your PC then install Verge3D into some other folder
4) Check Blender addon settings, maybe Verge3D addon is loaded twice or have different versionAlso please provide the contents of Blender console (Window ‣ Toggle System Console menu).
BTW what Blender version you use?
-
This reply was modified 1 day, 19 hours ago by
Alexander Kovelenov.
-
This reply was modified 1 day, 19 hours ago by
Alexander Kovelenov.
Alexander Kovelenov
StaffAlexander Kovelenov
StaffAlexander Kovelenov
StaffAfter updating version 4.9, the icon can’t be loaded, but the function can be used. When you enter the web development mode, you find that the svg file response is 00000000.
Hi,
What OS version you use? Have you upgraded from another version? If so you might cleanup the old version entirely and install 4.9 from scratch.
Also, please copy-past the content of the app manager log: http://localhost:8668/log
Alexander Kovelenov
StaffAlexander Kovelenov
StaffAlexander Kovelenov
StaffHi,
If you move your camera along some plane, you might calculate position/look inputs by hand (by passing vectors to the corresponding inputs):-
This reply was modified 5 days, 18 hours ago by
Alexander Kovelenov.
Alexander Kovelenov
StaffHi,
you might use something like that:
the code in puzzle:
const objHeight = 1.5; const height = objHeight / 2 * app.camera.zoom * app.getHeight(); console.log(height);
-
This reply was modified 5 days, 18 hours ago by
Alexander Kovelenov.
-
This reply was modified 5 days, 18 hours ago by
Alexander Kovelenov.
Alexander Kovelenov
StaffAlexander Kovelenov
Staff -
This reply was modified 1 day, 1 hour ago by
-
AuthorPosts