Block a user
428bbacd4b
Merge branch 'main' into gp3-modifier-conversion-all
e8cd77b415
BLI: make IndexMaskSegment it's own class instead of an alias
e70e9e3cf9
GPU: Report on vertex attribute conversions
e850cca0a7
GPv3: Conversion: Initial animation handling.
6b8a7a17d7
Fix #118600: GPv3: hook modifier looses its object upon file reload
GPv3: Keyframes deleted on move and then crash
The root cause here is the layer API for adding/removing frames. This must be considered an "internal" API because any calls here require manually fixing the user count of drawings. Such user…
GPv3: Keyframes deleted on move and then crash
There seem to be two distinct issues here:
- Transform code for grease pencil keyframes handles selected keys one-by-one and does an implicit de-duplication after each keyframe. Example: list…
GPv3: Keyframes deleted on move and then crash
Not quite the same issue as #118334 i think. In this case the root cause seems to be the GreasePencil::move_duplicate_frames
function.
Lukas Tönne
deleted branch gp3-fix-layer-remove-crash from LukasTonne/blender
2024-02-21 16:01:04 +01:00
GPv3: Crash when removing a layer and then reloading the file
Fix #118334: Missing tags for GPv3 layers to update frames storage
Fix #118334: Missing tags for GPv3 layers to update frames storage
Lukas Tönne
created branch gp3-fix-layer-remove-crash in LukasTonne/blender
2024-02-21 14:11:43 +01:00
cae4f272bc
Wrap calculation of u in a local function to keep it const.
1538a6acad
Merge branch 'main' into gp3-envelope-modifier
e6eecdf614
EEVEE-Next: Voronoi colors are pure emissive
a2a03252c6
Cleanup: remove references to FLUID from point_cache_ui
543194db70
CMake: Add build option to disable experimental features
95bf84a91d
Add conversion for remaining modifiers.
b96150233b
Merge branch 'main' into gp3-modifier-conversion-all
a2a03252c6
Cleanup: remove references to FLUID from point_cache_ui
543194db70
CMake: Add build option to disable experimental features
c409f2f7c6
Compositor: Unify Blur operation across CPU and GPU
150972e805
Conversion for the Length modifier.
400d0fa425
Lattice modifier conversion.
13255ad3e1
Color (aka "Hue/Saturation") modifier conversion.
4c223d3947
Array modifier conversion.