Dans un forum 3D que je fréquente tout le monde reste actuellement avec du chat-gpt pour s'amuser à tester des scripts python pour blender. De temps en temps on doit quant même changer/jouer en changeant sa demande dans le prompt, pour avoir un meilleur résultat aussi même s'il propose des paramètres différents.
Exemple :
I need a blender python script that, for each mesh of a 3D scene, deselect everything in the scene but the current object, places the cursor at the object origin, rotates the Y axes of the cursor towards center of the world, add the cursor Z inverted rotation to the object, call the "bpy.ops.object.origin_set( type="ORIGIN_CURSOR")" operator, apply the rotation transforms to the object, and then applies the cursor Z rotation to the object
Pour la génération d'image réalisé avec nos travaux, là on s'amuse a tester une dizaine de softs en ligne et hors-ligne depuis 6 mois.
# Blender+chatGPT
Posté par Refuznik . En réponse au journal AI générative pour scripter en Python ?. Évalué à 4.
Dans un forum 3D que je fréquente tout le monde reste actuellement avec du chat-gpt pour s'amuser à tester des scripts python pour blender. De temps en temps on doit quant même changer/jouer en changeant sa demande dans le prompt, pour avoir un meilleur résultat aussi même s'il propose des paramètres différents.
Exemple :
I need a blender python script that, for each mesh of a 3D scene, deselect everything in the scene but the current object, places the cursor at the object origin, rotates the Y axes of the cursor towards center of the world, add the cursor Z inverted rotation to the object, call the "bpy.ops.object.origin_set( type="ORIGIN_CURSOR")" operator, apply the rotation transforms to the object, and then applies the cursor Z rotation to the object
Pour la génération d'image réalisé avec nos travaux, là on s'amuse a tester une dizaine de softs en ligne et hors-ligne depuis 6 mois.