Germano Cavalcante mano-wii
Germano Cavalcante commented on issue blender/blender#115151 2023-11-20 23:21:01 +01:00
ID property's id_type enum is missing the SCREEN type

Thank you for the report, @dairin0d.

I can notice that not all IDs were put into the enum. (Whether it is intentional or an accident, I still need to check). https://projects.blender.org/blende

Germano Cavalcante commented on issue blender/blender#115145 2023-11-20 22:50:27 +01:00
Menu Items slow, after Window resize

Thank you for the report, @Maximilian-Bernhard.

Could you provide a more details on the issue? Which menus specifically can the problem be observed?

Additionally, could you make a quick…

Germano Cavalcante commented on issue blender/blender#115141 2023-11-20 22:29:20 +01:00
Copy-pasting an object with disabled collection dependency between blender instances brings in the formerly disabled collection as enabled

Thank you, @ManBlender, for reporting this issue.

If I understand correctly, when you copy objects from one Blender instance (Blender1) to another (Blender2), you're experiencing two issues:

Germano Cavalcante commented on issue blender/blender#115133 2023-11-20 16:37:42 +01:00
Curve to points node rotation does not fit the curve type

From what I can tell, the problem happens due to interpolation.

Although I can imagine cases where this type of interpolation would be useful, certainly a constant normal following the…

Germano Cavalcante pushed to main at blender/blender 2023-11-20 15:11:06 +01:00
07b5e1bd80 Fix #115153: Snap Base in Camera View crashes Blender
Germano Cavalcante closed issue blender/blender#115153 2023-11-20 15:11:05 +01:00
Snap Base in Camera View crashes Blender
Germano Cavalcante commented on issue blender/blender#115075 2023-11-17 23:42:37 +01:00
Follow Active Quads AssertionError if used via the UV Editor

Can confirm. Happens when calling the 'Follow Active Quads' operator without any faces selected.

Traceback (most recent call last):
  File "D:\BlenderDev\x64-Debug\bin\Debug\4.1\scripts\s…
Germano Cavalcante commented on issue blender/blender#115061 2023-11-17 23:28:50 +01:00
Regression: Python API: Function 'convex_hull_2d' with two points crashes Blender

Although it didn't crash before, apparently the code was already broken in those versions.

Germano Cavalcante closed issue blender/blender#115056 2023-11-17 23:11:02 +01:00
Regression: cmake install error for man page
Germano Cavalcante commented on issue blender/blender#115056 2023-11-17 23:11:00 +01:00
Regression: cmake install error for man page

Thank you for taking the time to bring this issue to our attention. However, build problems are off-topic on the bug tracker as explained by the [submission form](https://projects.blender.org/blend

Germano Cavalcante commented on issue blender/blender#115058 2023-11-17 23:08:56 +01:00
Cannot read 'C:\Users\---\Downloads': Permission denied

Thank you for submitting the bug report @Rigved-Iyer.

But based on your description, the error you are experiencing does not seem to be a bug with Blender, but rather a file system permission…

Germano Cavalcante commented on issue blender/blender#115040 2023-11-17 23:05:28 +01:00
World-level custom properties linked from external file are broken after saving

Thanks for simplifying. I can confirm now.

I noticed that the linked World has 0 Users when opening the file, which is clearly incorrect.

I apologize for any inconvenience caused due to the…

Germano Cavalcante commented on issue blender/blender#114929 2023-11-17 22:53:03 +01:00
Header buttons missing

It appears that two other users are experiencing the same problem. But we still don't have enough information to know what's going on. The suspicion is that it is some addon.

Please open…

Germano Cavalcante closed issue blender/blender#115072 2023-11-17 22:50:27 +01:00
Blender 4.0 Missing Menu Options
Germano Cavalcante commented on issue blender/blender#115072 2023-11-17 22:50:25 +01:00
Blender 4.0 Missing Menu Options

I can confirm, however this issue has been reported before, see #114929. Will merge reports. Please subscribe in #114929 if you want to see further updates

Germano Cavalcante closed issue blender/blender#115052 2023-11-17 22:49:28 +01:00
Missing Options in Header bar linked to importing settings from 3.6
Germano Cavalcante commented on issue blender/blender#115052 2023-11-17 22:49:25 +01:00
Missing Options in Header bar linked to importing settings from 3.6

Seems to be the same issue described in #114929 But as requested in the other:

Could you please provide further details to help diagnose the issue? Specifically, we would need to know if you…

Germano Cavalcante commented on issue blender/blender#115046 2023-11-17 22:43:25 +01:00
Crash when updating Custom Property via PyAPI

Thanks for the report.

The crash happens because the variable default_value here is read but not initialized. https://projects.blender.org/blender/blender/blame/branch/main/source/blender/pyt

Germano Cavalcante commented on issue blender/blender#115043 2023-11-17 22:31:00 +01:00
Realtime compositor: crash when rendering with large render size

I can confirm a crash, but it doesn't happen on the main thread as mentioned in the description:

>	blender.exe!blender::gpu::GLStateManager::image_bind(blender::gpu::Texture * tex_, int…
Germano Cavalcante commented on issue blender/blender#115042 2023-11-17 22:22:48 +01:00
2 Glass materials with same volume absorption combine error.

Thank you for your bug report @Wiettinen,

I can confirm that the result in 3.2 looks much better. Without those shadows.

It is interesting to note that even with the same material configurati…