carlitosan
50128e7a7c
Fix for Lua properties not loading properly in play-in-editor. ( #7369 )
...
* debug information for lua script error
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
* actual fix for script properties not being loaded in play-in-editor unless modified or editor restarted
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
* remove debugging artifacts
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2022-02-03 10:31:45 -08:00
Esteban Papp
364eb039bb
Removes ScriptCanvasEnumDataInterface.h and ScriptCanvasReadOnlyDataInterface.h from Gems/ScriptCanvas
...
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com >
2022-01-20 16:07:57 -08:00
Steve Pham
59e43813f0
GCC Support for Linux
...
Updates and fixes to support GCC for Linux
Signed-off-by: Steve Pham <82231385+spham-amzn@users.noreply.github.com >
Co-authored-by: lumberyard-employee-dm <56135373+lumberyard-employee-dm@users.noreply.github.com >
2022-01-20 13:00:02 -08:00
Luis Sempé
891a13631e
Merge branch 'development' into chore/rename-Graph-EditorGraph-Match
2022-01-18 12:35:58 -08:00
carlitosan
295c836ed8
clean up comments, add set type action in disabled form
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2022-01-14 12:46:08 -08:00
carlitosan
02ce4659c4
remove comment
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2022-01-14 09:58:54 -08:00
carlitosan
22cee244c1
remove a ability to reset reference, do not display reference box on user added data slots
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2022-01-13 17:30:02 -08:00
carlitosan
4e755cc258
Add variable, datum sanity for user added slots
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2022-01-12 16:21:40 -08:00
moraaar
57e4fb9b39
Fixed script canvas component asset not being found ( #6727 )
...
Script canvas component has the member m_sourceData (that points to the script canvas asset) that internally has data, id and path. Path is serialized as the absolute path of the pc that is saving the level.
So when another pc loads the same level it cannot find the script canvas asset.
The function CompleteDescription takes a look at the id and takes the path from the asset catalog, but at the moment it's doing an early return because id and path are not empty (but path is the value serialized from other user saving the level).
By removing the early return condition then it it will resolve by using id, looking into the catalog and getting the real path.
This fix makes several physics automated tests that relied on script canvas to work.
Signed-off-by: moraaar moraaar@amazon.com
2022-01-10 09:05:35 +00:00
carlitosan
7f4fe67f77
Fix issues caused by SC editor component holding onto a live graph ( #6734 )
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2022-01-06 16:35:36 -08:00
carlitosan
6c986657b4
Fix for file-save-as-new and open asset ( #6490 )
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2022-01-03 13:18:18 -08:00
Michael Pollind
4f746fddac
chore: Rename Graph to EditorGraph
...
Signed-off-by: Michael Pollind <mpollind@gmail.com >
2021-12-24 16:59:23 -08:00
carlitosan
9c7a558ccb
basic refactor of assets ( #6467 )
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2021-12-17 12:36:05 -08:00
carlitosan
1fdee48b6d
fix Linux build error
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2021-12-15 11:08:23 -08:00
carlitosan
024c53ece3
untested fix for object stream version bug
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2021-12-15 10:24:32 -08:00
carlitosan
81bb7aab80
the bloodbath compiles
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2021-12-14 17:32:22 -08:00
carlitosan
2271fa3dc6
redcode sc asset files bloodbath
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2021-12-14 15:09:46 -08:00
carlitosan
e078eac379
redcode the asset itself WIP
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2021-12-14 14:17:06 -08:00
carlitosan
c5d370723e
redcoding asset handler, holder, tracker, memory asset
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2021-12-13 14:14:31 -08:00
carlitosan
21e7d1db67
Fix missing asset handler error on EditorSCComponent load from pre SourceHandle files
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2021-12-09 18:58:47 -08:00
carlitosan
3f128c5baa
Merge branch 'development' of https://github.com/o3de/o3de into carlitosan-sc-bug-fix
2021-12-09 13:18:45 -08:00
carlitosan
72d00dd94c
fail safe for EditorScriptCanvasComponents saved before AZ::IO::Path got json support
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2021-12-09 11:43:36 -08:00
carlitosan
5e60ef743a
merge latest
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2021-12-08 23:01:23 -08:00
carlitosan
766de68199
small fixes for SC play in editor and warnings
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2021-12-08 22:54:21 -08:00
carlitosan
d4206270a6
Use weak reference for undo state, as it is an entirely internal class
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2021-12-06 13:37:29 -08:00
carlitosan
a76e9bba69
Restore undo/redo
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2021-12-06 12:12:46 -08:00
carlitosan
6bd0308339
Merge remote-tracking branch 'origin/development' into sc-editor-asset-redux
...
Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com >
2021-12-02 14:17:35 -08:00
chcurran
6fb284ff0a
restore file save
...
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com >
2021-12-01 23:04:07 -08:00
chcurran
ca771f3adc
version upgrader in a presumed working story
...
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com >
2021-12-01 22:18:32 -08:00
chcurran
132d06b6da
fixed unit tests bugs, removed commented out code, removed loading spam
...
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com >
2021-11-24 18:55:11 -08:00
chcurran
cdb858e8af
Editor Script Component simplified and working
...
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com >
2021-11-23 10:31:26 -08:00
chcurran
24b3167d48
EditorCOmponent build pipeline WIP
...
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com >
2021-11-22 20:34:11 -08:00
chcurran
205b2c27ee
SC Editor serialization update in JSON
...
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com >
2021-11-22 16:04:49 -08:00
chcurran
1c9c268231
Merge branch 'sc-editor-asset-redux' of https://github.com/aws-lumberyard-dev/o3de into sc-editor-asset-redux
2021-11-22 11:03:49 -08:00
chcurran
04fe1d5243
File state change include external delete detection
...
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com >
2021-11-22 11:03:37 -08:00
lsemp3d
20a2a79003
Updated more node names, no longer return data type string to control tooltip display in SC
...
Signed-off-by: lsemp3d <58790905+lsemp3d@users.noreply.github.com >
2021-11-22 10:58:09 -08:00
Chris Galvan
9ec4b408fd
Merge pull request #281 from aws-lumberyard-dev/cgalvan/SCSourceFilePicker
...
Added property handler for SourceHandle type
2021-11-19 15:23:41 -06:00
Chris Galvan
68344f5a80
Updated Script Canvas component to use source handle property.
...
Signed-off-by: Chris Galvan <chgalvan@amazon.com >
2021-11-19 14:58:01 -06:00
chcurran
7aec710cff
fix graph tab selection:
...
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com >
2021-11-19 12:22:12 -08:00
chcurran
f1632b099c
editor sc component switched over to source handle, not yet connected to file notifications
...
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com >
2021-11-19 10:03:16 -08:00
chcurran
0e7d732c61
fix upgrade scanner
...
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com >
2021-11-15 17:15:05 -08:00
chcurran
facfdf4e7a
Merge branch 'development' of https://github.com/o3de/o3de into sc-editor-asset-redux
...
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com >
2021-11-11 16:07:18 -08:00
Luis Sempé
9e2a3226fd
Script Canvas, replace the text replacement system to a JSON file based one ( #5228 )
...
It is now possible to right click on nodes on the node palette to navigate to the file that holds the text data for any given node, this way it is easy to update and improve the naming of titles, subtitles, categories, tool tips and slots.
2021-11-11 11:53:51 -08:00
chcurran
0fa56ba5f8
new source file button works
...
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com >
2021-11-10 15:39:17 -08:00
chcurran
a334ce09b4
source save in place first pass
...
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com >
2021-11-08 13:58:48 -08:00
chcurran
837e9f6105
source save asset-free WIP
...
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com >
2021-11-08 10:00:45 -08:00
chcurran
ea5eba6e3f
add file state for graphs
...
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com >
2021-11-04 15:58:19 -07:00
chcurran
12b52044d3
it renders!
...
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com >
2021-11-03 21:12:29 -07:00
chcurran
ad6dc8a3bd
initial compile of detailed path of change to regular sc files
...
Signed-off-by: chcurran <82187351+carlitosan@users.noreply.github.com >
2021-10-29 16:23:20 -07:00
chcurran
1b9f6c385d
Merge branch 'development' of https://github.com/o3de/o3de into sc-editor-asset-redux
2021-10-28 10:51:40 -07:00