diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e29d702..39f1726e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Features +- Synchronization: ignore scene camera - UI: add a prefix to default room name based on user name - UI: add the list of users per room in the Selected Room Properties panel - UI: improved visibility of Connect and Disconnect buttons for existing rooms diff --git a/mixer/blender_data/filter.py b/mixer/blender_data/filter.py index a8281c22..3d34d798 100644 --- a/mixer/blender_data/filter.py +++ b/mixer/blender_data/filter.py @@ -552,6 +552,8 @@ def unhandled_bpy_data_collection_names(self) -> List[str]: T.Scene: [ NameFilterOut( [ + # each user should be able to view and render through the scene camera she chooses + "camera", # Let each participant play his own time "frame_current", "frame_float",