I added tutorials
https://www.youtube.com/playlist?list=P ... sNAeUZ92EG
Search found 153 matches
- Sat Jul 30, 2022 11:46 am
- Forum: Ren'Py Questions and Announcements
- Topic: 3D camera motion, Action Editor, Transform and Image Viewer
- Replies: 91
- Views: 34283
- Sat Jul 09, 2022 9:26 pm
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 8.0.x and Ren'Py 7.5.x prereleases
- Replies: 11
- Views: 4246
Re: Ren'Py 8.0.x and Ren'Py 7.5.x prereleases
Thank you, updating.
Glyph.split and ruby have been still not accessible.
I saved textsupport.pyx with a no change to update timestamps then use "python setup.py install" in ubuntu.
After this, they became to be accessible.
Glyph.split and ruby have been still not accessible.
I saved textsupport.pyx with a no change to update timestamps then use "python setup.py install" in ubuntu.
After this, they became to be accessible.
- Sat Jun 25, 2022 5:20 am
- Forum: Ren'Py Questions and Announcements
- Topic: 3D camera motion, Action Editor, Transform and Image Viewer
- Replies: 91
- Views: 34283
Re: 3D camera motion, Action Editor, Transform and Image Viewer
I updated ActionEditor. I supported Ren'Py8 https://github.com/kyouryuukunn/renpy-ActionEditor3/releases/tag/220625_beta2 *Improve Support loading any order of any TransformMatrix when open editor. menu_props is added in ActionEditor_config.rpy. the properties included in this and any_props are show...
- Thu May 05, 2022 8:08 am
- Forum: Ren'Py Questions and Announcements
- Topic: 3D camera motion, Action Editor, Transform and Image Viewer
- Replies: 91
- Views: 34283
Re: 3D camera motion, Action Editor, Transform and Image Viewer
I updated ActionEditor https://github.com/kyouryuukunn/renpy-ActionEditor3/releases/tag/220505_beta2 AXf4JQVq3v8 add ATL_function.rpy which include some useful functions for function statement in ATL block. allow set function statement in ActionEditor. allow user to add a property in ActionEditor. C...
- Sun Mar 06, 2022 7:25 am
- Forum: Ren'Py Questions and Announcements
- Topic: 3D camera motion, Action Editor, Transform and Image Viewer
- Replies: 91
- Views: 34283
Re: 3D camera motion, Action Editor, Transform and Image Viewer
how to use spline curve in ActionEditor Graphic mode.
- Sat Mar 05, 2022 4:21 pm
- Forum: Ren'Py Questions and Announcements
- Topic: 3D camera motion, Action Editor, Transform and Image Viewer
- Replies: 91
- Views: 34283
Re: 3D camera motion, Action Editor, Transform and Image Viewer
I fixed issue click and drag doesn't work.
220306_beta
https://github.com/kyouryuukunn/renpy-A ... 3/releases
220306_beta
https://github.com/kyouryuukunn/renpy-A ... 3/releases
- Sat Mar 05, 2022 5:01 am
- Forum: Ren'Py Questions and Announcements
- Topic: 3D camera motion, Action Editor, Transform and Image Viewer
- Replies: 91
- Views: 34283
Re: 3D camera motion, Action Editor, Transform and Image Viewer
I updated ActionEditor https://github.com/kyouryuukunn/renpy-ActionEditor3/releases add x, ypan, x, ytile properies change time value and bar during playing allow change time and add a keyframe by click or alternate-click timeline background allow moving images and camera by drag icons add sound key...
- Sat Mar 05, 2022 12:05 am
- Forum: Ren'Py Questions and Announcements
- Topic: [solved]How to get image of any time from video?
- Replies: 2
- Views: 314
Re: How to get image of any time from video?
Thank you for replying, PyTom.
I wanted to support showing Video In my ActionEditor, but it seems difficult.
I wanted to support showing Video In my ActionEditor, but it seems difficult.
- Tue Mar 01, 2022 9:46 am
- Forum: Ren'Py Questions and Announcements
- Topic: [solved]How to get image of any time from video?
- Replies: 2
- Views: 314
[solved]How to get image of any time from video?
How to get image of any time from video? I want to get images of any time from a video in function of Transform. I tested like the folowing code, but Image isn't updated correctly. init: image movie test = Movie(play="test.webm") init python: from copy import deepcopy def test(tran, st, at): movie_d...
- Fri Feb 11, 2022 10:22 pm
- Forum: Ren'Py Questions and Announcements
- Topic: 3D camera motion, Action Editor, Transform and Image Viewer
- Replies: 91
- Views: 34283
Re: 3D camera motion, Action Editor, Transform and Image Viewer
I updated Action Editor https://github.com/kyouryuukunn/renpy-ActionEditor3/releases/tag/220212_beta ActionEditor has many functions and I don't use this by own, so I can't found all issues about ActionEditor. Please, report issues and reproducibility procedure of that when you found that. Issues wh...
- Sun Jan 16, 2022 3:04 pm
- Forum: Ren'Py Questions and Announcements
- Topic: [solved]How to use contains statement in function transform property?
- Replies: 0
- Views: 240
[solved]How to use contains statement in function transform property?
How to use contains statement in function transform property? I used the below code. "sylvie green normal" is shown, but animation of test doesn't work. image test: "sylvie green normal" xpos 0. linear 3 xpos 1.0 repeat def test_func(tran, st, at): box = Fixed() box.add(renpy.easy.displayable("test"...
- Thu Dec 30, 2021 10:54 pm
- Forum: Ren'Py Questions and Announcements
- Topic: 3D camera motion, Action Editor, Transform and Image Viewer
- Replies: 91
- Views: 34283
Re: 3D camera motion, Action Editor, Transform and Image Viewer
Updated new feature *added matrixanchor *added allow_animation_skip variable into ActionEditor_config.rpy. if this and hide_window_in_animation is True, the clipboard data is outputted in skippable format. fixed issues *improved the algorithm for computing rotateXYZ when open ActionEditor. *added th...
- Mon Dec 27, 2021 11:11 am
- Forum: Ren'Py Questions and Announcements
- Topic: 3D camera motion, Action Editor, Transform and Image Viewer
- Replies: 91
- Views: 34283
Re: 3D camera motion, Action Editor, Transform and Image Viewer
updated 8vXLLZhfkcc new function * showing, replacing and hiding Image with the given transition is available. * Added option to hide window during ATL animation in clipboard output data. * Improved the filtering function of the image viewer. * If there is one candidate in the image viewer, the prev...
- Sun Dec 12, 2021 5:02 am
- Forum: Ren'Py Questions and Announcements
- Topic: 3D camera motion, Action Editor, Transform and Image Viewer
- Replies: 91
- Views: 34283
Re: 3D camera motion, Action Editor, Transform and Image Viewer
Updated Action Editor3
Improved Editor Layout
Added matrixtransform property
Added colormatrix property
Added Focusing button which enables camera blur.
Improved Editor Layout
Added matrixtransform property
Added colormatrix property
Added Focusing button which enables camera blur.
- Tue Nov 23, 2021 8:48 am
- Forum: Ren'Py Questions and Announcements
- Topic: Ren'Py 7.4.x Prereleases
- Replies: 47
- Views: 31708
Re: Ren'Py 7.4.x Prereleases
Thank you, Pytom. That problem isn't happened below code in v7.4.11.2228. camera: perspective True gl_depth True scene show eileen vhappy show bg washington but the same problem happens below code: camera: perspective True gl_depth True scene show eileen vhappy: zpos 100 show bg washington