Home › Forums › Official Announcements › Verge3D 4.3 pre1 available!
- This topic has 31 replies, 8 voices, and was last updated 1 year, 3 months ago by Yuri Kovelenov.
-
AuthorPosts
-
2023-01-30 at 3:19 pm #60022kdvParticipant
Does it work if you place the probes in Blender instead of using JavaScript?
4.2 – yes, 4.3pre1 – no, black images instead of reflections. And I can’t re-produce the issue in a simple scene with the same structure ))) Maybe later I’ll figure out what’s wrong with reflections. Now it’s not a problem to use
v3d.js
4.2 with those apps…Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-01-30 at 6:57 pm #60032Alexander KovelenovStaff2023-01-30 at 7:05 pm #60033kdvParticipantI know that it would be cool but the issue is only in the old ready-to-use apps. I can’t reproduce it in a simple scene
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-01-31 at 7:41 am #60042Alexander KovelenovStaff2023-02-07 at 4:37 pm #60196michele tamborinoCustomerHi i installed version 4.3 pre 1 but i have an amazing problem, it doesn’t update visual_logic.xml anymore. clicking save in the puzzle editor doesn’t add the changes. how can i fix it? going back to the previous version the problem remains. this happens to the project updated to version 4.3 and even if restored restored to the old version
2023-02-08 at 6:05 am #60211kdvParticipantLooks like you have the
access denied
situation. When OK you’ll see this message on the left to theSave
button.What do you see?
Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-02-08 at 10:39 pm #60241kdvParticipantSomething wrong with
puzzles.min.js
. Block types cannot be read by pluginsPuzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-02-10 at 9:47 am #60281amirferdosParticipantplease check the set transform Puzzle, it is not working in rotation mode.
Thank you
Attachments:
You must be logged in to view attached files.2023-02-10 at 10:25 am #60285kdvParticipantTo change rotation you should enable the
offset
option. Your logic sets nearly the same angle every frame so you do not see changes.Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
2023-02-10 at 12:25 pm #60288Alexander KovelenovStaff2023-02-10 at 12:44 pm #60289amirferdosParticipantplease check the project, I think the problem is looking to (set transform
Puzzle)Attachments:
You must be logged in to view attached files.2023-02-10 at 4:10 pm #60292michele tamborinoCustomerOk grazie infinite
2023-02-10 at 4:20 pm #60293michele tamborinoCustomerHello everyone, I need to solve this problem. In order to read json files after version 3.8 I need to remove at each save these lines from visual_logic.js
if (req.getResponseHeader(‘Content-Type’).indexOf(‘application/json’) > -1)
_pGlob.loadedFile = JSON.parse(req.responseText);
else
How can I get around this problem? Thank youAttachments:
You must be logged in to view attached files.2023-02-10 at 4:30 pm #60295michele tamborinoCustomerI have to ask for one more piece of advice, in the puzzle editor the tabs exceed the width of the screen and I am forced to extend the display across two monitors, can this be remedied?
2023-02-10 at 8:13 pm #60296kdvParticipantplease check the project, I think the problem is looking to (set transform Puzzle)
v3d.js
4.2.0 used in your app is not fully compatible withpuzzles.min.js
from 4.3.0pre1. They changed theeulerV3DToBlenderShortest
function. That’s whyset transform
puzzle throws an error.
Replacev3d.js
in your app’s folder with the latest version.How can I get around this problem? Thank you
remove this code from
puzzles.min.js
https://www.soft8soft.com/topic/verge3d-4-1-1-maintenance-update/page/2/#post-55525Hi, can you please share the plugin which causes these crashes?
See the attached file. Before 4.3.0pre1 the problem didn’t exist.
Attachments:
You must be logged in to view attached files.Puzzles and JS coding. Fast and expensive.
If you don’t see the meaning in something it primarily means that you just don’t see it but not the absence of the meaning at all.
-
AuthorPosts
- You must be logged in to reply to this topic.