diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-03-02 11:47:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-02 11:47:11 +0100 |
commit | 74eace2b14b337e23d0dc552f3bc3e60f1710f65 (patch) | |
tree | 09c8e2db6b3ce6382ad4b65048710f3a5f80ffa3 /core/SCsub | |
parent | ee53f85bea20f1d579dae5cce849b4ad9806a9bd (diff) | |
parent | 1e867cb9d439f1e989f44730b936e2a00e213100 (diff) |
Merge pull request #7911 from RandomShaper/single-field-prop-edit
Implement single-field property change for multinode edit
Diffstat (limited to 'core/SCsub')
-rw-r--r-- | core/SCsub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/SCsub b/core/SCsub index a9721a1052..77c8288846 100644 --- a/core/SCsub +++ b/core/SCsub @@ -61,6 +61,7 @@ SConscript('os/SCsub') SConscript('math/SCsub') SConscript('io/SCsub') SConscript('bind/SCsub') +SConscript('helper/SCsub') lib = env.Library("core", env.core_sources) |