Juanfran Matheu jfmatheu
  • Joined on 2019-06-08
Juanfran Matheu deleted branch tool-modal-keymap-draw-with-poll-check from jfmatheu/blender 2023-08-25 13:46:32 +02:00
11562dbdd0 Update source/blender/windowmanager/intern/wm_event_system.cc
c5ee272295 poll check
c1705d1980 Delete source/blender/windowmanager/intern/wm_event_system.cc
Juanfran Matheu created branch tool-modal-keymap-draw-with-poll-check in jfmatheu/blender 2023-08-25 13:29:12 +02:00
Juanfran Matheu opened issue blender/blender#110235 2023-07-18 10:42:50 +02:00
Crash with bpy.ops.uv.pack_islands()
Juanfran Matheu commented on issue blender/blender#98676 2023-05-26 11:39:13 +02:00
Paint Mode: Brush Radius VS Brush Size

@recatek If this one is made (move from radius to diameter), it would be possible to have 1px brush size which is helpful for pixel art, BUT still would require an option to disable AA and an…

Juanfran Matheu created pull request blender/blender#107250 2023-04-22 22:12:13 +02:00
PythonAPI: expose 'GPU_polygon_smooth' to the 'gpu' Python module
Juanfran Matheu pushed to pygpu-polygon-smooth at jfmatheu/blender 2023-04-22 18:15:22 +02:00
339c99b1aa polygon_smooth_set method for gpu Python module
a9f02cd8d8 Geometry Nodes: add map from bsocket index to lf socket index
1e81e27557 Cleanup: use hash value that fits into int to fix compile error
8523e361e8 BLI: use decay_t to determine type to hash
8e967cfeaf Mesh: Cache loose vertices
Compare 10 commits »
Juanfran Matheu created branch pygpu-polygon-smooth in jfmatheu/blender 2023-04-22 18:15:22 +02:00
Juanfran Matheu pushed to node-remove-link-callback at jfmatheu/blender 2023-04-07 17:58:42 +02:00
64015f35d1 Merge branch 'main' into node-remove-link-callback
44d5a894c1 Fix #106667: Cycles: Multi-device denoise runs denoising data passes
ade103d7b8 Depsgrpah: Fix 'use after free' invalid access to stored keys names.
4ab7bb5b1f Fix : Show 'Exit group' menu entry also for non group nodes.
75c0e808b8 Fix #106103: Resolve texture paint selection in Metal
Compare 355 commits »
Juanfran Matheu pushed to node-remove-link-callback at jfmatheu/blender 2023-03-22 13:43:11 +01:00
23d9749118 Add remove_link callback for custom node editors.
95a4049633 Cleanup: Unused private fields
7c952d6d15 Cleanup: Avoid unused includes in EnumerableThreadSpecific header
ad96939a66 Fix warning in points to volume node
69ba34fa21 Merge branch 'blender-v3.5-release'
Compare 262 commits »
Juanfran Matheu commented on issue blender/blender#104911 2023-03-16 20:47:51 +01:00
GPU: Add gpu.state.scissor_set/gpu.state.scissor_reset

@Jeroen-Bakker It doesnn't work, it gets the parameters as a tuple and then fails in PyC_ParseBool

Probably by changing from this:

{"scissor_test_set",
     (PyCFunction)pygpu_state_scis
Juanfran Matheu pushed to node-remove-link-callback at jfmatheu/blender 2023-03-13 16:40:11 +01:00
27f58e7e5c Merge branch 'main' into node-remove-link-callback
097492b326 Merge remote-tracking branch 'origin/blender-v3.5-release'
6e4bcb7c87 Fix #100659: "Add F-Curve Modifier" applies only to Active F-Curve
2ae9526cd9 Cleanup: Small changes in Mesh BMesh conversion
0fe0db63d7 Mesh: Optimize BMesh to Mesh conversion with UV maps
Compare 23 commits »
Juanfran Matheu pushed to addon-disable-with-cython-compiled at jfmatheu/blender 2023-03-12 18:44:53 +01:00
fca76cddb2 update
Juanfran Matheu pushed to addon-disable-with-cython-compiled at jfmatheu/blender 2023-03-12 17:01:54 +01:00
e2030fbc33 Fix: Add missing default versioning for retopology overlay color
adfffb7d32 Fix: normalize matrix before converting to euler
Compare 2 commits »
Juanfran Matheu created branch addon-disable-with-cython-compiled in jfmatheu/blender 2023-03-12 17:01:53 +01:00