-
-
For v1.0, not every function needs docs. Let's focus on the most useful ones, that'll be part of the initial menu, and add other operators as they get improvements. E.g. the tools that work with marke…
-
https://github.com/GDquest/godot-3-guides/blob/master/contribution-guides/class-reference-styleguide.md
```
You give a number of examples, but it isn't immediately obvious which are good and which…
-
Over the years we have had various issues about the placement of Godot's windows, sometimes contradictory and with partial platform-specific or configuration-bound fixes. All in all it's pretty hard t…
-
See https://github.com/GDquest/Blender-power-sequencer/issues/22
The handler messes up all operators that move the time cursor. It should only be active during playback -> Detect if playback is act…
-
For example, I was testing the `ImportLocalFootage` from `load_files.py` (with the intention of using it and then writing some doc 😄) and at [Line 78](https://github.com/GDquest/Blender-power-sequence…
-
Hello,
I think there's an error in the load_settings() function :
var val = _settings[section][key]
Shouldn't it be :
var val = _config_file.get_value(section,key)
By the way, the "values" …
redam updated
7 years ago
-
Some possible examples to illustrate why redundant and misleading adjectives/adverbs should be avoided.
-----
## Word list
obvious/obviously
simple/simply
basic/basically
easy/easily
actual/a…
-
Operator: gdquest_vse.mouse_cut
Cut mode: trim
Selection mode: smart
Steps:
1. Apply mouse cut on a strip's end frame
Deletes the strip and everything between its start and end frames.
-
Currently all mouse operators floor Blender's float coordinates for the frame and channel.
When you zoom in and want to do precision cuts, sometimes it feels 1 frame off. IIRC the add-on used to ro…