Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2014-08-05 20:59:02 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-08-05 21:21:14 +0400
commit5336e68e110252b1da18bf8749b62b6a9f01c10a (patch)
tree73914dc8a299f0e2f30f49cc6bf8ba8fb2935016 /CMakeLists.txt
parentb37b3171734b22f649e3de205377fe7e994a407c (diff)
Fix T41062: "copy to selected" doens't work for all attributes.
The issue was that some properties are no direct children of the struct we support in 'copy to selected' (RNA_Sequence in this case). Since we can't use the ID of sequences here (it's the scene, while we need a sequence level of control), we had to add a new API helper to RNA path, which takes a RNA type and return a path relative to the closest ancester of that type. This way, we get a path from the RNA_Sequence, and can easily apply it to all other valid sequences to copy the property. Review, suggestions and edits by Campbell Barton, thanks!
Diffstat (limited to 'CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions