This revision contains the following changes-
- A unique test name is added to existing tests.
- Tests for Physics modifiers and remaining Generate and Deform modifiers are added.
- The existing ModifierSpec is updated with backward compatibility to support Physics Modifiers.
- Now there is support for frame number and giving nested parameters for attributes.
- Some Deform modifiers required Object Operators, e.g. "Bind" in Mesh Deform, so a new class was added to support that functionality.
- A test object generator script which tries to minimize the effort and time spend on creating test objects.
- A separate class for holding Particles System, they are tested by converting all the particles to mesh and joining it to the mesh they were added.
Note
- Extract "modifier_test_files" in lib\tests\modeling
- Extract "physics_test_files" in lib\tests\physics