@filedescriptor Yes! I will close the PR.
@LukasTonne no worries - I agree :)
@HooglyBoogly Sure!, Please find the file attached
I was able to reproduce the issue and I opened a PR with a fix. I think it is only a partial fix, as I don't fully understand yet how layers and layer groups can be changed using modifiers.
I adapted the to use /* */
, changed to third person and added a hashtag to the symbol reference. Let me know if I missed something!
I had a look at this. It looks like the sample index node does list the supported types. I added GeometryComponent::Type::GreasePencil and was able to create the geometry node graph without any…
Thanks for the feedback!
I decided to retrieve the original modifier by calling BKE_modifier_get_original to avoid changing the signature of modifier_apply_obdata
as the original modifier is…
I was also able to reproduce the error and I provided a PR with a possible fix. I appreciate any feedback as I'm very new to blender.