Tamás Nepusz
Tamás Nepusz
This should be generalized a bit; the current proposal is specific to the temporal mapping, but similar concepts could be applied to other mappings as well. The idea is that...
I was thinking about this a bit during the night and I can't get rid of the feeling that instead of implementing a linear mapping ourselves, we should somehow jsut...
Related to #16 as both would require a redesign of how a mesh is associated to a light effect.
In theory this could be solved in three ways (not sure which one is possible with Blender's Python API): 1. We could change the type of the associated mesh to...
@mrkvel If we added an option to select a collection instead of a single mesh only, would that solve the problem for you? This way we would not need to...
This could work (I did not know that Blender meshes can have vertex colors). But we need to clarify a few things: 1. What shall we do if a vertex...
Related to #17. I was wondering how the "Distance from mesh" option would be treated if we allowed multiple meshes in #17 as distance calculation is hard enough already with...
Finding all occurrences of `constraints.remove` in our codebase gives us all locations where we ever remove a constraint. We should cater for the removals of stale F-curves near these places,...
19c942b now takes care of removing unneeded F-curves
Do you think that this is a setting that you would change frequently (i.e. the conditions that specify when the timeline markers should be updated), or is it more like...