Blender Git Commit Log
Git Commits -> Revision e74847e
Revision e74847e by Sybren A. Stüvel (master) July 30, 2019, 14:59 (GMT) |
Alembic: changed 'void *user_data' to 'Mesh *mesh' The only thing that is stored in this pointer is a `Mesh*`, and casting it from/to `void*` is unnecessary and confusing. Maybe the entire CDStreamConfig class could/should be removed at some point. No functional changes. |
Commit Details:
Full Hash: e74847e6bb5cea24def9e544a3fb2bc90150aeaf
Parent Commit: 3568d56
Lines Changed: +9, -10