System Information
arch linux
Blender Version
2.70, 19e627c
Short description of error
Using object.setParent resets the timeOffset to 0.0 and it cannot be changed.
Exact steps for others to reproduce the error
(Slow Parent is checked)
Setting obj.timeOffset = *float* <-- This works.
However, after using obj.setParent, obj.timeOffset will be automaticly set to 0.0 and it cannot be changed.