- Amsterdam, Netherlands
- https://cessen.com
-
Animator, rigger, and software developer. Currently working at the Blender Institute as a developer on Blender's animation system.
Been using Blender since 1998, and worked on Big Buck Bunny and Sintel (two of Blender's open movie projects).
- Joined on
2003-03-21
The copy constructor is deleted, because it's easy to misunderstand the semantics: it would semantically create an instance, not a copy, since the data is stored elsewhere.
(Also the accidental…
I think it's a good idea to just remove Layer::duplicate()
for now, yeah. That does mean, however, that there won't be a function to point people to in the warning comment on `Layer::duplicate_w…
Oops!
For this PR I'll change it to return a MutableSpan
, and if we want to change them all to return a Span
we can do that wholesale in a future PR.
Oops, noticed just now that I left this old and now erroneous TODO in. Will remove.