3b9a07d49ade89937cf39e4572d64cec0ead26c9
In a Curves (not Curve) object, the MeshSequenceCache modifier is not available from the "Add Modifier" dropdown. However, the Alembic importer adds such a modifier onto the Curves objects it creates. It is also possible to transfer such a modifier from another object, regardless of its type. Thus, this seems not to be an issue of compatibility of the modifier with the Curves object type, but an UI/UX oversight. `BKE_object_support_modifier_type_check` already has a correct check for this, so just adding CURVES support to the appropriate menu. Same is true for the POINTCLOUD type, so adding that as well. Pull Request: https://projects.blender.org/blender/blender/pulls/128756
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
