Page MenuHome

Array in object offset with empty dissapear
Closed, ResolvedPublicKNOWN ISSUE

Description

System Information
Operating system: Windows 10
Graphics card: NVIDIA Geforce 920MX

Blender Version
Broken: 2.80 RC1 and RC2

Short description of error
Array in object offset with empty dissapear

Exact steps for others to reproduce the error
A cube with array modifier in object offset and an empty.
Open the blend file and move or scale the empty.
Thank you!

Event Timeline

Germano Cavalcante (mano-wii) lowered the priority of this task from 90 to 50.

The problem here is that the object gets too large causing the coordinates of the BoundBox to begin to suffer with float precision.
I know that BoundBox is used by the draw_manager for culling test.
@Clément Foucault (fclem), is there anything we can do here? Where should we look in the code?

Germano Cavalcante (mano-wii) changed the subtype of this task from "Report" to "Known Issue".Jan 24 2020, 7:13 PM

This is a limitation with absurdly large objects. There is not much we can do.

Thanks a lot Clément and all devs! :) All the best.