-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Is your feature request related to a problem? Please describe.
The issue is described at https://blenderartists.org/t/stop-motion-obj-obj-stl-ply-sequence-importer-v2-1-1/670105/144
Basically, I would like to be able to apply transformations separately to the objects imported in an obj file. Currently they are grouped together and applying something like extrusion affects all o elements in the file.
Describe the solution you'd like
I would like that imported objects are not grouped (as an option).
Describe alternatives you've considered
The suggested alternative is for me to export one sequence per object, then import all the sequences. My only concern is that it is going to be a lot of files on disk, but I guess it should work.
Additional context
Here the test files I have been using. obj-anim-frames.zip
It's an animation of two objects rotating, each with a different material (and different colors).
When I Edit -> Extrude, fill (press F) and bevel, both shapes are rendered with the same color. I do not know enough Blender to know where this issue comes from.


