~ubuntu-branches/ubuntu/trusty/blender/trusty

« back to all changes in this revision

Viewing changes to source/blender/makesrna/intern/rna_modifier.c

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2012-05-12 20:02:22 UTC
  • mfrom: (14.2.16 sid)
  • Revision ID: package-import@ubuntu.com-20120512200222-lznjs2cxzaq96wua
Tags: 2.63a-1
* New upstream bugfix release
  + debian/patches/: re-worked since source code changed

Show diffs side-by-side

added added

removed removed

Lines of Context:
282
282
                                        part->sta = 1.0f;
283
283
                                        part->end = 250.0f;
284
284
                                        part->ren_as = PART_DRAW_NOT;
 
285
                                        part->flag |= PART_UNBORN;
285
286
                                        part->draw_as = PART_DRAW_DOT;
286
287
                                        BLI_strncpy(psys->name, "SmokeParticles", sizeof(psys->name));
287
288
                                        psys->recalc |= (PSYS_RECALC_RESET|PSYS_RECALC_PHYS);