Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kaorunc/UnrealEnginePython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: 20tab/UnrealEnginePython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 22 files changed
  • 6 contributors

Commits on May 8, 2019

  1. Configuration menu
    Copy the full SHA
    2b92282 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    282eaa5 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. .gitignore: Ignore Intermediate folder.

    Signed-off-by: Elvis Dowson <[email protected]>
    edowson committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    6a43ea4 View commit details
    Browse the repository at this point in the history
  2. PythonHouseKeeper: Fix compile error: #pragma once in main file

    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 <[email protected]>
    edowson committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    02dd03d View commit details
    Browse the repository at this point in the history
  3. PythonAutomationModule: Update for UE4.22.

    Signed-off-by: Elvis Dowson <[email protected]>
    edowson committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    e928f71 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

  1. Merge pull request 20tab#732 from edowson/4.22

    Updates for UE4.22.
    rdeioris authored Jun 6, 2019
    Configuration menu
    Copy the full SHA
    b36a654 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2019

  1. Adding edgraph functions graph_reconstruct_node() and graph_remove_no…

    …de()
    Fabian Elmers committed Jun 14, 2019
    Configuration menu
    Copy the full SHA
    bc4b791 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Merge pull request 20tab#741 from flavatron/edgraph_add_func

    Adding edgraph functions reconstruct_node() and remove_node()
    rdeioris authored Jun 18, 2019
    Configuration menu
    Copy the full SHA
    32a02ef View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2019

  1. Add remove_component_from_blueprint

    Add support for removing components from blueprints to compliment
    existing add component functionality
    michaeltchapman committed Jun 29, 2019
    Configuration menu
    Copy the full SHA
    15f9eea View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2019

  1. Merge pull request 20tab#747 from michaeltchapman/remove_component

    Add remove_component_from_blueprint
    rdeioris authored Jun 30, 2019
    Configuration menu
    Copy the full SHA
    12d56f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Update README.md

    rdeioris authored Sep 9, 2019
    Configuration menu
    Copy the full SHA
    7b33998 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. first round of 4.23 patches

    rdeioris committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    11d550b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57def24 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Configuration menu
    Copy the full SHA
    038192d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2019

  1. Add ; to the end of the Linux UnrealEnginePython.Build.cs pythonHome …

    …example
    
    Adding for consistency with the other examples.
    SIRHAMY authored Nov 27, 2019
    Configuration menu
    Copy the full SHA
    b0366cb View commit details
    Browse the repository at this point in the history
  2. Merge pull request 20tab#811 from SIRHAMY/patch-1

    Add ; to the end of the Linux UnrealEnginePython.Build.cs pythonHome …
    rdeioris authored Nov 27, 2019
    Configuration menu
    Copy the full SHA
    fbc97f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Update README.md

    rdeioris authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    bb2f38d View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Update README.md

    gabbork authored Apr 17, 2020
    Configuration menu
    Copy the full SHA
    4b5da5b View commit details
    Browse the repository at this point in the history
Loading