Maniphest T64415

"Copy data path" incorrect with a cycles lamp strength value
Closed, Resolved

Assigned To
Brecht Van Lommel (brecht)
Authored By
hudson barkley (snuq)
May 10 2019, 12:42 AM
Tags
  • BF Blender
  • Tracker Curfew
Subscribers
ach med (ach)
Brecht Van Lommel (brecht)
hudson barkley (snuq)
Richard Antalik (ISS)

Description

Blender Version
Broken: 2.80

Short description of error
Right clicking the 'Strength' value of a cycles node-based lamp, and selecting 'copy data path' results in:
nodes["Emission"].inputs[1].default_value

This seems to be incorrect, as it cannot be pasted into a driver directly, rather it should be:
node_tree.nodes["Emission"].inputs[1].default_value

Related Objects

Mentioned Here
rB34ed58dcaffd: Fix T68971: Copy As New Driver from Material node creates a bad reference.

Event Timeline

hudson barkley (snuq) created this task.May 10 2019, 12:42 AM
Sebastian Parborg (zeddb) assigned this task to Brecht Van Lommel (brecht).May 10 2019, 3:50 PM
Sebastian Parborg (zeddb) lowered the priority of this task from 90 to Low.
Brecht Van Lommel (brecht) merged a task: T66512: Node tree data path does not exist.Jul 7 2019, 7:39 PM
Brecht Van Lommel (brecht) added a subscriber: ach med (ach).
Dalai Felinto (dfelinto) removed Brecht Van Lommel (brecht) as the assignee of this task.Dec 23 2019, 4:34 PM
Dalai Felinto (dfelinto) added a project: Tracker Curfew.
Dalai Felinto (dfelinto) added a subscriber: Brecht Van Lommel (brecht).
Richard Antalik (ISS) changed the task status from Confirmed to Needs Information from User.Feb 2 2020, 9:04 PM
Richard Antalik (ISS) added a subscriber: Richard Antalik (ISS).

Is this still an issue? Data paths for other nodes seems correct to me, but I can't find lamp data node to check...

Brecht Van Lommel (brecht) closed this task as Resolved.Feb 3 2020, 1:28 PM
Brecht Van Lommel (brecht) claimed this task.

This was fixed in rB34ed58dcaffd: Fix T68971: Copy As New Driver from Material node creates a bad reference..