Skip to content

Commit

Permalink
Merge pull request #283 from MozillaReality/avatar-to-viewpot-default…
Browse files Browse the repository at this point in the history
…-to-false

Make avatar to viewport default to false
  • Loading branch information
keianhzo committed May 7, 2024
2 parents 634ff15 + c688db4 commit 3712349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/io_hubs_addon/debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ class HubsSceneDebuggerRoomExportPrefs(bpy.types.PropertyGroup):
avatar_to_viewport: bpy.props.BoolProperty(
name='Spawn using viewport transform',
description='Spawn the avatar in the current viewport camera position/rotation',
default=True, options=set())
default=False, options=set())


class HubsSceneProject(bpy.types.PropertyGroup):
Expand Down

0 comments on commit 3712349

Please sign in to comment.