XDzZyq Zyq-XDz
XDzZyq pushed to main at Zyq-XDz/blender 2024-04-02 10:18:38 +02:00
16a1c2e33f Fix error copying a grease pencil strokes fill opacity
cbee0f5477 cppcheck: update the checking utility to resolve issues in source/
97d93c7e33 GHOST/Wayland: pass in null when the cursor theme isn't set
03d728e281 Cleanup: improve type checking in project_source_info.py
cf1849aedb Fix string formatting in git_log_review_commits_advanced dev tool
Compare 31 commits »
XDzZyq pushed to compositor-vector-math at Zyq-XDz/blender 2024-03-30 14:32:32 +01:00
XDzZyq created branch compositor-vector-math in Zyq-XDz/blender 2024-03-30 14:32:32 +01:00
XDzZyq pushed to main at Zyq-XDz/blender 2024-03-30 14:07:53 +01:00
8d12c58f2c Docs: Use reference links when possible when linking to other API
7b4fa19fca Docs: Python: Add copy button to code blocks
d7c718dfd4 GPv3: Texture offset modifier
6dfb1cdf22 Fix: Crash/Assert in the pusleaudio lib when pausing playback
47ced73952 UI: Rename VCols to Color Attributes in edit mesh operators
Compare 1171 commits »
XDzZyq pushed to main at Zyq-XDz/blender 2024-03-30 14:02:54 +01:00
b099108178 Merge branch 'blender-v4.1-release'
d5598838a2 Fixes for operator preset cleanup utility
d39998318f Merge branch 'blender-v4.1-release'
08e0b35b31 Fix C-style formatting characters shown in operator reports
860f3ed794 Geometry Nodes: Add volume grid conversion nodes
Compare 50 commits »
XDzZyq commented on issue blender/blender#120069 2024-03-29 17:36:21 +01:00
No vector operation in Compositior Mode

@mod_moder Yes, I knew where to make a feature request, but this feature has been asked several times on Right-Click Select, and no news about it anymore (though the development status is open).…

XDzZyq commented on issue blender/blender#120069 2024-03-29 17:07:43 +01:00
No vector operation in Compositior Mode

This issue is more like a Feature Request. But I've checked it on Right-Click Select, this feature has been asked since 3 years ago (https://blender.community/c/rightclickselect/Fdhbbc/) 😂. I'm…

XDzZyq opened issue blender/blender#120069 2024-03-29 17:04:06 +01:00
No vector operation in Compositior Mode
XDzZyq pushed to main at Zyq-XDz/.profile 2024-03-17 03:23:46 +01:00
083d7193c6 Update reports/2024.md
XDzZyq pushed to main at Zyq-XDz/.profile 2024-03-17 03:23:27 +01:00
9a9fcbda94 Update reports/2024.md
XDzZyq pushed to main at Zyq-XDz/.profile 2024-03-06 12:02:18 +01:00
80a73f9916 Update README.md
XDzZyq created pull request blender/blender-manual#104721 2024-03-01 07:03:45 +01:00
Curves Sculpting: New brush properties
XDzZyq pushed to main at Zyq-XDz/blender-manual 2024-03-01 06:57:39 +01:00
8844d7c31f Curves Sculpting: New brush properties
XDzZyq created repository Zyq-XDz/blender-manual 2024-03-01 05:40:39 +01:00
XDzZyq commented on issue blender/blender#118832 2024-03-01 05:33:19 +01:00
Noise texture poor precision in Green and Blue color channels
 #define NOISE_FRACTAL_DISTORTED_3D(NOISE_TYPE) \
 ...
  value = NOISE_TYPE(p, detail, roughness, lacunarity, offset, gain, normalize != 0.0); \
  color = vec4(value, \
              …
XDzZyq pushed to main at Zyq-XDz/blender 2024-02-28 02:37:30 +01:00
f04bd961fd UI: Manage Unused Data Operator
6872963e4f Fix #118748: Geometry Nodes: Skip any processing of string attributes
96dc7a48ef Cleanup: Use C++ style cast, use standard variable name
d6f76c0889 Fix: Add versioning for recently added curves sculpt radius interpolation
849279b8f1 Cleanup: Collapsible brackets in macros
Compare 1857 commits »
XDzZyq pushed to main at Zyq-XDz/.profile 2024-02-28 01:41:46 +01:00
35320312ae Update reports/2024.md
XDzZyq commented on pull request blender/blender#118339 2024-02-28 01:27:47 +01:00
Sculpt: Initialize hairs with custom radius

Hi @JoseConseco, thanks for your idea,

This mean that first new strands will be added with radius attribute of 0.

To prevent extra memory usage, if adius attribute does not exits at…

XDzZyq pushed to custom-hair-radius at Zyq-XDz/blender 2024-02-27 17:33:23 +01:00
7dd4bbf695 small fixes
XDzZyq pushed to custom-hair-radius at Zyq-XDz/blender 2024-02-27 17:21:24 +01:00
afc669348c Sculpt: revised