Search found 162 matches

by akakyouryuu
Fri Mar 29, 2024 12:04 pm
Forum: Ren'Py Questions and Announcements
Topic: 3D camera motion, Action Editor, Transform and Image Viewer
Replies: 102
Views: 722617

Re: 3D camera motion, Action Editor, Transform and Image Viewer

Hello birctreel.

Does that problem happen after removing ActionEditor files?

The clipboard result of ActionEditor3 includes just ATL.
You should report to Ren'Py(https://github.com/renpy/renpy).
by akakyouryuu
Fri Jan 26, 2024 5:30 am
Forum: Ren'Py Questions and Announcements
Topic: 3D camera motion, Action Editor, Transform and Image Viewer
Replies: 102
Views: 722617

Re: 3D camera motion, Action Editor, Transform and Image Viewer

That is not bug, but a specification. The clipboard contents are intended to be pasted after the place where ActionEditor was opened on. In your case, Editor assumed the image inherits original image properties(x, yanchor). But it was shown in the wrong position because the original image hadn't bee...
by akakyouryuu
Thu Jan 25, 2024 9:49 am
Forum: Ren'Py Questions and Announcements
Topic: 3D camera motion, Action Editor, Transform and Image Viewer
Replies: 102
Views: 722617

Re: 3D camera motion, Action Editor, Transform and Image Viewer

>Gabmag
I couldn't confirm that issue.
What is Ren'py and ActionEditor version?
In addition, show image definition and sample codes.
by akakyouryuu
Sun Jan 14, 2024 10:56 am
Forum: Ren'Py Questions and Announcements
Topic: 3D camera motion, Action Editor, Transform and Image Viewer
Replies: 102
Views: 722617

Re: 3D camera motion, Action Editor, Transform and Image Viewer

I added beta version.
This version have layer tab and allow camera to be used per layer.

https://github.com/kyouryuukunn/renpy-A ... tag/240114
by akakyouryuu
Sat Dec 23, 2023 8:26 am
Forum: Ren'Py Questions and Announcements
Topic: Real time preview test in Ren'Py
Replies: 1
Views: 1829

Real time preview test in Ren'Py

I write a code for communication between Ren'Py and an editor. This is mainly intended to do real time preview in Ren'Py like lightvn The result is more smooth than I thought but I don't know whether it is actually available for the real project which have bigger files than the_question's. Wf6O4PFkL...
by akakyouryuu
Mon Jan 23, 2023 7:20 am
Forum: Ren'Py Questions and Announcements
Topic: How to get the given time displayable?
Replies: 5
Views: 2685

Re: How to get the given time displayable?

I developping GUI viewer and want to show the state at a specific time in the animation displayable. In the above sample, I want to show the state at 0.5s in "anchor". But result is the state at 0.0s. image anchor: "target2.png" block: rotate 360.0 linear 2.0 rotate 0.0 repeat
by akakyouryuu
Sun Jan 22, 2023 2:54 am
Forum: Ren'Py Questions and Announcements
Topic: How to get the given time displayable?
Replies: 5
Views: 2685

How to get the given time displayable?

How to get the given time displayable? The following code is designed to display an image at a specified time. I overwrite displayable.render but the result is not an image at the specified time. image anchor: "target2.png" block: rotate 360.0 linear 2.0 rotate 0.0 repeat label start: &quo...
by akakyouryuu
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: 10381

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.
by akakyouryuu
Sat Jun 25, 2022 5:20 am
Forum: Ren'Py Questions and Announcements
Topic: 3D camera motion, Action Editor, Transform and Image Viewer
Replies: 102
Views: 722617

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...
by akakyouryuu
Thu May 05, 2022 8:08 am
Forum: Ren'Py Questions and Announcements
Topic: 3D camera motion, Action Editor, Transform and Image Viewer
Replies: 102
Views: 722617

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...
by akakyouryuu
Sun Mar 06, 2022 7:25 am
Forum: Ren'Py Questions and Announcements
Topic: 3D camera motion, Action Editor, Transform and Image Viewer
Replies: 102
Views: 722617

Re: 3D camera motion, Action Editor, Transform and Image Viewer

how to use spline curve in ActionEditor Graphic mode.