- Brasil
- https://www.linkedin.com/in/germano-cavalcante-77224867/
- Joined on
2012-10-07
I can confirm the issue. Indeed, this mismatch between the header and the node editor content can be confusing and error-prone.
Thank you for bringing this to our attention, @Shimon-Doodkin.
The error seems to be in the file [sphinx_doc_gen.py](https://projects.blender.org/blender/blender/commits/branch/main/doc/python_a…
Hi @PierreSchiller,
Thank you for reporting this issue. It seems that you are experiencing a similar problem to issue #88953: "Eevee alpha blend mode bug". This issue has already been reported…
Not sure if it is related to the crash, but when open the file in a Debug build, I came across this assert:
BLI_assert failed: D:\BlenderDev\blender\source\blender\blenlib\BLI_array.hh:274,…
I can confirm the issue. It appears that just the presence of the node "Scene Time" triggers an update at each frame.
Thank you for the report. I can confirm the issue. The change of geometry with the Bake node is indeed delayed in the viewport. However, it seems that the wireframe overlay elements are…
Thanks for the info, but unfortunately, this can't be triaged as a complete bug report.
To properly investigate and address the issue, we require the exact steps to reproduce the problem and…
Based on the .blend file provided, it seems that the issue you described is not a bug. The behavior you are observing with the B-spline interpolation is actually the expected behavior.
The…
I'm not sure but does op->py_instance suggest operator is written in python?
Nice catch! The op->py_instance
indeed suggests that the operator involved in the crash is written in Python.…
Connected Only
option not working for proportional editing in edit mode
I can confirm.
I believe the fix should be in createTransGreasePencilVerts
. There it would be necessary to correct tc.data_len
first and then how the TransData are filled in `curve_populate_…
I can confirm the issue. Before crashing, it raises an assert for me:
BLI_assert failed: D:\BlenderDev\blender\source\blender\blenkernel\intern\node_socket_value.cc:198, convert_to_single()…
I can confirm. This was supposed to be already working given #108660: "GPv3: Select pick operator"
Cc. @filedescriptor Ref. #107645 (Selection Operators)
I can confirm.
Cc. @filedescriptor
Probably caused by 7f626e08e1 I'm investigating...