Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added object_collection_override list to properties #104

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

jack-yao91
Copy link

@jack-yao91 jack-yao91 commented Nov 17, 2024

Example Usage

import bpy

# override what objects are collected
bpy.context.window_manager.send2ue.object_collection_override.extend([
    bpy.data.objects['Cube']
])

# run send to unreal
bpy.ops.wm.send2ue()
  • Also pipeline menu creation can now be suppressed via the environment variable SEND2UE_HIDE_PIPELINE_MENU=1 incase your studio's environment has its own menu system and way to invoke code.
  • Bumped version and update notes for release

@jack-yao91 jack-yao91 requested a review from JoshQuake November 17, 2024 23:27
Copy link
Collaborator

@JoshQuake JoshQuake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missed the request, sorry!

@JoshQuake JoshQuake merged commit e4cf8b2 into main Nov 21, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants