Commit Graph

104 Commits

Author SHA1 Message Date
ef5ef5d07e add zip archiver library to compress cubes exporter 2018-06-15 22:45:28 +02:00
559db7d8e9 fix cubes export layers order 2018-06-09 02:09:39 +02:00
4a9ad0212d Merge branch 'master' of https://bitbucket.org/omigamedev/new_engine 2018-06-09 01:40:57 +02:00
fb528f87de implement cubes exporter for web viewer 2018-06-09 01:39:58 +02:00
361374deb0 fix picker which crashed on resolution change, timelapse frame only when draw a stroke 2018-06-05 19:40:27 +02:00
376c6097d2 Merge branch 'master' of https://bitbucket.org/omigamedev/new_engine 2018-05-10 22:36:12 +02:00
2a728b3a07 fix stencil random every stroke and not sample 2018-05-10 22:35:59 +02:00
4f55b477da implement action redo 2018-05-10 22:32:34 +02:00
cdbe2d37b7 fix merge layers with layer opacity 2018-05-10 16:34:43 +02:00
c4f304f7bc fix stroke noise, wet and stencil 2018-05-09 17:02:08 +02:00
f16adb8fcc fix framebuffer read 2018-05-09 12:04:29 +02:00
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