Commit graph

2269 commits

Author SHA1 Message Date
Rodney
6d35f243dd
Merge pull request #3139 from shun-iwasawa/g/fix_particle_fx_control_image_bbox
Fix Particles Fx Control Image Obtaining
2020-03-06 08:01:10 -06:00
shun-iwasawa
bcd08e3228 fix particle fx control image bbox 2020-03-06 10:51:40 +09:00
Rodney
1630d4c71a
Merge pull request #3134 from martinvanzijl/issue-242-read-png8-files
Allow loading PNG-8 files (paletted PNG) correctly
2020-03-05 17:45:18 -06:00
Martin van Zijl
9d02b2c99d Allow loading PNG-8 files (paletted PNG) correctly.
Fixes #242.
2020-03-06 06:44:42 +13:00
Rodney
8f462440dc
Merge pull request #3132 from artisteacher/update_animate_shortcuts
Update Animate shortcuts
2020-03-04 22:14:50 -06:00
artisteacher
3d6d5aa6a0
Fix geometric shortcut 2020-03-04 21:06:02 -05:00
artisteacher
77bbc270c3
Add new preset to the shortcut window 2020-03-04 20:39:14 -05:00
artisteacher
f676ed3b1d
Add animate ini file
Made by MrBlockCat
2020-03-04 20:23:36 -05:00
Rodney
4d64c8158d
Merge pull request #3120 from shun-iwasawa/g/fix_palette_loading_on_recleanup
Fix Palette Loading on Re-Cleanup
2020-02-29 12:36:53 -06:00
shun-iwasawa
2ba74caaf4 fix palette loading on recleanup 2020-03-01 00:23:58 +09:00
Rodney
e366a9d6c1
Merge pull request #3116 from shun-iwasawa/g/actual_pixel_in_cleanup_preview
Enable Actual Pixel View in Cleanup Preview Mode
2020-02-28 20:07:23 -06:00
Rodney
dfe47dad89
Merge pull request #3117 from martinvanzijl/issue-2538-fix-ranged-eraser-crash
Fix crash with Eraser Tool in ranged mode in XSheet
2020-02-27 23:56:04 -06:00
Martin van Zijl
18c2b4206a Fix crash with Eraser Tool in ranged mode in XSheet.
Fixes #2538.
2020-02-28 13:39:00 +13:00
shun-iwasawa
b6ae1c9cdd actual pixel view in cleanup preview 2020-02-27 16:36:33 +09:00
Rodney
637bffceb7
Merge pull request #3107 from shun-iwasawa/g/fix_slowness_with_frozen_preview
Fix Slowness with Frozen Preview
2020-02-19 21:31:04 -07:00
Rodney
1d8d7da531
Merge pull request #3106 from shun-iwasawa/g/prevent_preview_from_recomputing_on_camstand_view_toggle
Prevent Preview from Recomputation-checking when Switching Camstand Toggle
2020-02-19 20:37:56 -07:00
Rodney
cc028d806d
Merge pull request #3105 from shun-iwasawa/g/streamline_fx_settings
Streamline Fx Settings
2020-02-19 16:45:19 -07:00
Rodney
4b9d0fab59
Merge pull request #3109 from shun-iwasawa/g/fix_cache_fx_not_working
Fix Cache Fx Not Working
2020-02-19 15:45:46 -07:00
shun-iwasawa
44381c4a44 fix cache fx not working 2020-02-19 21:11:42 +09:00
shun-iwasawa
c7dccf412f fix slowness with frozen preview 2020-02-19 17:16:36 +09:00
shun-iwasawa
d461b43be2 prevent preview from recompute on camstand toggle 2020-02-19 17:08:14 +09:00
shun-iwasawa
da0933e76e streamline fx settings 2020-02-19 16:57:10 +09:00
Rodney
b5e86469bd
Merge pull request #3079 from pojienie/add-snap-option-to-control-point-editor-tool
Add snap option to control point editor tool
2020-02-17 18:09:45 -07:00
Rodney
7a3a929f52
Merge pull request #3095 from shun-iwasawa/fix_xdts_export_duration
Fix XDTS Export Feature to Use Output Range for Duration
2020-02-05 08:57:15 -07:00
Rodney
2d54639676
Merge pull request #3067 from shun-iwasawa/reset_undo_on_saving_levels_option
Reset Undo when Saving Levels Preference Option
2020-02-05 07:38:31 -07:00
Rodney
b9ef6ac843
Merge pull request #3094 from shun-iwasawa/reload_readonly_level_from_level_strip
Enable to Reload Read-only Level from Level Strip
2020-02-05 07:03:02 -07:00
shun-iwasawa
b713becd75 fix xdts export duration 2020-02-05 21:44:18 +09:00
shun-iwasawa
6330ff40e3 enable to reload read only level from level strip 2020-02-05 20:36:15 +09:00
Rodney
2e7357eaa2
Merge pull request #3059 from shun-iwasawa/logarithmic_spiral
Logarithmic option for Spiral fx
2020-02-03 21:12:47 -07:00
Rodney
9d347645f6
Merge pull request #3052 from shun-iwasawa/g/separate_colors_parameters
Keeping Separate Colors Parameters
2020-02-03 20:51:28 -07:00
Rodney
bd040c32cb
Merge pull request #3089 from otakuto/use-std
Use standard library instead of boost
2020-02-03 20:33:20 -07:00
Rodney
125d235b37
Merge pull request #2658 from blackwarthog/feature06_mingw_win32
Allow to compile OpenToonz for windows 32bit (via mingw)
2020-02-03 19:45:43 -07:00
Rodney
906d7de8c2
Merge pull request #3087 from otakuto/Remove-tofu
Remove tofu
2020-02-03 14:52:16 -07:00
Tact Yoshida
490db717f5 Use std::vector 2020-02-04 05:13:28 +09:00
Tact Yoshida
47eaf794ad Use std::unordered_set 2020-02-04 05:13:21 +09:00
Tact Yoshida
1c2b20d028 Use std::unordered_map 2020-02-04 05:13:15 +09:00
Tact Yoshida
fb27cf0e42 Use std::minmax_element 2020-02-04 05:13:08 +09:00
Tact Yoshida
4784a27114 Use std::mem_fn 2020-02-04 05:12:59 +09:00
Tact Yoshida
fd62558d54 Use std::copy_if 2020-02-04 05:12:52 +09:00
Tact Yoshida
da2c1e0033 Use std::all_of 2020-02-04 05:12:45 +09:00
Tact Yoshida
da287b7bb7 Use std::any_of 2020-02-04 05:12:36 +09:00
Tact Yoshida
2ca5984b69 Remove tofu 2020-02-04 03:54:14 +09:00
pojienie
3379cf3f47 disable snap option when no control point is last selected 2020-02-02 06:34:33 +00:00
shun-iwasawa
65089ae5ae
translation fix (#3082) 2020-02-02 00:17:47 +09:00
manongjohn
f975c28862
Korean translation corrections by kimpd (#3081) 2020-02-01 23:00:29 +09:00
pojienie
028bea049d fix style problem using clang-format 2020-01-31 13:57:23 +00:00
pojienie
59b772abea implement snap option for control point editor tool 2020-01-31 13:46:23 +00:00
pojienie
c6cb309936 set min distance for snap in control point editor tool 2020-01-31 12:15:04 +00:00
pojienie
2979a2e4d8 save snap options in control point editor tool 2020-01-31 12:13:19 +00:00
pojienie
c7106f8565 add snap sensitivity UI mock up 2020-01-31 12:12:01 +00:00