Pages

luni, 24 iulie 2023

News : Dev snapshot: Godot 4.2 dev 1 from Godot .

Another Godot news on July 19, 2023:
Today, we are ready to share these improvements with you with 4.2 dev 1 being available for public testing (you can read about the most notable changes below). This first development snapshot marks the proper start of the new development cycle, which means in the coming weeks we will be quickly merging many changes as contributors implement new features and fix long-standing bugs. You should expect a dev snapshot every 1 or 2 weeks, depending on how stable the development branch is after any given series of merges...
You can read more on the official website.

News : Gen-2 by Runway.

Gen-2 by Runway - is a multimodal AI system that can generate novel videos with text, images or video clips.
You can test this new online tool named Gen-2 on this webpage.
You can see my avatar changes with this tool:

sâmbătă, 22 iulie 2023

FbxFormatConverter converter for FBX files.

Anyone who has worked with Unity 3D and Blender 3D or other software must convert an FBX file from Ascii to binary or vice versa.
You can find a project with this tool on this GitHub project.
This is how this tool works:
FbxFormatConverter.exe -c Player001.fbx -o BinPlayer001.fbx -binary
Success!
In: C:\Third2PersonCharacterController\Assets\Player001.fbx
Out (binary): C:\Third2PersonCharacterController\Assets\BinPlayer001.fbx
You can use the -ascii to convert to FBX ascii format file.