Page MenuHome

Hook modifier does not show a right result when I stop the operation of the parent object for hook in RMB.
Closed, ArchivedPublic

Description

System Information
windows XP/SP3 32bits

Blender Version
Broken: version 2.74 (sub 5), branch b'master', commit date b'2015-04-21' b'21:33', hash b'a8adeeb', b'Release' /2.73a/2.71/2.49b
Worked: unknown

Short description of error
Hook modifier does not show a right result when I stop the operation of the parent object for hook in RMB.
Exact steps for others to reproduce the error
I attach a file.
{F165957}

1.You catch empty object, and operate it. (move/rotate etc)
2.When you operate it, you click RMB.

The parent object for hook is restored, but modifier does not return to an original state.

Event Timeline

perfection cat (sindra1961) raised the priority of this task from to 90.
perfection cat (sindra1961) updated the task description. (Show Details)
perfection cat (sindra1961) edited a custom field.

change file

Joshua Leung (aligorith) changed the task status from Unknown Status to Archived.Apr 23 2015, 3:07 AM
Joshua Leung (aligorith) claimed this task.

You've got a cyclic dependency here.

You cannot have the same object (i.e. the empty) which affects another (via the hook modifier), being affected by the other one (i.e. it is parented to it). The upcoming depsgraph refactor should be able to resolve this particular case, but in current Blender versions, this cannot possibly work.