Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-10-10 02:09:48 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-10-10 02:09:48 +0400
commitfb561fb4c8849523ce11483f8f8d6a2c4f8aef36 (patch)
tree67c43687bece7e21fa49c5aacd7eb32d4c6e7949 /source/blender/makesrna/intern/rna_fluidsim.c
parent0b23e65e86466837f2a8329797e907da3cd98fdc (diff)
added mesh to curve conversion (edge loops only)
like the script in 2.4x
Diffstat (limited to 'source/blender/makesrna/intern/rna_fluidsim.c')
-rw-r--r--source/blender/makesrna/intern/rna_fluidsim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_fluidsim.c b/source/blender/makesrna/intern/rna_fluidsim.c
index 5b05948857e..ae52c811c92 100644
--- a/source/blender/makesrna/intern/rna_fluidsim.c
+++ b/source/blender/makesrna/intern/rna_fluidsim.c
@@ -114,7 +114,7 @@ static void rna_FluidSettings_update_type(bContext *C, PointerRNA *ptr)
sprintf(psmd->modifier.name, "FluidParticleSystem" );
psmd->psys= psys;
BLI_addtail(&ob->modifiers, psmd);
- modifier_unique_name(&ob->modifiers, psmd);
+ modifier_unique_name(&ob->modifiers, (ModifierData *)psmd);
}
}
else {