Closed GoogleCodeExporter closed 8 years ago
Do things behave horribly if m_centerOfInterest grows too small?
The assert should definitely be removed, but does dollyBy need a reasonable cap?
Original comment by miller.lucas
on 8 Nov 2013 at 11:53
Yep, pretty much.
If it gets to about 0.1 you can't dolly anymore. this is easily tested in the
console by reassigning the center value on the camera:
>>> self.viewer.camera.center = 0.1
Maybe I can fix with a min on the center of interest?
Original comment by r...@rsgalloway.com
on 8 Nov 2013 at 11:58
That seems reasonable.
Original comment by miller.lucas
on 9 Nov 2013 at 12:07
A fix for this assert (and another one I hit) is here:
http://code.google.com/r/millerlucas-dev/source/detail?r=5e112b510a2adb420bcd39b
4982f4b2075d0c7d2
Original comment by miller.lucas
on 4 Dec 2013 at 10:11
Released in Alembic 1.5.2
Original comment by miller.lucas
on 9 Dec 2013 at 6:54
Original issue reported on code.google.com by
r...@rsgalloway.com
on 8 Nov 2013 at 11:45