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.

Verge3D 3.1 pre2 available!

Home Forums Official Announcements Verge3D 3.1 pre2 available!

Tagged: 

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #25426

    Here is another bundle with features that we are preparing for Verge3D 3.1:

    Chief 3D Verger | LinkedIn | Twitter

    #25427

    Puzzles

    A new puzzle, clone animation, is available. With this puzzle you can cut out a piece of animation from a longer track, and use it as a new animation clip (typical case is character animation).

    A new puzzle, stop sound, is available. Not only it stops playback, but also rewinds the sound to the start.

    Applying materials from a non-skinned object to a skinned one now works with puzzles.

    We fixed various smaller bugs in Puzzles, which were found by an automatic code checker.

    Physics

    The angular factor and linear factor options are available in the apply vector physics puzzle. Using these new options, you can limit the movement of physics bodies along a certain axis by supplying zero to it.

    Possible use cases include various whirligigs and swings, but you can also use this puzzle to implement a physical character.

    Kinematic and ghost meshes are now supported in addition to the previously available dynamic and static meshes.

    The physics engine runtime ammo.js has been updated for the latest version, which comes with performance and stability improvements.

    Blender-specific

    We fixed rare crashes in Blender materials that used some combinations of nodes (such as Principled BSDF with Clear Coat input used).

    Max-specific

    The recently released 3ds Max 2021, in which Autodesk introduced lots of incompatibilities with the older versions, now works with Verge3D. We had to add many adjustments to the Max plug-in. Particularly, both Python 2 and Python 3 are now used. The upgraded plug-in now works on top of pymxs (Python bindings for Maxscript).

    We also dropped 3ds Max 2017 which is no longer available for download from Autodesk website.

    Maya-specific

    The small yet amusing game Farmer’s Journey is available. Check out the source files in your Verge3D for Maya distribution.

    The simplistic Physics demo is also available for the Maya version.

    Verge3D now better represents Maya transforms thanks to the properly supported object pivots. We also fixed some bugs related to Euler angles.

    React / Vue

    Verge3D can now be more easily integrated with React.js and Vue.js applications thanks to newly introduced application templates. See this guide for more details.

    Bugs

    We fixed a rare issue related to non-node-based materials.

    We fixed the bug when objects parented to VR controllers disappeared after being outside the camera view for a certain period of time.

    We fixed several bugs reported in these forum topics:

    SecurityError: The operation is insecure.

    “dict check key” TypeError

    Verge3D 3.1 pre1 available!


    Thanks a lot for your feedback! :good:

    Chief 3D Verger | LinkedIn | Twitter

    #25428

    Download Verge3D 3.1 pre2 from here. We look forward to hearing your thoughts and further suggestions!

    Chief 3D Verger | LinkedIn | Twitter

    #25433
    alfred
    Customer

    Hi Yuri,
    I look forward to testing your improvements.
    Stay healthy!

    Greetings from Nürnberg, Germany
    :bye:

    #25438
    lukitopaseko
    Customer

    Great job :good: ! Is it possible to download the dev kit version of the pre-release?

    #25439

    @Alfred let us know it goes!

    @lukitopaseko
    Thank you! We’ll send you the download link through the enterprise support email.

    Chief 3D Verger | LinkedIn | Twitter

    #25440
    jem
    Customer

    This is exciting. I especially like react.js support. That works well with the rest of our technology stack. Great work guys!

    Jeremy Wernick

    #25452
    alfred
    Customer

    Hi Verge team,

    I have noticed
    Physics in
    3.1.0pre2 causes problems.
    “apply impulse” only works a few times and then it stops responding.
    in 3.0.1 it works perfekt?
    if you need the app please let me know

    greetings
    alfred

    #25465

    This is exciting. I especially like react.js support. That works well with the rest of our technology stack. Great work guys!

    Thank you Jeremy!

    “apply impulse” only works a few times and then it stops responding.

    it may be the physics bodies went to sleep (they now do automatically after some period of idleness to save performance).
    Just ‘activate’ your object again with the new body control puzzle (v. 3.1 pre1-2). Or disable sleeping altogether by using the same puzzle (‘disable deactivation’).

    Chief 3D Verger | LinkedIn | Twitter

    #25467
    alfred
    Customer

    Hi Yuri,

    thanks for the hint
    I was able to solve the problem with puzzle (‘disable deactivation’).

    maybe remarkable.
    Deactivation occurs when the camera is changed!?

    Also noteworthy, the same app reacts differently depending on the verge version?
    app out of: verge3d-blender-3.0.1
    http://www.valtlbauer.de/Shooter_01/Index_auto.html

    app out of: verge3d-blender-3.1.0-pre2
    https://cdn.soft8soft.com/AROAJSY2GOEHMOFUVPIOE:5a4e9f7c1d/applications/Shooter_01/Index_auto.html

    :bye:

    #25476

    I was able to solve the problem with puzzle

    glad it helped!

    Also noteworthy, the same app reacts differently depending on the verge version?

    how do we reproduce the difference?

    Chief 3D Verger | LinkedIn | Twitter

    #25482
    alfred
    Customer

    how do we reproduce the difference?

    Accelerate several times with the blue “drive” button,
    then click “left” or “right” button.
    the 1st app, is slithering
    the 2nd app stops and turns
    ? :) :bye:

    #25484
    web
    Customer

    I can no longer export one of my scenes with 3.1 pre2.
    Getting max script error:

    -- Error occurred in anonymous codeblock; filename: C:\Users\XXX\Documents\verge3d\max_plugin\verge3d.ms; position: 16823; line: 445
    -- MAXScript MacroScript Error Exception:
    -- Runtime error: 
    Traceback (most recent call last):
      File "C:\Users\XXX\Documents\verge3d\max_plugin\__init__.py", line 94, in <exportGLTF>
      File "C:\Users\XXX\Documents\verge3d\max_plugin\__init__.py", line 141, in <exportGLTFPath>
      File "C:\Users\XXX\Documents\verge3d\max_plugin\generate.py", line 1493, in <generate>
      File "C:\Users\XXX\Documents\verge3d\max_plugin\generate.py", line 1349, in <generateMaterials>
      File "C:\Users\XXX\Documents\verge3d\max_plugin\generate.py", line 1362, in <generateWorldMaterial>
      File "C:\Users\XXX\Documents\verge3d\max_plugin\extract.py", line 996, in <extractNodeGraph>
      File "C:\Users\XXX\Documents\verge3d\max_plugin\extract.py", line 777, in <processNode>
    AttributeError: 'pymxs.MXSWrapperBase' object has no attribute 'GetClassName'
    
    -- MAXScript callstack:
    --	thread data: threadID:1924
    --	------------------------------------------------------
    --	[stack level: 0]
    --	In exportGLTF(); filename: C:\Users\XXX\Documents\verge3d\max_plugin\verge3d.ms; position: 16824; line: 445
    --	member of: StructDef:V3DManagerStruct
    --		Locals:
    --		Externals:
    --			importPython: Struct member:importPython : V3DManagerStruct.importPython()
    --			owner: (V3DManagerStruct V3D_MENU_CONTEXT:1905594901 autoAssignAttrs:true settingsFile:"$userscripts/Verge3D/settings.ini" debug:false hasInitiated:true smeClock:dotNetObject:System.Windows.Forms.Timer)
    --	------------------------------------------------------
    --	[stack level: 1]
    --	called from codeblock macroScript: Verge3D_exportGLTF; filename: C:\Users\XXX\Documents\verge3d\max_plugin\verge3d.ms; position: 277; line: 11
    --		Locals:
    --		Externals:
    --	------------------------------------------------------
    --	[stack level: 2]
    --	called from top-level
    #25497

    I can no longer export one of my scenes with 3.1 pre2.
    Getting max script error:

    Nailed it! The fix will be available in 3.1 pre3. Thanks for reporting this!

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #25513
    GLiFTeK
    Customer

    Verge3D 3.1 pre1 available!

    <iframe title=”“Verge3D 3.1 pre1 available!” — Soft8Soft” class=”wp-embedded-content” sandbox=”allow-scripts” security=”restricted” style=”position: absolute; clip: rect(1px, 1px, 1px, 1px);” src=”https://www.soft8soft.com/topic/verge3d-3-1-pre1-available/embed/#?secret=uDdAx3ao7U&#8221; data-secret=”uDdAx3ao7U” marginwidth=”0″ marginheight=”0″ scrolling=”no” width=”600″ height=”338″ frameborder=”0″></iframe> Thanks a lot for your feedback! :good:

    should that say pre2?

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