[go: up one dir, main page]

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

TrueEmbedPython #539

Open
wants to merge 278 commits into
base: struct_passed_by_ref
Choose a base branch
from
Open

TrueEmbedPython #539

wants to merge 278 commits into from

Conversation

syedalamabbas
Copy link
@syedalamabbas syedalamabbas commented Sep 20, 2018
  1. This embeds python 3.7 pre-built libs and dlls on x64 platform inside the plugin directory that UBT can easily discover it.
  2. This automatically copies all the necessary files required in the right binary folder using relative path locations from binary.
  3. This fixes the paths when you don't have any python installed and makes the plugin truly independent and self contained.

I was trying to push into this branch but I am getting permissions denied. Let me know if you want this pull request.

rdeioris and others added 30 commits February 19, 2019 07:40
Add support for unbind_event
Add break_all_links() and get_linked_to()
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
This commit fixes the following error:
PythonHouseKeeper.cpp:1:9: error: #pragma once in main file [-Werror,-Wpragma-once-outside-header]
#pragma once
        ^

Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
Adding edgraph functions reconstruct_node() and remove_node()
Add support for removing components from blueprints to compliment
existing add component functionality
…example

Adding for consistency with the other examples.
Add ; to the end of the Linux UnrealEnginePython.Build.cs pythonHome …
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.