Fix T69267: Missing Boids force field tooltip

This commit is contained in:
Aaron Carlisle 2019-08-28 21:12:17 -04:00
parent 749567e0b2
commit 5b96dc2381
Notes: blender-bot 2023-02-14 01:00:57 +01:00
Referenced by issue #69267, Forcefield type: Boid has no tooltip text
1 changed files with 2 additions and 2 deletions

View File

@ -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,