Page MenuHome

Fix T65278: Stats info and instancing "misinformation"
ClosedPublic

Authored by Dalai Felinto (dfelinto) on May 31 2019, 2:39 PM.

Details

Summary

Object could and polygon count should ignore multiple instances of
the same data, yet count it at least once even if linked.

Diff Detail

Repository
rB Blender

Event Timeline

Brecht Van Lommel (brecht) requested changes to this revision.May 31 2019, 2:53 PM
Brecht Van Lommel (brecht) added inline comments.
source/blender/editors/space_info/info_stats.c
166–172

ob->runtime.curve_cache should get the same treatment here, so we don't count metaballs multiple times.

This revision now requires changes to proceed.May 31 2019, 2:53 PM
  • From review: Fix curves

    Note: the code wasn't working well for fonts and curves that had me_eval == NULL
This revision is now accepted and ready to land.May 31 2019, 3:49 PM
This revision was automatically updated to reflect the committed changes.