Files
test2/tests/files/io_tests
Mattias Fredriksson ccd8926717 Curves: Simplify calculation of NURBS basis functions
Replaces current basis function calculation which seems to be a direct
implementation of the recursive NURBS formulation. New implementation
avoids the need to check for zero divisions during iteration. Out of
bounds checks are also converted to asserts, assuming input provides
valid span index.

Performance wise this nets a 7+% performance improvement with the
average result being as fast or faster then the fastest execution
from previous implementation!

Pull Request: https://projects.blender.org/blender/blender/pulls/144457
2025-09-04 21:49:58 +02:00
..

This is a list of files (and needed files) for conformance testing of exporters
and importers The left hand column is the type of test and/or the folder the test is 
located in. The right hand column is the name of the blend file the test is in.  
If no blend file is listed then the test has not been created yet.
If you wish to contribute, please create a blend that is as simple as 
possible that can still test the functionality.  
Try to limit a blend to testing one thing unless it is a a 'complex test'.

SIMPLE TESTS

	MESH_GEOMETRY
		All Tris				all_tris.blend
		Mixed Quads and Tri			mixed_quads_and_tris.blend
		All Quads				all_quads.blend
		FGons					fgons.blend
		Vertices				vertics.blend
		Edges					edges.blend

	CURVE_GEOMETRY
		Nurbs
		Splines
		Circles
		Various tangent types
		2D/3D

	TExT

	METABALL_GEOMETRY

	MODIFIERS

	TRANSFORMS
		Location
		Rotation
		Scale

	HIERARCY
		Parent_Child
		Parent_Multiple Child
	
	ARMATURES

	SKINNGING

	CONSTRAINTS

	TEXTURE
		UV Map
		Double Sided

	MATERIALS

	LIGHTS
		Spot
		
	CAMERAS

	ANIMATION
		Fcurves
		NLA

	PARTICLES

	HAIR

	PHYSICS

	FLUIDS

	SMOKE

	CLOTH

	SOFTBODY

COMPLEX_TESTS