Germano Cavalcante mano-wii
Germano Cavalcante closed issue blender/blender#114646 2023-11-10 01:34:57 +01:00
Custom hotkey to enable navigation while transforming
Germano Cavalcante commented on issue blender/blender#114646 2023-11-10 01:34:54 +01:00
Custom hotkey to enable navigation while transforming

Implemented in 78943edc5d

Germano Cavalcante pushed to main at blender/blender 2023-11-10 01:34:01 +01:00
78943edc5d Transform: Custom modifier to navigate while transforming
Germano Cavalcante commented on issue blender/blender#114646 2023-11-09 21:48:21 +01:00
Custom hotkey to enable navigation while transforming

Originally the "Transform Navigation with Alt" option shouldn't even exist.

It was implemented (and turned On by default) so as not to need to change other shortcuts, such as the Scroll to…

Germano Cavalcante commented on issue blender/blender#114677 2023-11-09 18:33:18 +01:00
BUG

The provided file appears to work. Which object should we delete?

Germano Cavalcante commented on issue blender/blender#114677 2023-11-09 18:30:09 +01:00
BUG

What are the steps to replicate the problem?

Germano Cavalcante commented on issue blender/blender#114678 2023-11-09 18:18:43 +01:00
Docs: Search results in 404

Thanks for the report, @Raimund58. I can confirm the issue.

However, problems with the manual should be reported in the blender-manual

Germano Cavalcante commented on issue blender/blender#114677 2023-11-09 18:10:06 +01:00
BUG

Thanks for the report, @zhangfan.

To better understand the problem, could you please provide more details about the steps you took to reproduce the issue? It would be helpful to know the…

Germano Cavalcante commented on issue blender/blender#114460 2023-11-09 17:41:39 +01:00
Closes / Crashes when selecting Animate or Render

The AMD card Radeon RX 640 is supported as it has Polaris 23 chip that belongs to GCN 4th gen architecture. (https://www.blender.org/download/requirements) Please double-check if the drivers are…

Germano Cavalcante commented on issue blender/blender#114671 2023-11-09 17:02:01 +01:00
Cycles slows down gradually when rendering multiple times(not related to temperature)

Thanks for the report, I can confirm it, although the difference is very subtle: 00:00.03 to 00:00.08 after 5 minutes

This report reminded me of this other one: #112830: Program lags…

Germano Cavalcante commented on pull request blender/blender#114600 2023-11-09 16:37:46 +01:00
Fix #114215: Scanfill sometimes fails to identify holes

I did tests.

The performance is negligible because, in the touched code, 99% of the time is spent in mergepolysSimp. Disregarding this function, the new code (without qsort) is around 2…

Germano Cavalcante pushed to fix_114215 at mano-wii/blender 2023-11-09 16:01:08 +01:00
48b1dfd60f Fix #114215: Scanfill sometimes fails to identify holes
9125848f2a Cleanup: Remove unused pointer to PBVH node
bf8728f99e Cleanup: Remove unneeded extern "C" linkage for C++ code
45cf94904b Fix EEVEE Next panel masking the non-next EEVEE panel
d0ce1ca173 Merge branch 'blender-v4.0-release'
Compare 63 commits »
Germano Cavalcante closed issue blender/blender#114643 2023-11-08 21:37:14 +01:00
Remove target shear not working or not implemented
Germano Cavalcante closed issue blender/blender#114641 2023-11-08 21:25:47 +01:00
OBJ import during render => context is incorrect
Germano Cavalcante commented on issue blender/blender#114641 2023-11-08 21:25:44 +01:00
OBJ import during render => context is incorrect

I can confirm the problem. It happens because the WM_OT_obj_import operator poll requires an active window to, if invoked, open that file selector window.

The problem is that in the context…

Germano Cavalcante closed issue blender/blender#114642 2023-11-08 20:44:57 +01:00
UserPref theme colors ignored to draw UI
Germano Cavalcante commented on issue blender/blender#114642 2023-11-08 20:44:54 +01:00
UserPref theme colors ignored to draw UI

Thanks for the report, however this issue has been reported before, see: #114432: Regression: After clean 4.0 unpack Blender did not grab my theme from 3.6

Will merge reports. Please subscribe…

Germano Cavalcante commented on issue blender/blender#114622 2023-11-08 15:31:50 +01:00
Asset update problem with the Add Menu in Geometry Nodes editor

Thanks for the report, @Arunderan. I can confirm.