blender/scripts/presets
Falk David 7e87435cf4 GPv3: Initial drawing tool
This PR implements an initial drawing tool that can already be used for testing.
While this is not fully feature complete (compared to the current grease pencil draw tool) the following is already implemented:

* Pressure support for radius and opacity.
* Material color and vertex color support.
* New active smoothing algorithm based on curve fitting.
* Simplify algorithm as a post-process step.

Some deliberate limitations include:
* The drawing plane is always the front plane. Drawing on surfaces is also not supported.
*

The current approach has not been optimized for performance yet. The goal was to have a straightforward implementation
first and then focus on performance later.

There are numerous parameters in the code that are hard-coded for now. These should be exposed at some point, potentially as user settings.

Pull Request: https://projects.blender.org/blender/blender/pulls/110093
2023-10-06 10:49:54 +02:00
..
camera Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
cloth Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
cycles Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
ffmpeg Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
fluid Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
framerate Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
gpencil_material Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
hair_dynamics Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
interface_theme Fix #112032: Theme: Wrong colors editing list items 2023-09-15 13:00:05 +02:00
keyconfig GPv3: Initial drawing tool 2023-10-06 10:49:54 +02:00
operator/wm.collada_export Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
render Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
safe_areas Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
text_editor UI: make external text editor presets upper case 2023-08-01 15:53:32 +02:00
tracking_camera Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
tracking_settings Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00
tracking_track_color Re-design of submodules used in blender.git 2023-02-21 16:39:58 +01:00