Cleanup: run autopep8 on tests/
This commit is contained in:
@@ -15,8 +15,8 @@ def main():
|
||||
test = [
|
||||
|
||||
SpecMeshTest("ParticleInstanceSimple", "testParticleInstance", "expectedParticleInstance",
|
||||
[ModifierSpec('ParticleInstance', 'PARTICLE_INSTANCE', {'object': bpy.data.objects['Cube']})],
|
||||
threshold=1e-3),
|
||||
[ModifierSpec('ParticleInstance', 'PARTICLE_INSTANCE', {'object': bpy.data.objects['Cube']})],
|
||||
threshold=1e-3),
|
||||
|
||||
]
|
||||
particle_instance_test = RunTest(test)
|
||||
|
||||
Reference in New Issue
Block a user