1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-25 06:53:14 +00:00
Commit graph

1234 commits

Author SHA1 Message Date
Variable
02b0a9623d
formatting 2023-05-18 17:16:58 +05:00
Variable
032b702c3e
Merge branch 'Orama-Interactive:master' into select_frames 2023-05-18 17:13:04 +05:00
Variable
d54753cd43
moved paste tag code to it's own script
to reduce lines to 1000 in animation timeline.gd
2023-05-18 17:12:54 +05:00
Variable
74fea47a8c
[Targeted for 0.11.0] Make Onion skin update live with the "Move" tool (#862)
* Make onion skin consistent with move tool

* Update OnionSkinning.gd
2023-05-18 14:43:11 +03:00
Emmanouil Papadeas
361fe36d7a Make the horizontal bar of the timeline's frame buttons visible
This is useful for users that do not have a mouse wheel, such as touchscreen users. Changing themes also changes the theme for the frame buttons automatically as well.
2023-05-18 14:40:25 +03:00
Variable
3541cc451a
Update AnimationTimeline.gd 2023-05-18 16:18:24 +05:00
Variable
1c952c50df
remove some lines that appeared
during resolving conflicts
2023-05-18 16:18:01 +05:00
Variable
9d03cc9545
Merge branch 'master' into select_frames 2023-05-18 16:13:03 +05:00
Emmanouil Papadeas
1669cc1a42 [skip ci] Fix some typos in the code 2023-05-18 14:10:15 +03:00
Variable
4076459947
UI improvements to
"Paste content from tag"
2023-05-18 16:10:05 +05:00
Variable
243bb1d9aa
fix tag bug (#863) 2023-05-18 14:01:59 +03:00
Variable
fdb962ba3b
Changes to PanelAPI (#858)
1) Added tab is now set by layout instead of specifying an "alongside_node"
2) Added tab is now shown in the Panels submenu
2023-05-18 13:58:41 +03:00
Variable
67a94ccc10
[Targeted for 0.11.0][Bug FIX] Mirror preview fix (#860)
* fix mirror previews

* Fix incorredt selection resizing of selection

in mirror mode

* Fix mirror previews (selection tools)

* typo
2023-05-18 13:55:08 +03:00
Variable
3b9a0c24fa
removed separate button and use tag button 2023-05-17 20:44:46 +05:00
Variable
a907803f9c
linting 2023-05-17 20:04:58 +05:00
Variable
d38e0c6887
Merge branch 'Orama-Interactive:master' into select_frames 2023-05-17 19:35:12 +05:00
Emmanouil Papadeas
fb4b26a060 Change occurrences of canvas_preview.frame to canvas_preview.frame_index 2023-05-17 17:34:53 +03:00
Variable
b73d7abf0a
make empty tags appear as (Untitled) 2023-05-17 16:32:02 +05:00
Variable
dee18a7c59
some bug fixes 2023-05-17 16:20:42 +05:00
Variable
dd23394d52
some bug fixes 2023-05-17 16:11:52 +05:00
Variable
107363537a
Update AnimationTimeline.gd 2023-05-17 15:57:57 +05:00
Variable
8fed73b31b
Update AnimationTimeline.gd 2023-05-17 15:54:52 +05:00
Variable
3463a17772
formatting 2023-05-17 15:48:59 +05:00
Variable
39ea2283ea
formatting 2023-05-17 15:43:54 +05:00
Variable
5a3903501c
add icon and other remaining stuff 2023-05-17 15:41:04 +05:00
Variable
fe21da6938
formatting 2023-05-17 14:35:05 +05:00
Variable
7429a95c23
formatting 2023-05-17 14:28:02 +05:00
Variable
378a5f5d7a
Update AnimationTimeline.gd
formatting
2023-05-17 14:26:01 +05:00
Variable
cdd2017744
fix remaining tag issues 2023-05-17 13:53:11 +05:00
Variable
1f96aa13bc
Added Clone Tag feature 2023-05-17 13:03:12 +05:00
Variable
8db9e6e180
Duplicated frames 2023-05-16 19:54:56 +05:00
Variable
55bc6e5a8b
[Targeted for 0.11.0] Some more fixes to cel dimming in 3d cel (#856)
* hacky way to fix 3d cel dimming

* a fix
2023-05-15 16:26:50 +03:00
Variable
29b03b0332
[Targeted for 0.11.0] Fix Onion skin settings don't save between runs (#857)
* Onion skin settings don't save between runs

* formatting

* Change some spinboxes to valuesliders

* removed un-needed signals
2023-05-14 13:31:15 +03:00
Emmanouil Papadeas
308a3a2416 Fix bug where undoing after pasting, did not make the previous selection appear 2023-05-12 13:28:53 +03:00
Emmanouil Papadeas
362f4109d4 Fix issue where resizing pasted content resulted in errors 2023-05-12 13:24:49 +03:00
Emmanouil Papadeas
23720afd05 Hacky fix for a bug that makes panel tabs visible if a panel's visibility is toggled 2023-05-11 17:32:08 +03:00
Emmanouil Papadeas
298f495993 Fix a bug from #855 2023-05-11 00:35:39 +03:00
Variable
e65e69f14d
Make cloned 3D cel have the same selected object as the orignal (#855)
* Update 3DShapeEdit.gd

do not set selected to null

* clone cel recieves selected cel from it's parent

* Add one more yield
2023-05-10 13:45:38 +03:00
Emmanouil Papadeas
a2e184c05d Call canvas.sprite_changed_this_frame on the 3DShapeEdit tool
Fixes the dimming status of the cel button in the timeline
2023-05-09 18:47:57 +03:00
Emmanouil Papadeas
390eca554c Remove the default cube from 3D cels 2023-05-09 16:39:35 +03:00
Emmanouil Papadeas
08996fe6de Add a Cel3DButton scene for 3D cels instead of using PixelCelButton
Mostly to remove the popup menu that appears when you right click a cel
2023-05-09 16:37:32 +03:00
Emmanouil Papadeas
e5aeedf3e8 Raise the vertical minimum size of the canvas preview panel 2023-05-09 14:39:14 +03:00
Emmanouil Papadeas
018673690c Minor UI change for the canvas zoom and rotation sliders 2023-05-09 13:01:24 +03:00
Emmanouil Papadeas
3052d2756e Optimize linked cels emitting the texture_changed signal, if multiple cels are selected 2023-05-09 01:29:03 +03:00
Emmanouil Papadeas
6b94b55f04 Fix linked cels remain dimmed even if they have content 2023-05-08 17:43:11 +03:00
Emmanouil Papadeas
5436298947 [3D cels] Do not display the object outline if it's behind the camera 2023-05-08 17:40:11 +03:00
Manolis Papadeas
aa47133f9f Emit project_changed and cel_changed signals when opening a project that replaces the old one 2023-05-06 20:31:52 +03:00
Variable
d266c87269
Fix top color picking (#854)
* fix tool

* fix default color picking
2023-05-06 14:50:37 +03:00
Emmanouil Papadeas
6dac85486a Prevent 3D gizmos from overlapping with each other 2023-05-06 14:49:59 +03:00
Emmanouil Papadeas
f1b4b77745 Fix recorder not saving all layers and add more static typing 2023-05-06 14:33:44 +03:00