|
|
658755c882
|
export png frames for animation
|
2018-03-12 01:32:37 +01:00 |
|
|
|
660a7ea1ef
|
update timeline layout and frame counter, add 500ms update timer on windows to force redraw, fix animation frames export
|
2018-03-10 18:28:41 +01:00 |
|
|
|
7e3da2bd86
|
Merge branch 'master' of https://bitbucket.org/omigamedev/new_engine
|
2018-03-08 22:36:22 +01:00 |
|
|
|
485c0ee933
|
fix color picker
|
2018-03-08 22:36:12 +01:00 |
|
|
|
da54181754
|
import facebook 360 stripe
|
2018-03-07 21:17:23 +01:00 |
|
|
|
188a8df0e9
|
Merge branch 'master' of https://bitbucket.org/omigamedev/new_engine
|
2018-02-10 18:59:45 +01:00 |
|
|
|
72603d5df8
|
fix debug build with vs2017
|
2018-02-10 18:53:56 +01:00 |
|
|
|
5feb3acb1d
|
add download progress, improbable cloud browser, lock touch when pencil is down on iOS
|
2018-01-04 00:02:28 +00:00 |
|
|
|
0d7217af7b
|
small fixes
|
2017-12-13 01:26:13 +00:00 |
|
|
|
f4cd7fdc62
|
add file picking for osx and ios and implement equirectangular import
|
2017-12-09 09:07:42 +00:00 |
|
|
|
d18b1103bb
|
fix shader for iOS, remove switch to if-else sequence
|
2017-12-06 00:32:15 +00:00 |
|
|
|
a90aa4a60e
|
implementing color wheel and new color picker
|
2017-11-23 20:26:57 +00:00 |
|
|
|
d44434a458
|
fix shaders for ios, add separator for combobox
|
2017-11-16 09:54:57 +00:00 |
|
|
|
0d3431a9de
|
update android and xcode projects, fix document title and change default resolution to 1024px
|
2017-11-14 08:45:35 +00:00 |
|
|
|
4473bc8bd4
|
remove glm swizzling for better debugability
|
2017-11-12 17:39:30 +00:00 |
|
|
|
e280629cf2
|
add noise parameter to the brush settings
|
2017-11-12 17:02:24 +00:00 |
|
|
|
5dccd61160
|
implement blend mode selection in shader and fix alpha lock
|
2017-11-12 03:27:28 +00:00 |
|
|
|
daaa7f9d48
|
add ComboBox node, add blend modes button in stroke panel, move brush shader code to ShaderManager and avoid the same shader being recompiled many times
|
2017-11-12 03:02:40 +00:00 |
|
|
|
fa4e67617b
|
add color dodge and multiply blending modes shaders, change tmp framebuffer to RGBA32F for better precision and fix the blending problem for the stroke not reaching full opacity
|
2017-11-11 16:54:21 +00:00 |
|
|
|
3e546affc9
|
fix: opening a doc async did not update the layers list, added on_complete callback to update the layers panel
|
2017-11-07 07:37:21 +00:00 |
|
|
|
05c5bd1bdb
|
update Xcode and android projects
|
2017-11-06 00:03:57 +00:00 |
|
|
|
ae7a8948b7
|
rename things
|
2017-11-05 13:33:39 +00:00 |
|
|
|
b42fbb197a
|
add upload to cloud menu to copy all the files to the server
|
2017-11-04 22:48:18 +00:00 |
|
|
|
2baaff10cc
|
add command line interface handler and implement convert command from pano to jpg
|
2017-11-04 16:04:22 +00:00 |
|
|
|
a3276906f9
|
implement multithreading for windows, implement file uploading when saving
|
2017-11-03 21:27:33 +00:00 |
|
|
|
c8e115774f
|
add wet parameter, fix selection mask modes
|
2017-10-27 00:47:48 +01:00 |
|
|
|
b40a5b656b
|
add free and poly selection mask tools, fix some threading gl problems
|
2017-10-24 14:20:12 +01:00 |
|
|
|
2a92beca7b
|
stencil in brush preview
|
2017-10-22 19:58:20 +01:00 |
|
|
|
856628162a
|
add stencil alpha control to ui
|
2017-10-20 10:26:08 +01:00 |
|
|
|
283e4e2b5c
|
implement multithreaded rendering with context switch, gl state save/restore, add progress bar ui node, implement stencil texture for brush, implement multithreaded canvas load/save/export pano. Missing multithread in windows.
|
2017-10-20 09:16:12 +01:00 |
|
|
|
78ec5a079e
|
implement selection mask with lasso tool
|
2017-10-07 13:35:53 +01:00 |
|
|
|
9ec1768acc
|
use Photos framework to export xmp data into the iOS Photo Gallery
|
2017-09-30 23:24:00 +01:00 |
|
|
|
964795b44d
|
add support for high res brush textures, implement mipmaps on brush
|
2017-09-30 16:35:12 +01:00 |
|
|
|
2c0007c3c1
|
add xmp injection and disable some log messages
|
2017-09-27 23:02:39 +01:00 |
|
|
|
78484c53a4
|
fix indices bug
|
2017-08-22 01:48:42 +01:00 |
|
|
|
1877f1013d
|
fix export blending issue (just disabled blend in equirectangular drawing), and cleanup a bit
|
2017-08-20 21:46:06 +01:00 |
|
|
|
cc146784c1
|
fixing export blending issue
|
2017-08-20 18:00:07 +01:00 |
|
|
|
eee574085b
|
fix layer select after merge, add brush rotation
|
2017-08-20 13:30:28 +01:00 |
|
|
|
ac3857b697
|
fix color picker, add project delete button with message box
|
2017-08-19 12:09:03 +01:00 |
|
|
|
de59ae151c
|
remove unused shaders, fix color blending algorithm in shader
|
2017-08-18 02:01:35 +01:00 |
|
|
|
90ee185dcd
|
fix brush projection to eliminate seams, still problems with big brushes and need to implement erase
|
2017-08-13 16:59:58 +01:00 |
|
|
|
2711d4e9b0
|
fix document naming and file dialogs preset, add touch scroll, flip thumbnail, scroll gesture and wheel for sidebar
|
2017-08-12 18:06:36 +01:00 |
|
|
|
f08fd42a50
|
Merge branch 'master' of https://bitbucket.org/omigamedev/new_engine
|
2017-08-11 19:08:15 +01:00 |
|
|
|
10fecd46b0
|
layer highlight when selected
|
2017-08-11 19:07:48 +01:00 |
|
|
|
c2c046f77e
|
fixes on xcode
|
2017-08-11 08:29:13 +01:00 |
|
|
|
9be2e8e147
|
add save dialog to specify file name
|
2017-08-11 00:04:54 +01:00 |
|
|
|
178c944df1
|
open dialog list files and thumbnail preview
|
2017-08-10 23:43:57 +01:00 |
|
|
|
b218daeb2e
|
fix clear and fill bucket bug
|
2017-08-10 09:19:56 +01:00 |
|
|
|
76b572831f
|
implement layers merge down
|
2017-08-10 09:18:56 +01:00 |
|
|
|
e134ba553d
|
implement frame buffer fetch extension for iOS, change composition on stroke drawing and commit, add rename layer dialog
|
2017-08-09 09:59:39 +01:00 |
|