We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Home Forums Official Announcements Verge3D 4.3 pre1 available!

Viewing 15 posts - 16 through 30 (of 32 total)
  • Author
    Posts
  • #60022
    kdv
    Participant

    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. 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 meaning at all.

    #60032

    Would be cool to have a test project (heavily reduced scene is great) so we could reproduce the issue.

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #60033
    kdv
    Participant

    I 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 :scratch:

    Puzzles and JS. 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 meaning at all.

    #60042

    We’re fixing issues every day, perhaps by the next pre-release it will work fine.

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #60196

    Hi 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

    #60211
    kdv
    Participant

    Looks like you have the access denied situation. When OK you’ll see this message on the left to the Save button.

    What do you see?

    Puzzles and JS. 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 meaning at all.

    #60241
    kdv
    Participant

    Something wrong with puzzles.min.js. Block types cannot be read by plugins

    Puzzles and JS. 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 meaning at all.

    #60281
    amirferdos
    Participant

    please check the set transform Puzzle, it is not working in rotation mode.

    Thank you

    Attachments:
    You must be logged in to view attached files.
    #60285
    kdv
    Participant

    To 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. 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 meaning at all.

    #60288

    Hi, can you please share the plugin which causes these crashes? Alternatively send the link via the Contact form.

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #60289
    amirferdos
    Participant

    please check the project, I think the problem is looking to (set transform
    Puzzle)

    Attachments:
    You must be logged in to view attached files.
    #60292

    Ok grazie infinite

    #60293

    Hello 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 you

    Attachments:
    You must be logged in to view attached files.
    #60295

    I 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?

    #60296
    kdv
    Participant

    please 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 with puzzles.min.js from 4.3.0pre1. They changed the eulerV3DToBlenderShortest function. That’s why set transform puzzle throws an error.

    Replace v3d.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-55525

    Hi, 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. 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 meaning at all.

Viewing 15 posts - 16 through 30 (of 32 total)
  • You must be logged in to reply to this topic.