[Bf-blender-cvs] [5b96dc2381c] master: Fix T69267: Missing Boids force field tooltip

Aaron Carlisle noreply at git.blender.org
Thu Aug 29 03:15:53 CEST 2019


Commit: 5b96dc2381c41d1e6926e481b76965b69dd07b47
Author: Aaron Carlisle
Date:   Wed Aug 28 21:12:17 2019 -0400
Branches: master
https://developer.blender.org/rB5b96dc2381c41d1e6926e481b76965b69dd07b47

Fix T69267: Missing Boids force field tooltip

===================================================================

M	source/blender/makesrna/intern/rna_object_force.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_object_force.c b/source/blender/makesrna/intern/rna_object_force.c
index 86da6d59c28..3251a549f62 100644
--- a/source/blender/makesrna/intern/rna_object_force.c
+++ b/source/blender/makesrna/intern/rna_object_force.c
@@ -1313,13 +1313,13 @@ static void rna_def_field(BlenderRNA *brna)
        ICON_FORCE_LENNARDJONES,
        "Lennard-Jones",
        "Forcefield based on the Lennard-Jones potential"},
-      {PFIELD_TEXTURE, "TEXTURE", ICON_FORCE_TEXTURE, "Texture", "Forcefield based on a texture"},
+      {PFIELD_TEXTURE, "TEXTURE", ICON_FORCE_TEXTURE, "Texture", "Force field based on a texture"},
       {PFIELD_GUIDE,
        "GUIDE",
        ICON_FORCE_CURVE,
        "Curve Guide",
        "Create a force along a curve object"},
-      {PFIELD_BOID, "BOID", ICON_FORCE_BOID, "Boid", ""},
+      {PFIELD_BOID, "BOID", ICON_FORCE_BOID, "Boid", "Create a force that acts as a boid's predators or target"},
       {PFIELD_TURBULENCE,
        "TURBULENCE",
        ICON_FORCE_TURBULENCE,



More information about the Bf-blender-cvs mailing list