Commit Graph

2162 Commits

Author SHA1 Message Date
Wojtek Figat
c0d32a99b0 Refactor Visject surface nodes cache to reuse between graphs 2023-08-03 15:44:02 +02:00
Wojtek Figat
bb96f2cd6d Add GroupArchetype to Visject nodes spawn query check 2023-08-03 14:53:02 +02:00
Wojtek Figat
8dc98174cf Minor tweaks 2023-08-01 14:14:27 +02:00
Wojtek Figat
869649e5ed Merge remote-tracking branch 'origin/master' into 1.7 2023-08-01 14:05:49 +02:00
Wojtek Figat
94386d24ab Minor tweaks 2023-08-01 10:27:31 +02:00
Wojtek Figat
f29cd1b7b8 Simplify code #1275 2023-08-01 10:03:47 +02:00
Wojtek Figat
ef1c812349 Merge branch 'gridscale' of https://github.com/Withaust/FlaxEngine into Withaust-gridscale 2023-08-01 10:01:32 +02:00
Ruan Lucas
f511259a33 draw spline point size by distance from camera 2023-07-31 22:43:33 -04:00
Ruan Lucas
600659e453 Move DrawSpline from Spline.cpp to SplineNode.cs 2023-07-31 22:34:50 -04:00
Ruan Lucas
2b7b80ad38 makes more easy select a spline point or spline tangent 2023-07-31 22:05:13 -04:00
Ruan Lucas
b80682c97e set spline points / tangents size by camera distance 2023-07-31 19:21:26 -04:00
Ruan Lucas
84bed5b1c9 Revert "test"
This reverts commit b5eadbc531.
2023-07-31 14:02:03 -04:00
Wojtek Figat
64446bea53 Merge branch 'dup-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-dup-fix 2023-07-31 19:10:13 +02:00
Wojtek Figat
81860e5f18 Cleanup code #1215 and add cook game icon 2023-07-31 19:02:53 +02:00
Wojtek Figat
6e9b9b6d0e Merge branch 'feature/1151-play-mode-actions' of https://github.com/envision3d/FlaxEngine into envision3d-feature/1151-play-mode-actions 2023-07-31 17:24:55 +02:00
Ruan Lucas
b5eadbc531 test 2023-07-31 09:06:39 -04:00
Wiktor Kocielski
8250f92af3 Add grid scale to the editor viewport settings 2023-07-29 13:34:46 +03:00
NoriteSC
0b89164328 Merge branch 'FlaxEngine:master' into ContentBrowserImprovement 2023-07-28 15:56:40 +02:00
NoriteSC
131060efa7 bug fix 2023-07-28 12:48:43 +02:00
Chandler Cox
5cd72c9b24 Fix duplicating actor in scene on shift click if the actor has not been moved 2023-07-27 16:51:44 -05:00
Chandler Cox
d6bfcbcc3d Add for prefab 2023-07-27 10:49:29 -05:00
Chandler Cox
10c8454e8f Paste at same level of selected actor parent node instead of as child of selected actor for better behavior. 2023-07-27 10:33:30 -05:00
Wojtek Figat
36db7ad7dd Merge branch 'prefab-batch' of https://github.com/Tryibion/FlaxEngine into Tryibion-prefab-batch 2023-07-26 21:19:57 +02:00
Ruan Lucas
714d0c2ca0 small fix 2023-07-24 22:41:45 -04:00
Ruan Lucas
ea48a89e00 improve auto smooth 2023-07-24 22:34:48 -04:00
Ruan Lucas
7b0e9b9e06 simplify code 2023-07-24 19:30:31 -04:00
Wojtek Figat
ce16debabd Merge remote-tracking branch 'origin/master' into 1.7 2023-07-24 23:21:03 +02:00
NoriteSC
6a65ccd5ef rev1 2023-07-24 22:10:12 +02:00
Wojtek Figat
cf4ca17241 Merge branch 'platform-ref-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-platform-ref-fix 2023-07-24 16:17:57 +02:00
Ruan Lucas
56285e544e disable set all linear / smooth when select many splines 2023-07-24 08:54:53 -04:00
Ruan Lucas
c79c91a19a add undo / redo to edit spline options and some small changes 2023-07-23 20:27:45 -04:00
Chandler Cox
f80b7ee2a5 Fix spacing 2023-07-23 18:58:47 -05:00
Chandler Cox
12005ad314 Simplify functionality into function. 2023-07-23 15:20:57 -05:00
Chandler Cox
02d135053f Add scroll to selected asset/content item on asset picker select menu open. 2023-07-23 15:10:31 -05:00
Ruan Lucas
1a72aeeb24 disable edit tangent buttons when select multiple values 2023-07-21 22:15:43 -04:00
Ruan Lucas
bd8c5985b1 remove debug 2023-07-21 22:11:30 -04:00
Ruan Lucas
f8da0708e1 add suport to loop spline on set tangent linear 2023-07-21 22:11:15 -04:00
Ruan Lucas
1bd7210107 don't let aligned or free mode on first or end spline point 2023-07-21 21:05:36 -04:00
Ruan Lucas
6872f35add don't let set smooth tangent in/out on start/end spline if isn't loop 2023-07-21 21:00:08 -04:00
Chandler Cox
0ba9f7c51d Small simplification of null checking for input editors 2023-07-21 13:33:00 -05:00
Chandler Cox
9b0c6a070a Add InputEvent and InputAxis editors and changed UICanvas to use them. 2023-07-21 13:26:51 -05:00
Ruan Lucas
008f219883 organize smooth in and smooth out tangents code 2023-07-21 10:25:55 -04:00
Chandler Cox
83427ba1d4 Add batch creating prefabs from mutiple selected actors in the scene tree. 2023-07-20 23:02:26 -05:00
Chandler Cox
a1cdf3e733 Fix bug of populating asset picker if option platform type does not exist. 2023-07-20 21:31:07 -05:00
Ruan Lucas
5c7faf7262 disable edit tangent options when deselect tangents or spline points on spline editor 2023-07-20 16:40:05 -04:00
Ruan Lucas
4cf2bba840 fix edit buttons style on spline editor 2023-07-20 13:19:18 -04:00
Ruan Lucas
e6715ad095 add methods to auto select tangents or points on change edit mode on spline editor 2023-07-20 13:05:56 -04:00
Ruan Lucas
50f1688140 add smooth in tangent and smooth out tangent 2023-07-20 10:52:07 -04:00
Ruan Lucas
902a3c1eed smooth point on set linear point to free 2023-07-20 09:36:05 -04:00
Ruan Lucas
e40c0be00d fix set type on press edit buttons not working 2023-07-20 09:25:48 -04:00