I countnt find any documents related to babylon editor graph editor. Currently, I am working on web-based games using Babylon editor. I attempted to create a state machine and blend trees so that the idel to walk. I have not come across anything that is related to the document. It would be helpful if someone could guide me on how to create a blend space using the Babylon editor.
I have seen this video, but I dont know about the java scripts. Basically my background I was a Rigging artist.Currently, I am trying using babylon editor to achieve the animation blend trees(State machine). Is that any relevant document’s for that @roland
I’m afraid you’ll have to learn a bit of programming to take full advantage of babylon.js’s animation blending and you’ll have to create your own animation state machine by code too…
A lot of people with only artist background went this way! Give it a try, you won’t regret it. +XP 1000
we will help you to ovcercome the difficulties while learning!
Thanks! I will try, And I have tried the java scripts inside the babylon editor. While execte is showing error.
An error happened executing the script at “assets/test/anim.js”
ReferenceError: scene is not definedReferenceError: scene is not defined
at Object. (/Users/2720379/Documents/test/assets/test/anim.js:1:200)
at Object. (/Users/2720379/Documents/test/assets/test/anim.js:19:3)
at Module._compile (internal/modules/cjs/loader.js:1078:30)
at Object.Module._extensions…js (internal/modules/cjs/loader.js:1108:10)
at Module.load (internal/modules/cjs/loader.js:935:32)
at Module._load (internal/modules/cjs/loader.js:776:14)
at Function.f._load (electron/js2c/asar_bundle.js:5:12913)
at Function.o._load (electron/js2c/renderer_init.js:33:379)
at Module.require (internal/modules/cjs/loader.js:959:19)
at require (internal/modules/cjs/helpers.js:88:18)
hi all! We are taking another look at the BJS desktop editor 4.7 found here (Babylon.JS Editor) and I was looking for the graph editor for animations, but I can’t find it. It looks like the graph editor shown in the video above is only in the playground version of BJS? Is that the case? So there is no way to create simple animations in the desktop version?
What I propose is that I start working on a curve editor directly in the editor for animation so I take this subject.
@Sarath if I understand correctly, you don’t want to create animations but you try to blend existing animations that come from your own .babylon or gltf file(s) ?
Sure, I don’t mind publishing it as a package. The question is what will it bring? I mean - if it is for the sake of extending it, the source would be better, and it is already on our main repository. Will anyone use it as a package outside of the inspector? If there is a use case for this - I will make sure to release a public @babylonjs/animation-curve-editor