Cleanup: quiet warning
This commit is contained in:
@@ -2581,7 +2581,9 @@ static void cache_key_incremental_rotation(ParticleCacheKey *key0, ParticleCache
|
||||
void psys_cache_paths(ParticleSimulationData *sim, float cfra, const bool use_render_params)
|
||||
{
|
||||
PARTICLE_PSMD;
|
||||
#if 0
|
||||
ParticleEditSettings *pset = &sim->scene->toolsettings->particle;
|
||||
#endif
|
||||
ParticleSystem *psys = sim->psys;
|
||||
ParticleSettings *part = psys->part;
|
||||
ParticleCacheKey *ca, **cache;
|
||||
|
||||
@@ -2903,7 +2903,9 @@ static void psys_update_path_cache(ParticleSimulationData *sim, float cfra, cons
|
||||
{
|
||||
ParticleSystem *psys = sim->psys;
|
||||
ParticleSettings *part = psys->part;
|
||||
#if 0
|
||||
ParticleEditSettings *pset = &sim->scene->toolsettings->particle;
|
||||
#endif
|
||||
int distr=0, alloc=0, skip=0;
|
||||
|
||||
if ((psys->part->childtype && psys->totchild != psys_get_tot_child(sim->scene, psys)) || psys->recalc&PSYS_RECALC_RESET)
|
||||
|
||||
Reference in New Issue
Block a user