Blender Git Loki
Git Commits -> Revision f106369
Revision f106369 by Sybren A. Stüvel (master) June 19, 2020, 08:24 (GMT) |
Alembic: prevent spaces in names of exported particle systems Other types already had spaces, periods, and colons replaced by underscores. The upcoming Alembic exporter (based on the `AbstractHierarcyIterator` class) will be more consistent and apply the same naming rules everywhere. This is in preparation for that change. The `get_?_name()` functions in `abc_util.{cc,h}` will be removed then. |
Commit Details:
Full Hash: f106369ce8577aa9115fead1eff3acd34273a86b
Parent Commit: 0d744cf
Lines Changed: +22, -15
5 Modified Paths:
/source/blender/io/alembic/intern/abc_util.cc (+9, -5) (Diff)
/source/blender/io/alembic/intern/abc_util.h (+1, -0) (Diff)
/source/blender/io/alembic/intern/abc_writer_hair.cc (+2, -1) (Diff)
/source/blender/io/alembic/intern/abc_writer_points.cc (+2, -1) (Diff)
/tests/python/alembic_tests.py (+8, -8) (Diff)
/source/blender/io/alembic/intern/abc_util.h (+1, -0) (Diff)
/source/blender/io/alembic/intern/abc_writer_hair.cc (+2, -1) (Diff)
/source/blender/io/alembic/intern/abc_writer_points.cc (+2, -1) (Diff)
/tests/python/alembic_tests.py (+8, -8) (Diff)