Pages

Se afișează postările cu eticheta Blender 3D. Afișați toate postările
Se afișează postările cu eticheta Blender 3D. Afișați toate postările

luni, 2 iunie 2025

duminică, 11 mai 2025

Blender 3D : my custom addon for 2D game development.

Why do I like working with the Python programming language? Because it is very versatile and allows me to process data from the Blender 3D software.
Here is an addon that I created this week to create 2D sprites from 3D animations from Mixamo. It took almost a week because the artificial intelligence from Copilot is flawed in the field of programming, and I don't have hardware resources that allow me to run AI with specialized IDEs along with Blender 3D... I need to find software management solutions on this hardware.
The idea is simple: a 3D animation is chosen, a rendering camera is set up, the animation parameters and the number of sprites are established, along with the involved rendering cameras, and it is rendered with resolutions and transparency. The reason for multiple cameras is that 3D effects can be created in 2D games. A simple example: the game Syberia is a 2D game with combined 2D sprites. The addon can be improved based on the developer's requirements.
NOTE: If I had better hardware and a good network without ... it would have taken from the first step in 3D modeling, animation, creating addons, and making sprites almost a day.
See these results:

joi, 24 aprilie 2025

News : This FREE Add-on FIXES Blender’s Biggest Annoyance!

duminică, 20 aprilie 2025

News : Create 3d relief used sculptok blender plugin from SculptOK

SculptOK utilizes advanced AI tools to bring about endless possibilities and dramatically increase productivity. Experience how AI can benefit your organization today.
The official website can be found on this url.
See this video tutorial and you find the addon on the comments area :

duminică, 30 martie 2025

News : 10,295 FREE 3D Clothing Models: How to Use Them in Blender

Discover where to find over 10,000 free 3D clothing models for your projects and how to use them effectively! I'll walk you through workflows for Blender, Marvelous Designer, and Style3D, so you can create professional results with ease.
...
Where to download 7,225 garments from Marvelous Designer Connect and 3,070 garments from Style3D.
Step-by-step workflows for importing, retopologizing, and simulating garments in Blender and other tools.

marți, 4 februarie 2025

Blender 3D : fix deformation Array of Curve modifier.

Possible bug ...
I noticed after creating an Array with an object and a NurbsPath object in Blender 3D version 4.3.2 and after the classic basic operations aligned, scaled and applied all transformations of these two objects, distortions appear when applying the Curve modifier to the Array object. I do not know the cause; it is possible a bug. It can be solved if you convert the NurbsPath to a new type of Curve object from the main menu Object - Convert - Curve, then applying the Deform Curve modifier will not deform the Array object.

miercuri, 15 ianuarie 2025

News : Online tools and artificial intelligence by meshy.

This online tool use artificial intelligence to help with some features.
You can test free or paid, for 3D conversion from image to 3D object you can download a blend file type without animation.
I tested with a web photo and works well, the result is an low poly 3D model ...

sâmbătă, 11 ianuarie 2025

Blender 3D : How to Extract Marvel Rivals 3D Model and Use in Blender.

For those who are Marvel Rivals fans or study gaming files, here is a useful video tutorial.

sâmbătă, 4 ianuarie 2025

Blender 3D : Making UV Maps in Geometry Nodes

... from CartesianCaramel another new video tutorial with this new feature in Blender 3D :

duminică, 29 decembrie 2024

Blender 3D : ... all available nodes !

An old surce code in python for Blender 3D to see available nodes :
import bpy

node_tree = bpy.context.object.active_material.node_tree

location_x = 0
location_y = 0

for type in dir(bpy.types):
    real_type = getattr(bpy.types, type)
    if issubclass(real_type, bpy.types.ShaderNode):
        try:
            node = node_tree.nodes.new(type)
            node.width = 250
            node.location = (location_x, location_y)
            location_x += 300
            if location_x > 3000:
                location_x = 0
                location_y -= 600
        except:
            pass

sâmbătă, 3 august 2024

News : Quick Gaea 2.0 to Blender Workflow

Gaea 2.0 is now available for everyone!
Gaea 2.0, one of the best tools for generating landscapes quickly, is finally out! And that means it's time for a introductory tutorial. In today's video I will introduce you to this tool, its erosion, masking and texturing tools - and at the end, we'll export everything to Blender.
You can download this software from the official website.
See this video tutorial about how can be used with Blender 3D software, from Martin Klekner - youtube channel.

joi, 4 iulie 2024

Blender 3D : World Blender 10 - Particle Erosion

Comes with a free version and a paid version ...