query
stringlengths
129
102k
neg
sequence
pos
sequence
'Make Single User' from the 'Operator Search' doesn't work in a new session Operating system: Linux-5.0.0-36-generic-x86_64-with-debian-buster-sid 64 Bits Graphics card: GeForce GTX 670/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 390.129 Broken: version: 2.82 (sub 1) Worked: (optional) There are several ways to execute the*'Make Single User'*operator: from the *'Operator Search'* menu, from the menu *Object > Relations > Make Single User > Object & Data*, via Python... But somehow it doesn't seem to work in a*new session* via 'Operator Search' > 'Make Single User' **UNLESS** you execute it first through any of the other methods (*new sesion:* when you close and open Blender). - Open Blender > New fresh default file. - Duplicate default cube once or more times with ALT + D (so all the cubes share the same **object data**). Now we have 2 or more cubes *linked.* # With all cubes selected *> 'Operator Search' > 'Make Single User' > 'Selected Objects'* ``` ``` **Expected behaviour:** All the cubes now have unique*object data* (one cube has a *'Cube'*mesh data, another has*Cube.001, Cube.002* and so on). **Current Behaviour:** All the cubes still **remain linked** and share the same *object data* (they share the same 'Cube' mesh data and not unique *'Cube.001', 'Cube.002'...* each one). **BUT:** Don't know if this helps but the 'Operator Search' > 'Make Single User' operator **works as expected** by following these steps: - Open Blender > New fresh default file. - Duplicate default cube once or more times with ALT + D. - With all cubes selected *> 'Object' > 'Relations' > 'Make Single User' > 'Object Data' > 'Selected Objects'* - The operator works as expected: all the cubes have now unique object data (*Cube, Cube.001, Cube.002...*). # After this the *'Operator Search' > 'Make Single User'* method **works fine always** as expected (in this current session). So it works from now on with any objects or even using **UNDO** and try it again **with the same cubes**. If you close Blender, open another file, revert, etc... this unexpected behaviour remains and the *'Operator Search' > 'Make Single User'* method doesn't work as described.
[ "Disabled Selectability: it is still possible to enter other modes (The new Switch Objects operator, py API, ...) - should this be prevented?\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 980/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 452.06\n\nBroken: version: 2.91.0 Alpha\n\nAfter trying the new Switch Objects operator in Sculpt Mode and Edit Mode, I noticed that the operator completely ignores if an object has Disable Selection active or not in the Outliner.\n[Desktop 2020.09.19 - 22.58.16.01.mp4](Desktop_2020.09.19_-_22.58.16.01.mp4)\n\n1. Have two separate objects in your scene. Go into Sculpt Mode or Edit Mode with one object.\n2. Use Disable Selection in the Outliner on the object you are not selecting in Sculpt Mode/Edit Mode.\n3. Click on the object that uses Disable Selection. You will be able to select it regardless.", "Restore default value operator removes redo panel\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.11\n\nBroken: version: 3.6.0\nWorked: 3.4.1\n\nWith user installed add-ons (sometimes Blenders own operators too) if the user tries to reset a value by RightMouseClick / \"Reset To Default Value\", the redo panel closes.\n\n1) Activate the user installed add-on\n2) Change a value\n3) RMB on the property from redo panel, select \"Reset To Default Value\"\n\nThis will close the panel and end the active add-on (may not happen on first attempt)\n\nYouTube video at the link:\n4woEVTFSrtw\n\n", "ID Deduplication on Append - UX \nThis task is about which behavior should be default when linking/appending IDs, and assets, and how much/how users should be able to customize those behaviors.\n\nNOTE: Currently this is mostly listing topics to be discussed. This is also a first pass, there are likely many more use cases/topics to be discussed.\n\n# Problem\nCurrently, when appending a data-block, Blender appends (i.e. link and make local) the ID and all of its dependencies.\n\nThis means that if a single object in appended ten times, you will get ten copies of the object, but also of its meshes, materials, animations, etc.\n\nThis behavior may be fine in some cases, but not in others.\n\n# Default Behaviors\n## Generic Considerations\nTo avoid having many copies of the same ID, the first appended copy needs to be re-used for the subsequent appends.\n# Do we always re-use that ID, even if it has already been modified by the user locally?\n *Think first appended ID should always be re-used, reliably detecting modified IDs compared to linked one is possible, but tricky and not very efficient (RNA diffing)... There could be a mechanism though to break that reference such that next append creates a new copy of it.* **No diffing.** User has ways to make an existing local ID not re-usable anymore, and to force not re-using an ID when appending again. \n# ~~Could we use the UserPreferences settings for data copying, to decide which ID types we systematically create new copies for, and which ID types we try to re-use previously appended ID?~~\n\n## Specific Cases\nHere is a list of different use cases, possible behaviors being:\n* Link.\n* Append (Link + Make Local, aka new copy).\n* Re-use of previously appended local ID.\n\n### Append Material\n| Data type | DEFAULT | Alternative Behavior 1 |\n| --- | --- | --- |\n| Material itself: | re-use | *duplicate* |\n| Image: | NA | re-use |\n| Node groups: | NA | *duplicate* |\n| Actions: | NA | *duplicate* |\n\n### Append Object\n| Data type | DEFAULT | Alternative Behavior 1 |\n| --- | --- | --- |\n| Object itself: | *duplicate* | *duplicate* |\n| Obdata: | re-use | *duplicate* |\n| Actions: | re-use | *duplicate* |\n| Materials: | re-use | Apply Materials Rules ? |\n\n### Append Collection\n**Collection itself:*** In case of Empty-based instantiation:\n***In case of ViewLayer-based instantiation:** Object: *same as above for Object case?*\n\n# User Customization\n## Change behavior in UserSettings\nShould user be able to change default behavior in user settings, or only on a case-by-case basis when actually linking/appending IDs or assets?\n\n## Change Behavior in Asset/File browsers\nShould user be able to toggle options like \"Link everything\", or \"Never deduplicate\" ? etc.\n", "Boolean modifier: Self Intersection fails when mesh object is same for both operand types\nOperating system: Win10 (21H1 19043.1348)\nGraphics card: GeForce 1080Ti (496.76)\n\nLatest 3.0 (December 02, 02:20:21 - 9cec9b4d6e33)\n\nOperand type `collection` did not consider `self intersection` with certain condition.\nIt fails when mesh object is same for both operand types\n\n- Open .blend file\n- Change operand type to `Object`\n- Uncheck `Self Intersection`\n- Switch back to `Collection\n\nTest File:\n[boolean.blend](boolean.blend)\n[2021-12-03 13-50-41.mp4](2021-12-03_13-50-41.mp4)", " Verts/Faces instantiation recursion: child items reappear if they are collection instances\nOperating system: kubuntu\nGraphics card: nvidia\n\nBroken: 2.82a - 2.90.1\nWorked: I don't think it did in the 2.8 series\n\n\nThe lower plane is the face-instancer of a blue sphere, and a collection instance that consists only of the peg (the one to the right). When the plane gets instantiated, the sphere is hidden (as expected) but the collection instance of the peg appears.\n\n![rendered.png](rendered.png)\n\n![viewport.png](viewport.png)\n\n[instantiating-a-collection-vs-object.blend](instantiating-a-collection-vs-object.blend)", "updates to the Purge operator in the Outliner\nThe Purge unused IDs operator has been updated recently (2718ea80d2), it can now recursively delete all unused IDs, including indirectly unused ones, and also only affect linked or local data.\n\nThis is fully exposed in the `File -> Clean Up` menu, but the Outliner `Orphaned` view still only have one button with default (old) behavior.\n\nOptions are:\n- Keep things as they are.\n- Keep a single button, but change its behavior to `recursive purge`.\n- Change it to a menu with same options as in `File` cleanup menu.\n- Others?\n\n", "Scaling in edit mode with individual origins and snapping activated is broken\nWin7 x64\n\nBroken: 2.76\n\nFollowing #39161. Scaling in edit mode works well with \"median\" as pivot point but with \"individual origins\" it breaks.\n\n\nIn attached file:\nScale and choose a vertex with \"ctrl\" pressed, cube seems to disappear.\nTo compare, press \"G\" and choose a vertex for snap, the cube's center is moved as a cube (also individual origins could make all selected verts move to that position making a point instead of a cube?) to that vertex.\nScale with \"median\" as pivot, it works\n[bug scale individual origins.blend](bug_scale_individual_origins.blend)\n\nSo maybe to make it consistent, make \"individual origins behave like median.\n", "Decide how to handle collection instancing or linked data\nCurrently, dropping collections always creates a collection instance. This should be optional somehow, there are valid usages for both cases. Should it just be an option of the drop operator? So users could change it after dropping. (May be annoying when dropping heavy collections from external libraries, which can take a moment.)\n\nSimilarly, some users seem to expect that object data is linked by default. This is already an option of the drop operator (disabled by default). However it seems like they actually expect that data is a new \"instance\", rather than a full copy. This could mean either de-duplicating already existing data (so that dropping the same material asset onto 10 objects doesn't create 10 local materials), or linking data rather than appending.", "bpy.ops.constraint.apply crashes when owner='BONE' and in object mode\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.94\n\nBroken: version: 3.4.1\nWorked: unknown\n\nThe bpy.ops.constraint.apply operator crashes blender when targeting a bone constraint while in object mode. The attached blender file reliably causes the crash. It also seems to crash in pose mode at times, but I've so far been unable to recreate this in a small example file. See also [#97640](T97640) where a crash relating to the operator being used on objects has seemingly been fixed between 3.1.2 and 3.2\n\nto recreate simply open the blender file and run the script.\n[apply_bone_constraint_crash.blend](apply_bone_constraint_crash.blend)\n[apply_bone_constraint_crash.crash.txt](apply_bone_constraint_crash.crash.txt)\n\n", "Running a script that registers an operator from the same operator crashes\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1650/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.94\n\nBroken: version: 3.5.1\n\nIf you execute an `bpy.ops.text.run_script()` through the operator through the panel in a Text editor, then blender crashes.\n\nP.s. maybe it's my fault and I did something wrong, but is blender supposed to crash?\n\nCopy the script or download the file:\n```Py\nimport bpy\n\nclass Op(bpy.types.Operator):\n bl_idname = 'op.op'\n bl_label = \"Op\"\n def modal(self, context, event):\n bpy.ops.text.run_script() # <------- here -------\n return {'FINISHED'}\n def invoke(self, context, event):\n context.window_manager.modal_handler_add(self)\n return {'RUNNING_MODAL'}\n\nclass Panel(bpy.types.Panel):\n bl_idname = 'Panel_PT_Panel'\n bl_label = \"Panel\"\n bl_space_type = 'TEXT_EDITOR'\n bl_region_type = 'UI'\n bl_category = 'Text'\n def draw(self, context):\n self.layout.operator(Op.bl_idname, text='Click me')\n\n\nclasses = (Op, Panel)\n\ndef register():\n for c in classes:\n bpy.utils.register_class(c)\ndef unregister():\n for c in reversed(classes):\n bpy.utils.unregister_class(c)\n\nif __name__==\"__main__\": register()\n```\n\n", "Causing other objects to be named .001 doesn't immediately update the Viewport Name Display\nI found this in 3.0.0 but happens the same in 3.1.0.\n\nWhen you turn on Viewport Name Display:\n![image.png](image.png)\n\nAnd then you rename a new object the same as object that was already in the scene:\n![image.png](image.png)\n\nThe name of the original doesn't update until you somehow \"touch\" the object by moving it, entering Edit Mode etc.\n\nIt doesn't get fixed by simply affecting something else.\n\nIn the .blend you need to select the object with name \"Plane.001\" and rename it to \"Plane\" then the object on the left stays named as Plane until you somehow affect it.\n[Bug-ViewportDisplayName.blend](Bug-ViewportDisplayName.blend)", "'Show Instancer' option for Viewport hides the mesh in edit mode\nOperating system: Linux-5.7.8-200.fc32.x86_64-x86_64-with-fedora-32-Thirty_Two 64 Bits\nGraphics card: GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 440.100\n\nBroken: version: 2.90.0 Alpha\nWorked: Never\n\nWhen using either Face or Vertex duplication on meshes, turning off `Show Instancer` in the Instancing settings (Object Properties) hides the parent object.\nThe problem is when you enter edit mode. Both the instancer and the instances are invisible.\nOne solution could be to unhide the instancer.\n\n - Open attached file\n - Uncheck 'Show Instancer' for Viewport\n # In the 3D View, press tab or otherwise enter editmode\n\nYou now are editing an invisible mesh - since we can select and edit the mesh, it would be much, much friendlier to allow editing, as the user probably expects this, by showing the mesh just in edit mode - it could be wireframe only or semitransparent, to indicate that it's hidden in object mode.\n\n(This may be considered an enhancement or a bug - at the very least it feels like a lack of polish in the interface, but it would be extremely befuddling to some users should they find themselves in this state.)\n[instancer_bug.blend](instancer_bug.blend)\n\n", "Select Interior Faces is not working\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA RTX A4000/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 528.24\n\nBroken: version: 4.0.0 Alpha\nWorked: \n\nthe operator \"select > select all by trait > interior faces\" is not working at all. Honestly I've never used this operator, so I'm not sure of how it should behave, but it doesn't do anything even with the simplest geometry. I tested it in 3.5 and 4.0 Alpha; I can't test it on other releases at the moment because of company installation restriction\n\nthe file attached is just a cube inside another cube in the same object\n\n", "Datablocks can't be duplicated everywhere, because trick with fake user no longer works\nOperating system: Windows-10-10.0.17134 64 Bits\nGraphics card: Intel(R) HD Graphics 4600 Intel 4.3.0 - Build 20.19.15.4454\n\n\nBroken: version: 2.80 (sub 72)\nWorked: (optional) 2.79b\n\n\nThe MCE or tracker, should allow you to duplicate the clip asset so that you can attach other tracker bundles. In 2.8 it does not allow you to create more instances.\n\nHowever I was able to make a duplicate of a Movie Clip which is reflected in its datablock. I opened a legacy tracking project from 2.79b. It had some duplicated clips already. Once this function (multiple instances) is activated I am able to duplicate them more by using the counter buton next to the Clip name in the MCE.\n\n[Please describe the exact steps needed to reproduce the issue] Make a project in 2.79 with multiple instances of a Movie Clip then open it in 2.8. The number indicator appears. Otherwise opening a movie clip in 2.8 it does not.\n[Based on the default startup or an attached .blend file (as simple as possible)] Find the .blend of a project with extra Movie Clip instances attached{[F7091277](broken_MCE_clip_users.blend)}\n\n", "Cycles dupli object baking issues\nnvidia g880m\n\nBroken: blender-2.73-d56c9fb-win64\nWorked: (optional) probably never\n\nwhen assigning object as duplis to some mesh, and then trying to bake these duplis to another mesh, duplis appear black. But in normals mode, it works, so they are there, just without material or something.\nAlso, you can see that the duplis are there actually twice, one offset quite strongly. In some other file, I got them also four times...\n\n\n[bakebug.blend](bakebug.blend)\nopen the file, hit bake. \nthe group of objects in the ceter bakes to the cube.\n\nalso, you can see another group of objects, where duplis have been made \"real\" and it works well, it's group of objects called \"fine\", baking to the cube works well with seemingly same meshes.\n" ]
[ "Give Make Single User sensible defaults\nBroken: version: 2.83 master b59adcaa368\n\nDescription:\nA `make single user operation` should at least do something when activated. Reasonable default options should be set. I included a diff with suggested reasonable options.\n\nSteps:\nOpen Blender > New fresh default file.\nDuplicate default cube once or more times with ALT + D (so all the cubes share the same object data). Now we have 2 or more cubes linked.\nWith all cubes selected > 'Operator Search' > 'Make Single User' > 'Selected Objects'\n\nExpected:\nUnlinked Objects\n\nActual:\nNo operation\n\nDiff:\n\n```\ndiff --git a/source/blender/editors/object/object_relations.c b/source/blender/editors/object/object_relations.c\nindex f9e2a2b8a1a..1c036f44cdf 100644\n--- a/source/blender/editors/object/object_relations.c\n+++ b/source/blender/editors/object/object_relations.c\n@@ -2656,8 +2656,8 @@ void OBJECT_OT_make_single_user(wmOperatorType *ot)\n /* properties */\n ot->prop = RNA_def_enum(ot->srna, \"type\", type_items, MAKE_SINGLE_USER_SELECTED, \"Type\", \"\");\n\n- RNA_def_boolean(ot->srna, \"object\", 0, \"Object\", \"Make single user objects\");\n- RNA_def_boolean(ot->srna, \"obdata\", 0, \"Object Data\", \"Make single user object data\");\n+ RNA_def_boolean(ot->srna, \"object\", 1, \"Object\", \"Make single user objects\");\n+ RNA_def_boolean(ot->srna, \"obdata\", 1, \"Object Data\", \"Make single user object data\");\n RNA_def_boolean(ot->srna, \"material\", 0, \"Materials\", \"Make materials local to each data-block\");\n RNA_def_boolean(\n ot->srna, \"animation\", 0, \"Object Animation\", \"Make animation data local to each object\");\n```" ]
Smooth Shade doesn't work when Operating system: Graphics card: Broken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen) Based on the default startup or an attached .blend file (as simple as possible).
[ "It says when I try to put my render into the downloads file permission denied can somebody help?\nOperating system: ?\nGraphics card: ?\n\nBroken: ?\nWorked: ?\n\n?\n\n?", "Dissolving edge doesn't work as expected\nOperating system: Windows 10\nGraphics card: RTX 2070 SUPER\n\nBroken: 3.2.1\nWorked: not sure\n\n\nDissolving edges doesn't work as expected.\n\n![Screenshot (23).jpg](Screenshot__23_.jpg)\n\n![Screenshot (24).jpg](Screenshot__24_.jpg)\n\n[untitled.blend](untitled.blend)", "Geometry instances cannot mix with other instancing\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12\n\nBroken: version: 3.1.0 Alpha\nWorked: 3.0 alpha\n\n\n\n[cant scatter.blend](cant_scatter.blend)\n[2021-11-02 19-08-07.mp4](2021-11-02_19-08-07.mp4)\n\n", "Regression: Ambient Occlusion causes shading artifacts\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 462.31\n\nBroken: version: 2.93.1\nWorked: 2.91, 2.92\n\n Under lookdev mode, when object has \"alpha blend\" turned on in the shader, \"ambient occlusion\" with \"bent normal\" option enabled will cause shading artifact that looks like the object is shading flat. ![EeveeBug_293_AO_Alphablend.PNG](EeveeBug_293_AO_Alphablend.PNG)\n\nSwitch the scene to lookdev mode. \nCreate a UV sphere\nShade it smooth\nTurn on Ambient Occlusion and make sure \"Bent Normals\" is checked. \nAssign a material to the sphere. \nUnder the material settings turn on \"Alpha Blend\". \nNow the object will look like it's shaded flat/without smoothing. \n\n[Eevee_bug_scene.blend](Eevee_bug_scene.blend)\n\n", "Can't display .blend thumbnail in the Windows explorer\nwindows 7 64 bit\n\nBroken: blender 2.75a c27589e\n\nCan't display .blend thumbnail in the Windows explorer!\n\nboth v2.75 and 2.75a all can't display .blend thumbnail in the windows explorer! I have install and uninstall again and again ,it's still don't display thumbnail. \n", "Bug with environment texture\nOperating system: Windows 10\nGraphics card: Nvidia GeForce RTX 3050 Laptop GPU\n\n3.6.2\n\nAfter I checked and unchecked \"Open Shading Language\" checkbox Blender crashed, after that I opened my project and turned rendered viewport the environment texture become a one solid color, and as I was rotating my camera it was changing the color.\n\nBased on an attached .blend file you can go to the Render viewport and take a look at this error.\n\n", "My blender doesnt open\nOperating system: Windows 10\nGraphics card: ?\n\n\nBroken: 3.6.2 LTS\nWorked: ?\n\n\nWhenever I try to open blender a Pop up appears saying \" No se pudo inicia la aplicacion;la configuracion en paralelo no es correcta.Consulte el registro de eventos de la aplicacion o use la herramienta sxstrace.exe para obtener mas detalles\"\n\nI have no idea, the one thats dowloaded by ZIP, i have already tryed this by the installer and the same problem\n\n\nWay literally, download blender and try to open it\nBased on the default startup or an attached .blend file (as simple as possible).\n\n", "Black artefact when mixing transparency and glass at a certain ratio\nOperating system: WIn 10\nGraphics card: GTX 1080\n\n2.92\n\nBlack artefact appear on flatter surfaces when mixing 99.9% transparent and 0.1% glass shaders. Glass should be rough. \n\nMake a cube, switch to Cycles, add material, add Glass and Transparent Shaders, Mix them together, put factor on 0.999, increase Glass roughness, depending on roughness a entirely black circle will appear on the cube when viewed straight on. \n\n[TransBug.blend](TransBug.blend)", "Render will not load anything but a cube silhouette in a new untouched file\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: AMD Radeon(TM) R4 Graphics ATI Technologies Inc. 4.5.14830 Core Profile Context 21.09.04 27.20.20904.1\n\nBroken: version: 3.6.2\n\nSo, when I open in a new file, new to blender and following a tutorial, I go to render the cube immediately, but instead of a gray cube with shading, it is a transparent silhouette. I have touched nothing, just installed from steam, and opened. Then that, IDK what's going on with it.\n\nIDK what to put here, since I didn't do anything.\n\n\n", "(Linux; AMD Radeon GPU) Rendering a complex scene with eevee crashes desktop environment / causes rendering and viewport artifacts\n```\nOperating system: EndeavourOS Linux / Fedora Linux (Same issue on both distros)\nGPU: AMD Radeon RX 6800 XT (16 GB VRAM)\nCPU: AMD Ryzen 5 3600\n```\n\n```\nrenderer:\t'AMD Radeon Graphics (renoir, LLVM 15.0.7, DRM 3.49, 6.1.18-200.fc37.x86_64)'\nvendor:\t\t'AMD'\nversion:\t'4.6 (Core Profile) Mesa 22.3.7'\ndevice type:\t'AMD'\nbackend type:\t'OPENGL'\n```\n\nBroken: 3.4.1, 55485cb379f7, blender-v3.4-release; 3.5.0 Release Candidate, d5d8246441a5, blender-v3.5-release (both version exhibit the issue)\n\nWhen rendering complex scenes in Eevee (Scenes with many different objects), one of the following occurs:\n\n 1. On **X11**: Computer freezes for about 5 seconds before all monitors cut to black. After about 5 seconds on a black screen, the login screen appears and I can log in as normal, as if I logged out. All of the applications have closed.\n 2. On **Wayland**: Render finishes rendering, but many of the objects appear broken; they are semi transparent or appear as if they were using the holdout shader. Returning to the viewport causes all objects with transparency to flicker randomly and appear distorted. Occasionally, the desktop of the computer itself will become broken and artifacted, only logging out or restarting fixes it. This usually isn't possible, however, as after a short while everything all displays cut to a black screen. Unlike X11, however, the only way to recover from this is to restart the PC by holding down the power button.\n\nThis issue **only occurs on linux and does not occur on my Windows 10 partition**, even with the exact same settings and scene. It also only occurs when actually trying to render the scene. In the viewport everything works just fine, even on rendered view where everything looks the same as it should in the render.\n\nThis issue seems to occur regardless of the GPU Usage; even when I limit the GPU clock and power draw significantly it still happens.\n\nThe attached .blend file is an example of a simple scene which triggers the bug. It seems to occur no matter what the render settings are set to.\n\n", "Viewport render still cannot render \"non-antialiased\" Outline overlay.\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12\n\nBroken: version: 3.0.0 Alpha\n\nHi, I'm trying to get a non anti-aliased image out of the viewport render option, but the final image is still anti-aliased.\n\n![image.png](image.png)\n\nUsing these settings in the preferences:\n\n![image.png](image.png)\n\n\n", "3.5 Alpha: OSL GPU \"Displacement and Bump\" broken / not implemented\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 4090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 528.24\n\nBroken: version: 3.5.0 Alpha\n\nIf displacement maps are used via OSL the result differs from what we get as an image node\n\n\nThis is how the displacement looks like via an image node:\n![disp correct.png](disp_correct.png)\n\nAnd this when loaded via OSL OPTIX:\n![disp broken.png](disp_broken.png)\n\n\nDemo file:\n[displacement.zip](displacement.zip)\n\nDon't forget to adjust the image path in the OSL file to test:\n![grafik.png](grafik.png)\n\n@pmoursnv\nThis is a follow up to #104240 \n\n\n\n", "Workbench: Shadow Bug\nOperating system: MacOS Catalina\nGraphics card: Intel Iris Pro 1536 MB\n\nBroken: 2.83\n\nWhen trying to add a shadow, all screen \"cracks\" into different-shadow pieces\n\n\n\nViewport Shading> \"checkbox\" Shadow ", "Shadows stop working properly when changing render pass in viewport.\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: Intel(R) UHD Graphics 620 Intel 4.5.0 - Build 30.0.101.1404\n\nBroken: version: 3.5.1\n\nWhen doing a certain shading setup and changing render pass, the shadows break.\n\n- Create a new project, keeping the render engine to eevee\n- Make a new material and apply on default cube\n- Connect any image texture into the color input of principled bsdf\n- Connect any image texture into the normal input of principled bsdf while setting its color space to non-color\n- Switch viewport shading to rendered\n- Switch render pass to shadow and then back to combined\n- The lights will now not produce any light unless their shadow setting is turned off\n\nAny other nodes added before or in-between the image texture node do not seem to affect the result.\nThe shadows will stay like this until blender is closed and reopened again.\n\n", "Texture properties not working with OSL enabled and unpacked textures\nOperating system: Linux-5.11.7-arch1-1-x86_64-with-glibc2.33 64 Bits\nGraphics card: Mesa DRI Intel(R) HD Graphics 520 (SKL GT2) Intel Open Source Technology Center 4.6 (Core Profile) Mesa 20.3.4\n\nBroken: version: 2.92.0\nBroken: version: 2.93.0 Alpha\n\nI have a texture with RGB channels set to 1 and alpha set to 0. When trying to use this texture with OSL, the alpha property (at least) of the image texture node does not work when the texture is unpacked. I set it to channel packed, expecting the color data to be always white. The problem is that when the texture is unpacked, the color data is black.\n\n1. Open the attached file.\n2. Set viewport shading to rendered.\n3. The plane shows as white (as it should).\n4. Unpack the texture.tga file.\n5. Toggle between preview and rendered viewport shading to refresh.\n6. The plane now shows as black.\n7. Pack the texture again.\n8. The plane shows as white again.\n\n[bug.blend](bug.blend)" ]
[ "GPU subdivision modifier: Smooth Shade doesn't work\nOperating system: Windows10\nGraphics card: NVIDIA GeForce GTX 1050 Ti\n\nBroken: 3.1.1(stable)\nWorked: 3.1.0\n\nWhen SDS modifier is added, Smooth Shade doesn't work and looks same as Flat Shade.\n\nAdd a mesh and add SDS modifier. Check \"Smooth Shade\" in object mode.![SnapCrab_NoName_2022-3-31_15-27-22_No-00.png](SnapCrab_NoName_2022-3-31_15-27-22_No-00.png)", "Smooth Shade doesn't work when SDS modifier is added\nOperating system: Windows10\nGraphics card: NVIDIA GeForce GTX 1050 Ti\n\nBroken: 3.1.1(stable)\nWorked: 3.1.0\n\nWhen SDS modifier is added, Smooth Shade doesn't work and looks same as Flat Shade.\n\nAdd a mesh and add SDS modifier. Check \"Smooth Shade\" in object mode." ]
2.80 Rigid Bodies not affected by force fields System Information Operating system: windows 64bit Graphics card: Geforce GTX 1050 ti Blender Version Broken: 2.80, 0fe5a789837, blender2.8, 2018-12-07 (example: 2.79b release) (example: 2.80, edbf15d3c044, blender2.8, 2018-11-28, as found on the splash screen) Worked: 2.79 The Force fields don't affect rigid bodies. That's it.
[ "Rigid Body Constraints ignoring keyed rotation limits\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.79\n\nBroken: version: 3.5.1\n\n\nRigid Body Constraint limits seems to be only taking initial values, ignoring keyed values.\n\n\n1. Open attached blend file\n2. Verify that `Constraint.002` object has Rigid Body Constraint, Generic type, and Z upper angular limit keyed (from frame 1->40, 90->20 deg).\n3. Play animation.\n4. From frame 40 and on, that Z upper angular limit is keyed to be 20 deg, but the cube being hit will still rotate to 90 degrees (expecting limited to 20 deg).\n\nTested \"Generic\", \"Hinge\", \"Generic Spring\", none respects the keyed rotation limit.\n\n-----\n\nOriginal description:\n\n\nGeneric and Generic Spring constraints will ignore keyframed changes in their lower and upper limits.\n\n1. Create 4 Rigid body cubes and a passive ground plane under them.\n2. Line 3 of the cubes up on the X axis.\n3. Connect each of the 3 cubes with rigid body constraints set to generic.\n4. Set one of the cubes on the end to animated.\n5. Select the constraint between the animated cube you just made and the next one in line and set all limits to 0.\n6. Select the next constraint in the line and set all angular rotation limits to zero except the z angle upper limit, set that to 90.\n7. Set a keyframe on the upper limit Z axis of that same constraint on frame 1.\n8. Go to frame 40 and set the upper limit Z axis to 20 and keyframe it.\n9. Take the 4th cube you made and position it behind the cube on the end that is not set the animated.\n10. Take that same cube and make it animated and keyframe it on frame 40.\n11. Move that 4th cube to hit the none animated cube at the end of the line and keyframe it.\n12. Then hit play, the constraint will ignore the changed upper limit and rotate to 90 even though it shows as being only 20 in the properties panel.", "Simple ball shooting animation not working as before\nOperating system: win7\nGraphics card: gtx970m\n\nBroken: 2.80, 2.81a, 2.82a, 2.83-1239cab11ff9\nWorked: 2.79b\n\nI've tried to create a simple shooting ball and while the effect was ok with blender 2.79b it won't work the same\nway on the specified \"broken\" versions. I'm not sure if the way to make these type of animations has changed of\nif this it's really an existing bug. \n\nDemo: [Blender 2.79b vs 2.82](2020-04-09_16-14-38.mp4)\n\n\nYou'll find the .blend file ready to display the issue below.\n\n[test1.blend](test1.blend)", "Smoke simulation silently fails in Sync to Audio or Frame Dropping playback\nSmoke simulation silently fails in Sync to Audio or Frame Dropping playback\n\n---\n\n**Original Report:**\n\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: GeForce GTX 1650/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 462.30\n\nBroken: version: 3.1.2\nWorked: Never (tried 2.93, 2.83)\n\nThe smoke simulation does not simulate beyond the first frame in this particular file. Any smoke simulation added or appended from other files stops working as well.\n\nHowever, everything works fine in new files on the same system & hardware.\n\n[smoke simulation issue.blend](smoke_simulation_issue.blend). \n\nOpen the blend file, move the smoke domain to clear the old cache.\nHit play and the smoke is not moving. Other physics (rigid body, particles) are working fine.\n\nDelete everything, add a cube, add the quick smoke effect, and the same happens.\n\n", "Depsgraph integration of physics\n- [ ] Rigid body\n- [ ] Fluids\n[ ] ...", "bake hair dynamics issues\nOperating system: wind 10\nGraphics card: gtx 1070\n\nBroken: blender-2.80-79f67acccb36-win64\nWorked: idk\n\nunable to bake hair dynamics. i click the button but nothing happens. in particle edit mode particle hair still looks as if it was not simulated.\n\n", "Rigid body doesn't work when collision is set to mesh, deform and deforming\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: Radeon RX Vega M GH Graphics ATI Technologies Inc. 4.5.14761 Core Profile Context 21.30.37.04 30.0.13037.4001\n\nBroken: version: 3.2.1\n\nThe rigid body simulation doesn't work with objects using collision with mesh, deform and deforming.\n\n* Make a plane, subdivided\n* Give it a wave modifier\n* Set up the rigid body type: dynamic, active, animated; collision: mesh, deform and deforming.\n* Use another object make it rigid body active\n* Run simulation\n* Sometimes works and when changing rigid body substeps per frame doesn't work at all (well sometimes works but when it does things jump out of control not like in Blender 2.79)\n\nIn Blender 2.79 works perfectly\n\n\n[Wave simulation 3.2.blend](Wave_simulation_3.2.blend)\n\n[Wave simulation 2.79.blend](Wave_simulation_2.79.blend)\n\nBlender 3.2\n\n![image.png](image.png)\n\nBlender 2.79\n![image.png](image.png)\n\n", "Cycles viewport rerender when changing any color management setting if a rigidbody is on any object\nOperating system: WIN 10\nGraphics card: GTX1660\n\nBroken: 3.0.0, 3.1 BETA, 3.2 ALPHA\nWorked: Never\n\nWhen changing any of the color management settings in blender, a viewport rerender will be triggered if you have a rigidbody on any object.\n\nOpen blender\nput renderer to cycles\nput a rigidbody on the default cube (or any object)\ngo into viewport rendered preview mode\nchange any setting in colormanagement (eg. exposure, gamma, false color, medium contrast to high contrast)\nwatch the viewport rerender\n\n[BugTest.blend](BugTest.blend)", "Rigid body Bounciness parameter not functioning\nOperating system: macOS-11.5.2-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 5500M OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.6.20\n\nBroken: 2.92 and version: 3.0.0 Alpha\nWorked: 2.83.13\n\nIn recent Blender versions the bounciness parameter of rigid bodies does nothing.\n\nOpen attached file, press space to start animation.\nOlder versions: ball bounces\nRecent versions: ball falls and immediately comes to an halt when it hits the surface of the cube.\n\n[Bounciness bug.blend](Bounciness_bug.blend)", "Transform constraints not working with rigid body simulation\nOperating system: Ubuntu 16.04\nGraphics card: MSI 1080Ti\n\nBroken: 2.80, 337eb8c1de4c, master, 2019-03-27,\nWorked: 2.80, 8beab3e33922, master, 2019-01-21\n\nThe new blender release (as of hash: 936014ea8c74), seems to have disabled constraints from animations. \nIf you set a Minimum Z for a rigid body object, it will ignore that minimum.\n\n - Open the default room.\n - Place the cube at (0, 0, 5)\n - Add “Active” rigid body to the cube\n - Add “Limit Location” object constraint and check minimum Z = 0\n - Press play\n\nIn previous versions, the cube would drop and stop at z = 0, but now it falls to -infinity.", "rigid body behaves incorrectly when there is a cloth simulation on a passive object\nOperating system: Ubuntu 20.04\nGraphics card: Geforce MX230\n\nBroken: 3.2.1\n\nrigid body does not take into account cloth simulation, even if it is noted that the shape for collisions is a mesh after all modifiers\n[2022-07-19 22-53-31.mp4](2022-07-19_22-53-31.mp4)\n1. create an object with a rigid body\n2. create an object with cloth simulation and rigid body\n3. play simulation", "Particle don't emit curves/text in 3.0 beta \nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.39\n\nBroken: version: 3.0.0 Beta\n\nCaused by b9febb54a4.\n\nParticle don't emit TEXT\n\nNo particles text from 3.0 [Particle_Text_NOT_Working.blend](Particle_Text_NOT_Working.blend)\n", "Drivers don't refresh simulations.\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.77\n\nBroken: version: 2.90.0\nAs far as i can remember this bug exists at least from Blender 2.81\n\nAdding Drivers to any of the cloth simulation values will result in them not refreshing the bake when changing that value. When any of these values are changed by the Drivers, user needs to manually go back into the cloth simulation settings and either switch a random setting or Re-Bake the simulation for it to update to the current settings.\n\nAdd custom property to any object -> Copy that value as driver -> Paste it into any of the cloth simulation value settings -> Values will update but cloth simulation won't refresh, forcing you to go back into the cloth settings and refresh them manually. \n\n", "Some particles do not appear in the render when the 'Vector' pass is enabled\nOperating system: Linux-5.19.17-2-MANJARO-x86_64-with-glibc2.36 64 Bits\nGraphics card: NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 470.141.03\n\nBroken: 3.2.2 - 3.3.1\nWorked: 2.79\n\nParticles in Render don't match particles in viewport. Some particles do not appear. When they move very fast the issue is more visible.\nIt happens when we enable the pass `Vector`\n\n- Open attached file or:\n - In the default scene (with the Cube), add a Plane\n - Add a ParticleSettings toe the plane\n - In {nav Particle Properties > Render} set `Render As` to `Object`\n - For the `Instance Object` choose the Cube\n - In {nav Particle Properties > Field Weights} set `Gravity` to `0.0`\n - Optionally bake for cache\n - Set `Render Engine` to `Cycles`\n - In {nav View Layer Properties > Passes > Data} enable `Vector`\n - Move Cube out of camera view\n- Choose a frame in the middle and render\nNote that the particles closest to the plane disappear\n\n[particles displaced.blend](particles_displaced.blend)\n\n", "Keyed Particles don't render as expected\nOperating system: Windows-10-10.0.17763 64 Bits\nGraphics card: Intel(R) HD Graphics 4000 Intel 4.0.0 - Build 10.18.10.5069\n\nBroken: version: 2.81 (sub 16)\nWorked: (optional)\n\n[KeyedParticlesJL.blend](KeyedParticlesJL.blend)\n\n- Open file\n- Go to frame 105\n- Render\n- Compare render to viewport\n\nRender is different to viewport\n\nThat's what I expected:\n[ViewportRender.mp4](ViewportRender.mp4)\n\nThat's what I get when rendering with Eevee:\n[EeveeRender.mp4](EeveeRender.mp4)\n\nThat's what I get when renderng with Cycles:\n[CyclesRender.mp4](CyclesRender.mp4)\n", "Mantaflow: Smoke simulation is affected by point force field in a wrong way \nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 980 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 497.09\n\nBroken: version: 3.0.0\n[particles with point force.blend](particles_with_point_force.blend)\n\n![smoke with point force.png](smoke_with_point_force.png)\n\n![particles with point force.png](particles_with_point_force.png)\n\n[smoke with point force.blend](smoke_with_point_force.blend)\nI have seen the issue first with version 2.8x but it is on all later versions including 3.0.\n\nI found that a point force field affects a smoke simulation in the wrong ways while it affects particles in the correct way.\n\nIn my example I use a mesh uv-sphere as emitter for a smoke simulation. I use mainly default settings in the flow emitter and smoke domain but I disabled gravity for this scene.\nA point force field is set in the middle of the sphere emitter so I would expect that the smoke became and holds a spherical shape that’s growing only in size over the time.\n\nBut the result that I see is a kind of 3d cross ( a cross on all 3 axes ). To me it seems that some vector math is not done correctly .\n\nAs force fields affect smoke and particles I did the same setup with a particle system instead of smoke domain. The uv-sphere is now the emitter . Gravity is also disabled as well as all kinds of start velocity.\nThe particles are emitted only in the first three frames.\n Then particles are affected from the point force field is set in the middle of the sphere emitter. As expected the particles always keeps the shape of a sphere as it should be.\n\nI will add blend files and screenshots to illustrate the issue.\n\n" ]
[ "Force field not affecting rigid body simulation\nOperating system: Windoxs 10\nGraphics card: GeForce GTX 1060\n\nBroken: 2.80, 6a4e8096973, blender2.8, 2015-12-07 18.28\nWorked: 2.79\n\nAdding a force field to a rigid body simulation does not change anything.\n\n- Quick rigid body setup with a sphere falling on a plane\n- Add a \"Force\" force field\n- Start the simulation" ]
Active instance do not have highlight for outline Operating system: Windows-8.1-6.3.9600-SP0 64 Bits Graphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 375.70 Broken: version: 3.0.0 Alpha When instanced object is active it is still have same outline color as selected inactive. [2021-05-08_22-19-48.mp4](2021-05-08_22-19-48.mp4) [instance noA outline.blend](instance_noA_outline.blend)
[ "Geometry Nodes: Color mix nodes don't effect the alpha\nOperating system:\nGraphics card:\n\nBroken: 3.4.1\n\nwhenever I try doing any math with colors, the alpha isn't affected when I use the color mix node in any blend mode. \n\n1. Open blender geometry nodes.\n2. Add 2 combine color, color or whatever node with different different values for the alpha's.\n3. Use a mix color node with any operation like add, subtract etc.\n4. See that the alpha didn't change (use the spreadsheet or the hover over).", "Grease Pencil Outline Modifier not showing with duplicated camera in outliner\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 522.33\n\nBroken: version: 3.4.0 Alpha\n\nThe outline modifier of a grease pencil is not showing with a camera that gots duplicated in the outliner\n\n\n- Remove the default cube\n- In the outliner copy and paste the default camera\n- Remove the first camera\n- Add a grease pencil stroke\n- Add a Outline modifier to it\n\nThe outline will not show.\n\nThis bug is related to this report. I am just not sure if it is two different causes and cases, or the same. T102373\n\n![outlinenotshowing.jpg](outlinenotshowing.jpg)\n\n[2022-11-09 10-30-57.mp4](2022-11-09_10-30-57.mp4)\n\n\n\n", "Viewport Shading 'Attribute' Option Broken for Instanced Geometry\nOperating system: Windows 10\nGraphics card: Nvidia GTX 2080\n\nBroken: 3.5\nWorked: 3.4, 3.4.1\n\nWhen instancing a mesh to another meshes vertices, the Solid Viewport Color Option 'Attribute' is no longer displaying the vertex color data.\n\nCreate A Sphere, and using \"Vertex Paint Mode\" Paint a color onto the sphere.\nUsing geometry nodes set up the following, Group Input (Geometry) -> Mesh to points - > Instance on points -> Realize Instances -> Output (Geometry)\nSet a simple sphere as the object to be instanced.\nSet Shading mode to 'Solid'.\nToggle 'Attribute'\n\n", "Collection instance set to Display As Wire doesn't show in Solid mode when not selected\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.94\n\nBroken: version: 3.3.1\n\nCollection instanced to scene display options are probably wrongly addressed in code. I'm attaching screenshots with descriptions (JPEGs).\n\n![01_instanceasbounds.jpg](01_instanceasbounds.jpg)\n\n![02_instanceaswire.jpg](02_instanceaswire.jpg)\n\nCreate an object inside a *Collection*. Instance *Collection*to scene and change its *display as* options to *Wire* and/or *Bounds*. You'll see that *display as bounds* shows wireframe while *display as wire* doesn't show anything. I'm attaching my file to help you investigate.\n\n[displayAsBug.blend](displayAsBug.blend)\n\n(Why hunting bugs feels so good?! Glad I can help with developing Blender 💘)\n\n", "Theme > Shader Editor, Sidebar > Alpha value does not work\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA RTX A3000 12GB Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 537.13\n\nBroken: version: 3.6.1\n\nIn side of the Shader editor, if you want to change the color works correctly, but if you want to change the Alpha value, is not working.\n\nGo to Preferences > Themes > Node editor > Theme space > Region Background\n\n", "Asset Browser preview generation not updating untill hovering over Preview menu\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.59\n\nBroken: version: 3.3.1\n\nWhen trying to generate an asset preview using `Render Active Object` the preview **won't display** until hovering over the `Preview` menu.\n\nOpen `Blender` -> Open `Asset Browser` -> Mark any **object** as asset -> Open `Asset Details` -> In the `Preview` Menu you will find `Render Active Object Button`\n\n[2022-12-08 21-59-59.mp4](2022-12-08_21-59-59.mp4)", "Persistent Data causes the Image Editor to not update during rendering + pixel glitches in topper pixel lines\nOperating system: Windows 11\nGraphics card: NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.23\n\nBroken: version: 3.1.0 Beta\n\nVery often, when you render a sequence, it was on nearly every scene I was working on, there is not shown the render results, and you see the transparent background.\nUpdate in the image Editor is only shown once the whole render completes.\nSometimes it works randomly on some frames. And sometimes you have even a pixel glitch when the progress is not shown. As shown at the end of the video, you have sometimes that glitch on the top. When it is there, it is always the first\\second pixel line.\nThe Pictures are properly rendered and saved, but often the progress in the render results window is not shown and there are some glitches. But they will not appear in the final picture. ONLY in the render preview.\n\nWorks on my projects every time. Nothing particularly.\n\nWait a little bit. The second frame in the video has a glitch.\n[2022-02-01 19-39-28.mp4](2022-02-01_19-39-28.mp4)\n\nProblem is from on frame 3:\n[2022-02-04 08-09-30.mp4](2022-02-04_08-09-30.mp4)\n[Citty.blend](Citty.blend)", "Active selection not updated when selecting from outline\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1060 3GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.59\n\nBroken: version: 3.4.0 Alpha[Very Long File Name For No reason.blend](Very_Long_File_Name_For_No_reason.blend)\n\nThe current latest active selection is not updated when selecting from outliner.\nSelecting mesh then bones from viewport ![image.png](image.png)\nSelecting mesh then bones from outliner ![image.png](image.png)\n\n - Open the attached .blend file\n - From the 3D viewport : Click the mesh, then shift click the bones. Press CTRL+P, you can link the bones to the mesh.\n - From the outliner : Click the mesh, then shift click the bones. Press CTRL+P, you cannot link the bones to the mesh.\n[2022-08-07 16-35-46.mp4](2022-08-07_16-35-46.mp4)\n[Very Long File Name For No reason.blend](Very_Long_File_Name_For_No_reason.blend)\n\n", "Baking vertex colors does not respect alpha with \"Diffuse\" selected but respects alpha with \"Direct + Indirect\" also selected\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.59\n\nBroken: version: 3.2.1\n\nI believe this is a bug: when baking vertex colors, the alpha channel is included ONLY if \"Direct + Indirect + Color\" are all enabled, but then lighting gets baked in as well which is often not intended.\nThis leads to the situation that It doesn't look like there's a way right now to bake just color + alpha to a Color Attribute with alpha channel.\n\n- open the attached blend file: [BugDiffuseAlphaVertexBake.blend](BugDiffuseAlphaVertexBake.blend)\n- select the Cube\n- switch viewport to Eevee\n- make sure Render Engine is set to Cycles so things can be baked\n- in the Bake tab, click \"Bake\" with Bake Type=Diffuse and Contributions=[Color]\n- note the result doesn't have an alpha channel in vertex colors, it's just black\n![image.png](image.png)\n- now, enable \"Direct\" + \"Indirect\" and Bake again\n- note the result has aloha channel BUT now looks incorrect as only diffuse was intended to be baked...\n![image.png](image.png)\n\n- also note that neither \"Color + Direct\" nor \"Color + Indirect\" result in an alpha channel\n- both \"Direct\" only and \"Indirect\" only result in alpha channels but then the color can't be baked.", "Sculpt brushes in UV editor work only with UV of active object\nOperating system: Ubuntu 20.04\nGraphics card: Geforce MX230\n\nBroken: 3.3, 3,4\n\nsculpt brushes in the UV editor work only with the active object\n\n1. Create several meshes and select it\n2. Go to edit mode\n3. Use sculpt brushes (before this step, it is necessary to place the uv so that it is convenient to track where the uv of the active object is located, and where the uv of the remaining selected objects is located)\n[#103956.blend](T103956.blend)\n[2023-01-18 04-53-24.mp4](2023-01-18_04-53-24.mp4)", "Texture on active object is not visible in solid view with sculpt mode activated\nOperating system: Windows 10, Ubuntu 16.04\nGraphics card: GeForce GTX 760\n\nBroken: 2.80\n\nTexture is not visible in solid view with sculpt mode activated\n\nCreate a texture, apply it to an object, like start cube, make sure you're in solid view mode with textured color active, you'll see the texture in object mode. After switching to sculpt mode, object becomes gray.\nIf you change view mode to LookDev or Material, everything is fine.\n\n**Extra info**\nIf you go back to Solid view and add a Shape Key, texture is visible again, but mask brush doesn't work. The problem with mask brush and shape keys is already mentioned #67303\nI made a video about those problems Mk2w41C87AI", "No slash in «Bright Contrast» menu item\nOperating system: Windows 7 SP1\nGraphics card: nVidia GTX 770\n\nBroken: 2.90 last beta\nWorked: 2.79\n\nI noticed that there is no slash in Bright/Contrast menu item in the Color category in the node editor. It is written there as \"Bright Contrast\" (without slash).\n\nOpen the node editor, select the add item, select the Color category and look at the \"Bright Contrast\" menu item.\n", "depsgraph.object_instances does not respect collection visibility\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 860M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 436.48\n\nBroken: version: 2.83 (sub 5)\nWorked: 2.80 release\n\nCollection visibility (Hide in Viewport) does not affect object appearance in `depsgraph.object_instances`.\nWhile hiding objects individually or excluding collection from view layer or Disable in Viewports does hide them from `depsgraph.object_instances`.\n\nIn 2.80 release collection visibility did affect `depsgraph.object_instances`.\n\n\n - Open attached blend file: [dep_visibility.blend](dep_visibility.blend)\n - Run the script > console output lists all three objects.\n - Use collection `Hide in Viewport` visibility options and run script > console output has the same objects regardless of collection visibility state.\n - Use `Hide in Viewport` on an individual object > console output remose this individual object\n", "Regression: Rendering hair instances size in animation bug with animated emitter object scale\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.47\n\nBroken: version: 3.1.2\nBroken: 2.93\nWorked: 2.92\n\nRegression from 50782df425.\n\nIncorrect rendered instanced object scale if rendering hair animation with animated object.\n\n1 Create Cube and object for instancing\n2 Set cube scale animation for some frame range\n3 Apply patricle system to cube (hair / rendered instances as object or collection)\n4 Try to render single frame and render animation, compare difference\n\n[hair_render.mp4](hair_render.mp4)\n[test_hair.blend](test_hair.blend)\n\nWill set to high prio to raise awareness this is a regression, but this can probably be lowered again since also involves the EOL particle system.\nNote: if you really need to render this, consider using Cycles (where this still works when the `Persistent Data` option is OFF.", "Icon Alpha property also affects the thumbnails of matcaps/studio lighting...\nOperating system: Win 10\n\nBroken: blender-2.91.0-68797982025c-windows64\nWorked: ?\n\nThe \"Icon Alpha\" property in the Themes settings also affects the thumbnails of stuff like matcaps/studio lights....\n\nGo to: Edit -> Preferences -> Themes -> User Interface -> Styles; now try to adjust the \"Icon Alpha\" property while the matcaps panel is open to see the effect...\n![2020-08-26_03-47-24.gif](2020-08-26_03-47-24.gif)" ]
[ "Outline color for collection instances is different (dimming, also no indication for \"Active\")\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 452.06\n\nBroken: version: 2.91.0 Alpha\n\nIf the Outline overlay is selected then the color is either desaturated or semi-transparent for collection instances. I treat them like every other object in a scene and this change of color is very jarring. I can't find any setting that would control this. I understand that the empty is the real active object but since those are often hidden or turned off the outline color really should pass down to the instance itself. In fact it already does, but it's modified for some reason.\n\n![Screenshot (157).jpg](Screenshot__157_.jpg)\n\n1. Enable Outline Selected in the Overlay dropdown.\n2. Create a collection containing at least one object.\n3. Add an instance of that collection to the scene\n3. Select the instance object and notice that the outline doesn't match the **Object Selected** and **Active Object** colors in the Theme settings.\n\n" ]
Hidden header on 3D Viewport appear partially on file-reopening Operating system: Edition Windows 10 Pro for Workstations Version 21H2 Systembuild 19044.1387 Graphics card: NVIDIA Quadro P5000 Broken: blender-3.0.0-stable+v30.f1cca3055776-windows.amd64-release Hidden header on 3D Viewport appear partially on file-reopening Download: [hidden-header-issue-on-file-reopening.blend](hidden-header-issue-on-file-reopening.blend) 1. Open the attached blend file 2. In 3D Viewport Editor, look at the header area 3. Review the attached screenshot for comparison Screenshot: ![Screenshot 2021-12-07 124138.jpg](Screenshot_2021-12-07_124138.jpg) Thank you for your time :)
[ "VSE displaying png metadata/artifacts\nOperating system: Linux-5.11.2-1-MANJARO-x86_64-with-glibc2.33 64 Bits\nGraphics card: AMD VERDE (DRM 2.50.0, 5.11.2-1-MANJARO, LLVM 11.1.0) AMD 4.5 (Core Profile) Mesa 20.3.4\n\nBroken: version: 2.93.0 Alpha\nWorked: 2.91, 2.92\n\nAfter loading a png created with inkscape, some hidden metadata of that png file (that I could not see using image viewers but only if I open the png in a text editor: line 4 \"tEXtSoftware www.inkscape.org\") www.inkscape.org is displayed below the image together with artifacts.\n\nexport something from inkscape to png\nin the VSE, load that png using Add Image/Sequence\ntext/artifacts appear below the image\n\npng:\n![Inkscape export.png](Inkscape_export.png)\n\nresult:\n![Blender bug - VSE inkscape metadata.jpg](Blender_bug_-_VSE_inkscape_metadata.jpg)\n\n", "Render problems\nOperating system: Windows 10 Pro Ameliorated\nGraphics card: RTX 3070 driver version 472.12\n\nBroken: v3.6 and v3.61\nWorked: v3.51 <- Using the same file created in v3.61\n\nWhile rendering a frames of an animated character, the current rendered animation frame usually shows in the 3D viewport in v3.51. However, in the broken version, it fails to show the current frame being rendered, nothing gets updated visually. Then eventually in the 3D viewport the character goes into its T pose for a few frames then the character starts losing visibility of its layers, at that point Blender crashes. \nI will create a .blend file if I am the only one getting this bug.\n\n", "Right clicking on 3D Viewport Header not working as expected\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 850M/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 537.13\n\nBroken: version: 4.0.0 Alpha\nWorked: (3.6 and older)\n\n\nIf you Right click on empty space of 3D Viewport Header it will not bring Header Menu for disabling or enabling Header. it was possible in version 3.6\nThere are just 2 options to bring menu:\n1- Right click very close to Header items but not inside items(it's really hard to reach)\n2- disable region overlap (many prefer not to turn it off)\n\nI know it is now available to see and select objects through header but I think old right click should back to header because:\n1- constancy( when you right click on all other editor's header that menu will pop up)\n2- beginner friendly (imagine someone new to blender or blender 4 wants to hide header and he does not know new region toggle pie menu so it is hard to hide it)\n\n", "Startup.blend file is not loaded on startup if userpref.blend does not exist.\nOperating system: Windows-10-10.0.17763 64 Bits\nGraphics card: Intel(R) UHD Graphics 620 Intel 4.5.0 - Build 26.20.100.7000\n\nBroken: version: 2.81 (sub 3)\nWorked: (optional)\n\nStartup.blend file is not loaded on startup if userpref.blend does not exist.\n\n- Remove userpref.blend file from it's usual location\n- Start blender\n- Dismiss splash screen by clicking on 3D viewport\n- Make some change to the file (move the cube)\n- Save as startup file\n- Close Blender\n# Open blender\n\nStartup file is not loaded", "CYCLES: Surfaces inside volumes are Not Lit or Shadowed by the volume if the volume is not visible to Camera Rays\nLinux Mint Mate\nGTX 1050\n\n\nBlender 2.81 Alpha\n2019-09-27 22:44\nHash: 1c1a3198af9d\n\n\nDiscovered while trying to catch shadows from volumes on surfaces for compositing.\n\nSurfaces inside of volume meshes are not shaded (lit/shadowed) by the volume if the volume is invisible to camera rays\n(checkbox in Object Properties -> Visibility -> Ray Visibility -> Camera)\nAs far as i can tell this also affects Holdout.\n\n\n\n\nCurrent workaround: make sure volume IS visible to camera rays, and instead bypass it in the volume shader using the Camera Ray socket on the Light Path node\n\n\nTo Reproduce:\n\nOpen attached .blend , press render\nNote the missing shadow/light where the volume cubes intersect the default cube.\n\nI have in the .blend also included the \"expected behaviour\" by using the workaround, switch the Scene from \"Bug\" to \"Workaround\" and press render again.\nNote the shadow/light now covers the default cube properly.", "Hidden sockets in Compositor don't stay hidden when we duplicate any node or render starts\nOperating system: Windows-10-10.0.18362 64 Bits\nGraphics card: GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 436.15\n\nBroken: version: 2.81 (sub 11)\nWorked: (optional)\n\nThis seems more like a cosmetic problem and is more a really small bug but it is nevertheless \nvery annoying - especially with big compositing setups.\n\n - > Hidden Sockets - hidden with CTRL-H are showing up and are not hidden anymore\n[6vWCy01EPQ.mp4](6vWCy01EPQ.mp4)\n\n\n\n - - Create Renderpasses with more then 3 Outputs\n - - open up CompositorEditor \n - - Press CTRL - H twice to hide all unconnected sockets\n - - hit Render or duplicate any node\n\n", "Viewport Z-Bias & retopology overlay related issues\nSince this is being reported frequently and retopology overly has caused some weird issue with mask display as well previously, it's best we keep track of them in a central place so we could check if any particular fix is working for all situations:\n\n------\n\nProblem still presents:\n\n- Retopology overlay affecting other parts of the drawing/picking operation: #109115 #107768 ~~#109277~~ ~~#107411~~\n- (Potentially related) Selecting when X-Ray turned on is not visually effective and then switching to face mode crashes: #110136\n\n------\n\nFixed:\n\n- ~~Wireframe visible in close distances: #110048 #109040 #109514 #109499 #109685~~\n- ~~Retopology overlay 0 z offset problem: #109662~~\n\n-------\n\nProbable cause:\n\nAs suggested in 107768#issuecomment-937545 , I believe the problem here is that\n\n1. `DRW_object_is_in_edit_mode` does not exclusively check if object is in edit mode, but it combines other logics that affects drawing and stuff.\n2. `XRAY_ENABLED` marco is not always accompanied with `RETOPOLOGY_ENABLED`, this leads to inconsistencies in the user interaction and the display.", "Solid Viewport Transparency Artifacts/Dots\nOperating system: Windows 10 Home Build 19044\nGraphics card: iGPU on Intel Core i7 1185G7 (Iris Xe Graphics)\n\nBroken: 3.1.2\n\nI downloaded a 3D model from TurboSquid of an Aston Martin Vantage (the model is free, [find it here ](3d-aston-martin-s-1685480)) and the viewport has strange dots at object edges when looked at through the partially transparent glass. I tracked the issue down to the alpha of the Glass material in `Properties > Material Properties > Viewport Display`, the dots only appear when the alpha value is not 0.0 or 1.0.\n\n - Open `TransparencyBug.blend` or `astonAston MArtinV12 Vantage S 2016 .blend` (files at the bottom)\n - Set Viewport Shading to Solid\n - Set transparency of Transparent or Glass material (Properties>Material Properties>Viewport Display, select Transparent or Glass material) to some decimal value other than 0.0 and 1.0\n - Dots appear at edges of materials looked at through transparent objects\n\n\n**Images**\n\nastonAston MArtinV12 Vantage S 2016 .blend:\nAlpha 1.0: ![Screenshot (11).png](Screenshot__11_.png)\nAlpha 0.201: ![Screenshot (9).png](Screenshot__9_.png)\nAlpha 0.0: ![Screenshot (10).png](Screenshot__10_.png)\n\nTransparencyBug.blend:\nAlpha 1.0:![Screenshot (14).png](Screenshot__14_.png)\nAlpha 0.5: ![Screenshot (13).png](Screenshot__13_.png)\nAlpha 0.0: ![Screenshot (12).png](Screenshot__12_.png)\n\n**Affected Files**\n[TransparencyBug.blend](TransparencyBug.blend)\n[astonAston MArtinV12 Vantage S 2016 .blend](astonAston_MArtinV12_Vantage_S_2016_.blend)", "Blender 3.0 Denoising on Transparency Creates Artifacting (Blend included)\nOperating system: Win 10 (latest update)\nGraphics card: RTX 3090\n\nBroken: (3.0.0 and 3.0.1 dc2d18018171 Branch: Master)\nWorked: (2.9.0)\n\nWhen enabling transparency under \"Film\" settings, artifacts occurs in the transparency channel\n\nOpen attached .blend in 2.9.0 and 3.0.0 and hit render to see. I've set-up a compositor node setup to highlight and visualize the artificating found in 3.0.0. Try rendering with both Denoising methods to see variations in artifacts.\n\n**Other notes**\nI've played with as many render settings as possible and found that the denoiser is responsible. OptiX is worst, OpenImage is not as bad in artifacting.\n\n[alpha-transparency-denoising-issue-sample.blend](alpha-transparency-denoising-issue-sample.blend)\n\nNotice the clean colors in the greys (background composited in Compositor to help see issue)\n![2.9-alpha-clean.jpg](2.9-alpha-clean.jpg)\n\nNotice the vertical and horizontal line noise\n![3.0-alpha-dirty.jpg](3.0-alpha-dirty.jpg)\n\n[system-info.txt](system-info.txt)", "Properties window's tool settings don't update if UI is loaded without header.\nOperating system: macOS 12.0.1\nGraphics card: M1 Macbook Pro\n\nBroken: 2.93.5 (2.93.5 2021-10-06)\n\nI have my startup file set to hide the header in the properties window, and noticed that the Tool Settings tab does not update to show the current tool unless hovered over with the cursor. It updates on tool changes once the header is shown again, and continues to work (even without the header) until the UI is loaded again on opening a file or restarting Blender. \n\n- Open default file\n- In properties tab: {nav Right Click > Uncheck Show Header option}\n- Switch to Active tool and workspace settings\n- Change the active tool from toolbar\n\n---\nor\nLoad the UI from the attached blend file and try switching tools in the 3d view's toolbar. Then show the header in the properties window and try switching tools again.[startup.blend](startup.blend)\n\n[tools.mp4](tools.mp4)", "2.8 Cycles viewport Ray Visibility is not updated in viewport when changed by Python\nOperating system: Mac OSX, 10.13.6 (a MacBook Air)\nGraphics card: Intel HD Graphics 5000 1536 MB\n\nAlso tried on a linux virtual machine (Ubuntu), same issue\n\nBroken:\nMac build: 2.80.43, build 2019-02-01 22:37\nLinux build: 2.80., 2019-02-15 7:29\nWorked: 2.79, unsure if there was a working version of 2.8\n\n\nWhen updating an object's CyclesRay visibility (e.g. camera visibility) via python from a script or console, there is no impact in the viewport; while the UI as well as render will reflect the changed state of the setting (checking or unchecking the box), the visibility will not have changed in the viewport. Note: this is only an issue for the viewport, when rendering it will reflect the setting update properly. The issue persists even between leaving and re-entering rendered mode in the viewport, until the user manually clicks to toggle the UI setting directly which resolves the problem.\n\nBased on the default startup or an attached .blend file (as simple as possible).\n\n1) Open default scene\n2) Open console window/scripting workflow,\n3) Enable cycles and enter a viewport into rendered mode\n4) With Default cube selected, type: C.object.cycles_visibility.camera = false\n5) Notice how viewport scene does not update; but if you move the mouse over the property panel:Objects/Cycles settings, you'll see the draw refresh will show the camera visibility turns off\n6) Exit and re-enter rendered mode in the viewport, to find the issue persists (cube is visible to camera)\n7) Press render to notice that the setting however is reflect in render (cube will not be visible to camera)\n8) Manually toggle the camera visibility setting in by clicking the tick box twice, to verify the setting works when done by hand; and see that now the cube does not appear in the viewport (as expected).\n9) Repeat for reverse; ie turning setting to True when initial camera visibility is false.\n\nNote I also tested this and found the same issue with the Glossy visibility using a similar process (adding a mirror-like object next to the cube), so I expect this is true for all of the cycles object visibility settings. \n\nVideo demonstration, happens in any scene including the default\nview?usp=sharing\n\nWhile I agree this is less of an issue since ultimately the correct results appear in render, this is an issue for addons that control this setting and confuse the user as prior to render, there then appears to be a discrepancy between the viewport visibility and the panel settings. ", "Bevel when part of mesh is hidden results sometimes in wrong selection of vertices\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: GeForce GTX 1050/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.67\n\nBroken: version: 3.2.0 Alpha\nalso broken in the latest official release of version 3.1.2, also broken in 2.93.\n\nBevel when part of the mesh is hidden and the selected points are not all connected results sometimes in the wrong selection of vertices and lines. I have noticed that the selection is wrong if the number of segments in the bevel attrributes is odd.\n\nOn the default startup file do the following:\n1. Edit the default cube, inset the top and bottom face \n2. Inset again, but only 0.001 \n3. Scale the selection in the Z by 0, \n4. Expand the selection (CTRL++)\n![Capture0.PNG](Capture0.PNG)\n5. Shift+H to hide everything currently not selected\n6. Only select the top and bottom \n7. Try beveling, play a little with the segments and switch between vertex and line selection, you will see that not all the lines and not all the vertices that should be selected are selected. It seems to be wrong when you try odd number of segments\n![Capture1.PNG](Capture1.PNG)\n\n![Capture2.PNG](Capture2.PNG)\n\n\n\n\n", "Drawing size of particles not matching DPI\nOperating system: MacOS\nGraphics card: AMD Radeon Pro 450\n\nBroken: 2.83\nWorked: N/A\n\nWhen moving the blender window to the external monitor, the halo size of the particles changes, which can cause them to disappear.\nBest way to see what I mean is to watch this short clip of me moving the window, and also zooming in and out to show that not all colors are lost: Vu6MSHVxEUwYLvob8\n> In #82238#1283352, @jenkm wrote:\n> The problem here is with the `U.pixelsize` or something like that, as usual.\n> \n> When you move a window between Low and High DPI screens, the size of the spheres does not change correctly.\n> It seems that the size changes twice, like the UI scale plus the size of the spheres additionally.\n> \n> | Low DPI Screen | Moved to High DPI | Low DPI with Thick \"Line Width\" |\n> | ![#82238-1.jpg](T82238-1.jpg) | ![#82238-2.jpg](T82238-2.jpg) | ![#82238-3.jpg](T82238-3.jpg) |\n> \n> And further, depending on the size, these spheres can be hidden by a mesh.\n> \n> | Thick | Default | Thin |\n> | ![#82238-4.jpg](T82238-4.jpg) | ![#82238-5.jpg](T82238-5.jpg) | ![#82238-6.jpg](T82238-6.jpg) |\n> \n> The size of the spheres should not depend on `U.pixelsize`, first of all.\n> The visibility of these spheres also depends on the viewing angle, what is also not clear whether this is intentional or not.\n\n\n- Open attached file\n- Update the particles if needed\n- Move the window to another monitor with different DPI\n|![Captura de Tela 2022-03-01 às 19.31.47.png](Captura_de_Tela_2022-03-01_a_s_19.31.47.png)|![Captura de Tela 2022-03-01 às 19.31.28.png](Captura_de_Tela_2022-03-01_a_s_19.31.28.png)\n| -- | -- |\n[particles.blend](particles.blend)\n\n---\n**Complex file:**\n[rain.blend](rain.blend)", "Operators for visibility on active face set missing from menus\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.09\n\nBroken: version: 3.0.0 Alpha\nWorked: Never\n\nThe default hotkey to show or hide the active face set does not appear in the menus.\n\n\n- Open Blender\n- Switch to Sculpt Mode\n- Use the Draw Face Set brush to create some face sets\n- Use the shortcut `H` and `Shift H` to control the visibility of the active face set\n- Search for the mneu entires of these shortcuts", "Objects with \"In Front\" don't appear when overlays are reenabled until viewport update\nOperating system: Linux-5.10.0-6-amd64-x86_64-with-glibc2.31 64 Bits (Debian testing)\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.73.01\n\nBut works on:\nOperating system: Linux-5.10.0-6-amd64-x86_64-with-glibc2.31 64 Bits (Debian testing)\nGraphics card: Mesa Intel(R) UHD Graphics 620 (WHL GT2) Intel 4.6 (Core Profile) Mesa 20.3.4\n\nBroken: version: 3.0.0 Alpha\nWorked: 2.91.2\n\nMight be the same as #102199 (Regression: Armatures [in front] overlay doesn't update properly (toggling overlay ON and OFF)) (which was bisected down to 0f95f51361)\n\nWhen an object (specific ones) is set to be displayed in front of everything else, it will not come back immediately when reenabling the overlays. This happens only in solid shading mode as far as I can tell.\n\nThe objects affected by this are first off all objects which have some kind of lines, so camera, lights, the wireframes of meshes, outlines of reference images, empties, ...\nThen there is also the armature which is special in the way that it is rendered solid, but it also vanishes just like the lines.\n\n1. Add an armature\n2. set it to In Front in Armature > Viewport Display\n3. toggle the viewport overlays on and off (that button next to x-ray)\n4. if your rendering was set to solid shading, the armature should be gone now\n5. rotate the view, the armature will reappear\n6. you can do the same with the default camera and light and on the cube if wireframes are enabled (globally or locally on the cube) \n\n" ]
[ "Header showing again after hiding it and rebooting blender\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15\n\nBroken: version: 3.3.0 Alpha\n\nAfter hiding the header from the 3d viewport, saving and relaunching the saved file, the header is back again but with tool setting only, when it's supposed to be hided.\n\n1- Launch blender\n2- Right click on the header and uncheck \"show header\", all the header is now hided.\n![image.png](image.png)\n\n![image.png](image.png)\n\n3- Save the file and re launching blender and load the saved file\n4- Tool header is now visible\n![image.png](image.png)\n\n", "3D viewport sub-header ignores setting of no header after reopen file.\nOperating system: Linux-5.4.0-90-generic-x86_64-with-glibc2.27 64 Bits\nGraphics card: GeForce GT 630/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 390.144\n\nBroken: version: 3.1.0 Alpha\n\nThe header of the 3D viewport can be hidden. When you safe the file and reopen, you would expect it to be as set, or unset for some reasons, but the upper part hidden and the lower part not is the most odd decision blender could make. I'd prefer the header to be hidden for good when i try to tell blender to do so.\nHow i left Blender:\n![Bildschirmfoto zu 2021-11-25 16-39-05.png](Bildschirmfoto_zu_2021-11-25_16-39-05.png)\nHow it reloads:\n![Bildschirmfoto zu 2021-11-25 16-41-00.png](Bildschirmfoto_zu_2021-11-25_16-41-00.png)\n\nOpen a blend session with a 3D viewport.\nHover over the header.\nRMB click.\nHide the header.\nSave the file.\nReopen it.\nThe poulated part of the header is stil hidden, but a semitransparent header with some options is left.\n\n", "With hidden region header, tool settings are unhidden after reopening file\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 960/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.94\n\nBroken: version: 3.4.1\n\nWhen disabling a region header, tool settings disappear as well (as they should). After saving and reopening the file, the tool settings are visible again, while the rest of the header stays hidden. \n\n - Right click the viewport header and uncheck Show Header. Make sure Show Tool Settings is checked.\n - Save the file and reopen it.\n - The header itself is still hidden, but the tool settings are back.\n - To hide the tool settings again, the header must be re-enabled and disabled." ]
Cannot select a vertex and face loop Operating system: Windows-10-10.0.17763 64 Bits Graphics card: Intel(R) UHD Graphics 630 Intel 4.5.0 - Build 25.20.100.6373 Broken: version: 2.80 (sub 64) Worked: (optional) I can select an edge loop using alt+left/right mouse, but not the vertex and face loop.
[ "All bone drivers selected when reselecting bone\nWindows 8.1\nGTX 580\n\nBroken: 2.77, 2.77a\nWorked: It seems any version before 2.77\n\nVisual explanation:\n![BoneDriversSelectingAllProblem.gif](BoneDriversSelectingAllProblem.gif)\n\nBasically, all created drivers for a bone will be selected instead of the last active one when the bone is selected.\nVery annoying problem that wasn't there before (Had to redo drivers several times because I didn't realize the last active driver isn't the active one anymore).", "Broken/weird Continuous Grab behaviour\nOperating system: Linux-5.8.0-43-generic-x86_64-with-glibc2.31 64 Bits\nGraphics card: SVGA3D; build: RELEASE; LLVM; VMware, Inc. 3.3 (Core Profile) Mesa 20.2.6\n\nBroken: version: 2.93.0 Alpha\n\nbroken/weird behaviour under VMWare Player/Workstation 14.1.2+, Ubuntu 20.04.2 LTS\nEdit -> Preferences -> Input -> Continuous Grab\n|[2021-02-27 03-11-16.mp4](2021-02-27_03-11-16.mp4)|[cursorbug.mp4](https://archive.blender.org/developer/F13560997/cursorbug.mp4)\n| -- | -- |\n\n- activate grab mode (G-key) in the viewport or in any blender's area which support 'Continuous Grab'\n- drag mouse toward area top or bottom edge\n\nAlternatively:\n- Active walk navigation and quickly move the mouse outside of the Blender window. \n", "Freestyle Lines Stopping Short of Vertices & Partially Failing\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: Intel(R) HD Graphics 620 Intel 4.5.0 - Build 27.20.100.8682\n\nBroken: version: 2.92.0\n\nSee attached PNG file: Freestyle lines sometimes do not reach vertices - sometimes by a long way; and on some edges they are completely absent when they should be present.\n\n[The PNG file also shows a shadow problem which has been submitted separately: T88013 ]\n\nOpen the attached .blend file and press F12 ('Render').\n\n[BUG_FreestlyeLinesStoppingShort-of-Vertices-01.blend](BUG_FreestlyeLinesStoppingShort-of-Vertices-01.blend)\n\n![BlenderFreestyleBugs-1.png](BlenderFreestyleBugs-1.png)\n\n", "Select next active fails in some cases (default cylinder, cube)\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: Quadro K2100M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 411.63\n\nBroken: version: 3.1.2\n\nWhen adding object: circle or cylinder, when selecting vertices, it does not select the next vertex at command: shif + ctrl + (+).\nif I select several vertices manually and give the command: shift + ctrl + (-) deselect, it works perfectly.\n\nany other option works, works well with other objects, sphere, monkey sesame, the circle object works if you select two consecutive vertices, if you select one vertex yes one no, it no longer works. .]\n\n- add cylinder object\n- Edit mode\n- Select 2 vertices then {key shift ctrl +}\n![Screenshot (1014).png](Screenshot__1014_.png)\n[2022-05-24 19-58-17.mp4](2022-05-24_19-58-17.mp4)", "Bevel Vertex selection stops after for planar geometry\nOperating system: Windows 10\nGraphics card: NVIDIA Geforce GTX 1060 3 GB\n\n2.83.2\nBevel Vertex does not maintain the selection for planar objects. For other objects the selection is transferred onto the verts created from the Bevel.\n\nCreate a plane, circle, or any planar object/ \nIn edit mode, Bevel any amount of vertices (ctrl+shift+B) on a plane, circle, or any other type of planar geometry and try to bevel any number of the corners.", "Backface culling is not working for mask in edit mode\n2.80 (sub 45), 893fa598319e, 2019-02-24 22:02\n\nAnd wireframe too heavy.\n\n![140255.jpg](140255.jpg)\n\nIdk if it is bug or intended, but it will be nice, if it will work like on the 2nd or 3rd picture: much more readable.\nAnd when x-ray is on, wireframe on the background will be faded too, accordingly slider-setting.\n\n![140238.jpg](140238.jpg)\n![140205.jpg](140205.jpg)\n\n", "Driver using Depsgraph to retrieve current View Layer name fails when rendering in EEVEE\nBroken: version: 3.0.1\n\nI tried to make a driver reference the current View Layer as [Animation: Passing Dependency Graph to Drivers](rB686ab4c9401a90b22fb17e46c992eb513fe4f693) seems to enable. However, it only seems to work if I click the render button on the Render Layers node in the compositor. Rendering with F12 results in the expression depsgraph.view_layer.name evaluating to whatever the first View Layer is named.\n\n**Video Demonstration**\n[Viewlayer Depsgraph Problem.mp4](Viewlayer_Depsgraph_Problem.mp4)\n\nAfter you allow execution of scripts, you can test rendering with F12 versus using the buttons render buttons on the Compositor Render Layers nodes.\n[DG_VL_Render.blend](DG_VL_Render.blend)\n", "Blender 2.7x keymap: Add reroute shortcut (shift right mouse) doesn't work\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce RTX 2060 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.72\n\nBroken: version: 2.92.0\nWorked: 2.91\n\nCaused by 58e554a55c\n\nShortcut for add reroute doesn't work in node editor.\n\nTry add reroute between two connected nodes using shortcut (shift + RMB during cross line).\n\n", "Subdividing degenerate faces can cause a segfault\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12\n\nBroken: version: 3.0.0\nWorked: N/A, crashes in 2.93 and 3.1.0 alpha as well\n\nSubdividing specific faces on a mesh with overlapping faces can cause a segfault/access violation\n\n1. Open the attached subdivide-crash.blend file\n2. Run the *Subdivide* operator with the currently-selected faces\n3. Crash\n\n[subdivide-crash.blend](subdivide-crash.blend)\n\nManually building the shape doesn't cause a crash. I presume it depends on the exact ordering of the edges and faces. The offending mesh doesn't cause any warnings during validation, though.\n\nThe following remarks are from a lite build of \n5a3d5f751f :\n\nIn a debug build, I hit an assert failure instead of an getting an access violation.\n\n`BLI_assert failed: D:\\blender-git\\blender\\source\\blender\\bmesh\\operators\\bmo_subdivide.c:149, connect_smallest_face(), at '!BM_loop_is_adjacent(l_a, l_b)'`\n\nIf I comment that out, I get an identical assert failure from elsewhere:\n\n`BLI_assert failed: D:\\blender-git\\blender\\source\\blender\\bmesh\\intern\\bmesh_mods.c:206, BM_face_split(), at '!BM_loop_is_adjacent(l_a, l_b)'`\n\nIf I comment *that* out, I hit the segfault:\n\n`SUMMARY: AddressSanitizer: access-violation D:\\blender-git\\blender\\source\\blender\\bmesh\\operators\\bmo_subdivide.c:869 in tri_3edge_subdivide`", "Texture paint Backface culling option does not work if symmetry is enabled\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.11\n\nBroken: version: 3.6.1\nWorked: never since implemented in e2d60d180ed8 afaict\n\nWhile in the texture paint mode, the backface culling option of the brush is sometimes ignored, allowing painting onto backfaces. It only seems to affect certain objects. I could not discern why. See the attached blend file.\n\n1. Open attached blend file.\n2. Paint on the backfaces of the mesh; observe bug.\n3. Select cube\n4. Paint on the backfaces of the cube; observe no bug.\n\n", "Extra face dots in UV Layout editor (GPU subdivision OFF, On Cage OFF in Subdivision modifier make a difference)\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: Intel(R) HD Graphics 4600 Intel 4.3.0 - Build 20.19.15.4835\n\nBroken: version: 3.4.1\nBroken: version: 3.1\nWorked: not since GPU subdivision was introduced (so in a way, it was working in 3.0)\n\nExtra random faces appear in the UV Layout editor\n\n- I can mosty repro this if GPU Subdivision in Preferences > Viewport > Subdivision is OFF\n- It does not happen at all if I turn off `On Cage - Adjust edit cage to modifier result` on the SubSurf modifier.\n\nIn the attached file, toggle from face select mode to vertex select mode and back to face select mode. (Might have to repeat 5-6 times) Extra faces appear in the UV Layout editor. Also see here: [1457172]\n\n", "Wrong UV after Vertex Slide or moving mesh with Correct Face Attributes\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 535.98\n\nBroken: version: 3.5.1\nWorked: unknown\n\nAfter Vertex Slide with \"Correct UV\" checked, or after moving mesh with \"Correct Face Attributes\" UV mapping is wrong. Vertices in UV get split and wrongly offset.\n\n\nExample 1\n1) Open attached Blend file\n[wrong_uv.blend](attachment)\n2) Locate objects plane01_small and plane01_larger. They are identical models with the same UVs. Just one is slightly smaller and one larger and they have different position.\n![image](attachment)\n3) Now we will be vertex sliding this vertex to the diagonal one with snapping on vertex on (see picture) with \"Correct UV\" checked. See that the larger model has UV correct, but the smaller one has wrong UV after the vertex slide\n![image](attachment)\n4) now go back (Undo) and lets try grab/move with snapping instead of vertex slide. Be sure to have checked ON \"Correct Face Attributes\" and \"Keep Connected\" in Tool Settings/Option - see picture. Now UVs are wrong in both cases\n![image](attachment)\n\nExample 2:\n1) Lets look at plane02_01 and plane02_02. They are totally identical duplicated objects (not instances) just with different position.\n![image](attachment)\n2) Vertex slide works OK in both cases here, so lets try Grab/move with vertex snapping and \"Correct Face Attributes\" + \"Keep Connected\" ON again. Here result UVs are OK in case of plane01_02 but wrong in case of plane01_01\n![image](attachment)\n\n", "Mesh: Subdivide op flushes selection too eagerly\nBroken: 2.92 master\nWorked: N/A\n\n\nThe Subdivide operator selects geometry that it shouldn't. Consider this example:\n\n![image.png](image.png)\n\nIt looks as if the op flushes selection a bit too much. Note that the 'Expected' selection is valid selection in edge mode, as the edge rings around the rims are **not** selected. Those edges should neither participate in the op, nor be selected as the result of it, if vertex selection mode is not enabled.\n\nA better example:\n\n![image.png](image.png)\n\n...here in face mode, a lone edge is getting selected by the op.\n\n\n1. On the default cube, in face mode select top and bottom faces, inset and bridge them.\n2. In edge mode select vertical edge rings.\n3. Subdivide.\n\nAlternatively, load this simplified example file:\n\n[subdivide_selection_issue.blend](subdivide_selection_issue.blend)\n\n...and Subdivide. Resulting selection of the middle face is unwarranted.", "Shape keys for surface not working - no active option\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1650 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 497.17\n\nBroken: version: 3.5.0\nBroken: version: 3.6.0\nWorked: don't know any version where this working, but last time no option for use this doing hard work\n\nShape keys for surface not working - no active option. \n\nThis not working like expected as typical object have verts. See screen.\n\n", "Vertex Paint Viewport Overlays stencil mask not working\nplatform: Windows-10-10.0.19042-SP0\nGraphics card: 1080\n\nBroken: 3.1.0 Alpha \n```\n commit date: 2021-11-14 00:26 hash: 7e82c840b7a4\n build date: 2021-11-15, 00:51:48\n```\n\nWorked: Has'nt worked for ages\n\nGo to vertex paint mode, select some polys on a model.\nGo to overlay options/vertexpaint/stencil mask opacity the slider does nothing to unselected polys overlay.\n\n\n![Overlays_Notworking.jpg](Overlays_Notworking.jpg)\n\n" ]
[ "Loop select work only with edges, with vertices and faces does not work\nOperating system: Windows-10-10.0.17134 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 416.94\n\n\nBroken: version: 2.80 (sub 64)\nWorked: (optional)\n\n\n\n\n\nLoop select work only with edges, with vertices and faces does not work\n", "alt + right click (for right click mode) don't work for edge loop select\nOperating system: Windows-10-10.0.15063 64 Bits\nGraphics card: Quadro K2200/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 416.78\n\n\nBroken: version: 2.80 (sub 64)\nWorked: (optional)\n\n\nWhen I have even default cube I can't select edge loop using Alt + click (left or right, depend of the mode)\n\n\n", "Cannot Loop Select faces\nOperating system: Darwin-18.5.0-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 560 OpenGL Engine ATI Technologies Inc. 4.1 ATI-2.8.38\n\n\nBroken: version: 2.80 (sub 64)\nWorked: (optional)\n\n\nHolding Shift + Alt/Option and clicking a face doesn't loop select the faces. (Face Select Mode)\nI tried this with the starter cube and in the previous version works alright.\n\nShift + Alt/Option + Left Click on a face\n\n" ]
Cycles - Panoramic lenses break bump mapping Operating system: Windows-10-10.0.17134 64 Bits Graphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 417.71 Broken: version: 2.80 (sub 52) Using a camera with a panoramic lense creates artifacts on textures that control bump map with bump map nodes or with displacement. Creating weird lines Open the file provided{[F6898244](fisheye-bump-bug.blend)} Switch the 3d view to Rendered shading mode, and you should see the artifact. In this example with voronoi, the grooves between the cells are also rendered incorrectly, but it happens with any texture with a sharp edge. Change the type of lens of the camera from panoramic to perspective back and forth to see the difference. You can also change the proportions of the camera changing the dimensions of the render output to change the shape of the artifact. It also seems to be weirdly distance based. If you move the camera further, and increase the plane size and strenght of the bump to match, the flipped line starts to dissapear, and the sharp edges start to look better [fisheye-bump-bug.blend](fisheye-bump-bug.blend) ![b.png](b.png) ![b2.png](b2.png)
[ "Changing the Orientation of Modifiers\nCurrently, LineArt is created in 3D space, however, the Modifiers can be oriented incorrectly.\n\nIn this example, the Noise Modifier is moving the Grease Pencil points on the Normal but not up and down on Z. There is currently no way to change it.\n\n[Noise - Position.mp4](Noise_-_Position.mp4)\n\nThis is a request for a way to change the orientation of the Modifiers.", "OSL on the GPU displays all black for Voronoi Distance > Bump Height\nSystem:\nWindows 11\nRTX3090Ti gpu\n\nBump output is pitch black when using Voronoi (Distance) output into Bump Height. Colorramp in between does not fix it. Noise output into Bump Height works fine.\n(Blender 3.5 in cycles)\n\nedit: more useful info + screenshot + isolated blend file\n\nRunning OSL on the CPU works fine, only the new GPU support seems affected.", "Normal map node worked is not correct\nOperating system: win10 x64\nGraphics card: gtx 1650\n\nBroken: 3.5.0, 1be25cfff18b, 2023-03-29\nBroken: 2.93\nWorked: 2.92\n\nCaused by 1c22b551d0\n\n\nI do not think that this is an error or a bug, rather it is not a refinement. \nIn some cases, the normal map node does not display them as you would like. \n\n\nI created a Hight poly model and bake it into a plane. Then I applied the resulting texture to the Low poly base mesh. It didn't display correctly there, only part of it smoothed out, but the other part showed sharp edges, very similar to the Fresnel effect\n\n", "Scrambling distance shows a volume grid in the firsts sample\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.94\n\nBroken: version: 3.4.0 Alpha\n\nWeird blocky artifacts with PMJ in the firsts samples while using a high sample count.\nHere's a video to better explain this with the normal behaviour at the beginning.\n[2022-09-15 17-54-48.mp4](2022-09-15_17-54-48.mp4)\n\n- Open Blender\n- Import an OpenVDB file\n- Desactivate Noise Threshold in Cycles\n- Use the PMJ pattern \n- Check \"Automatic\" and \"Viewport\" in Scrambling distance\n\n[Based on the default startup]\n\nHere's a VDB file to test this out: [cloud_01_variant_0000.vdb](cloud_01_variant_0000.vdb)\n\n", "Grease pencil: unstable offset height (surface drawing)\nOperating system: Windows-8.1-6.3.9600-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12\n\nBroken: version: 3.1.0 Alpha\n\nWhen I use perspective camera, and try to drad on surface with GP, offset is unstable and depends on distance from camera.\n\nTest File:\n[#94735.blend](T94735.blend)\n[2022-01-08_10-23-37.mp4](2022-01-08_10-23-37.mp4)\n", "3D Paint Mode stencil disappears when panning viewport.\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 496.76\n\nBroken: version: 2.93.4\n\nWhen panning viewport in 3D paint mode with stencil mask enabled, the stencil mask disappears when moving the viewport, however does not disappear when zooming it, which indicates it's not a technical limitation.\n\n1. Enter 3D paint mode\n2. Enable texture mask, select some texture and set mapping to stencil\n3. Navigate the viewport\nResult: The stencil disappears when moving the viewport, which makes it very difficult to line up stencil projection with the 3D geometry\nExpected: The stencil does not disappear when navigating the view\n\n", "Displacement textures rendering incorrectly when viewed through/near volumetric shaders\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.23\nGraphics card secondary: NVIDIA GeForce GTX 1070\n\n\nBroken: version: 3.2.0 Alpha\nI originally ran into this issue on 3.0 a few weeks ago. I tried it on the public release of 3.1 and encountered the same issue. Today I have reproduced it on 3.2.0. I do not believe this has ever worked.\n\nWhen rendering a view of a smoke simulation (or any volumetric shader) where the material on the far side of that simulation/volumetric uses displacement, there seems to be an effect surrounding and inside the volumetric which causes the displacement texture to jitter, its reflections rapidly altering between frames causing an appearance almost like the texture/object or light source is vibrating/moving. The effect, when viewed on small smoke simulations, appears almost like heat distortion and may be useful for achieving that effect in other desired scenarios. When viewed through large volumetric shaders (such as fog) it creates an effect over the entirety of the object using displacement and is very distracting.\n\nFrom a default Blend, create an object. On this object create a texture that uses displacement and has displacement & bump truly enabled. Then, run a smoke simulation either via a quick smoke or particle simulation or, create a large object that then uses a displacement texture. Then render the scene such that the object with the displacement texture is on the far side of the smoke simulation/volumetric object. A well-lit environment, dense smoke, and a complex texture (high scale noise for small fine displacement/bump details) that makes use of glossy areas will make the effect easier to see. Disabling/removing displacement from the texture (and disconnecting the socket) will correct the issue at the cost of loss of displacement.\n\n\nThings I have tried to get around this problem:\nI have drastically increased, decreased, enabled, or disabled, the following settings to no avail.\nWith regards to the domain:\n- Adaptive domain\n- Noise\n- Empty space: higher values (up to 1.0) did seem to have an influence on the size of the distortion area but could never eliminate it. \n- resolution divisions\n- time scale minimum\n- precision volumes\nWith regards to the smoke texture:\n- Sampling\n- interpolation\n- homogenous\n- step rate\nWith regards to rendering:\nOptix denoising and openimage denoise - I will attach an example of each.\nvery high samples\nI also made sure/tested a domain and/or smoke which does not pass through the surface or near the actual surface of the displacement texture. \n\n - attaching several GIF examples at lower framerate playback.\nI believe the jittering in the full foggy stadium in the reflection of the moon and distance areas when displacement is off is simply due to the lower samples I used for that test render.\n[Bug.blend](Bug.blend)\n\n![nodisplacement.gif](nodisplacement.gif)\n\n![animated.gif](animated.gif)\n\n![OpenImage.gif](OpenImage.gif)\n\n![optix.gif](optix.gif)\n\n[31 displacement issues.mp4](31_displacement_issues.mp4)", "modifier display/render driver not responding.\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1050/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 527.56\n\nBroken: version: 3.4.0\nWorked: unknown\n\nIf I have my Mask display/render driver from another objects display/render setting, changing controlling obj disp/render doesn't take effect without coaxing.\n\n1. Open the attached file. \n2. In outliner, disable the viewport display of the Cube object (drives Mask visibility of part of Sphere object)\n3. For the Mask modifier, slide the Threshold a little. Display effect now takes place.\n\nThis all works without a problem if I animate the Cubes visibility. This appears to be a problem for any/all modifier display drivers (e.g., Subdiviison). Sometimes I just need to hover over a value like Threshold, or just over time it responds to the change.\n\n", "Modifier changes to support sub-panels for Geometry Nodes\nThis is a follow up of #108649\n\n", "Unwanted camera movement\nOperating system:\nGraphics card: NVIDIA GeForce RTX 3060 Ti\n\nBroken: 3.6.1, 2023, non of the versions I have tried has worked \n\n\nI have enabled the feauture to \"fly around\" by pressing shift + f. When you press those buttons you will be able to fly using W D A S keys. Sometimes when I use this feauture it works fine but after a while it starts bugging. For example I use this tool for zooming in on objects really close and when this bug comes in this happens: I go really near the object and everything looks fine but when i left click like your supposed to do the camera moves places. It usally starts just moving a little, but the closer you get to an object the more it moves. Like it snaps out of place.\n\n\n- click shift + F \n- move near an object (cube) \n- left click to settle the camera\n- and see how it moves\n\n", "Sharp normals along base mesh wires in multires sculpting with smooth shading\nOperating system: Linux-5.4.0-47-generic-x86_64-with-debian-bullseye-sid 64 Bits\nGraphics card: Quadro GP100/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 440.100\n\nBroken: version: 2.91.0 Alpha\nWorked: As far as I know in 2.79 before the inclusion of OpenSubdiv\n\nThis has been a long standing issue in multires sculpting with shading artefacts in smooth shading.\nThese will only start appearing when sculpting on the surface and may flicker between different spots when sculpting directly over them.\n\n- Create a suzanne head\n- Add a multires modifier with 4 subdivisions\n- Change the object to smooth shading\n- Enter sculpt mode and smooth on the surface of the object\n\nOn these spots the sharp shading should consistently appear among others. A high contrast Matcap can help with spotting them.\nIn this example they are very subtle but they can be extremely noticeable on very curved surfaces.\n\n![Screenshot_2020-09-09_17-35-27.png](Screenshot_2020-09-09_17-35-27.png)\n\n![Screenshot_2020-09-09_17-35-46.png](Screenshot_2020-09-09_17-35-46.png)\n\n", "View Pan not working for smaller clip start value\nOperating system: win 10 pro\nGraphics card: rtx 2060\n\nBroken: 3.5, 2.83\nWorked: never?\n\nFor smaller `clip start` value when we zoom out, `View pan` does not work\n\n- Open .blend file\n- Pan around by any method\nIncrease `clip start` value, this will fix panning problem\n[Sand_003.blend](Sand_003.blend)", "Z-fight with invisible face in edit mode\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1660 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.51\n\nBroken: version: 3.0.0 Alpha\nWorked: \n\nI have 2 cubes. Bigger one is set viewport display as wire. Both share the same XZ plane. In Object mode shading is fine, but if I enter in Edit mode with smaller cube artifacts are appear.\n\n[ladder_01.blend](ladder_01.blend) ![image.png](image.png)\n\n", "Subdivision modifier breaking custom normals.\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: Radeon RX 580 Series ATI Technologies Inc. 4.6.0 Core Profile Context 23.7.2.230718\n\nBroken: version: 4.0.0 Alpha (Also tested in v3.5.0 & v3.6.1)\nWorked: N/A\n\nIdentical normals are slightly messed up when a subdivision surface modifier is enabled, breaking cell shaders.\n\n1. Download the attached .blend file\n2. Change Viewport Shading to \"Rendered\"\n3. Enable/Disable the subdivision surface modifier.\n4. You might need to rotate the light slightly on the x-axis.\n\n\nSome notes:\n- All mesh normals were copied and pasted via \"Mesh/Normals/Copy Vector\" and \"Mesh/Normals/Paste Vector\".\n- \"Subdivision modifier/Use Custom Normals\" property is enabled.\n- Changing \"Render/Performance/High Quality Normals\" or \"Subdivision modifier/Use Limit Surface\" changes alters where the issues appear on Suzanne. (Sphere is unaffected.)\n- Issue doesn't occur on flat meshes.\n- Even after applying the modifier, repasting normals still leaves some artifacts.", "Camera non uniform scaling with Follow Path\nOperating system: Linux (debian bullseye)\nGraphics card: Nvidia Geforce GTX 1070\n\nBroken: 2.79b up to 2.90 current master\nWorked: never (did not test earlier version than 2.79b)\n\nIf a camera is constraint to a curve that is non uniformly scaled with follow curve enabled, it will also get the non uniform scale, skewing the camera and messing up the view transform (or projection matrix) of the camera.\n![Screenshot_20200427_215806.png](Screenshot_20200427_215806.png)\n\n1. Add a curve and constrain the camera\n2. enable follow curve in the follow path constraint\n3. scale the curve heavily along one axis\n4. scroll through frames and observe the weirdness\n\n[camerascalebug.blend](camerascalebug.blend)" ]
[ "bump map off/wrong for panoramic camera\nMy apologies if I overlooked a bug report while searching for an existing one. I wasn't able to find one about the problem described below however, so here goes:\n\nWindows 7/CPU and Windows 10/GTX 1060\n\nBroken: 2.79b and build 9d59851ca3d\n\n\nWhen using a bump map with a panoramic camera, the bump map looks like a an overlay of itself with a shifted copy. See image below, which is just a plane with a bump map texture to simulate engraving.\n![panoramic.png](panoramic.png)\n\nWith a perspective camera, the bump map looks as expected:\n![perspective.png](perspective.png)\n\nSee attached .blend file.[bump_pano_perspective.blend](bump_pano_perspective.blend)\n\nRender the scene or turn on rendered preview, with the fish eye camera selected. The result is the first image. \nThen switch to perspective camera in the scene tab and render again or see the preview. The result is the second image. \n\nThanks a lot for looking into this!\n" ]
Area light width and height is not updated while using area light size widget Operating system: Windows 7 Graphics card: GTX 1070 2018-12-08 17:06 e79bb957fc3 blender2.8 Area light size widget does not update the area light's actual width and height. The width and height properties are not updated until you get your mouse near them, and the actual width and height of the light is not updated until you then change the width and height another way, such as selecting the width or height parameter and pressing enter. Changing the size other ways works just fine. [2018-12-08_16-46-04.webm](2018-12-08_16-46-04.webm) Add an area light and use its size widget.
[ "Point lamp power value hard to change with unit scale (button step is calculated for Watts, but applied to milliWatts)\nOperating system: Windows 10 Home 1909\nGraphics card: NVIDIA RTX 2080 Ti\n\nversion: 2.83.0, branch: master, commit date: 2020-06-03 14:38, hash: 211b6c29f771, type: Release\nWorked: 2.82a\n\nIf I insert a point lamp to the scene and I alter the power value of the lamp sliding left and right it works. If I click then in the power field and type a value (e.g. 10W) and confirm with enter it takes the new value, but afterwards I'm not able to change the power value sliding right and left or using the arrows left and right of the field. I have to click again in the field and enter a value.\n\nCreate a point lamp\nEnter the power value in the field (e.g. 10W) and confirm with enter\nSlide the power field slider left and right, the value is not changing.\nClick on the left/right arrow of the power slider, the value is not changing.\nClick in the power field and enter a new value, confirm with enter. The new value will be accepted.", "Hair: changing children related settings not updating in particle editmode\nOperating system: Windows-10-10.0.17134 64 Bits\nGraphics card: GeForce GTX 1050/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 388.73\n\n\nBroken: version: 2.80 (sub 75)\nWorked: (optional)\n\n\nHair particle system children won't update/refresh in viewport when editing their parameters\n\n- Add a hair particle system on any object and enable children (Simple)\n- Go to particle edit mode and enable children from right panel (N) ->Tool -> Options -> Viewport Display\n- Choose point select mode\n- Try changing any parameters related to the particle system's children or delete a particle point and will see no change on the viewport part (update occurs only after moving point or using settings like \"Comb\") \n\n\n[bug1.blend](bug1.blend)\n\n\n", "Dynamic Indirect light cache\nThe idea would be to have a multiple level cache that stores a voxelized version of the scene to render the irradiance points.\n\nEach voxel would be linked to a set of surfel (surface elements) that stores color and normal of the surface.\nEach time the lights in the scene changes, the voxelized version is updated and propagates the change to the irradiance points.\n\nThis means having a list of surfel per voxel (say 6, 8) and a list of voxel per irradiance points.\nThis would be a mix of The Division dynamic indirect lighting [link]] and Mc Guire raytraced irradiance probes [[http:*jcgt.org/published/0008/02/01/|link](https:*www.gdcvault.com/play/1023273/Global-Illumination-in-Tom-Clancy).\nThis feature might be limited to hardware that supports compute shaders.\nThis is not a trivial feature and needs a lot of R&D.\n\nEstimate : 4 weeks\n", "Tool shelf circle select. Changing the brush radius by hotkey does not update the radius\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.43\n\nBroken: version: 2.92.0 Alpha\n\nWith the legacy circle select tool you can hold down the mouse, and with scroll wheel or numpad + / - buttons you can change the radius of the brush.\n\nWith the circle select tool from the tool shelf the hotkeys still performs a radius change, a visible radius changes its size, but the radius does not update. It remains at the radius it was.\n\n\n\nOpen Blender, press C, hold down lmb, scroll the scroll wheel.\n\nExit circle select, activate circle select in the tool shelf. Hold down lmb, scroll the scroll wheel. Watch the result.\n\n[2020-12-04 12-36-43.mp4](2020-12-04_12-36-43.mp4)\n\n\n", "New Add Object tool: Size parameter in the Redo panel does not match the real size of the object\nOperating system: Linux-5.3.0-61-generic-x86_64-with-debian-buster-sid 64 Bits\nGraphics card: Mesa DRI Intel(R) Haswell Mobile Intel Open Source Technology Center 4.5 (Core Profile) Mesa 20.0.0-devel - padoka PPA\n\nBroken: version: 2.90.0 Alpha\nOldest 290 version I have is:\nversion: 2.90.0 Alpha, branch: master, commit date: 2020-06-12 13:39, hash: 9cc059755699, type: Release\nbuild date: 2020-06-12, 13:41:27\nThis version is the same\n\nWhen adding an object with the Add Object tool, the size value in the redo panel is incorrect for all object types\nThe `Transform` panel shows the correct dimensions\n\n- Enable Add Cube tool (can be sphere or cone too).\n- Add a Cube with the tool.\n- Expand the Add Object dialog (default is 2 m)\n\nGiven that the user actively defines the size of a new object during creation - are dimensions in the Add Object dialog necessary if it's already shown and editable in Transform > Dimensions? \n\nCould the dimensions be shown \"Live\" during object creation in the Transform > Dimensions dialog or the object bounding box be shown overlay style with dimensions (in object and edit mode)?\n\nA more useful feature in the Add object dialog would be \"step size\" for object creation to force object size in increments of so many units\n", "Eevee AO produces a thinner result on inside edges then it does for outside edges using the same settings for both.\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.94\n\nBroken: version: 3.3.0\nWorked: Tested on 3.0 through 3.3.1 RC all have same issue.\n\nAO with Eevee inside and outside edges produce different width Occlusions. the inside width (in green) in the attached images is noticeably thinner. Cycles AO appear to be equal.\n\nEevee:\n![EeveeBoxes01.jpg](EeveeBoxes01.jpg)\n\nCycles:\n![CyclesBoxes01.jpg](CyclesBoxes01.jpg)\n\nReview file contents\n[testEdges.blend](testEdges.blend)\n\nOpen file, review result of this Node Tree:\n![image.png](image.png)\n\nAs an example: From the Node setup above I need to set the lower (green lines) AO Nodes \"Distance\" to 0.030 to get the same width results that I get when I set the upper (red lines) Node \"Distance\" to 0.010\n", "Regression: Unable to move camera/area light with gizmo (intel GPU)\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: Intel(R) UHD Graphics Intel 4.5.0 - Build 30.0.101.1122\n\nBroken: version: 3.2.0, 3.3\nWorked: 3.1\nCaused by 5045968f24\n\ni cant move my camera using move tool or tranform tool on left side bar\n\n- select camera\n- Choose move or transform tool\n- Move camera with gizmo (won't be able to move)\n\n[bug camera.blend](bug_camera.blend)\n[blender 3.2.mkv](blender_3.2.mkv)", "Color Picker 'Square (SV + H)' changes Hue while editing SV\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 950M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15\n\nBroken: version: 3.4.0\n\nWhile using one of the theme color widgets, if change the saturation, the hue will change\n[blender_FLKonKBXBK.mp4](blender_FLKonKBXBK.mp4)\n\n- In {nav Blender Preferences > Interface > Editors} change `Color Picker type` to `Square (SV + H)`\n- In {nav Blender Preferences > Theme} click any color widget\n- Choose a `Hue` between blue and cyan\n- Change SV values in the square interface", "Scene statistics not updating depending on geometry node behaviour\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 535.98\n\nBroken: version: 3.6.0\nWorked: Never.\n\nIt seems that the scene statistics (both in the viewport and in the status bar) are not updating to reflect the number of vertices after a deleting operation through geometry nodes.\nHowever it does update if I move to another frame in the timeline.\nIt may be a design choice to limit the computation needed but I thought useful to report\n\nIn the attached blender file go to the modifiers tab and change the LOD value in the geometry nodes setup, you'll see no change in the scene statistics despite the mesh displayed has a different amount of objects. If you move to any other frame it will update accordingly\n\n", "Sidebar panel missing a few text theme color properties\nOperating system: Windows 10 \nGraphics card: 1080ti\n\nBroken: 2.93.0\nWorked: ??\n\nThe N-panel sidebar cannot have the same tab highlighting in a user theme as the main top workspace tabs can.\n![region-text.png](region-text.png)\nIt seems that also the regular text falls under the same category.\n\n- Open new General template\n- Open 3D viewport side panel\n- Go to User Preferences > Themes > 3D Viewport > Theme Space\n- Change Region Text property\nTabs and labels will change color, they can't be set independently.", "Adjust Last Operation: Other changes outside that panel are reverted back automatically\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 445.87\n\nBroken: version: 2.90.0 Alpha\n\nHere the demo and file\n[2020-06-23_20-30-11.mp4](2020-06-23_20-30-11.mp4)\n[Scene state reset.blend](Scene_state_reset.blend)\n\n1. Add some objects, add last one\n2. Change visibility for other objects via outliner\n3. Change property in adjustment popup\n4. Scene settings resetted to previous", "Zooming in and out of the node viewport, text keeps changing its size\nOperating system: Arch Linux\nGraphics card: NVIDIA GTX 980\n\nBroken: Blender 2.90.0 Stable Release\nWorked: I'm not sure if this has ever worked correctly but it looks ugly.\n\n\nWhen zooming in and out of the node viewport, the text keeps changing its size making it look like it's jumping all around. I think the view should only zoom in and out without ever changing the text's size.\n\n\nAdd a principled BSDF node and then zoom in and out.\n\n[nodetitle.webm](nodetitle.webm)\n\n", "Improve Render Region Border UI (show/hide the control gizmo)\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 980/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.67\n\nBroken: version: 2.91.0 Alpha\n\nRender Region UI control elements are active only after drawing in empty scene or after deleting any object in scene.\n\n1. Create new file and delete all objects in scene.\n2. Draw Render Region border (View --> View Regions --> Render Region or press CTRL+B).\n3. By dragging UI controls adjust Render Region border size.\n4. Add couple of objects to scene and draw Render Region border - UI controls aren't active now.\n5. Delete one of the objects and adjust Render Region border size.\n\n[DGSu5HJRQg.mp4](DGSu5HJRQg.mp4)\n\n", "Eevee Light Limitation failing to render at well under light limit\nOperating system: OS X 11.5.2\nGraphics card: AMD Radeon Pro 580\n\nAlso on Intel HD 6000, macOS 10.14.\n\nBroken:2.93.1 (2.93.1 2021-06-23), 2.93.5, 3.0 a217e043be\nWorked:\n\n\nUnder the impression that 128 lights is the limit. My system's render is failing at 11 area lights\nI have an image of what it is doing. It splits the viewport into four areas yellow, red, blue, green\n![Screen Shot 2021-09-22 at 12.59.23.png](Screen_Shot_2021-09-22_at_12.59.23.png)\n\n\n\n- On Default cube scene, add eleven area lights.\n- Set Shadow settings -> both of Cube size or Cascade Size to 4096.\n- Viewport render using Eevee.\n\n\n[Light ViewportRender ERror.blend](Light_ViewportRender_ERror.blend)", "Blender 3.6's window has 1/4 content area, 3/4 transparent area under Linux\nOperating system: Arch-based Linux, kernel 6.3.7-arch1-1\nGraphics card: Intel Arc A779\n\nBroken: blender-3.6.0-beta+v36.2ef27684c56c-linux.x86_64-release, but has happened with all 3.6 daily builds so far.\nWorked: 3.5.1, the latest version.\n\nThe content area is 1/4 of the window size when the window is first open. 3/4 of the window is transparent.\nGnome 44.2, Wayland, fractional scaling enabled (100%, 175%), dual monitors (1920x1200, 4K).\n\n![image](attachment)\n\n\nRun Blender 3.6\n\n" ]
[ "Area light size\n\nOperating system: Windows 10\nGraphics card: NVIDIA GeForce GTX 1060 6GB\n\n**Blender 2.80 Beta**\nBroken: \nVersion 2.80 Beta\nWorked: (optional)\n\nArea light does not refreshes automatically when resizing on viewport. \n\nCreate area light.\nTry to resize from viewport.\nGo to light properties, size, click on it and enter to resize manually what you resized on viewport.\n" ]
Macbook trackpad two finger pan and rotate not working in 2.76 rc3 Mac OS 10.11 Broken: 2.76 RC3, fb78f6d Worked: 2.75a Panning and rotating in 3D view on Macbook with trackpad does not work as it did in the previous version.
[ "Can not selection Armature in MacOS Backend Metal.\nOperating system: Macbook pro 14\nGraphics card: Apple M2\n\n3.6.2\n\n\n\nCan not selection wire Armature in MacOS Backend Metal.\n\nrecorded video\n\nview?usp=sharing\n\nWhen Macos' Backend is set to Metal and the Armature object Viewport Display is wire, objects cannot be selected in bone areas other than the root bone at the location of the origin point.\n\n- Open attached .blend file\n- Try to select any bone in wireframe mode", "Grease Pencil Relationship Parenting problem\nScreen \n- Huion (on a $100 computer arm )\n- Viano TV\n\nOperating System \n- 64 bit Windows 10 Pro\n- Version 4\n- Pen Touch Support\n\nProcessor \n- Intel Core i7-8700k CPU @3.70GHz 3.70GHz\n\nRam \n- 32 GB\n\nGraphics card \n- NVIDIA GeForce GTX 1070\n- NVIDIA GeForce GTX 960\n\n[system-info.txt](system-info.txt)\n\nBroken: version: 3.0.0\nWorked: I am not sure if this has ever worked\n\n[Realationship Transformation Bug.m4v](Realationship_Transformation_Bug.m4v)\n\nAttached you will find the blend file\n[Relationship.blend](Relationship.blend)\nIf you need more information let me know\n\n", "View zoom (scale mode in particular) doesn't work well when dragging horizontally, or crossing the middle of the screen\nBroken: 2.79, 2.80, 2.81 HEAD (8c9e6f123a2).\nWorked: ?\n\nNavigation Mode Scale Is Broken - it should never be calculated from the vector zero.\n\n- Set Blender Navigation to Scale\n- Try to press Alt + click and drag in viewport to make it zooming (or click and hold the \"zoom\" icon in the viewport).\n- Try to cross the mouse arrow in the vector zero (i.e., cross the mouse around the middle of the viewport).\n- As you can see the tool start to work weirdly inverting the zooming as soon you cross the scene vector zero.\n\nNote: The other zoom modes (e.g., dolly) also present a strange behaviour when zooming horizontally. But the zoom seems to reset when going over the origin regardless of the mouse direction.\n", "Pinning Bones/Constraint Tabs in Properties Editor doesn't work\nBroken: 2.76 - master (1283c66)\nWorked: Unknown\n\nThe context pinning functionality in the Properties Editor doesn't work for Bones and Constraints. There may be a few others too that I haven't noticed yet, but these are the biggest ones.\n", "GPencil: Square type strokes do not react to Rotation option with Solid Shading\nOperating system: Linux-5.10.0-6-amd64-x86_64-with-glibc2.31 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.73.01\n\nBroken: version: 3.0.0 Alpha\nWorked: ?\n\nThe stroke type Squares draw little squares at the points of the stroke. The rotation is controlled by the alignment option and the rotation slider, which in this case does nothing if solid shading mode is selected. Note that textures are not displayed in solid shading mode and even if used the squares don't rotate as long as I am in solid shading mode.\n\n1. Add default Stroke Grease Pencil Object\n2. Navigate to the Material and change Line Type to Squares\n3. Make sure you are in Solid Shading Mode with \"Color\" not set to \"Texture\"\n4. Change the Rotation slider from the same panel, which says in the tooltip it should rotate the squares\n5. observe how the squares do nothing at all.\n\n", "Adding new hook while in Edit mode breaks when trying to undo/redo the operator\nWin7 (32bit)\n\nBroken: 2.78a\n\n\n- Add Path from Curve menu, add new Armature\n- Assign Bone to control point as Hook\n- Blank Hook modifier appears along with real one\n\nScreencast: [screencast0001-0250.mp4](screencast0001-0250.mp4)\n", "Poly Build Tool: Editing poly build keymap causes poly build tool to not work properly\nWindows 10\nGeForce GTX 1080\n\nv2.81 Alpha\nDate: 2019-09-10 15:07\nHash: 8f55794c0e80\n\nWith a default blender open, edit the poly build keymap. The tool doesn't work properly with the new key assignment. \n\nFor example, switch 'face at cursor move' to shift + left mouse, and 'poly build delete at cursor' to ctrl + left mouse.", "Fullscreen doesn't activate if the 3d Viewport is maximized \nTested on :\n\n2.73 a\n\nGooseberry 2.73 # d92f591\n\nWhen the viewport is maximized ( Ctrl + Up Arrow). Switching to 3d view fullscreen mode wont work. ( Alt+F10 nor from the view menu button ). ", "Unable to select multiple Grease Pencil layers with Python\nOperating system:\nGraphics card:\n\nBroken: 3.4\nWorked: \n\nSetting the Grease Pencil Layer property \"select\" with Python doesn't seem to work. Tried various update tags with no luck. Similar layer properties, such as the booleans \"lock\" and \"hide\", work as expected with the same code as below.\n\n[select_bug.blend](select_bug.blend)\nOpen Blender from a console/terminal and keep that window in view, open the attached .blend, click the play button in the Text Editor header to run the example script (which sets all layers' select property to True), then hover the mouse cursor over the Python console and press Enter to run the command: print([gpl for gpl in bpy.context.object.data.layers if gpl.select])", "3D Connexion Space Mouse Pro - Blender 2.82a on macOS\nmacOS Catalina 10.15.4 (19E287)\n3D Connexion 3dWare10 10.6.5\n\nBlender 2.82a\n\n\nThe mouse appears to almost match the 3D Connexion training app in terms of movement when in object/edit mode but it would appear that none of the buttons & especially the MENU do not work. \n\nI have installed the 3D Connexion drivers a second and third time with firewall and anti-virus off and the problem with these mice seem to persist. \n\n>> This has been edited by another but im wondering if there is some resource file missing where keys are mapped, either this is a 3D Connexion plug in or something to do with Blender?\n\n\nI've seen these tasks; It's still a problem for me. \n#67686 (NDOF mouse not working in code signed macOS builds)\n#67971 (3D Connexion Space Mouse Enterprise Custom Buttons 1-10 Not working in Blender 2.8 (macOS))", "Crash (Seg Fault) When Rendering Grease Pencil Stroke on Render Farm\nOperating system: Darwin-19.5.0-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 5500M OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.9.15\n\nBroken: version: 2.83.1\n\nOur render farm of 70 iMacs has been running for 3 years through the 2.7x series up till 2.81a.\nWhen we switched to 2.83 last week it started crashing consistently when rendering Grease Pencil strokes.\nThe crash occurs when using Blender to do command line rendering via an SSH session on a machine without the user physically logged in. (Crashes on Mac and Linux)\n\nCommand Line Rendering on my own machine works fine.\nCommand Line Rendering on a remote machine via SSH works fine if I'm also logged into that machine.\nBut as soon as I log out of the machine so that the SSH session is the only active user on the machine, then the error shows up.\n\nI tested this on 2.81a and the error (below) shows up there too, but in 2.81a it doesn't also lead to the Segmentation Fault that crashes Blender.\nIt's only in 2.83 (and 2.83.1) that the error is followed by the Seg Fault 11\n\n\n**_RegisterApplication(), FAILED TO establish the default connection to the WindowServer, _CGSDefaultConnection() is NULL.\nWriting: /var/folders/jk/7b488ncn6c13t515bnt6q_8w68xcj1/T/test.crash.txt\nSegmentation fault: 11**\n\non Linux the error message is slightly different, but still a crash:\nUnable to open a display\nAborted (core dumped)\n\nContents of test.crash.txt (from the Mac crash)\n# Blender 2.83.1, Commit date: 2020-06-25 09:47, Hash 8289fc688b3e\n\n# backtrace\n0 Blender 0x00000001079eb9d7 BLI_system_backtrace + 55\n1 Blender 0x000000010159ddb8 sig_handle_crash + 392\n2 libsystem_platform.dylib 0x00007fff5db5fb3d _sigtramp + 29\n3 ??? 0x00007f8594802010 0x0 + 140211698802704\n4 Blender 0x0000000101a39da2 DRW_opengl_context_create + 66\n5 Blender 0x00000001018f47d5 WM_init_opengl + 37\n6 Blender 0x0000000101a374ff DRW_render_gpencil + 127\n7 Blender 0x0000000105de5ef4 RE_engine_render + 1156\n8 Blender 0x0000000105df06d3 do_render_all_options + 387\n9 Blender 0x0000000105df2a14 RE_RenderAnim + 2260\n10 Blender 0x000000010159c9dd arg_handle_render_animation + 141\n11 Blender 0x000000010797880d BLI_argsParse + 173\n12 Blender 0x000000010159a497 main + 855\n13 libdyld.dylib 0x00007fff5d974ed9 start + 1\n14 ??? 0x000000000000000a 0x0 + 10\n\n\n\n1) Make a new default file.\n2) Delete the Cube\n3) Add->Grease Pencil->Monkey\n4) Save as test.blend\n5) Copy test.blend onto a remote machine\n6) Make sure the machine is at the login prompt (showing the username password boxes).\n7) ssh into the remote machine\n8) command line render one frame from test.blend something like:\nBlender -b /test.blend -s 1 -e 1 -a\n\n", "macOS: touch input fails to work on a Wacom Intuos Pro tablet\nOperating system: macOS 11.1 Big Sur build 20C69\nGraphics card: n/a\n\nBroken: Top of tree git pull from today\nWorked: probably never since 2.8\n\nWacom Intuos Pro tablets support touch in addition to pen entry. When using touch, two fingers will scroll up and down. In Blender, two finger touch should work like an Apple touch pad or Apple magic mouse: two finger movement will orbit the view; holding down command zooms, holding down shift pans. Instead, it simply does nothing.\n\nBlender.app, default cube. Place two fingers down on a Wacom Intuos Pro tablet and move them around; it should orbit, but nothing happens. Well, the bottom status bar flickers back and forth as though command/shift or alt is pressed. \n\nThere are two reasons why this happens. \n1. Blender has incorrect Cocoa/AppKit code. I worked on AppKit for ~13 years at Apple. Below is a diff that addresses some of the issues. The code attempts to keep track of m_multiTouchScroll, but this isn't needed. It should key off of hasPreciseScrollingDeltas instead. I tested this diff with: Apple Magic Mouse, old school Apple scroll wheel mouse, Wacom tablet; all things work the same (except Wacom, which has the bug I'm reporting fixed). There is also a comment about intuos5, but that seems to be incorrect and outdated, but I don't have an Intuos 5 to test with.\n\n[0001-Fix-scrolling-with-wacom-tablets-using-them-as-a-tou.patch](0001-Fix-scrolling-with-wacom-tablets-using-them-as-a-tou.patch)\n\n2. Wacom's tablet touch drivers do link-checked behavior based on the bundle identifier \"org.blenderfoundation.blender\". In other words: they change the touch behavior when they see the target application is Blender. Wacom needs to fix this, but I'm not sure how to log a bug report for them.\n\nTo prove this, I created the sample application:\n\n[TabletTest.zip](TabletTest.zip)\n\nThe sample application has the blender bundle identifier set, as seen in this screen shot:\n\n![Screen Shot 2021-03-02 at 6.48.31 PM.png](Screen_Shot_2021-03-02_at_6.48.31_PM.png)\n\nIn ViewTest.m I log the flagsChanged:\n\n``` - (void)flagsChanged:(NSEvent *)event\n```\n{\n NSLog(@\"%@\", event);\n}\n```\n```\nIf you run the app and do a two finger scroll in the window you will see some flagsChanged logged, which is very strange because Shift/Alt/Cmd have not been pressed! Wacom is faking them for some reason, and changing the scrolling data, which messes up Blender.\n\nChange the applications's bundle identifier to \"org.blenderfoundationXX.blender\" (you can simply edit the info.plist) and run it again; it will then behave correctly.\n\n\n\nI don't know how to fix item 2 for Blender; I'm fixing it in my own build of Blender by changing the bundle identifier to org.blenderfoundation.bl3nder after it is built. I looked into identifying the events, and I can could identify the source as coming from the wacom driver but I can't fix them. \n\nI'm trying to find a contact at Wacom to have them fix this, but once it is fixed we still need item 1 fixed. \n\n\n\n", "Unable to see cursor point properly when R/S/G keys are used\nOperating system: macOS-12.5-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 575 OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.8.101\n\nBroken: version: 3.2.0\n\nAccessibility issue: Unable to see cursor point properly when R or S or G keys are used\nPlease fix copy code from 3D Viewer when push the R or S or G appear color there then paste code into Timeline to become color can see without full black.\n\n- Cursor point can not be seen properly when R/S/G keys are used in timeline (in particular theme as shown in video)\n\n![image.png](image.png)\n![image.png](image.png)\nSee youtube Fh6OYqW2AfU\n", "Simple ball shooting animation not working as before\nOperating system: win7\nGraphics card: gtx970m\n\nBroken: 2.80, 2.81a, 2.82a, 2.83-1239cab11ff9\nWorked: 2.79b\n\nI've tried to create a simple shooting ball and while the effect was ok with blender 2.79b it won't work the same\nway on the specified \"broken\" versions. I'm not sure if the way to make these type of animations has changed of\nif this it's really an existing bug. \n\nDemo: [Blender 2.79b vs 2.82](2020-04-09_16-14-38.mp4)\n\n\nYou'll find the .blend file ready to display the issue below.\n\n[test1.blend](test1.blend)", "UV Stitch and Minimize Stretch do not support the trackpad\nOperating system: macOS-12.6.3-x86_64-i386-64bit 64 Bits\nGraphics card: Metal API AMD Radeon Pro 455 1.2\n\nBroken: version: 4.0.0 Alpha\nWorked: never\n\n\nWe can use the mouse wheel while executing \"UV Stitch\" and \"Minimize Stretch\" operators to adjust the Limit and Blend values. However, this feature is not available for trackpad users.\n\nA possible solution can be seen here:\nD8812\n\n" ]
[ "Trackpad navigation no longer works on OS X 10.11\nOS X 10.11\nMacBook Pro Retina\nIntel i7\nNVIDIA GT 750M 2048MB\n\nBroken: 2.76 RC3 fb78f6d\nWorked: 2.75 Regular Release\n\nIn the previous version of Blender, the trackpad acted naturally (pinch to zoom out, two finger drag rotates view, etc.), but in the current release it works in the mouse-emulation way (two finger drag up and down reproduces scroll wheel, no other gestures work). When upgrading to 2.76, I did copy over the old settings.\n\nOpen Blender on mac laptop, try to use the trackpad. Compare to 2.75.\n", "OS X trackpad and magic mouse gestures not working\nOSX 10.11 (15A284)\n\nBroken: 2.76 RC2 e24ea81\nWorked: 2.75 c27589e\n\nRotation in viewport with magic mouse does not work anymore\n\nRotation in viewport with magic mouse does not work anymore, even after importing the key configuration from 2.75.\nIts zooming instead of rotating, and rotates just after releasing the mouse for a short moment.." ]
Shader -> Geometry node -> Parametric issue with Area Light. // Intel MacOS Operating system: macOS-12.5.1-x86_64-i386-64bit 64 Bits Graphics card: AMD Radeon Pro 5700 XT OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.8.101 Broken: version: 3.4.0 Alpha Worked: Blender Version 3.3 see image below: ![Screen Shot 2022-09-03 at 11.49.05 pm.jpg](Screen_Shot_2022-09-03_at_11.49.05_pm.jpg) ![system.jpg](system.jpg) (Tested with Factory settings as well.)
[ "Cycles - AO Shader node causes infinite \"loading render kernels\" and crashes on return to solid mode view\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.09\n\nBroken: version: 3.2.0\n\nAO Shader node causes infinite \"loading render kernels\" and crashes on return to solid mode view\n[AO BUG Test.blend](AO_BUG_Test.blend)\nAttaching Sample file.\nJust render the scene in viewport (doesnt render, just \"loading render kernel\" message)\nTry to go back to solid view - results in freeze/crash\n\nregards\n", "Breaking shader node changes for 4.0\nThere are a number of proposed changes to shader nodes that break the Python API, mainly for add-ons that import and export shaders.\n\nWe need to make a decision to either:\n* Make these breaking changes in 3.2 or 3.3, and then do them all together with good communication so scripts only need to be updated once.\n* Postpone all breaking changes to 4.0, and see which parts of these patches can be non-breaking. For example we could have new general Mix/Combine/Separate nodes in addition to the existing ones.\n\nPatches:\n* [x] [D14034: Geometry/Compositor/Shader/Texture Nodes: Add general Combine/Separate Color nodes](D14034)\n* [ ] [D14257: Shader Nodes: Changes to node UI and default values to improve consistency](D14257)\n* [ ] [D14202: UI (Shader/Compositor): Rename \"RGB\" input to \"Color\" input](D14202)\n* [ ] [D13749: Node: Mix node](D13749)\n* [ ] [D13359: Rename \"fac\" to \"factor\" across all nodes](D13359)\n* [ ] Use proper \"Brightness\" word in names", "Wrong result mixing 2 nodes of an image texture\nOperating system: Windows 10\nGraphics card: AMD\n\nBroken: 3.3, 2.93\nWorked: unsure\n\nWhen using 2 nodes of the same texture and connecting the Color output from one and the Alpha from another, the result looks different in comparison when using both outputs from one node. Broken in EEVEE\n\n1) Open the file, switch to material preview/rendered\n2) Reconnect the color (or the alpha) link to another texture\n[Bug1.blend](Bug1.blend)", "Workbench Shadow Improvement\n### Respect World Space Lighting option\nCurrently, the shadow is always in world space. Use view space orientation when matcaps is used or when studio lights use view space orientation.\n\n### Follow the brightest light\nCurrently, the shadow is not following any of the lights direction in the studio lighting config. Selecting the most bright light seems like a good default. Otherwise, we can add a flag in the studio-lights to tag which one the shadow should follow.\nA toggle option to force the use of the custom shadow direction should be added (disabled by default in new files, enabled in older files).\n\n\n### Follow the matcap\nWhen matcap brightest spot can be extracted, we should make the shadow follow this direction.\n\n", "3d viewport High memory usage--MacOS intel--\nOperating system: macOS-13.2-x86_64-i386-64bit 64 Bits\nGraphics card: Metal API AMD Radeon Pro 5700 XT 1.2\n\nBroken: version: 3.5.0 Alpha\n\nhigh memory usage of the factory settings startup file.\n\n- Open latest macos blender build 3.5 for MacOS 13.2 Intel\n- Perform selection operation (box select, click select, etc.)\n[Screen Recording 2023-02-07 at 2.27.06 amsmall.mp4](Screen_Recording_2023-02-07_at_2.27.06_amsmall.mp4)\n![System.jpg](System.jpg)\n\n![Screenshot 2023-02-07 at 2.33.10 am.jpg](Screenshot_2023-02-07_at_2.33.10_am.jpg)", "Strange Cycles Area Light artifact when using Motion Blur in animation\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 536.23\n\nBroken: version: 3.6.0\n\nPer the attached screenshot, two astronauts are at the windows of a moving spacecraft. There are four Area Lights inside the spacecraft between the astronauts and windows acting as fill lights for the astronauts. The strange artifact appears when Motion Blur is enabled, causing the Area Lights to appear to be moving at a different velocity from the spacecraft. The result is that the Area Lights themselves become visible, especially the green light at the far left window; in reality it's behind the post between the windows.\n\nIs this a known issue? If yes, any way to fix it short of disabling Motion Blur? Thanks.\n\n\n", "Output from Geonodes Edge Domain to Shader behaves strangely\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: Quadro K3100M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 426.78\n\nBroken: version: 3.1.0 Beta\nWorked: Never, as far as I know\n\nWhen retrieving data stored on the edge domain in a shader, the values are inconsistent between adjacent faces, and generally do not interpolate across faces as expected.\n\n![image.png](image.png)\n![image.png](image.png)\n\nOpen attached file and switch to rendered mode.\n\n[Edge Domain Issue Demo.blend](Edge_Domain_Issue_Demo.blend)\n", "Evee Shading artifacts on metallic surfaces with mid roughness\nOperating system: Windows 64bit\nGraphics card: GTX 950\n\nBroken: (example: 2.81 Alpha, ad21a6c22461, 2019-09-08\n\nWhen renderign with Eevee I get ring shaped bright spots around GGX highlights.\n\n\nBased on the default startup or an attached .blend file (as simple as possible).\nStart with a new file, delete the vertex at position 1, -1, 1\nAdd a metarial to this cube.\nset metallic to 1\nset roughness to a value between 0.2 and 0.4\n\nset the power of the pointlight to 100W\nset the radius to 0\nmove it to (0.5, -0.5, 0.5)\n\nset the background color to black\n\nview it from the top in perspective mode\nyou should see a grey ring at a corner.\n\nIn my personal experience this might be caused by an unnormalized vector in the ggx calculation.\n\n\nThe .blend file and a screenshot:\nIndirect Lighting settings dont help since there is no indirect lighting going on. As far as I can see it's a problem with the microfacet shading.\n[bug.blend](bug.blend)\n![blender_bug.PNG](blender_bug.PNG)\n", "Geometry Nodes: HSV color circle has incorrect position\nOperating system: win10\nGraphics card: 1050ti\n\nBroken: 3.5.0\n\n*Input > Constant > Color* shows incorrect position compared to numerical edit or shader editor.\n\nOpen file, compare node representation of a color with position, when you numerically edit input color\n\n", "Node editor: zoom is affected by DPI\nOperating system: macOS-12.5-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 460 OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.8.101\n\nBroken: version: 3.2.2\nSame on 3.3.0 beta and 3.4.0 alpha\n\nGeometry nodes panel does not re-scale when Blender window is moved to a display with a different DPI (e.g. retina to non-retina display, in Apple's parlance). Everything else in the GUI gets re-scaled correctly.\n\nSee attached screen-shots.\n\nHave 2 displays - one with a higher DPI.\nOpen Geometry Nodes panel.\nMove Blender window from one display to another.![Blender 3.4.0 retina dpi.png](Blender_3.4.0_retina_dpi.png)\n\n![Blender 3.4.0 starnard dpi.png](Blender_3.4.0_starnard_dpi.png)", "Writing to 8 bit integer \"enum\" attributes in geometry nodes\nThis is needed to make writing `curve_type`, `normal_mode`, and other curve attributes work properly. There are two potential approaches:\n- Allow writing `int32_t` values as `int8_t` attributes transparently.\n - This is inconsistent with the way we handle byte colors and other types currently.\n- Add a `8 Bit Integer` mode to the store named attribute node\n - This should probably be done anyway\n - It's a little less intuitive, since it doesn't \"just work\"\n - It also doesn't solve writing with the modifier output attributes\n\nThere is also the problem of clamping the written values when they are out of range of the enum.", "Grease Pencil: Better render Anti-Aliasing\n## Motivations:\nThin lines are correctly rendered using grease pencil with the currently implemented post process Anti-Aliasing. This is done by making sure the line width is not less than 1.3 and by modulating its opacity.\nHowever, there is cases where this is not enough. For instance really dense drawings with small lines with little to no curvature still tends to flicker a lot.\nAnother case is when the gpencil strokes intersects the scene geometry. This makes the line less thick to the post process which makes it too small.\n\n## Proposed solution:\nWe propose to implement a Temporal AntiAliasing solution. It is robust and will match Cycles & EEVEE's film filtering if using the same filtering function. This only adds one temporary buffer (low VRAM usage compared to rendering at higher resolution) and is completely self contained (works with transparency and don't interfere with other features).\n\nI propose to only implement this for final rendering since it might introduce flickering that might be annoying while drawing.\n\nHowever this wouldn't solve the issue of gpencil strokes intersecting geometry.\nFor this I propose to erode or reproject the render's depth to match the render sample of the new AA scheme. This should fix the second problem completely.\n\n## Technical details:\n- Implementation just need to be ported from Workbench which has a lighter form of TAA than EEVEE. Also [D10414](D10414) can be of great help to reduce render/convergence time.\n- Depth buffer modification can be implemented after new AA is in.", "The display will be damaged when the node editor in Fullscreen Area mode (ctrl alt spacebar)\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: AMD Radeon(TM) R7 Graphics ATI Technologies Inc. 4.5.14736 Core Profile Context 20.11.1 27.20.12033.2007\n\nBroken: 2.93 as well as version: 3.0.0 Beta\nWorked: Haven't tested before 2.93.\n\nThe display will be damaged when the node editor in Fullscreen Area mode (ctrl alt spacebar).\n\n* Switch workspace to Geometry Nodes\n* Add a new Geometry Nodes modifier/datablock\n* Ctrl+Alt+Space to go fullscreen (not Ctrl + Space)\n* Select or move a node\n\nFile:\n[bug.blend](bug.blend)\n\nGIF:\n![1.gif](1.gif)", "Incorrect Fresnel layer weight shading on backfacing geometry\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: Radeon (TM) RX 470 Graphics ATI Technologies Inc. 4.5.13587 Core Profile Context 20.4.2 26.20.15029.27017\n\nBroken: version: 2.91.0 Alpha\n\nFresnel layer weight creates a sharp boundary instead of a smooth falloff when viewed on backfacing geometry.\nIn this example there are 2 hemispheres with the same material, but the left one has inverted face normals.\n![fresnel bug.jpg](fresnel_bug.jpg)\n\n[fresnel bug.blend](fresnel_bug.blend)\n", "Geometry Nodes Mesh Boolean unexpected difference result\nOperating system: macOS-13.1-arm64-arm-64bit 64 Bits\nGraphics card: Apple M1 Apple 4.1 Metal - 83\n\nBroken: version: 3.5.0 Alpha\nWorked: none\n\nGeometry Nodes Mesh Boolean Difference does not work as expected.\nNode setup:\n![nodeSetup.png](nodeSetup.png)\n\nUnexpected boolean difference:\n![incorrectBoolean.png](incorrectBoolean.png)\n\n- Open the attached .blend file\n- Press G to move the selected Cube.001 and the small cubes will flicker.\n# At certain positions of Cube.001 some of the small cubes will disappear when they should not.\nThanks!\n[test06.blend](test06.blend)\n" ]
[ "Parametric doesn't generate UV correctly with area lights in 3.3 beta\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.84\n\nBroken: version: 3.3.0 Release Candidate and 3.4.0 Alpha\nWorked: 3.2\n\n**Problem**\nThere issue with distorted Area Light vector described in [#100299]] and fixed by @brecht with [[ https:*developer.blender.org/rBcefd6140f322250d630f4d845fe5bdb013c00ddc | #100119 ](https:*developer.blender.org/T100299) is still there.\n![area_light.jpg](area_light.jpg)\n\n" ]
Save Buffers enabled with Grease Pencil object in the scene leads to crash Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: GeForce GTX 970/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.48 Broken: version: 2.83.3 Worked: 2.79b When Save Buffers option is enabled and there's a Grease Pencil object in a scene, Blender crashes during rendering of the last tile. It's possible to find a file with passes within the temp folder, and it's almost complete, with last chunk corrupted: ![image.png](image.png) ![image.png](image.png) Issues stops when Grease Pencil visibility in render are disabled. 1. Create a new scene. 2. Add Grease Pencil object 3. Set Render Engine to Cycles 4. In Render - Performance - Final Render enable Save Buffers 5. Press F12
[ "Gpencil: Delay & Frames field values in Build Modifier should be integers only\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15\n\nBroken: version: 3.4.0 Alpha\n\nIn the Grease Pencil Build modifier, when using the mouse or the arrows to change Start Delay or Frames, the value goes through decimals instead of going directly to the next frame value.\n![00.JPG](00.JPG)\nLoad a Grease Pencil Build modifier,\nIn the Start Delay or Frames field, use the arrows or the mouse left button to change the value, or type a number with decimals.\n", "Cycles - AO Shader node causes infinite \"loading render kernels\" and crashes on return to solid mode view\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.09\n\nBroken: version: 3.2.0\n\nAO Shader node causes infinite \"loading render kernels\" and crashes on return to solid mode view\n[AO BUG Test.blend](AO_BUG_Test.blend)\nAttaching Sample file.\nJust render the scene in viewport (doesnt render, just \"loading render kernel\" message)\nTry to go back to solid view - results in freeze/crash\n\nregards\n", "Blender crashes when click on shading tab \nOperating system: Windows 10, 64-bit\nGraphics card: GeForce GTX 1050 Ti/PCIe/SSE2 4.5.0 NVIDIA 445.87\n\nBroken: \n - version: 2.81 (sub 16), branch: v2.81_octane2019 (modified), commit date: 2020-02-11 11:57, hash: 81ff79b8cdb7, type: build date: 2020-02-11, 12:22:28\n - version: 2.90 (sub 0), branch: master, commit date: 2020-04-18 16:48, hash: 1f1520a04503, type: Release\n\nBlender crashes when clicking on the shading tab. It closes and goes back to the desktop.\n\nSee short description.\n\n[blender_system_info.txt](blender_system_info.txt)\n[blender_debug_output.txt](blender_debug_output.txt)", "Grease Pencil export SVG / PDF - can create Incorrect Strokes, Layer order and Error\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.89\n\nBroken: version: 2.93.0 Alpha\nWorked: n/a\n\nFirstly compliments on the work on this branch of work thus far. \n\nAll below issues noted with various attempts at PDF/SVG Exporting default Cube r/click converted to GP. PDF and SVG results appear to be similarly affected.\n\n![cubed-gp_blend.png](cubed-gp_blend.png) - View from Blender\n\n![cubed-gp_svg.png](cubed-gp_svg.png) - Result of SVG/PDF export\n\nnote: Frontmost and Rearmost 'panes' are both colored green\n\n***issues*:**1. Export always results in**WireFrame Stokes over Fills** (i.e. All strokes are shown on top of fills, effectively producing incorrect object occlusion)\n2. Export sometimes resulted in **incorrect Fill layer ordering** (i.e. Bottom of cube is above sides in SVG layer order)\n3. On different attempts (start from scratch) - sometimes the PDF export fails with: **ERROR: error_no=1017, detail_no=13** \n4. If I start in 3D mode. Convert cube to GP. Export in default User perspective the **resultant file is un-useable**\n\n***queries*:**\n1. Attempting to paint (tint) a single surface of the GP converted cube seems impossible - without deconstructing the cube. Otherwise the paint bleeds to any surface 'under' the tint brush. I have also tried to paint (tint) with Origin on Surface etc. Should this be possible?\n2. An unsaved document always starts export path in 'My Documents' (which seems to be true for all other export operations too). It also does not remember last save location. Seems there is no option to set default Export path (*I think*)?\n\n\nissue: 1 & 2 (*see: cubed-gp.blend, cubed-gp.svg, cubed-gp1.pdf*), 3\n - Start in 2D mode\n - Add Cube mesh object\n - R/Click convert to Grease Pencil \n - File > Export > Grease Pencil as SVG / PDF\n\nissue: 4 (*see: cubed-gp2.svg*)\n - Start in General (3D) mode\n - R/Click default cube, convert to Grease Pencil \n - File > Export > Grease Pencil as SVG / PDF\n - Result un-useable SVG/PDF (no dimensions and all point values are the same)\n\n[cubed-gp.blend](cubed-gp.blend)\n\n![cubed-gp.svg](cubed-gp.svg)\n\n[cubed-gp1.pdf](cubed-gp1.pdf)\n\n![cubed-gp2.svg](cubed-gp2.svg)\n\n\n\n", "Crash when delete linked object in scenes outliner\nOperating system: Windows 10\n\nBroken: 3.6, 3.5, 3.3 LTS, 2.93 LTS\nBroken: 2.91.0\nWorked: 2.90.1\n\nCaused by b0741e1dcbc5e4549e95745b1f1b501f8cd33add\n\nBlender is crash when delete linked object in scenes outliner\n\n1. Open start scene\n2. Create new scene \"Scene.001\"\n3. Click on Cube, Ctrl+L, Link objects to scene \"Scene.001\"\n4. In Outliner switch to \"Scenes\"\n5. Select \"Cube\" object in Scenes Outliner in \"Scene.001\"\n6. Move cursor to Outliner, press key \"X\" or \"Delete\"\n7. Blender is crashing\n\n", "EEVEE: Blender Crashes when rendering specific File\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce RTX 2080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 432.00\n\nBroken: version: 2.93.0\nWorked: (N/A)\n\nBlender crashes when rendering specific file. It only seems to happen with this file - when I render other (even larger) files with the same inputs it works fine, but with this one it crashes every time. The error message is EXCEPTION_ACCESS_VIOLATION, but I received the data from an open source website and it is placed in a folder on my computer that I have full access to. Debug report: [blender_debug_output.txt](blender_debug_output.txt)\n\nSave NZ_Compressed40pc.jpg to desktop ![NZ_Compressed40pc.jpg](NZ_Compressed40pc.jpg)\nOpen Dev.blend\nIn the shader editor for the plane, ensure the image texture has NZ_Compressed40pc.jpg linked as input.\nRender>render image\n\nTest File:\n[Dev.blend](Dev.blend)\n", "Grease Pencil drawing sticks to Camera (when stroke placement is Surface and drawing outside of camera border)\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12\n\nBroken: version: 3.0.0 Alpha\n\nGrease Pencil drawing sticks to Camera (when stroke placement is Surface and drawing outside of camera border)\n\n[#92351.blend](T92351.blend)\n- open .blend\n- start a stroke inside camera bounds and end it outside camera bounds\n- stroke will stick to the camera on the end\n\n\n", "Clearing followed by setting a listbox created by UILayout.prop_search while keeping the mouse on the listbox crashes Blender\nOS: Ubuntu 16.04 x86_64\nGfx: Intel HD Graphics 530 (Skylake GT2) (driver: GL 4.5 (Core Profile) Mesa 17.3.0-devel)\n\nBroken:\n- 2.79-42a562496b5-linux-glibc219-x86_64 (latest build)\n- 2.79-5bd8ac9abfa-linux-glibc219-x86_64\n- 2.76b\n\nClearing followed by setting a listbox created by UILayout.prop_search while keeping the mouse on the listbox either crashes Blender or leads to unexpected behaviour.\n\nConsistently reproducible.\n1. Open the default startup blender file\n2. Open a textblock and paste and run the code provided in Appendix A\n3. In the 3D viewport, press SPACE and type \"Crashable\", then select \"Crashable Operator\" => at the right an operator panel will be drawn\n4. In the operator panel, click on the field next to \"Obj:\" and select e.g., \"Camera\" from the list\n5. Click the X sign right to \"Camera\" while keeping the mouse pointer pointed at the field\n6. Click again on the field\n\n**Expected behaviour of step 6.**\nStep 6 should be able to behave as step 4, i.e., one should be able to again select something from a non-empty list\n\n**Observed behaviour after step 6**\nOne of following, probably depending on how Blender's memory was allocated:\n - Crash\n - The list is empty\n\n**Appendix A**\n\n```\nimport bpy\n\n\nclass CrashableOperator(bpy.types.Operator):\n bl_idname = \"object.crashable_operator\"\n bl_label = \"Crashable Operator\"\n bl_options = {'REGISTER', 'UNDO'}\n\n obj = bpy.props.StringProperty(name=\"Obj\")\n\n def draw(self, context):\n self.layout.prop_search(self, \"obj\", context.scene, \"objects\")\n\n def execute(self, context):\n return {'FINISHED'}\n\n\ndef register():\n bpy.utils.register_class(CrashableOperator)\n\n\ndef unregister():\n bpy.utils.unregister_class(CrashableOperator)\n\n\nif __name__ == \"__main__\":\n register()\n```\n\n**Terminal output upon crash**\n\n```\n$ blender\nRead new prefs: /home/elias/.config/blender/2.76/config/userpref.blend\nWriting: /tmp/blender.crash.txt\nSegmentation fault (core dumped)\n```\n\n**Contents of \"blender.crash.txt\"**\n\n\n```\n# Blender 2.76 (sub 0), Commit date: 1970-01-01 00:00, Hash unknown\nbpy.context.area.type = 'TEXT_EDITOR' # Property\nbpy.ops.text.run_script() # Operator\nbpy.ops.object.crashable_operator() # Operator\nbpy.ops.object.crashable_operator(obj=\"Camera\") # Operator\nbpy.ops.object.crashable_operator(obj=\"\") # Operator\nbpy.ops.object.crashable_operator(obj=\"\") # Operator\n\n# backtrace\nblender(BLI_system_backtrace+0x30) [0x1361b10]\nblender() [0x97a98e]\n/lib/x86_64-linux-gnu/libc.so.6(+0x354b0) [0x7f242a7894b0]\nblender(rna_ID_refine+0x4) [0x11bac84]\nblender(rna_pointer_inherit_refine+0x66) [0x11a9af6]\nblender() [0x1273ae2]\nblender(RNA_property_collection_begin+0x15c) [0x11b161c]\nblender() [0xb654ae]\nblender(ui_searchbox_update+0x6a) [0xb7514a]\nblender() [0xb57089]\nblender() [0xb59f6d]\nblender() [0xb5a027]\nblender() [0xb5d7ad]\nblender() [0xb5ebe6]\nblender() [0xb5f433]\nblender() [0x985e81]\nblender() [0x986251]\nblender(wm_event_do_handlers+0x5f6) [0x9868e6]\nblender(WM_main+0x18) [0x97cfd8]\nblender(main+0xef4) [0x95ce04]\n/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0) [0x7f242a774830]\nblender(_start+0x29) [0x97a2b9]\n```", "Background scene cause a crash in render animation\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.55\n\nBroken: version: \n - 2.92.0 Alpha\n - 2.91.0\n - 2.90.1\nWorked: 2.83.9\n\nBackground scene makes blender unstable and cause a crash in render animation\n\n- Open default startup file.\n- Create a new scene named \"Scene.001\".\n- Assign default scene \"Scene\" as the background scene of \"Scene.001\" in scene properties.\n- Assign default camera as the camera of \"Scene.001\" in scene properties.\n- Hit render animation from render menu.\n- After a couple of frames rendered, blender crashes.\n\nTested in different situations i had some problems.\nI think assigning a background scene makes blender unstable in general.\nOccasionally crashes when opening a file which has background scene.\nThe worst case is render animation.\n\n[Background_Scene_Crash.mp4](Background_Scene_Crash.mp4)\n\nReproduction steps with this file:\n1. Open file.\n2. Start Render Animation.\n[#83852.blend](T83852.blend)\n", "Render procedural crashes Blender when trying to render\nOperating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro Vega 64 OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.10.18\n\nBroken: version: 3.2.0 Alpha\n\nRender procedural crashes Blender when trying to render\n\nLoad the attached alembic in the file, go Cycles experimental, turn on Use Render Engine Procedural and render.\n\n[Particles_BlastV_v01.abc.zip](Particles_BlastV_v01.abc.zip)\n\n", "Grease Pencil mask error\nOperating system:windows10\nGraphics card:GTX1060ti\n\nBroken: 2.83&2.9\nWorked:greasepencil-Mask error\n1.When 2.83 or later, creates two objects, the masks collide, causing a strange phenomenon, and in 2.82 there are no errors.\n2.And creating two masks under the same object can cause problems too。\niJlqkf556sA\n[GP剪贴测试.blend](GP剪贴测试.blend)", "Decals crash Eevee on AMD graphics card\nOperating system: Linux 6.2.7 Manjaro \nGraphics card: AMD 7900XT\n\nBroken: 3.3LTS, 3.4.1\n\nUsing decals will crash blender in Eevee. cycles works\n\nas an example file please see the .blend that was linked here by the decalmachine creator: 66438\n\nThe issue there is unrelated but the file can serve to show the issue I am having. The moment I switch to rendered view or materials preview blender will crash. I see no error message in console. The log files states just: \n\n```\nbpy.context.space_data.shading.type = 'RENDERED' # Property\nbpy.context.space_data.context = 'RENDER' # Property\nbpy.context.scene.render.engine = 'BLENDER_EEVEE' # Property\n \n```\n\n", "Grease pencil. Curve editing on the stroke with spikes ruin spikes\nOperating system: Windows-8.1-6.3.9600-SP0 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40\n\nBroken: version: 2.93.0 Alpha\n\nWhen I have sharp spikes on my stroke, different steps clear spikes or make em smoothed (blender creates aligned curve points instead free and sharp)\n\n[2021-04-09_17-04-45.mp4](2021-04-09_17-04-45.mp4)\n\n[GPspikes.blend](GPspikes.blend)", "Grease Pencil Alpha/Opacity bug\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 462.31\n\nBroken: version: 3.1.0\n\nGrease pencil objects containing strokes with stroke materials can not be seen through separate grease pencil objects with either a stroke with fill material with an alpha value >0 or <1, a layer with opacity value >0 or <1. \nWhen the grease pencil object with the alpha material (or layer opacity) has its location moved forward in object mode, the other grease pencil object's stroke can be seen beneath it as expected.\n\n![image.png](image.png)\n![image.png](image.png)\n![image.png](image.png)\n![image.png](image.png)\n![image.png](image.png)\n\n\n\n - Create grease pencil object\n - Create stroke with material with alpha value >0 or <1\n - Set Stroke depth Order to 3D location\n - Move layer location Y forward (-0.05m)\n - Create other grease pencil object\n - Create stroke with stroke material\n\n[grease_pencil_alpha_error.blend](grease_pencil_alpha_error.blend)\n\nThank you :D\n\n", "Proportional edit influence radius marker for Grease Pencil object is misplaced\nOperating system: macOS Catalina 10.15.7\nGraphics card: Radeon Pro 560 4 GB\n\nBroken: 2.92.0, 02948a2cab44, master, 2021-02-24 16:25\n\nAlso tried with 2.93.0 and the erroneous behavior is still there.\n\n[proportional-edit-bug.blend](proportional-edit-bug.blend)\n\nSteps to reproduce the error:\n1. Open the attached .blend file.\n1. Select the (only) GPencil object and go into edit mode.\n1. Enable proportional editing.\n1. Grab one point of the grease pencil curve and start moving it.\n1. Observe the influence radius marker being drawn at the object's origin point, instead of the current selection's median point.\n\n![proportional-edit-bug.gif](proportional-edit-bug.gif)" ]
[ "Crash rendering Cycles and Grease Pencil with Save Buffers enabled\nOperating system: win10\nGraphics card: gtx 1080, gtx 1050 ti\n\nBroken: version: 2.90.0 Alpha, branch: master, commit date: 2020-06-20 04:49, hash: d994391e0c\nWorked: 2.80\n\n\nmy blender program crashes upon completing the render of the frame. does not crash in Eevee. only crashes with the grease pencil object enabled. no crash with just the cube. tested on separate PC, same crash problem.\n\n[grease pencil cycles test.blend](grease_pencil_cycles_test.blend)\nrender frame using gpu/cpu \n" ]
Menu and Splash screen problem Operating system: Darwin-18.6.0-x86_64-i386-64bit 64 Bits (OS X 10.14.5) Graphics card: Intel HD Graphics 4000 OpenGL Engine Intel Inc. 4.1 INTEL-12.9.22 Broken: version: 2.80 (sub 74) Worked: (optional) Menu and Splash screen transparent. Preferences menu artifacts. When Blender opens, the Splash screen appears transparent and the same happens with Menu. I tried to check preferences but I found some strange artifacts like strange lines from left bottom corner to where a checked box should be. I uploaded three screenshots showing the problem. ![Grab 2019-06-06b.png](Grab_2019-06-06b.png) ![Grab 2019-06-06a.png](Grab_2019-06-06a.png) ![Grab 2019-06-06c.png](Grab_2019-06-06c.png)
[ "Reference/background images hide additional information in the Properties Editor\nOperating system: Linux-6.4.13-200.fc38.x86_64-x86_64-with-glibc2.37 64 Bits, WAYLAND UI\nGraphics card: AMD Radeon Graphics (renoir, LLVM 16.0.6, DRM 3.52, 6.4.13-200.fc38.x86_64) AMD 4.6 (Core Profile) Mesa 23.1.6\n\nBroken: version: 4.0.0 Alpha\n\nReference/background images hide additional information in the Properties Editor\n\n- Add > Image > Reference / Background\n- observe the Image panel in the Properties Editor\n![image](attachment)\n- compare with the Image panel in the Image Editor\n![image](attachment)\n\n", "Meshes are invisible if any objects are set to display 'In Front'\nOperating system: Darwin-18.7.0-x86_64-i386-64bit 64 Bits\nGraphics card: Intel(R) HD Graphics 6000 Intel Inc. 4.1 INTEL-12.10.14\n\nBroken: version: 2.83.0\nWorked: 2.82\n\nIf any objects are set to display as 'in front' in a project, all meshes will display only as faint outlines. In edit mode, meshes display similar to how they would if they were set to display as wireframe.\n\nAdd a new mesh, curve, or armature to the scene.\nObject properties -> Viewport display -> Enable 'In Front'\n\n", "Blender 2.8 Splash Screen Design\nFor Blender 2.8, we want to make some improvements to the splash screen. \n\nOne of the main things we want to do here, is to provide an easy way to get started with various *types* of projects. You'll want a different setup if you are doing a 2D animation project, than if you are doing sculpting. That means, both some different objects in your scene, but also a different starting Workspace, and perhaps other things too.\n\nThe other thing we want to include, are links to tutorial videos about learning Blender, and also about new features for each release.\n\nLastly, Blender has many obscure features that even many seasones Blender users don't know about. We want to surface those by showing users various random tips.\n\n\n![Screen Shot 2018-09-08 at 08.32.16.png](Screen_Shot_2018-09-08_at_08.32.16.png)\n\n\nVisual Example:\n\n![Screen Shot 2018-09-08 at 10.27.38.png](Screen_Shot_2018-09-08_at_10.27.38.png)\n\n\n## First Launch Setup Screen\nThe splash screen could also help making the setup process smoother when first launching Blender. There are several options and settings that users will want to easily configure once, such as the keymap, the language and GPU rendering. We want to make these settings more discoverable and accessible.\n\nThis means we can remove these items from the normal splash screen, to make it cleaner and simpler.\n\nPressing the Done button would lead users into the regular splash screen.\n\n\nOutline:\n![Screen Shot 2018-09-08 at 10.38.47.png](Screen_Shot_2018-09-08_at_10.38.47.png)\n\nVisual example:\n\n![Screen Shot 2018-09-08 at 10.38.03.png](Screen_Shot_2018-09-08_at_10.38.03.png)\n\nWe could then lead new users to a screen with several links to start learning Blender:\n\n![Screen Shot 2018-09-08 at 10.35.25.png](Screen_Shot_2018-09-08_at_10.35.25.png)", "Fully transparent generated images draw colors in image editor\nGenerated images follow the next alpha association:\n* Byte images use straight alpha\n* Float images use premultipled alpha\n\nIt is easy to create a fully transparent image with a non black color. Since Blender 2.91 we introduced drawing of pure emissive colors in the image editor these colors resulting in drawing the generated color perceptually without alpha. This could introduce confusion to our users. This report will collect these reports.\n\n\n", "Manipulators don't render properly\n## System Info\nOperating system: Debian 10.6 AMD64\nGraphics card: NVIDIA Corporation GF108 [GeForce GT 730] with proprietary drivers packaged from debian\n [system-info.txt](system-info.txt)\n## Blender versions\nBroken: 2.83 and upwards (latest build - Blender 2.92.0 Alpha November 22, 00:30:33- df8cc5662b9a - as well)\nWorked: 2.82 and older\n\n\n## Bug Description\nStarting a new (General) file, selecting the cube and pressing move or rotate, the manipulators render with some colored plane artifacts as in screenshots attached.\n\nThis is caused by the graphics card not being recognized and software rendering being used instead.\n\n## Demonstration\n\n### Video of bug\n\n[manipulators-bug.mp4](manipulators-bug.mp4)\n\n### Video of expected behavior\n\n[manipulators-normal.mp4](manipulators-normal.mp4)\n\n### Screenshots of bug\n![Screenshot_2020-11-22_04-30-39.png](Screenshot_2020-11-22_04-30-39.png)\n\n![Screenshot_2020-11-22_04-31-01.png](Screenshot_2020-11-22_04-31-01.png)", "Weird Tab and redraw behavior in color popup\nOperating system: Linux-5.10.0-6-amd64-x86_64-with-glibc2.31 64 Bits\nGraphics card: NVIDIA TITAN V/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 465.27\n\nBroken: version: 3.0.0 Alpha\nWorked: 2.93 has weird Tab behavior, but not redraw artifacts\n\nTab and redraw is not happening correct for RGBA color wheel popup. Almost as if sliders from different modes are drawn on top of the active ones.\n\n\n1. blender --factory-start\n2. World buttons\n3. Click on the Color to open color wheel popup\n4. Switch to RGB\n5. Click on the first slider (R)\n6. Start hitting Tab and see what happens with the values in the sliders (takes 4 times to tab from Blue channel to Alpha)\n\nIf you type values in the sliders things gets even more confusing.", "HDRI background shows lighting artefacts at zero strength\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GTX 980/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40\n\nBroken: version: 2.92.0\n\n\nDont know if this is a Blender issue, but I encountered a few HDRI files that still show light sources despite having zero strength in the viewport shading studiolight setting:\n![HDRIBackgroundStrengthBug.jpg](HDRIBackgroundStrengthBug.jpg)\nThe HDRI file is:\n[blue_lagoon_night_2k.hdr](blue_lagoon_night_2k.hdr)\n\nThe lighting comes from remaining artefacts at the spot of the lamp. Its more noticable with a bit of blur, but you can still see it without.\nSince this is only an issue for some HDRI Backgrounds I assume it has to do with those files, I dont know. Regardless, it would be nice if Blender could take care of these cases to guarantee a dark background.\n\n\n[HDRIBackgroundStrengthBug.blend](HDRIBackgroundStrengthBug.blend)\n1. Install the attached HDRI File and set it as background.\n2. Change the strength setting for the Viewport Shading to zero.\nProblem:\nThe background lightens the scene at zero strength with the remaining artefacts.\n\n", "Latest Blender 4.0 not opening\nOperating system: Linux-5.15.0-83-generic-x86_64-with-glibc2.35 64 Bits, X11 UI\nGraphics card: GeForce GT 630/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 390.157\n\nBroken: version: blender-4.0.0-alpha+main.b5c89822ac40-linux.x86_64-release\nWorked: 3.6.3 Release Candidate\n\nAfter double-clicking on the \"blender\" starter-folder, it shows what you can see on the picture, before canceling the session\n\nJust try to start 4.0. I guess it's my drivers and noone can confirm, right?\n\n", "Black artifacts on smooth surface in 2.79 64bit daily build\nOperating system: Windows 10\nGraphics card: RTX 2080Ti\n\nBroken: blender-2.79.0-git.d7cecc2ba3f6-windows64\nWorked: 2.79b\n\n\nThe software renders black artifacts on a smooth surface. This happens both in the rendered preview and in the final render. Artifacts disappear when smooth is not applied.\n\n![279b.png](279b.png)\n\n![280buildbot.jpg](280buildbot.jpg)\n\n![279buildbot_opengl.jpg](279buildbot_opengl.jpg)\n\nJust go in rendered preview mode in the editor, or just F12 to see the artifacts in the render.\n\n[bug report.7z](bug_report.7z)", "VSE displaying png metadata/artifacts\nOperating system: Linux-5.11.2-1-MANJARO-x86_64-with-glibc2.33 64 Bits\nGraphics card: AMD VERDE (DRM 2.50.0, 5.11.2-1-MANJARO, LLVM 11.1.0) AMD 4.5 (Core Profile) Mesa 20.3.4\n\nBroken: version: 2.93.0 Alpha\nWorked: 2.91, 2.92\n\nAfter loading a png created with inkscape, some hidden metadata of that png file (that I could not see using image viewers but only if I open the png in a text editor: line 4 \"tEXtSoftware www.inkscape.org\") www.inkscape.org is displayed below the image together with artifacts.\n\nexport something from inkscape to png\nin the VSE, load that png using Add Image/Sequence\ntext/artifacts appear below the image\n\npng:\n![Inkscape export.png](Inkscape_export.png)\n\nresult:\n![Blender bug - VSE inkscape metadata.jpg](Blender_bug_-_VSE_inkscape_metadata.jpg)\n\n", "Bug with environment texture\nOperating system: Windows 10\nGraphics card: Nvidia GeForce RTX 3050 Laptop GPU\n\n3.6.2\n\nAfter I checked and unchecked \"Open Shading Language\" checkbox Blender crashed, after that I opened my project and turned rendered viewport the environment texture become a one solid color, and as I was rotating my camera it was changing the color.\n\nBased on an attached .blend file you can go to the Render viewport and take a look at this error.\n\n", "Black render artifact with CPU+GPU rendering in viewport\nWindows 7 Pro\nNvidia Quadro P6000\nIntel Xeon E5-2690 v4\n\nBroken: daily builds 2.79 since at least 25.10.2017.\nWorked: -\n\nIf I enable combined CPU+GPU rendering, a black rectangle shows up on one of my objects. It shows up in viewport rendering, and also in the final render. This seems to be independent of the material used. I have provided a stripped down version of the scene where it is still visible. This time only in the viewport, the final render works for this simplified scene. \n\nThe artifact seems to be \"locked in space\", I can move or rotate the object away, so that it disappears. In some rotation angles it is not a black rectangle, but dense black lines. \nWhat is also interesting is that the surface of the object in not only black, but partly transparent. I have put a lamp and a cube inside the object in the demo scene, these should not be visible from outside, but they are.\n\n- Open file. In the render settings GPU compute should be turned on, and in the user preferences CUDA should have both the CPU and GPU selected.\n- Turn on viewport rendering. --> black box visible.\n- Then switch to CPU rendering. No more black box.\n\n[black_artifact_bug3.blend](black_artifact_bug3.blend)\n\n![blender_black_render_artifact_02.jpg](blender_black_render_artifact_02.jpg)", "UI: Annotate Tool - Missing Layer and Color Parameters\nOperating system: Windows 10\n\nBroken: 3.5.0, 3.6.0 (2023-04-06)\n\nIn some places, layer and color parameters are missing:\n![Annotate Tool.png](attachment)\n\n", "Denoiser creating artefacts\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 446.14\n\nBroken: version: 2.83.0\nWorked: ー\n\nStrange artefacts are being created by the denoiser, firefly like bright and dark pixels where there were no such artefacts in the 'Noisy Image'. Looking into the 'Denoising Depth' pass reveals negated depth values around the artefacts. In the supplied .blend it seems to be caused by some weird interaction between the sun lamp and the water material with a black diffuse.\n\nDenoised Image: ![image.png](image.png)\nNoisy Image: ![image.png](image.png)\nDenoising Depth: ![image.png](image.png)\n(White values are ~90 black are ~-90)\n\nRender frames from supplied .blend\n[DenoiseBug.blend](DenoiseBug.blend)\n", "Screen flickers / goes black/ red when starting up Blender in fullscreen via startup file.\nOperating system: macOS Big Sur 11.0.1\nGraphics card: Radeon Pro Vega 48 8GB\nProcessor: 3.6 GHz 8-Core Intel Core i9\niMac (Retina 5K, 27 inch, 2019)\nMemory: 72GB 2667 MHz DDR4\n\nBroken: Blender 2.83.9, 2.92 alpha `ba740ad2abc6`, 8dc95f61f3\n\nThe screen flickers/ goes black/ goes red for about 2-3 seconds if the startup file was saved with Blender in full screen. Opening the startup file's again after Blender becomes usable doesn't cause this.\n\n\n- Delete the 2.83 config file or start from Factory Settings\n- Start Blender and the splash screen is displayed correctly\n- Now Click the Green button at the top left hand corner to Maximise the screen to full\n- Save the Default Startup File\n- Reopen Blender and the screen turns red apart from the header bar which is displayed correctly\n- The screen stays red for about 3 seconds\n# The splash screen is now displayed correctly and I can use Blender so far without any issues\n\nRestarted the iMac and restarted Blender with the same red screen error as above\n\n**Workaround**\nPress the Green Button so that Blender is not maximised anymore\nSave the Default Startup File\nRestart Blender and the splash screen is displayed (without the red screen)\n\nThis is my first bug report, so I hope I have filed this correctly.\n\n\nKind Regards,\n\nClayton" ]
[ "Glitchy and transparent UI elements\nOperating system: MacOS Mojave 10.14.5 64bit\nGraphics card: Intel HD Graphics 4000 OpenGL Engine Intel Inc. 4.1 INTEL-12.9.22\n\n\nBroken: version: 2.80 (sub 74)\nWorked: (optional)\n\n\nUser interface glitch\n\nwhen I launch blender on my 2012 MacBook Pro 13 inch some of the elements I can not see for example the bottom half of the splash screen is transparent as well as the menu systems, and it has some weird lines(please images below) is this a blender issue?\n![Screenshot 2019-06-06 at 11.02.11 AM.png](Screenshot_2019-06-06_at_11.02.11_AM.png)\n\n![Screenshot 2019-06-06 at 11.01.44 AM.png](Screenshot_2019-06-06_at_11.01.44_AM.png)\n\n![Screenshot 2019-06-06 at 11.01.33 AM.png](Screenshot_2019-06-06_at_11.01.33_AM.png)\n\n![Screenshot 2019-06-06 at 11.01.20 AM.png](Screenshot_2019-06-06_at_11.01.20_AM.png)\n\n", "Blender 2.80 High Sierra 10.13.6 HD 4000\nOperating system: Darwin-17.7.0-x86_64-i386-64bit 64 Bits\nGraphics card: Intel HD Graphics 4000 OpenGL Engine Intel Inc. 4.1 INTEL-10.36.25\n\n\nBroken: version: 2.80 (sub 74)\nWorked: (optional)\n\n\n\n\nMy system looks transparent and this happened a week ago. I can not design anything there are some strange lines and transparency on T panel and splash screen, too.\n\n![Screen Shot 2019-06-05 at 1.43.17 AM.png](Screen_Shot_2019-06-05_at_1.43.17_AM.png)\n\n![Screen Shot 2019-06-05 at 1.43.40 AM.png](Screen_Shot_2019-06-05_at_1.43.40_AM.png)\n\n![Screen Shot 2019-06-05 at 1.43.26 AM.png](Screen_Shot_2019-06-05_at_1.43.26_AM.png)\n\n![Screen Shot 2019-06-05 at 1.43.31 AM.png](Screen_Shot_2019-06-05_at_1.43.31_AM.png)\n\n", "UI graphics glitches on macOS with Intel HD 4000\nOperating system: Darwin-18.6.0-x86_64-i386-64bit 64 Bits\nGraphics card: Intel HD Graphics 4000 OpenGL Engine Intel Inc. 4.1 INTEL-12.9.22\n\n\nBroken: version: 2.80 (sub 74)\nWorked: (optional)\n\n\nUI and other graphics on macOS version are broken, the drop down menus are transparent, half the Splash Screen is and there are several lines in the UI that weren't here before on earlier versions.\n\nJust launch the application, nothing more is needed. Clicking in the Preferences dialog makes lines appear and disappear...\n\n![Screenshot 2019-06-01 at 08.12.01.png](Screenshot_2019-06-01_at_08.12.01.png)\n\n![Screenshot 2019-06-01 at 08.11.39.png](Screenshot_2019-06-01_at_08.11.39.png)\n\n![Screenshot 2019-06-01 at 08.04.35.png](Screenshot_2019-06-01_at_08.04.35.png)\n\n![Screenshot 2019-06-01 at 08.18.01.png](Screenshot_2019-06-01_at_08.18.01.png)\n", "Dropdown Menu (and others) transparency and artifacts\nOperating system: MacOS Mojave 10.14.5\nGraphics card: Intel HD Graphics 4000 1536 MB\n\nBroken: 2.80, d62a749fcf48, 2019-06-03 (splash screen info)\n\nDropdown Menus have a weird transparency, and others shows a line artifact across menus (as seen on pictures).\n\nJust by pressing the \"file\" button, you can replicate the problem. This happens on any default startup .blend file.\n\nThe experimental release from mid May doesn't have this problem. I've tried different builds since May 31, and all of them have the same problem.\n\n![Captura de Pantalla 2019-06-04 a la(s) 14.53.55.png](Captura_de_Pantalla_2019-06-04_a_la_s__14.53.55.png)\n\n![Captura de Pantalla 2019-06-04 a la(s) 14.53.49.png](Captura_de_Pantalla_2019-06-04_a_la_s__14.53.49.png)\n\n![Captura de Pantalla 2019-06-04 a la(s) 14.51.09.png](Captura_de_Pantalla_2019-06-04_a_la_s__14.51.09.png)\n\n![Captura de Pantalla 2019-06-04 a la(s) 14.51.02.png](Captura_de_Pantalla_2019-06-04_a_la_s__14.51.02.png)\n" ]
Unusual behavior of the Blender icon on macOS's Dock Adding Blender to the macOS's Dock is impossible and/or doesn't stay between sessions. **Scenario 1:** I drag the Blender app (in the Blender application folder) to the Dock. If I open a Blender project from a .blend file by double-clicking on it, a new icon appears in the Dock at another location, and the Blender icon that was dragged to the Dock doesn't change status to "active" (dot under it). (I only have one instance of Blender on my system): ![Screen Shot 2017-09-01 at 9.35.28 AM.png](Screen_Shot_2017-09-01_at_9.35.28_AM.png) After a restart, the icon that was dragged to the Dock is indicated as "Missing" (question mark in the Dock): ![Screen Shot 2017-09-01 at 9.06.12 AM.png](Screen_Shot_2017-09-01_at_9.06.12_AM.png) **Scenario 2:** The Blender app isn't Docked. I open a .blend project. The Blender app appears in the Dock on the right (cf right side icon on image 1). I drag it from the right to the middle of the Dock (to "pin" it). After a restart it has disappeared from the Dock and is replaced by a question mark. **Scenario 3:** I drag Blender from the Applications folder to my desired location in the Dock. I click on the icon in the Dock. Another iteration of the icon appears on the right and the one in my desired location shows up as inactive. I now have two Blender icons in the Dock. If I drag them next to each other, then click on the first one, it creates a third one. If I drag the third one next to the other two, and click on the second one, it tells me "application not found". Clicking the first icon always creates new Blender icons in the Dock. If I click on the first one, it makes the fourth one bounce/display as active. Etc ![blender icon-crazy-dock.gif](blender_icon-crazy-dock.gif) In case the last gif doesn't work: qpzAW
[ "Make saving of `quit.blend` on exit optional\n### Description & Scope of Problem\n\nEvery time Blender quits, when it has something on the undo stack, it will write the current \"undo file\" to `${TEMPDIR}/quit.blend` ([manual](open_save.html#last-session)).\n\nSaving `quit.blend` can take a while when the file is large. While the file is being written, Blender's UI is gray and unresponsive.\n\nThe problem is not pressing, as usually it takes considerably longer to load the files in the first place. I've asked some artists at the Blender Studio and they didn't really consider the delay when quitting Blender a practical issue. Still, it gets somewhat in the way of quickly testing things with various production blend files, so it could be seen as an issue for developers more than for artists.\n\n### Possible Solutions & Impact\n\n**Simplest solution:**\n\nAs a solution we could introduce a user preference \"Save Recovery File\" that is enabled by default. Disabling this option would:\n- Avoid writing `quit.blend`.\n- Remove the \"File ‣ Recover ‣ Last Session\" menu item.\n- Remove the \"Recover Last Session\" button from the splash screen.\n\n**Alternative solution:**\n\nThe \"Recover Last Session\" operator does not poll the filesystem from its poll function. This means that the operator is available even when the file `${TEMPDIR}/quit.blend` does not exist. Changing this, such that the operator is disabled when `quit.blend` does not exists, means that the above solution would not have to remove the recovery operators when \"Save Recovery File\" is disabled. The operators would auto-detect whether a recovery file is available at all.\n\nThe upside of this solution is that it makes the \"Recover Last Session\" operator appear more reliable, as it refuses to work when it knows it cannot do its job. This would be an improvement regardless of the \"Save Recovery File\" status.\n\nThe downside is that an old `quit.blend` might be lingering around after \"Save Recovery File\" has been disabled. This means that it could appear as if you could still recover, but it would load an older file. This could be avoided by removing `quit.blend` when disabling \"Save Recovery File\", but I'm not a big fan of Blender explicitly removing files that are meant to recover from human error.\n\n### Discussion Topics\n\nThis task is meant to discuss the following:\n\n- Do we want to make it possible to quit without writing `quit.blend` at all?\n- If so, which of the solutions is preferred? Or is there another way to deal with this that's even better?\n- Do we want this as a general option, or something that's enabled only when \"Developer Extras\" are enabled?\n", "Menu label does not update after \"Remove Shortcut\" from context menu\nOperating system: Darwin-19.5.0-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 455 OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.9.15\n\nBroken: version: all\n\nAfter \"Remove Shortcut\", the menu label is not updated properly.\nJust for a moment, but it's noticeable.\n\n**Only in the case when the \"Remove Shortcut\" menu item (mouse cursor actually)\nis located above the deleted item or above separator.**\n\n![remove-shortcut-not-updated-properly.png](remove-shortcut-not-updated-properly.png)", "Folder permission dialogs appearing when Blender is started for the first time in macOS Monterey\nOperating system: macOS-12.1-x86_64-i386-64bit 64 Bits\nGraphics card: Apple M1 Apple 4.1 Metal - 76.3\n\nBroken: version: 3.0.0\nWorked: never (macOS Monterey issue)\n\nWhen running a newly downloaded version of Blender (or running a new custom build) in macOS Monterey, Blender asks for permission to access the Desktop, Documents and Downloads folders. This happens even before the main Blender app window is visible.\n\nThese permission dialogs are triggered, because Blender tries to access/enumerate those folders at startup. However, I think it is a bad UX when you have to accept three permission dialogs before Blender is visible. And when a user chooses to not allow Blender access to those folders, it might be hard for them to restore access to those folders at a later stage.\n\nI think Blender should only ever try to get access those locations when a user explicitly wants it to, i.e. by browsing those folders using Blender's file browser or when opening a file from said folders.\n\n![PermissionDialog.png](PermissionDialog.png)\n\nI'm pretty sure this behaviour started appearing recently. Not sure whether something in Blender has changed or that macOS got more strict.\n\n1. Be on macOS Monterey.\n2. Download and run a new version of blender, that hasn't been run on your machine before (you can use a daily build).\n3. See the dialogs appear.\n\nI decided to open this report to track this issue. I'm also trying to see myself if there's an easy fix.", "Weird artefacts from emission surface\nOperating system: MacOS 12.6.5\nGraphics card: AMD Radeon Pro 5500M (but this occurs also on CPU)\n\nBroken: 3.6.2\nWorked: don't know\n\n\nIn the attached .blend file I have set up an emission shader to emit light from one end of a long thin surface. The screenshot illustrates the problem: a bunch of weird artefacts appear.\n\nIf I change it to emit from the other end of the surface, by swapping the 'Map Range' node in the screenshot for the disconnected one, the problem goes away.\n\n![image](attachment)\n\n\nLoad the attached .blend file and switch the view to rendered.\n\n", "Blender 2.82: Fails to immediately report information to XServer on Linux\nOperating system: Manjaro Linux 5.6\nGraphics card: GTX 1070 ti\n\nBroken: 2.82, found as soon as app is open.\nWorked: 2.81\n\nIn Linux, if an app doesn't report anything to the Xserver, but still specifies window dimensions, it leads to a sort of awful stuttery broken effect while said app is loading. This is visible in 2.82, where, upon opening and loading, it fails to report to Xserver, and looks like this:\n![Screenshot_20200429_085959.png](Screenshot_20200429_085959.png)\nIt looks like this while the app is loading (that is, only a title bar) and produces an odd effect if the window is dragged around during loading, and I can confirm that it lasts longer if Blender is put on a mechanical hard drive VS an SSD. This doesn't occur launching any other apps, nor even a binary of 2.81, which instead displays a gray screen while loading. This is obviously just an aesthetic problem, but it can (rarely) cause issues. \n\n\nOpen Blender. ", "Splash Screen: \"Updated Preferences\" Infobox\nFor Blender 4.0 there will be various default keymap updates (#105298) that users should be aware of when loading their 3.6 preferences.\nThis task will become necessary once those patches are merged.\n\nThe idea is to add a popup to make users aware and point them towards resources to inform themselves. This will avoid frustration and many invalid bug reports.\n\n### Mockups\n\nThe addition of an info icon to the operator button that loads the previous preferences (As an indication that this will open a popup with more info).\n\n![splash_info.png](attachment)\n\nA possible layout for the main popup.\nThis info might be very important for some users, so the popup can only be closed with an explicit button press.\n\nThis also includes a an operator button \"Read more...\" that links to the relevant release notes page without closing the popup itself. An added border would make this more recognisable as a button.\n\n![splash_info.png](attachment)\n\nThis popup could then be used for future releases and other important changes (only if absolutely needed).\n\n", "Asset drag & drop usability improvements\n*(Just a quick task to note something down.)*\n\n* Improve feedback when dropping will fail in current context (e.g. dragging a material onto an empty object). E.g. the cursor could indicate it. ![Screenshot 2021-02-03 at 16.44.22.png](Screenshot_2021-02-03_at_16.44.22.png) Plus, if the operator sets the \"poll message\", we can show that message to explain why it's not working, just like we sometimes show in a tooltip why a button is disabled.\n* Surface orientation/snapping.\n* Start fetching (append/link) asset when starting to drag, so dropping it will place it instantly without waiting.", "Blender GUI freezes when using activate_init = True\nOperating system: W10 64bit\nGraphics card: nVidia GTX 970\n\nBroken: blender-2.83-71b1ee940bb0-windows64\n\n\nOnce this bug T71112 was fixed I tried to \"use activate_init = True\" in my addon, but I'm still getting Blender GUI to freeze.\n\n* Open up [bugreport.blend](bugreport.blend) and run the script in Text Editor\n* Search for \"Name Location\" operator and run it\n* Type a text and hit OK. An Empty object is placed into the scene, named by what you typed in, but whole GUI becomes unresponsive.\n", "Regression: Visual bug when using the object gizmos\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.68\n\nBroken: version: 3.0.0 Alpha\nWorked: 2.93\nCaused by 917a972b56\n\nDifferently from using the transform tools in the toolbar, when activating the object gizmos that stay visible also with the select tools, a strange bug occurs that the e.g. moving the object on an axis keeps a grey axis where it was before, the gizmo is always present (differently again from using the transform tools), and if you switch from this to the transform tools to the selection with gizmo again, it messes the origin of the object.\n[2021-09-20 14-59-52.mp4](2021-09-20_14-59-52.mp4)\n![Screenshot_7.png](Screenshot_7.png)\n![Screenshot_6.png](Screenshot_6.png)\nI'm pretty sure that this is caused by the recent change of keeping the viewport gizmo visible when doing these operations.\n\nUse the select tool in the toolbar, activate on or more object gizmos that stay always visible, do a transform operation.\n[Based on the default startup]\n\n", "Compiling shaders for Eevee locks up the viewport until the process is complete (MacOS)\nOperating system: macOS-11.2.3-arm64-arm-64bit 64 Bits\nGraphics card: Apple M1 Apple 4.1 Metal - 71.0.7\n\nBroken: version: 2.93.0 Beta\nWorked: I don't believe this has ever been good on the Mac platform\n\nWhen working in a heavy scene (the spring or barbershop demo, for example), the UI will \"beach ball\" or lock up while blender calculates Eevee shaders. On a pc, these calculations don't appear to lock up the interface the way it does on Mac. The expected behavior would be that the UI remains responsive at all times.\n\nOpen the Spring or Barbershop demos. Switch the viewport to full Eevee interactive rendering. The UI will lock up while Blender calculates the shaders. Once this process is complete, the viewport will return to normal behavior.\n\n", "Sculpt mode: Pose/Cloth gizmos/cursors remain visible when switching to other tools \nOperating system: Win 10\n\nBroken: blender-2.92.0-165b4f85ec23-windows64\nWorked: 2.90\n\nThe gizmos/cursors of tools like Pose and Cloth remain visible when switching to other tools that shouldn't have cursor... which wasn't the case in 2.90...\n\n[2020-10-24_21-16-50.mp4](2020-10-24_21-16-50.mp4)", "Proposal: allow exporting of image annotations\nIt seems essential to me that Blender allows images with annotations to be saved with those annotations in the file.\nProbably as a flag in the file browser, perhaps disabled by default?", "Crash when multiple materials are assigned to a mesh\nOperating system: Linux-5.17.15-76051715-generic-x86_64-with-glibc2.35 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 470.103.01\n\nBroken: version: 3.2.1 Release Candidate\nWorked: unknown (I haven't opened the .blend file in versions older than 3.2. It is broken in 3.2)\n\nWhen two materials are assigned to the mesh, random faces disappear and reappear when switching between Object and Edit modes. After switching back and forth several times, Blender crashes. In some instances it took significantly more switches from Edit mode to Object mode and back before Blender crashed. In some of these instances, Blender appeared to create new faces with one or more vertices at the object's origin.\n\nWhen transforming any vertex, edge, or face, Blender quickly generates new faces with at least one vertex at the object origin and crashed shortly thereafter.\n\nI posted a 30-second video of the issue (including two crashes) here: strange_face_artifacts_causing_crashes/\n\nThankfully, I have not reproduced this issue in any other .blend file.\n\n1) Open the attached file, \"Crash - random faces.blend\" and you will see the mesh has a number of holes in it.\n2) Press tab and the missing faces will reappear but other faces will disappear. Pressing tab additional times eventually results in Blender crashing.\n3) Select any vertex, edge, or face and transform the selected element using G, S, or R and new faces will appear. Blender will quickly crash.\n4) Reducing the number of material slots to one appears to fix the problem (all faces are visible as normal) but it reappears as soon as a material is assigned to the second slot.\n\nThank you very much for your time.\n\n[Crash - random face orientation.blend](Crash_-_random_face_orientation.blend)\n", "2.8 Cycles viewport Ray Visibility is not updated in viewport when changed by Python\nOperating system: Mac OSX, 10.13.6 (a MacBook Air)\nGraphics card: Intel HD Graphics 5000 1536 MB\n\nAlso tried on a linux virtual machine (Ubuntu), same issue\n\nBroken:\nMac build: 2.80.43, build 2019-02-01 22:37\nLinux build: 2.80., 2019-02-15 7:29\nWorked: 2.79, unsure if there was a working version of 2.8\n\n\nWhen updating an object's CyclesRay visibility (e.g. camera visibility) via python from a script or console, there is no impact in the viewport; while the UI as well as render will reflect the changed state of the setting (checking or unchecking the box), the visibility will not have changed in the viewport. Note: this is only an issue for the viewport, when rendering it will reflect the setting update properly. The issue persists even between leaving and re-entering rendered mode in the viewport, until the user manually clicks to toggle the UI setting directly which resolves the problem.\n\nBased on the default startup or an attached .blend file (as simple as possible).\n\n1) Open default scene\n2) Open console window/scripting workflow,\n3) Enable cycles and enter a viewport into rendered mode\n4) With Default cube selected, type: C.object.cycles_visibility.camera = false\n5) Notice how viewport scene does not update; but if you move the mouse over the property panel:Objects/Cycles settings, you'll see the draw refresh will show the camera visibility turns off\n6) Exit and re-enter rendered mode in the viewport, to find the issue persists (cube is visible to camera)\n7) Press render to notice that the setting however is reflect in render (cube will not be visible to camera)\n8) Manually toggle the camera visibility setting in by clicking the tick box twice, to verify the setting works when done by hand; and see that now the cube does not appear in the viewport (as expected).\n9) Repeat for reverse; ie turning setting to True when initial camera visibility is false.\n\nNote I also tested this and found the same issue with the Glossy visibility using a similar process (adding a mirror-like object next to the cube), so I expect this is true for all of the cycles object visibility settings. \n\nVideo demonstration, happens in any scene including the default\nview?usp=sharing\n\nWhile I agree this is less of an issue since ultimately the correct results appear in render, this is an issue for addons that control this setting and confuse the user as prior to render, there then appears to be a discrepancy between the viewport visibility and the panel settings. ", "Animation Player crashes on MacOS\n\n```\nOperating system: macOS-11.6.1-x86_64-i386-64bit 64 Bits or OSX 12.2.1\nGraphics card: AMD Radeon Pro 580 OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.6.20\n```\n\n```\nmacOS 12.2.1 Intel HD Graphics 6000 1536 MB and Radeon Pro 5300M, macOS 11.4\n```\n\nBroken: version: 3.0.0 Beta\nBroken: blender-3.2.0-alpha+master.d3b1cce4000b-darwin.x86_64-release.dmg, \n\nI open a fresh Blender, Standard Cube scene.\nGo to View-> Viewport Render Animation\nIt freezes (Beachball of death) around frame 20 or 30 . Have to kill Blender, fan goes crazy.\nSame with the default cube scene. But the the crash doesn't come every time, but the image it way too dark.\n\n\nProblem 1 \n\nFreeze during \" Viewport Animation Render\"\n- Default scene, \"View\" menu -> \"Viewport Animation Render\".\n- after a couple dozen frames, Blender freezes, full CPU usage, and frames don't progress.\n\nProblem 2\nAssuming the above problem doesn't appear, \n- Default scene, \"View\" menu -> \"Viewport Animation Render\".\n- Render-> View Animation\n- Playback crashes at the end of caching.\n![Bildschirmfoto 2021-11-04 um 17.15.54.png](Bildschirmfoto_2021-11-04_um_17.15.54.png)\n\nProblem 3\n- The image is much too dark compared to the Viewport.\n" ]
[ "Mac Dock Bug. Even when App is in dock as shortcut, app opens new instance in Dock.\nHi, \n\nIt's common in mac to drag the app into the dock to create a shortcut for it. In macOS Sierra 10.12 this functionality doesn't work as it should. \n\nAfter dragging Blender into the dock, when clicking on the Blender Icon in the dock it opens the app in a new instance on the dock.\n\nAs you can see app is already in the dock and then when clicked on it opens a new icon over to the right.\n\n![Screen Shot 2016-09-28 at 2.56.38 pm.png](Screen_Shot_2016-09-28_at_2.56.38_pm.png)\n\nJust a bit odd..\n\nThanks" ]
Hair Particle Edit mode crash Operating system: Linux-5.11.0-37-generic-x86_64-with-glibc2.33 64 Bits Graphics card: NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 470.63.01 Broken: version: 3.0.0 Alpha Worked: (master a few days ago) When trying to comb hair in "Particle Edit" mode, blender freezes and won't respond. Create a plane, add hair, enter in "Particle Edit" mode and try to comb, the first move with comb tool will freeze blender.
[ "Cropping of Emitter (Face) By Hair In Render preview\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 445.87\n\nBroken: version: 2.90 (sub 2)\nWorked: Never\n\nEverything goes back to working order when I press \"Delete Edit\" for the particles. \nI've tried opening the file on two other computers. On one it works as I'd hope but on the other the same issue occurs. \n\nI haven't ran into this issue before now and I can't replicate it.\n\n[Head Hair Bug.blend](Head_Hair_Bug.blend)\n\n![Report Screenshot.png](Report_Screenshot.png)\n\nHope the solution to this is simple and easy. Thank you for constantly making Blender better and better.", "MultiRes+Solidify while trying to use Sculpt Mode cause Blender to crash\nOperating system: Windows-10-10.0.18362 64 Bits\nGraphics card: GeForce GTX 980/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 436.30\n\nBroken: version: 2.81 (sub 12)\nWorked: (optional)\n\nI tried deactivating one modifier while keeping the other one active to see if Blender would crash, but this was not the case. Only when I used both simultaneously did the program reliably crash every time, regardless of brush.\n\nAdd the modifiers that are active in the video and follow along. \n[Desktop 2019.09.23 - 00.49.39.02.mp4](Desktop_2019.09.23_-_00.49.39.02.mp4)\n", "Hair particle system misbehaving on rigged mesh\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 442.74\n\nBroken: version: 2.83.4\n\nHi,\nI have a hair particle system attached to a rigged mesh. \nI have attached a screenshot of the modifier stack ![modifier-ss.PNG](modifier-ss.PNG). I believe they are in the correct order.\n\nThe armature to which the mesh is rigged is animated.\nWhen the animation plays, the rig moves, as does the mesh and the particle system.\nThe hair particles however do not *rotate* correctly as the animation plays through.\nThe rotation of the hair particles correct themselves when entering Weight Paint mode - the density and scale of the hair particles are controlled by two separate vertex groups.\n\nI can consistently recreate the problem in 2.83.4 and 2.9.0.\n\n\n1. Note the rotation of the teeth (this is the particle system). They are currently correct.\n2. Move from current frame (1) to the end of the animation (48).\n3. Note the new rotation of the teeth; they have moved to the correct *position* but are now pointing inwards, towards the inside of the throat.\n4. Make sure the mesh object is still selected (Lo_poly), and enter Weight Paint mode.\n5. Note that the teeth have corrected their rotations (are no longer pointed towards the inside of the throat).\n6. The problem can be reproduced again by jumping back to the frame 1 of the animation. The teeth will move back to their original position, but the rotations will once again be incorrect.\n\n.blend file attached [monster-error.blend](monster-error.blend)\n\nThanks in advance!\n\n\n", "Crash when baking Dynamic Paint Image Sequence multiple times in loop\nBroken: 2.90.0 Alpha\nWorked: blender-2.80-windows64\n\nBlender crashes when baking dynamic paint image sequence in for loop. Depending on wait time crash will have differens stack traces.\n\n[#74052.blend](T74052.blend)\n\n- Open file\n- Run script", "Crash on render\n**System Information** MSI BRAVO 15\nOperating system: WINDOW 11\nGraphics card: RX 6600\n\n**Blender Version**3.6\n\nWhen attempting to render a scene in Blender, the software consistently crashes, causing frustration and hindrance to the rendering process. This issue is hindering users from efficiently creating their projects and requires immediate attention to maintain a stable and reliable rendering environment.\n\n[debug-log](https://projects.blender.orgattachment)\n[system info](https://projects.blender.orgattachment)", "Crash when shading\nModel: HP Probook x360 435 G7 (independently upgraded SSD and RAM)\nOperating system: Windows 11 Pro 22H2 22621.1555\nGraphics card: AMD Radeon Graphics (Built-in graphics of AMD Ryzen 5 4500U with Radeon Graphics)\n\nBroken: 3.5.1 and 3.3.1 were tested, both had this issue.\nWorked: 3.1.2 – At the time of issue creation, there are no newer versions that have worked, including the latest build of 3.6.0 Alpha.\n\nBlender freezes for a second or so, and then crashes.\n\nI don't know if it *is* reproducable, but I have tested multiple conditions under which it crashes. These conditions are accompanied with the crash logs of that test. The problem does not seem to be (V)RAM usage, as the usage remains constant from before Blender is opened to long after.\n- Press F12 to Render Image: Crash [Log](itihmb)\n- Select Default Cube, Click on Shading workspace: Crash [Log](nxyeck)\n- Select Default Cube, Go to Materials tab: Crash [Log](ixgrhp)\n- Change Viewport Shading mode to Material Preview: Crash [Log](diwmma)\n- Change Viewport Shading mode to Render Preview: Crash [Log](ztajes)\n- DEL to delete Default Cube, SHIFT+A M P to create a Plane, Go into Materials Tab, Create Material: Crash [Log](gcaded)\n- Change Render Engine to Cycles, Press F12 to Render Image: **No** crash\n- Change Render Engine to Cycles, Click on Shading workspace: Crash [Log](chmkgj)\n- Change Render Engine to Cycles, Go to Materials tab: **No** crash\n- Change Render Engine to Cycles, Change Viewport Shading mode to Material Preview: Crash [Log](fhfyfo)\n- Change Render Engine to Cycles, Change Viewport Shading mode to Render Preview: **No** crash\n- Change Render Engine to Cycles, DEL to delete Default Cube, SHIFT+A M P to create a Plane, Go into Materials Tab, Create Material: **No** crash\n- Change Render Engine to Workbench, Press F12 to Render Image: **No** crash\n- Change Render Engine to Workbench, Click on Shading workspace: **No** crash\n- Change Render Engine to Workbench, Go to Materials tab: **No** crash\n- Change Render Engine to Workbench, Change Viewport Shading mode to Material Preview: **No** crash\n- Change Render Engine to Workbench, Change Viewport Shading mode to Render Preview: **No** crash\n- Change Render Engine to Workbench, DEL to delete Default Cube, SHIFT+A M P to create a Plane, Go into Materials Tab, Create Material: **No** crash\nThank you for your help.\n\n", "Regression: Child hair particles set to \"Interpolated\" causes jittering when the based vertex changes position\nOperating system:win10\nGraphics card:RTX3060ti\n\nBroken: c8c6f62cf3a3,fca8df9415\nBroken: 3.5\nWorked: 3.4\n\nCaused by d20f9923224d2637374dd4390ae84c5041e3f9d3\n\nChild hair particles set to \"Interpolated\" causes jittering when the based vertex changes position\nThis problem seems to have been solved before,in #63534 and #56408\n\nOpen the file and render animation\n\n", "Dynamic Hair doesn't properly render from cached sim.\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1050/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.65\n\nBroken: version: 3.1.2\n\ndynamic baked hair rendering as completely limp, if cached in file.\n\nIn the attached file, if the hair is frame sequence is rendered, all is fine. But if the hair is baked, it renders totally limp.\nSee this [description ](dynamic-baked-hair-rendering-as-completely-limp?noredirect=1#comment453514_265565) with comments by an experienced user (Blunder).\n\n[Hair render problem.blend](Hair_render_problem.blend)", "Crash with certain file. Sculpt mode. Vertex color fill + edge.\nOperating system: Windows-8.1-6.3.9600-SP0 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40\n\nBroken: version: 2.93.0 Alpha\n\nWhen I try to apply vertex color Fill (Sculpt mode) on edge in this particular file, I get crash\nAnd all fine for shapes/triangle.\n\n[VC + edge crush.blend](VC___edge_crush.blend)\n\n[debug_logs.7z](debug_logs.7z)\n", "why some hairs are not moving with dynamic hair? in blender 2.90/2.91\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 670/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.67\n\nBroken: version: 2.90.1\n\nwhy some hairs are not moving with dynamic hair? in blender 2.90/2.91\nif I don't modifer the hair weight all the hairs will move,but when I brush some weight to the hair ,\nsome hairs are not moving in dynamic.\n![毛1.gif](毛1.gif)\n[dynamic hair error.blend](dynamic_hair_error.blend)\n\n", "Can't Animate Texture Mapping Offset For Particle Hair\nWindow 7 64bit 8gb\nnvidia 660\n\nBroken: 2.72 RC\nWorked: I thought this was possible all the way back into the 2.4 series.\n\nAdd a single keyframe to particle texture mapping coordinates.\nMove to another frame and type a new number in the *Offset* mapping field and it will jump back to the number of the first keyframe.\nIn this state there is no way to animate the*Offset*. Even if I insert the same value at the new time location and edit the value in the graph editor the system still refuses to use the *Offset*information for the particle system hair density.\n\nOpen the Attached BLEND file and type a new number in the *X Offset* field.\nThe system refuses to accept the input and resets to the keyframe value.\n\nNOTE: This seems to only be a problem in the *Offset* and *Size* properties for Mapping. You will also see in the BLEND file that I have successfully keyframed the R value of the RGB without experiencing the same problem.\n\n[27_sequin_star_curtain_1a.blend](27_sequin_star_curtain_1a.blend)\n", "Particle system with collision modifier hangs on baking\nOperating system: Linux-5.8.0-55-generic-x86_64-with-glibc2.31 64 Bits\nGraphics card: GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.80\n\nBroken: version: 2.93.0\nWorked: 2.81a\n\n[#88965.blend](T88965.blend)\n\n- Open file\n- Bake particles on LRG_Submarine_Propeller object\n\nIt fails. When you disable collision modifier on LRG_Submarine_Hull object or simplify it considerably, it works.", "Regression: Crash when Sculpting on a mesh from a GP Lineart Modifier\nOperating system: Windows-10-10.0.22621-SP0 64 Bits (W11)\nGraphics card: NVIDIA GeForce RTX 4090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.68\n\nBroken: version: 3.2, 4.0.0 Alpha\nWorked: 3.1\n\n![blender_4UX5Hum09w.png](attachment)\nWhen trying to sculpt a mesh in an assigned collection that a grease pencil lineart modifier references and the layer it is drawing to contains Grease Pencil strokes - it will instantly crash Blender. \n\n\n1. Download and extract zip to get the test blend file\n2. Load attached file with Load UI off\n3. Select the bust, it is in a GP lineart modifier collection \n4. Go to sculpt mode\n5. Try sculpt\n6. Crash\n\nAlternative steps:\n1. Create new scene\n2. Create a sphere\n3. Create a Grease Pencil object\n4. Add sphere to a new collection\n5. Select the GP object and add a lineart modifier\n6. Reference the sphere collection in the modifier\n7. Assign layer and material to the modifier\n8. Draw in the same layer in Draw mode of the GP\n9. switch to sculpt mode\n10. Try sculpt over sphere surface\n11. Instant crash\n\n", "Particle hair with density influenced by texture is (partially) invisible with cycles CUDA backend\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.65\n\nBroken: version: 3.0.0 up to latest (version: 3.3.0 Alpha)\nWorked: 2.9.3 (from memory since these blend files can no longer be opened)\n\nThe particle hair in the given example file does not show up properly when switching to rendered preview using GPU compute and CUDA specifically. Switching to Optix, or CPU render makes the hair appear shaded. With not showing up properly I mean that the grid lines behind the hair does get obscured (only very faintly visible in the screenshots), but they are clearly not shaded. Disabling texture density influence also makes the hair appear in the GPU compute and CUDA combination.\n\nI understand that the particle system is deprecated, but figured I might as well report this issue so it does hopefully not occur in the replacement.\n\n 1. Open the attached blend file. \n\n [hair_invisible.blend](hair_invisible.blend)\n 2. Make sure that CUDA is used as the GPU compute backend, and that the device is set to GPU compute.\n 3. Switch to rendered view.\n 4. Observe that the hair is only obscuring the grid lines, but not shaded. Next there are several possibilities.\n![gpu_render_broken.png](gpu_render_broken.png)\n 5. Switch to CPU backend for cycles and observe that the hair appears.\n 7. Or, disable texture density influence and observe that the hair appears.\n![cpu_render_works.png](cpu_render_works.png)\n 8. Reduce the children to 23 and observe that some part of the hair appears within some bounding box. Further reducing the children makes it appear and disappear occasionally until everything appears (as above) at 9 children.\n![reduce_children_partially.png](reduce_children_partially.png)\n", "Adding texture to particle emission density breaks particle simulation\nOperating system: Windows-10-10.0.17763 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 430.86\n\n\nBroken: version: 2.80 (sub 74)\nWorked: (optional)\n\n\nPlease see attached file, after adding cloud texture and enabling Density in Texture influences, the simulated particles either stick to the surface or fly of into infinity as a group. \n\nOpen attached file and play animation, note some particles either sticking or a large group of particles incorrectly flying of.[particle_system_broken.blend](particle_system_broken.blend)\n\n" ]
[ "particle hair edit hangs blender 3 alpha\nOperating system: linux\nGraphics card: amd\n\nBroken: blender-3.0.0-alpha+master.79425ed32676-linux.x86_64-release\nWorked: 3.0.0 Alpha\n\nIn particle hair edit mode, try to use any tool like comb, add, etc. Blender hangs and never wakes up\n\nOpen attached blend file: [particle-bug.blend](particle-bug.blend)\n\nMake sure you are in particle edit mode. Select any tool (brush) on the left, e.g. comb, puff, add:\n![Screenshot_20211010_122819.jpg](Screenshot_20211010_122819.jpg)\n\nTry to stroke the brush over particle hair.\nResult: blender hangs.\n\n ", "Particle Edit Hair locks blender hard\n*System Information**\nOperating system: GENTOO Linux (updated daily)\nGraphics card: NVIDIA Corporation TU106 [GeForce RTX 2060 SUPER] (rev a1)\nGraphics card driver: x11-drivers/nvidia-drivers-470.74\n\nBroken: blender-3.0.0-alpha+master.886196b88817-linux.x86_64-release\nWorked: blender-3.0.0-alpha+master.18959c502d62-linux.x86_64-release\n\nTrying to edit particle hair locks blender hard. \n\nLoad the file provided. Go Particle Edit Mode and switch to \"comb\". Try to comb the hair.\nThe \"working\" version above is only \"kind of working\": There is no lock happening. That is the working part.\nBut the brusch seems not to be able to move accross certain invisible boundaries. May be not the process hangs,\nbut the part of the software, which handles cursor/brush movements becomes locked?\nCPU load is zero, so no endless loop or something like that is involved. \"Feels\" more like a deadlock.\nOnly killing the according process can end this. The graphics system as such is not locked. There is no debug output on the console.\n\n[HairLock.blend](HairLock.blend)", "Particle Edit make Blender Crash\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12\n\nBroken: version: 3.0.0 Alpha\nCaused by 1d49293b80\n\nBlender Crash when I try to Edit Particle Hair (with comb tool for example)\n\n - Add a Sphere\n - Add a particle system, hair type\n - Go into particle edit mode\n - Try to comb\n # Crash\n\n" ]
Blend File. Very odd, I did upload one... [DissolveCrash.blend](DissolveCrash.blend)... Note : Tested in version 2.70.1, no crashes with autosmooth and dissolve.
[ "Rendering object in Cycles X preview hard crashes whole system\nOperating system: Windows 10 x64\nGraphics card: nVidia RTX 8000\n\nBroken: blender-3.5.0-alpha+universal-scene-description.1f9e90bb1cf3-windows.amd64-release\n\nRendering of scene in Cycles preview hard crashes whole system. System screen goes to black and the fans go to max.\n\nLoad blend file at link: brutes_set1C_trimmed.blend?dl=0\n\nSet screen to Render preview and navigate around.\n\n", "Regression: Crash with boolean modifier\nOperating system: Fedora Linux 36 (Workstation Edition)\nGraphics card: Nvidia Geforce RTX 3080\n\nBroken: 3.2.1, 3.3 alpha\nWorked: 3.1\n\nCrash with boolean modifier\n\n- Open .blend file\n- In boolean modifier tab -> select `dot cutter` for boolean operation\n[yin_yang-v1.blend](yin_yang-v1.blend)\noriginal file: [F13292564](yin_yang.blend)", "Blender 3.5 and 3.5.1 are crashing while using Metal as backend\nOperating system: macOS 12.6.3\nGraphics card: Radeon Pro 580 8GB\n\nBroken: 3.50, 3.51 (Metall Backend)\nWorked: 3.50, 3.51 (OpenGL Backend)\n\nBlender simply hang. I use eevee, if you switch to rendered viewport shading it crashed complete system. I use Metall as backend, if I choose OpenGL it works fine. \n\n \nI attached an .blend file for example.\n\n", "Decentralize .blend I/O for grease pencil modifiers.\nThis is a follow up task for #76372.\n\nFor normal modifiers this has been done already. Have a look at `ModifierTypeInfo.blendWrite` and `ModifierTypeInfo.blendRead` for more details.", "Suspected asset library crash by `json_sax_dom_parser`\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.68\n\nBroken: version: 3.5.1\n\nI dont completely know why but blender crashes very often for me.\nIts doing something no idea what it is doing.\nSorry for being vague, but it seems to mostly happen when i have the viewport set to cycles render and i am trying to modify materials, in the shader editor.\n\n", "Freestyle parameter_editor.process crashes Blender if trying to render without any Line Style defined\n2.93.1\n(2.93.2 doesn't have any relevant changes in that file though so I don't expect it to be fixed there either)\n\nFreestyle parameter_editor.process crashes Blender if trying to render without any Line Style defined.\n\n- Open .blend file\n- Enable `Properties ‣ Render ‣ Freestyle`.\n# Try rendering an image.\n\n```\n# Blender 2.93.1, Commit date: 2021-06-22 05:57, Hash 1b8d33b18c2f\nPython: Traceback (most recent call last):\n File \"<string>\", line 1, in <module>\n File \"/snap/blender/206/2.93/scripts/freestyle/modules/parameter_editor.py\", line 1329, in process\n if linestyle.use_chaining:\nAttributeError: 'NoneType' object has no attribute 'use_chaining'\n```\n\n**Suggested workaround**\n\nA simple solution could be something along the lines of\n```\nif linestyle is None:\n return\n```\nbut I'm not sure if just `return` is enough there to cleanly stop early. Adding some warning could also be beneficial.\n\n[lib_32px.blend](lib_32px.blend)\n[lib_32px.crash.txt](lib_32px.crash.txt)", " Custom normals polishing\nThere are a few issues with custom normals workflow at the moment. For example it needs auto-smooth at the moment depending on the artist pipeline.", "Blender (2.91) crashes on change frame with handler set to render scene\n\nOperating system: Catalina (10.15.7)\nGraphics card: \n![Screen Shot 2021-01-19 at 12.35.10 PM.png](Screen_Shot_2021-01-19_at_12.35.10_PM.png)\n\n2.91.0\n\nI want to have the scene rendered automatically every time the frame changes.. so I set a post frame change handler do just that (according to blender documentation: bpy.app.handlers.html#bpy.app.handlers.frame_change_post)\n\nPaste this in the Blender console to setup the handler: \n\n```\nimport bpy\n\ndef my_handler(scene):\n bpy.ops.render.render(use_viewport=True)\n \nbpy.app.handlers.frame_change_post.append(my_handler)\n```\n\nHowever, blender crashes as soon as I change the frame.\n\n- Open attached file\n- Run script\n- Change frame\n[handler_ops_render_crash.blend](handler_ops_render_crash.blend)\n\n\n", "EEVEE Next - 'Alpha Blend' - distant objects - shadow buffer overflow\n### Reported as per @fclem [request](111809#issuecomment-1014998)\n\n--\n\nLinux Mint 21.2 Cinnamon kernel 6.2.0-32\n3400G\n\n- Broken\nblender-4.0.0-alpha+main.b5c89822ac40-linux.x86_64-release.tar.xz\n\n- Worked\nN/A (new feature).\n\n- Short description of error:\nWhen an object's shader uses Alpha, and (Material tab) 'Blend Mode' uses 'Alpha Blend', distant objects cause a shadow buffer overflow.\n\n- Exact steps\n1. Open following .blend file and zoom (far) out / back in.\n[EEVEE Next - 'Alpha Blend' shadow buffer overflow.blend](attachment)\n\n2. Appears no issue while using 'Alpha Clip' or 'Alpha Hashed'.\n\n'Alpha Blend' preferred for preventing Z fighting in Orthographic view.\n\nKind regards.\n\n**Screenshot**\n![EEVEE Next - 'Alpha Blend' shadow buffer overflow.jpg](attachment)\n\n", "lost 90% of my progress\nOperating system:\nGraphics card:\n\nBroken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen)\n\n\nBased on the default startup or an attached .blend file (as simple as possible).\n\ni was 90% through my build and had forgetten to save although i havent made saving every five minutes my priority anyways i was almost done when it freezes then crashes and all of mt work is now gone this has already happened once but i didnt lose anything so i therefore didnt report it\n\n", "Autosmooth + Custom Normals is slow\nOperating system: Windows 10\nGraphics card: Nvidia mx230\n\nBroken:\nmaster\n\n\nUsing autosmooth and custom normals at the same time is slow, even in situations where you wouldn't\nexpect normal calculation to happen (like moving an object in object mode).\n\n\n[normal_autosmooth_slow.blend](normal_autosmooth_slow.blend)\n\n - Load the .blend file. Move the object around, it should be slow. \n - Either disable autosmooth, or clear custom split normals.\n # Moving the object should now be a lot faster\n\n", "Crash on deleting driver\nOperating system: Linux neo 5.10.68-1-MANJARO #1 SMP PREEMPT Wed Sep 22 12:29:47 UTC 2021 x86_64 GNU/Linux\nGraphics card: nvidia GTX 970\n\nBroken: (\n```\n3.0.0-alpha+master.a3027fb09416-linux.x86_64\n```\n)\nWorked: (?)\n\nI duplicated a Text strip via <shift><D>. I don't know where that driver on Location X came from. The original didn't have one. I then wanted to delete that driver. After deleting it and moving the current frame blender crashed.\n\n- Load attached file\n- Delete driver of 'Location X'\n- Press Cursor keys Left/Right a few times till crash.\n[crash.blend](crash.blend)", "Crash with Boolean modifier\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 496.13\n\nBroken: version: 3.4.0 Alpha\nWorked: 3.1.2 (appears to have been broken since 3.2.0)\n\nBlender crashes when performing an Intersection Boolean between a cube and a bunch of loose faces. (Granted, this is probably not something you should do in the first place, but at least it should be limited to producing a bad result, not a crash.)\n\nI didn't find a crash log, but it's easy to reproduce.\n\n* Load the attached .blend file.\n* Scrub the timeline to frame 209. Blender crashes.\n\n[crash.blend](crash.blend)\n", "Blender crashing when rendering with eevee, not with cycles however.\nOperating system: Linux-5.15.82-1-lts-x86_64-with-glibc2.36 64 Bits\nGraphics card: AMD Radeon RX Vega (vega10, LLVM 14.0.6, DRM 3.42, 5.15.82-1-lts) AMD 4.6 (Core Profile) Mesa 23.0.0-devel (git-e20564cfdb)\n\nBroken: version: 3.3.2\nWorked: None, I've tried 3.3-LTS, 3.4 (both the default version provided through steam and manually selecting 3.4 LTS) and the daily-alpha build (with the daily-alpha build I reset settings all to default as well) All of these versions are the ones provided through Steam.\n\nWhen rendering in eevee some of my meshes completely bug out as if only part of them are rendering (I've looked at my normals and they're all fine) and after that my entire PC crashes, forcing a power cycle. The viewport display, when in rendered mode, looks fine in eevee but after rendering and before my PC crashes the viewport also messes up with my meshes looking bizarre. This issue does not occur in cycles when using CPU or GPU compute and other blender files work fine in eevee / cycles both in the viewport and when rendering. I also tried applying all modifiers despite needing a displacement on my torches to animate them but no luck. My blend file also becomes corrupt sometimes after the crash.\n\nSimply just hitting the render button with my current .blend file when in eevee. Sometimes the render goes through with broken meshes (which then I can close the render window and switch to eevee in my viewport display but my meshes will be all messed up and then my PC will crash, sometimes it crashes before the render output. \n\n\n[Dungeon Course.blend](Dungeon_Course.blend)\n\n[Dungeon Course.blend1](Dungeon_Course.blend1)\n\n[3.4 config.7z](3.4_config.7z)", "Blender crash after maximizing/unmaximizing an editor (debug build only)\n\nBroken: master - debug build\nWorks: master - release build\nOS: Tested on both Windows and Linux\n\nWith a debug build, Blender crashes after maximizing an editor + moving mouse + unmaximizing.\nIt does not seem to be reproducible with a release build.\n\n\n- Open Blender default scene\n- Maximize the 3D viewport with CTRL+SPACE\n- Move the mouse\n- Unmaximize with CTRL+SPACE\n\n**Debug info**\nThe crash happens in `wm_event_do_handlers` when calling `wm_region_tag_draw_on_gizmo_delay_refresh_for_tweak(wmWindow *win, bScreen *screen)`.\nIn that case, `screen` points to invalid (freed?) memory." ]
[ "Dissolve Crash Due to AutoSmooth\nWindows 7 Ultimate, Geforce 460\n\nBroken: (2.71)\nWorked: (none other tested, autosmooth is fairly recent as far as I know)\n\n**Crashes upon dissolvnig**\n\nDissolve stray/loose verts on edge with autosmooth\n" ]
Wrong placing of "Add primitive" icon in the editor's header Operating system: Windows-10-10.0.18362-SP0 64 Bits Graphics card: GeForce GTX 965M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.67 Broken: version: 2.91.0 Alpha Worked: The icon for adding primitives in the editor's header is cut. ![papercut.jpg](papercut.jpg) Open Blender 2.91 and select the Add Primitive tool. [Based on the default startup]
[ "UI BUG: Icons in the property editor \"flicker\" when you hover them or click on them\nOperating system: Windows 10, 64 bits\nGraphics card: Geforce 1080 8gb, Geforce 1070 8gb\n\nBroken: blender-2.90.0-874af5301cdf-windows64\nWorked: 2.83.0 LTS\n\n\nIcons in the property editor annoyingly flicker, they change border thickness 1-2 pixels upon hovering over or clicking on them.\n\nThin:\n![image.png](image.png)\n\nThen they get thicker:\n![image.png](image.png)\n\nIt's very visible if you use Icon border settings in your theme and many monochrome themes dop use that setting, because not everyone wants to see distracting rainbow colors in their UI.\n\n\nGo to Blender Preference, Themes.\nOpen Icon colors tab and set icon border to 1.\nEssentially use any bright theme as it is very visible when your theme is bright and icons have borders.\n![image.png](image.png)\n\nHover over icons in the property editor, see the flickering.\n\nHere's the video of the bug:\n\n[2020-06-22 01-18-44.mp4](2020-06-22_01-18-44.mp4)\n\n\n", "Image mask editing has a toolbar with no tools\nWe should at least have basic selection tools and cursor in the image spaces mask toolbar, currently it's completely empty.", "Improved Mask icon with disabled state\n(NOTE) This task is part of the community & sub tasks of the workboard. Anyone is free to pick up this task and contribute. For any questions or needed reviewers, please tag @joeedh and @JulienKaspar.\n\n# Context\n\nWe discussed the need to update the icon for Masks.\nThere is no \"disabled\" version of the icon, which is very needed for [auto-masking in sculpt mode](T101593), and masked layers in grease pencil.\nApart from that the current icon is also way too similar to other icons like Overlays.\n\nCurrent masking icon:\n![image.png](image.png)\n\nProposed icons:\n![image.png](image.png)\n\nThese are the `CLIPUV_DEHLT` and `CLIPUV_HLT` and are currently used in the 2D curve UI and grease pencil layer masks.\nThey work much better as a recognizable industry standard masking icon.\n\n# Goal\n\n`CLIPUV_DEHLT` will be the new universal masking icon for various areas of Blender:\n- Auto-Masking\n- Mask modifier\n- Mask editing (Image Editor)\n- Mask Data-Block\n- Grease Pencil Masks\n\nIn the case of Auto-Masking, the header icon needs to be switched with `CLIPUV_HLT` if all auto-masking options are disabled.\nFor the implementation the `View3D_PT_object_type_visibility` is a good reference.\n\nThe icons of `GPencilLayerMask.invert` also need change.\nFor now we should use the `select_intersect` and `select_subtract` icons as a more accurate depiction: \n![image](attachment)\nLater on the grease pencil module can change or create new icons for this part of the UI.\n\n", "Add Ico Sphere in edit mode adds misshaped ico sphere if object has shape keys\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.94\n\nBroken: version: 3.4.1\nWorked: (Probably never, I tried a few older versions including Blender 2.79)\n\nWhen an ico sphere is added to an object in edit mode, if it has at least the \"Basis\" shape key the ceated ico sphere is mishaped.\n\n- create a new blender file\n- select the default cube\n- DON'T DELETE IT!\n- add one shape key to get the \"Basis\" shape key\n- go to edit mode\n- Add (Shift A) ▸ Mesh ▸ Ico Sphere\n- in the Add Ico Sphere menu, increase subdivisions to see the mishaped parts better\n\nSee attached video. Without shape keys the ico sphere is flawlsess but with shape keys is misshaped.\n\n", "Nodes: Node Name are overlap Icons in header\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 527.56\n\nBroken: version: 4.0.0 Alpha\nWorked: 2.78...\n\nCropping text of node Name sometimes allows a collision of text and icons:\n![image](attachment)\n\n1. Any node editor.\n2. Create node group.\n3. Change node scale to see effect for narrow header.\n\n", "Knife Tool produces bad geometry in certain cases (disconnected edges/vertices, overlapping faces)\nif i use tools knife i see this bug.\n![k2.png](k2.png)\n\n![k1.png](k1.png)\n", "VSE View menu - missing hotkeys for sidebar and toolbar in Preview mode\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.09\n\nBroken: version: 3.0.0 Alpha\n\n\"Caused\" by 6aef124e7d\n\nThe VSE is missing the default hotkeys to open the sidebar and toolbar in Preview mode. T and N\n\nWhen you add them by yourself, then these hotkeys gets added in the Window section. Which can lead to override conflicts.\n\n\n- Open Blender\n- Switch to VSE\n- Watch the View menu in the upper Preview window\n\n![missing.jpg](missing.jpg)\n\n![addingmanually.jpg](addingmanually.jpg)\n\n\n\n\n", "Add option to show an image in black & white in image editor.\nCurrently we have channel sizzling in the image editor.\n\nAlthough this sounds an easy task I would prefer to have a color transform function for this OCIO. But that would need some discussion with Brecht + Troy.", "VSE editor is 1 pixel off when aligning non-frame images\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 2070 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71\n\nBroken: version: 2.93.0\n\nVSE editor is 1px off when compositing with non-full frame images\n\n1) open a VSE empty project\n2) set the scene dimension resolution to 1080x1080\n3) add a 1080x900 picture and check the left side pixels\n\n", "Wrong interaction by extrude region with 2 cube's faces\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: NVIDIA GeForce 940MX/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.22\n\nBroken: version: 3.1.0\n\nWhen extrude the \"z\" and \"-x\" faces of cube they extrude up \n\n* Create a cube\n* Choose edit mode\n* Select \"z\" face(top of cube) and \"-x\" face\n* Use Extrude Region or press E\n\n{[F12930516](image.png), size=full}\n\nThanks!", "Design: Animation Editors UI Redesign\n**Problem**\nSeveral proposals have been made to improve the usability of the Animation Editors' (Graph Editor, Nonlinear Animation, & Dope Sheet) Headers and Menus:\n\n - [Redesign Graph editor Header and Menus to 2.80 Blender UI standards ](T89069)\n - [Design: More frame snapping options ](T91973)\n\nThe main issues outlined by these proposals are:\n - “View” Menu cluttered with Overlay checkboxes rather than Overlay popover as in 3D View\n - 2D Cursor, Frame Snapping, & Proportional Editing button right-aligned location does not match other Editors. Frame Snapping full-text Enum is too wide and inconsistent with other icon-only Popovers\n - Frame Snapping menu only allows for one snapping option as opposed to multiple-option snapping in 3D View\n - Graph Editor “View” Panel has one utility/poor usage\n - There is a need for a separate a Timeline Editor with Graph Editor, NLA, & Dope Sheet (e.g. changing Playback options, Keying Set) however the Timeline has many redundant options to Dope Sheet and is only needed for its Header.\n - Full-text \"Keying\" dropdown is wide, inconsistent with icon-only popovers, and separate from Auto-keying popover\n # Full-text \"Playback\" dropdown is wide, inconsistent with icon-only popovers, and separate from Playback controls\n\nThis design task addresses the issues brought up in these proposals and breaks them into subtasks.\n\n**Proposed Solutions**\n\n - Move Markers, Curve Extrapolation, Only Selected Curves Keyframes, Show Handles, Only Selected Keyframes Handles and 2D Cursor from View to a new Overlays Menu\n - Center Pivot, Snapping and Proportional Editing Header buttons. Change Snapping to icon-only popover.\n - Create UI allowing for implementation of multi-snapping options\n - Move Normalize Button from Graph Editor Header to View Panel. Rename \"View\" Panel to \"Graph\".\n - Add Playback & Frame Range Controls to Timeline Header\n - Add Keying Set Controls to icon only popover near Playback Controls\n # Add Playback options to popover by Playback Controls\n\n![Animation_Editor_Redesign_02.jpg](Animation_Editor_Redesign_02.jpg)\n\n**Stretch Goals**\n - Add fixed height mini-timeline element to Playback & Range footer\n\n**Implementation Patches**\n\n\n - [Playback, Keying Set, and Frame Range controls update](D15626)\n - [Center Pivot, Snap, and Proportional Editing in Animation Editor Headers ](D15631)\n\n", "editor's type pop up shows the wrong shortcut!\nOperating system: Linux-6.4.14-x64v2-xanmod1-x86_64-with-glibc2.38 64 Bits, X11 UI\nGraphics card: Mesa DRI Intel(R) HD Graphics 2500 (IVB GT1) Intel Open Source Technology Center 4.2 (Core Profile) Mesa 21.3.9 Amber\n\nBroken: version: 3.6.2\nWorked:\n\nwhen hover the mouse over the editor's type, it shows the name, description and the shortcut, but the shortcut shown is the same for every editor (Shift F1).\n\n\n1. new scene.\n1. put the mouse under the editors type (without clicking) as if want to change it.\n1. read the popup.\n\n![bug.png](attachment)\n\n", "Cycles: add feature overrides\n[D4255: Cycles: Added feature overrides](D4255)", "Rendered object in displayed as a transparent png\nOperating system: Windows-10-10.0.19043\nGraphics card: Radeon AMD Radeon HD 8500M (4.5.14831 Core Profile Context 21.5.2 27.20.20903.8001)\n\nWorked: (3.2.0)\n\nidk if it is even a bug but when i render my object, it shows the object as a transparent png. how do i fix it?\n![incorrect blender result.png](incorrect_blender_result.png)\n[donut.blend](donut.blend)", "Breaking UI API changes for 4.0\n- [ ] Remove grid display for UI lists - Never worked well and is badly maintained. May have been added for an oudated asset UI design even?\n- [ ] Remove asset-view UI template - Should be replaced by the [asset shelf](102879).\n- [ ] Replace/deprecate UI lists? - Probably too much work, would require UI views to be exposed to Python. But can at least be converted to use UI views internally and benefit from its features.\n\n" ]
[ "\"Add Primitive\" icon is cropped in tool header\nOperating system: Ubuntu 20.04\nGraphics card: AMD Radeon R7 250\n\nBroken: 2.90 latest\nWorked: this doesn't exist in 2.83.1\n\n\"Add cube/cone/cylinder\" icon is cropped in the \"editor type\" panel\nOpen Blender, click \"add cube\", now you can see that icon on the editor type panel is cropped ![Screenshot from 2020-07-06 19-19-06.png](Screenshot_from_2020-07-06_19-19-06.png)" ]
Image aspect and reset transform do not work in Texture Paint mode Operating system: Windows-10-10.0.17763-SP0 64 Bits Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 446.14 Broken: version: 2.93.0 [Image aspect and reset transform do not work in Texture Paint mode.] [Change the mapping to stencil under the texture and texture mask at the same time, the image aspect and reset transform button of the texture do not work]![11111.jpg](11111.jpg)
[ "Alpha doesn't work as a mask \nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.79\n\nBroken: version: 3.0.0\n\nI use an alpha channel as a mask for mix node. If I put an alpha channel from the same node where I take a color channel I get a strange result but if I grab a mask from an alpha channel a copy of the same texture node I get the proper result. \n\n\n![bug_11.gif](bug_11.gif)\n\n[bug_11.blend](bug_11.blend)\n\n", "Bug with environment texture\nOperating system: Windows 10\nGraphics card: Nvidia GeForce RTX 3050 Laptop GPU\n\n3.6.2\n\nAfter I checked and unchecked \"Open Shading Language\" checkbox Blender crashed, after that I opened my project and turned rendered viewport the environment texture become a one solid color, and as I was rotating my camera it was changing the color.\n\nBased on an attached .blend file you can go to the Render viewport and take a look at this error.\n\n", "2.7x interface ctrl tab breaks/inconsistent in weight paint\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71\n\nBroken: version: 2.93.0 Beta\nBroken: version: 2.92.0\nBroken: version: 2.91.0,\nWorking: version: 2.90.1\nWorking: version: 2.83.14\nDiscounting LTS, this has been broken for a few versions, although I can't tell you exactly the last time it worked. Probably 2.83 or 2.91. Sorry, I've been lazy with reporting bugs.\n\nUsing ctrl tab to switch out of weight painting mode sometimes fails to switch modes.\n\n\nInstall Blender. At your initial startup options, choose 2.7x interface (+spacebar search, your basic pre-2.8 settings). I believe this is necessary to get ctrl-tab mode switching.\n\nSelect your starting cube. Ctrl tab to enter weight paint mode. Ctrl tab to return to object mode. Repeat as desired; this is expected functionality.\n\nCtrl tab to enter weight paint mode. Tab to enter edit mode, then tab to return to weight paint mode. So far, this is expected. Ctrl tab to try to return to object mode and nothing happens. LTS and previous versions take you to object mode.\n\nI believe there are other operations that break the mode switching out of weight paint, but I chose tab to edit as a simple, easily reproducible example.\n\n", "Blending Factor Slider in Image Editors not working\nOperating system: Linux-5.15.0-50-generic-x86_64-with-glibc2.35 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070 Super/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 520.61.05\n\nBroken: version: 3.4.0 Alpha\n\nThe \"Blending Factor\" slider in the Mask Display options doesn't work (= the image outside the masked area stays black).\n\n![image.png](image.png)\n\nThe same display option works as expected in the Movie Clip Editor's mask mode.\n\n- Open Blender\n- Press F11 to open an Image Editor\n- Open an existing image or create a new e.g. a Color Grid\n- Switch the Image Editor to mask mode and draw a closed shape.\n- Go to the Mask Display menu and select the \"Overlay\" option and set it to \"Combined\"\n- Move the Blending Factor slider -> Nothing happens.", "Texture painting does blend modes like overlay incorrectly when using 16/32bit images\nOperating system: Linux-5.17.15-76051715-generic-x86_64-with-glibc2.35 64 Bits\nGraphics card: Quadro RTX 6000/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 515.48.07\n\nBroken: version: 3.4.0 Alpha\nWorked: unknown\n\n[texture_paint_overlay_16F_bug-2022-09-28_15.37.38.mp4](texture_paint_overlay_16F_bug-2022-09-28_15.37.38.mp4)\nHere you can see that even though the paint color is white, the overlay blend mode results in darkening of the gray base color, when painting with a low strength/at the edge of the brush falloff. This happens only for 16/32bit images and independently of the color space of the texture. It seems like brush falloff and strength are applied before the blend mode.\n\n- create 32bit/16bit image texture\n- draw with white, set to Overlay on shade of gray\n[16F_texture_paint_overlay_bug.blend](16F_texture_paint_overlay_bug.blend)\n\n", "Node Group Texture slot problem\nOperating system: Windows 10\nGraphics card: gtx1060\n\nBroken: 2.9\nWorked: N/A\n\nIn the Texture Paint mode, when all textures are inside a node group, if you change brush radius it jumps to the top texture slot every time.\n\n- Open attached file\n- In the property editor, select `test` texure slot\n- Change brush radius.\nThe top texture slot (`test`) was selected automatically\n[Node Group Texture Slot Problem.blend](Node_Group_Texture_Slot_Problem.blend)", "Brush cursor (sculpt, vertexpaint, weightpaint) stuck/doesn't draw under transparent part of N-panel\nBroken: 2.80 to 3.1 (and currently 3.2.0 alpha 4fa3eadce99a) (technically 2.79 as well, but back then region ovelap was drawn a bit diferently).\nWorked: Never\n\nTools brushes don't draw over the transparent property panel, even though Region Overlap is on.\n\n* Ctrl + N → Sculpting\n* N (to open the Properties region).\n* Move the mouse to the right, beyond the alignment line of the properties editor panels.\n\n![image.png](image.png)\n\nThe brush drawing doesn't follow the mouse cursor. The tool itself works though, and the brush is even drawn if you click in that part.\n\n---\n\nVideo from the original report: [F8795403](2020-08-20_05-04-02.mp4)", "Texture Painting on DDS Compressed Textures Corrupts Graphics Data \nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.79\n\nBroken: version: 3.1.0\n\nWorked better but not perfectly in 2.83.\n\n\nVersion 3.1: \nTexture painting on compressed textures results in corrupt graphics data and has poor performance when drawing while the texture is loaded in the 3D viewport.\n![PaintCompressedTexture 3.1.png](PaintCompressedTexture_3.1.png)\n\nVersion 2.93: \nEven worse performance. More graphical glitches in the image editor.\n![PaintCompressedTexture 2.93.png](PaintCompressedTexture_2.93.png)\n\nVersion 3.83:\nMuch Better performance. No corruption visible in the 2D image editor. Less severe graphics corruption in the 3D viewport.\n![PaintCompressedTexture 2.83.png](PaintCompressedTexture_2.83.png)\n\nAttempt texture painting on a compressed texture while the image is loaded in the 3D viewport.\nTest texture:\n[MipmapTest_00.dds](MipmapTest_00.dds)\n\n---\n**My Opinion**\n\nAll this said, I don't think Blender actually needs to support texture painting for compressed textures.\nSimply preventing the action and displaying an error message would be an adequate fix in my opinion.\nBlender does not currently allow saving to DDS format anyway.\n", "custom brushes icon won't show up is some cases\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 2070 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.51\n\nBroken: version: 2.91.0\n\nIn some cases the custom icon of the brushes won't load properly. Even by reassigning it it doesn't work.\n\nOpen the attached file and try to assign the accatech custom icon to the active brush (but anykind of image won't load)\n\nThankyou\n\n![inset06_icon.png](inset06_icon.png)\n![icon_ss.png](icon_ss.png)\n[icon.blend](icon.blend)", "Texture painting with mirroring and viewport clipping does not mirror\nOperating system: Linux-5.8.4-200.fc32.x86_64-x86_64-with-fedora-32-Thirty_Two 64 Bits\nGraphics card: GeForce GTX 970M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 450.66\n\nBroken: version: 2.91.0 Alpha\nWorked: never, 2.79 also did not do this\n\nTexture painting with mirroring and viewport clipping does not mirror\n\n[texturepaint_mirror_clipping.blend](texturepaint_mirror_clipping.blend)\n- Open .blend\n- Do a stroke on the right side --> updates on the left as well because x-mirroring is turned ON\n- (Undo)\n- {key Alt B} a clipping region in the viewport\n- Do a stroke again on the right side --> updates on the right side\n- {key Alt B} to clear the clipping region in the viewport, see no updates have taken place on the clipped left side\n\nExpected: stroke should update the clipped area as well [as we do for vertexpaint, weightpaint and sculpting], everything else would be inconsistent\n\n", "Migrate Texture To Texture mask for existing brushes\nTexture painting brush uses two textures:\n* Texture that overrides the color of the brush (`brush.mtex`)\n* Texture Mask that acts as a masking reducing the effect of the brush. (`brush.mask_mtex`)\n\nSculpt/Vertex painting only supports a single mask.\n* Texture that acts as a masking to reduce the effect of the brush. (`brush.mtex`)\n\nThis is confusing when we combine the texture painting and vertex painting in the same mode.\n\nCleanups to be done:\n* `BKE_brush_sample_tex_3d` currently only uses mtex, perhaps a reason why sculpt is using mtex as mask_tex. masktex only has a 2d variant.\n\n\n## Approach\n\nAfter doing some prototypes and detecting the different viewpoints about mtex by different developers, I was researching a solution that could sanitize this issue. Sanitation is required due to:\n* Sculpt mode uses `mtex` for masking. Newly created brushes that could benefit from color masks are hard to implement in a maintainable fashion.\n* Sculpt mode uses a concept of primary and secondairy mask texture.\nMain idea is that all functions that access mtex/mask_mtex would access it via a wrapper.\n```\nstruct MTexAccessor {\n MTex *color;\n MTex *mask;\n};\n```\nDifferent tools/modes would then be responsible to create and fill this struct.\nSpecific implementations would only access the mask via the wrapper that is suitable for the functionality.\nFor example `SCULPT_brush_strength_factor` should pass `MTextAccessor::mask` to the `BKE_brush_sample_tex_3d`.\n\nAfter this is done we could migrate per mode/tool to the actual brush mtex attribute that is designed for it.\n\n", "Texture Paint - bad behaving operator \"Save All Images\"\nGo to Texture Paint Mode with some Textures loaded. In T-Panel go to the Slots Tab. There you will find a Button labeled \"Save All Images\". However, do not push this Button !\nThis Button overwrites all involved/edited Textures in the Texture Paint Slots at once and instantly, without further inquiry, to the directory of the origins.\n\nIt's not a bug, it's working pretty well !\n\n \n", "The button \"Draw Curve\" for Stroke mode Curve probably doesn't work.\nOperating system: Windows 10\nGraphics card: AMD Ryzen 7, 2700, 8-core\n\nBlender Version: 3.0.1\n\nThe button \"Draw Curve\" from properties editor doesn't work.\n\nMy steps:\n1) Add any mesh object.\n2) Change Layout to Texture Paint (Default)\n3) Press + button below \"Mode: Material\". Add \"Base Color\". Press Ok.\n4) Scroll Down parameters to Stroke section. Expand Stroke section.\n4) Change Stroke Method to Curve.\n5) Press Ctrl+RMB button on mesh some times.\n6) Press \"Draw Curve\" button in properties editor - nothing happens!\nBut if I press Enter on my keyboard or Ctrl+LMB on mesh its drawing stroke.", "Support Automasking For Texture Paint\nFor #96225 we need to make the auto-masking options from sculpt mode available for texture painting.", "Rotate drawing canvas (viewport)\nThis is a requested feature for all 2D artists, texture painters and sculptors.\nWe need a way of rotating the full viewport as other softwares do, because sometimes is easier draw from left to right instead of drawing vertical, especially for lines.\n\nThere are some add-ons already for that, but these are partiall solutions and only works in some situations. We need a more general solution.\n\nThis is general problem for any mode that need to use a pen for drawing." ]
[ "Texture stencil \"Reset Transform\" doesn't work properly\n**System information**\nLinux Mint 17.3 (x86_64)\nLinux Mint 18 (x86_64)\nWindows 8.1 64bit\n\nNvidia Geforce GT640\nNvidia Geforce 820M\n\nBroken: 2.78, 2.77a\n\nIn texture paint mode (wether in 3D or 2D), the \"Reset Transform\" under \"Texture\" doesn't work once you clicked on the \"Reset Transform\" under \"Texture Mask\".\n![image.png](image.png)\n\n\n - Open this .blend file [stencil Reset transform bug.blend](stencil_Reset_transform_bug.blend)\n\n - Click on the upper \"Reset transform\"\n\n - it works.\n\n - revert file\n\n - click on the lower reset transform, then on the upper one\n\n - it doesn't work." ]
Origin on collection can't be changed Operating system: Windows-10-10.0.22000-SP0 64 Bits Graphics card: NVIDIA GeForce GTX 1650 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 527.41 Broken: version: 3.4.0 Broken: version: 3.5.0 Alpha [bug_origin_collection.blend](bug_origin_collection.blend) It's working only with cad transform
[ "Resetting default value does not work in popovers or menus\nOperating system: Windows 10, 64 bits, \nGraphics card: Nvidia GTX 1080 8 gb, Nvidia GTX1070 8 gb\n\nBroken:\nblender-2.81.0-git.ce2368cf69f5-windows64\n\nWorked: (optional)\n\nResetting options in the context menu (right click) of things like brush stroke strength, Autosmooth, plane offset and other parameters does not work at all, but does work through active Tool side panes and top bar. Probably it should work everywhere? If I'm working full screen I would want to be able to reset it in the context menu with my stylus as I sculpt.\n\n![image.png](image.png)\n\n1 Create any mesh\n2 Enable Sculpt mode\n3 Select any brush\n4 Right click to invoke context menu\n5 Try resetting any of the parameter to default values\n", "After swapping the basis shape key to another one, the former basis key still affects the new one\n2.91.0\n\nWhat I try to do: I would like to make a later created shape key the basis one. \nI can do it with moving it to the top, and setting the former basis key's \"Relative To\" setting to this new basis one.\nIt works as expected until I'd like to make further changes in the old basis key (now just a regular shape key)\nIt affects the current basis, where - by definition - there's no \"relative to\" setting, so it shouldn't be affected by anything.\n\nI noticed that it does work as expected if I'm using the \"shape key in edit mode\" option - BUT it only behaves well until I come back to object mode. Then the new basis key instantaneously gets all the modifications I just made on the old basis.\n\nThe steps are below on an image with descriptions, but I attached the blend file too. Just change the shape key called \"starting basis\" and check what happens with the real basis one.\n\n![shapekeybug.png](shapekeybug.png)\n[shapekey_error.blend](shapekey_error.blend)\n\nNote: there was one time when I created a shape key pair where this whole thing worked as intended. But out of (literally) 6 tries, only one worked and I couldn't pinpoint what I did differently in that case.", "Geometry instances cannot mix with other instancing\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12\n\nBroken: version: 3.1.0 Alpha\nWorked: 3.0 alpha\n\n\n\n[cant scatter.blend](cant_scatter.blend)\n[2021-11-02 19-08-07.mp4](2021-11-02_19-08-07.mp4)\n\n", "Regression: Damaged normals in sculpting with Multires modifier\nBroken: version: 3.4.0 Alpha\nWorked: version: 3.4.0 Alpha\n\nWhen sculpting, sometimes breaks normals. Switching between modes fixes this.\n| Edited sculpture | Object mode |\n| -- | -- |\n| ![image](attachment) | ![image](attachment) |\n\n1. Open attached file.\n2. Go to Sculpt mode.\n3. Do something.\nLook at the fact that in some places the normals are damaged.", "Set parent (keep transform without inverse) has no effect on scale\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: GeForce GTX 750 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71\n\nBroken: version: 3.2.0 Alpha\n\n\nSet parent (keep transform without inverse) has no effect on scale. End result is different if use Set parent (without inverse)\n\n[parent_scale.mp4](parent_scale.mp4)\n", "Distribution: Jittered And Random ignore flag \"Use Modifier Stack\" PS\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 522.30\n\nBroken: version: 3.5.0 Alpha\nWorked: never\n\njitter and random ignores modifier stack\n![image.png](image.png)\n\n- Open default scene\n- In particle system change distribution to grid (modifiers stack appears to be included)\n- Change type to jitter/Random\n[GNParticle.blend](GNParticle.blend)\n", "Context override of bpy.ops.object.mode_set does not work\nOperating system: Ubuntu 18.04.5 LTS\nGraphics card: GeForce GTX 1070 Ti/PCIe/SSE2 440.100\n\nBroken: version: 2.93.0 Beta, branch: master, commit date: 2021-05-04 23:07, hash: 96abe5ebbc55\n\nSetting the object whose edit mode you want to enter via context overrides does not work.\n\nAlthough the active object is changed via the context override, the following line still switches into edit mode of the object selected in the UI:\n\n\n\n```\nbpy.ops.object.mode_set({\"active_object\": bpy.context.scene.objects[\"Cube\"]}, mode='EDIT')\n```\n\nI also tested:\n```\nbpy.ops.object.mode_set({\n\"active_object\": bpy.context.scene.objects[\"Cube\"]\n\"object\": bpy.context.scene.objects[\"Cube\"]\n\"selected_objects\": [bpy.context.scene.objects[\"Cube\"]]\n\"selected_editable_objects\": [bpy.context.scene.objects[\"Cube\"]]\n}, mode='EDIT')\n```\n\nAnd \n\n\n```\ncontext = bpy.context.copy()\ncontext[\"active_object\"] = bpy.context.scene.objects[\"Cube\"]\ncontext[\"object\"] = bpy.context.scene.objects[\"Cube\"]\ncontext[\"selected_objects\"] = [bpy.context.scene.objects[\"Cube\"]]\ncontext[\"selected_editable_objects\"] = [bpy.context.scene.objects[\"Cube\"]]\nbpy.ops.object.mode_set(context, mode='EDIT')\n```\n\nBoth do not work.\n\nThe only thing that works is:\n\n\n```\nbpy.ops.object.select_all(action='DESELECT')\nbpy.context.view_layer.objects.active = bpy.context.scene.objects[\"Cube\"]\nbpy.context.scene.objects[\"Cube\"].select_set(True)\nbpy.ops.object.mode_set(mode='EDIT')\n```\n\nBut it would be great to be able to do that simply via context overrides, as it also can be done for other operators.\n\n- Open Startup Scene\n- Duplicate Cube\n- Select Cube.001\n- Enter \"bpy.ops.object.mode_set({\"active_object\": bpy.context.scene.objects[\"Cube\"]}, mode='EDIT')\" in console\n- > The edit mode of Cube.001 is activated, however it should be the one of Cube", "free style does not work if there are nested collections\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71\n\nBroken: version: 2.91.2\n\nI'm not sure it can be called \"bug\", but if I apply freestyle to a collection (which I call \"Lines\") that contains others, it doesn't work\n\nI create objects to which I want to apply freestyle, I put them inside each of its collections. If I apply the freestyle option to the \"Lines\" collection it doesn't work. It only works if the objects are directly inside the \"Lines\" collection. It is a problem when I work on very complex scenes where it is useful to organize objects within many collections and I want to apply freestyle only to some of these collections by inserting them into a larger one (Lines) and leaving the others in another call \" no lines \"[freestyle.blend](freestyle.blend)\n\n\n\n", "Rebuilding multires subdivisions sometimes puts some vertices at the origin\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: Quadro K2200/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 385.54\n\nBroken: version: 2.90.0\n\n1. Add multires modifier\n2. Rebuild subdivisions. \n3. Some vertices end up at the origin. \n\nIf you apply the multires modifier, the problem vertices are [60074, 60075, 60076, 60081, 60082, 60083, 60088, 60089, 60090]. Applying the modifier apparently changes vertex numbers, since those vertices were located in the shaft area in the original HD mesh.\n\n![multires-problem.png](multires-problem.png)\n\n[multires-problem.blend](multires-problem.blend)\n\n", "Select Loop Inner-Region issue\nWin8 64bit | GTX680\n\nBroken: 2.77 509270e\n\nWhen working with face loop, this tool doesn't always work as expected.\n\n\n![inner.png](inner.png)\n\nNot sure if this can be a bug. Please check.", "Breaking UI API changes for 4.0\n- [ ] Remove grid display for UI lists - Never worked well and is badly maintained. May have been added for an oudated asset UI design even?\n- [ ] Remove asset-view UI template - Should be replaced by the [asset shelf](102879).\n- [ ] Replace/deprecate UI lists? - Probably too much work, would require UI views to be exposed to Python. But can at least be converted to use UI views internally and benefit from its features.\n\n", "IDProps mismatch (pyRNA-defined vs. custom props) can confuse liboverride system in Collection property case\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 398.36\n\nBroken: version: 2.93.5\n\nOverride libraries linking seem to have an issue when linking collection property registered by an addon or a script.\nIf I add items to a collection property of an object in the source file, and then link the object using override libraries in a new file. I can't delete this item in the collection property, that's ok. **The problem is when I go back to the source file and clear the collection property,** so it doesn't have items anymore, then going back again to the linked file,**the object still has this property item,** even if it was deleted in the source file, and it still can't be removed.\n\nThe rar file includes a source file, a file with the linked collection, and a test addon which just register a property, you can also just run the script from the source file, but better to test with the addon.\n- Install the addon or run the script in order to register a collection property called test_proprety on the box object.\n- Open the file override_properties_to_link.blend\n- Select cube and Write in the console C.object.test_property.items() or just press the arrow up in the console\n- There should be one item assigned - bpy.data.objects['Cube'].test_property[0])\n- Try to clear using C.object.test_property.clear() and then check the items again. The item is still there for me and can't be removed, also when using remove(0).\n- Go to the source file and check for the items again using C.object.test_property.items(). It should be empty.\n\nHow to repeat the error?\n- In the source file add items to the object property using C.object.test_property.add()\n- Start a new clean file, link the collection from the source file.\n- Make the cube object a library override.\n- The object should have the item in the C.object.test_property from the source file. Save the file.\n- Go back to the source file and clear the items using C.object.test_property.clear() and save the source again.\n- Open the saved file with the linked source. Run C.object.test_property.items() in the console, and it will still have the item that was cleared from the source.\n\n\n\n[Override_property_Bug.rar](Override_property_Bug.rar)", "Changing rotation axis in operator panel has no effect\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 466.27\n\nBroken: version: 3.1.0 Alpha\n\nAfter confirming a rotation operator with a click, attempting to change the axis in the popup panel has no result.\n\n\nAdd any object. Press R to rotate it, and choose any specific axis. After you click to confirm, attempt to change the axis of rotation in the operator panel. \n", "Point lamp power value hard to change with unit scale (button step is calculated for Watts, but applied to milliWatts)\nOperating system: Windows 10 Home 1909\nGraphics card: NVIDIA RTX 2080 Ti\n\nversion: 2.83.0, branch: master, commit date: 2020-06-03 14:38, hash: 211b6c29f771, type: Release\nWorked: 2.82a\n\nIf I insert a point lamp to the scene and I alter the power value of the lamp sliding left and right it works. If I click then in the power field and type a value (e.g. 10W) and confirm with enter it takes the new value, but afterwards I'm not able to change the power value sliding right and left or using the arrows left and right of the field. I have to click again in the field and enter a value.\n\nCreate a point lamp\nEnter the power value in the field (e.g. 10W) and confirm with enter\nSlide the power field slider left and right, the value is not changing.\nClick on the left/right arrow of the power slider, the value is not changing.\nClick in the power field and enter a new value, confirm with enter. The new value will be accepted.", "Crash upon renaming collection or clicking on Blenderkit after creating said collection (without renaming)\nOperating system: Win 10\nGraphics card: Nvidia Quadro M5000 \n\nBroken: 3.4.1\nWorked: 3.4.1\n\nCrash upon renaming collection or clicking on Blenderkit after creating said collection (without renaming). \n\n- Download file through the link from Google Drive attached (I leave the file as it is since I don't know what caused the problem)\n- Click in the collection \"Möblierung\",\n- create some new collection in it,\n- rename the new collection (with double click)\n- hit enter - crash\n\nOr create the collection, don't rename it and then click something in the interface (Blenderkit \"eye\" symbol in my case).\n\nReload didn't do anything, just kept crashing.\n\nLoaded a recent autosave, seems to work. Already hat to kill startup file and all settings yesterday, got permanent exception access violation crashes upon file load, after enabling some addon (TrueAssets) it worked.\n\nLink to the blend: view?usp=sharing\n\n" ]
[ "Move origin from Transform Options not working for collection correctly - not moving, but moving if Object Set Origin is changed\nOperating system: Windows-10-10.0.18363-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1650 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 466.77\n\nBroken: version: 3.0.1\nBroken: version: 3.2.0\nWorked: (newest version of Blender that worked as expected) - don't know any working version from 2.8\n\nMove origin from Transform Options not working for collection correctly - not moving, but moving if Object Set Origin is changed\nLooks like limitation maybe around Transform Options and lack of implementations or bug that blocking move origin.\nWhen using addon Cad Tranform (slcad_transform_0.91.0.zip) and Turn on Transform Options Origins then can move origin (but problems with magnet snap).. soo looks like bug in blender grab area.\nAnyway it's problem when looking correct position for my object and work with collections, only addon can solve problems.\n\n1. Turn on Transform Options Origins - try move origin for Collection2, eg. for corner\n2. Turn off Transform Options Origins, select Object Set Origin and Origin to Center or other option\n\n\n![Origin_bug.png](Origin_bug.png)\n\n[Origin_bug.blend](Origin_bug.blend)\n" ]
I installed Blender 2.73 but after installing and running it.......the engine opens for a second and then closes...my laptop has ram 2gb , windows 7 nd toshiba satellite l300 Operating system and graphics card Broken: (example: 2.69.7 4b206af, see splash screen) Worked: (optional) Based on a (as simple as possible) attached .blend file with minimum amount of steps
[ "Blender continuosly freezes when transforming an object\nOperating system: Ubuntu 20.04.4 LTS\nGraphics card: ntel Corporation Skylake GT2 [HD Graphics 520] (rev 07)\n\nBroken: 3.1.2\n\n\nBlender continuosly freezes when transforming an object.\n\nCreate a General project (With the default cube). Scale the cube in every direction. Continue doing this and it the app will freeze. The debug log is filled with the following message:\n\n\n> INFO (gpu.debug): Notification : memory mapping a busy \"miptree\" BO stalled and took 0.039 ms.\n\n\n\n\n", "Local view mode is not exited correctly when closing New Windows\nOperating system: Mac OS*\nGraphics card: Macbook pro M1 MAX, 64G ram\n\n**Blender Version** 3.41 (same issues found in 3.2)\nBroken: Local view doesn't work(/)\nWorked: \n\nit's hard to say when it will happened, I used MacBook with two monitors, (one is Mac Studio, an other one is iPad Pro), when I duplicate a new windows to my second screen, like to iPad for sculpting, some times, local view function(hot key\"/\") doesn't work and show 'no more than 16 local views\" error. I met this error 3times from version 3.2 to 3.41\n![Screenshot 2023-01-23 at 12.57.07 AM.png](Screenshot_2023-01-23_at_12.57.07_AM.png)\n\n![Screenshot 2023-01-23 at 12.56.59 AM.png](Screenshot_2023-01-23_at_12.56.59_AM.png)\n\n- Repeat the following 16 times\n - Open a new `Window`->`New Window`\n - Go into Local view in the new 3d viewport that appears\n - Close the window while still inside local view\n- Attempt to go into local view 1 more time\n- Observe failure\n\nThe issue is that local view mode is not exited when those temporary New windows are closed. Blender continues to think that those local views are still in use and runs out of available space for any new ones.\n\n[test.blend](test.blend)\n\n![Screenshot 2023-01-23 at 1.01.20 AM.png](Screenshot_2023-01-23_at_1.01.20_AM.png)", "Use draw manager for clip editor drawing\nCould be stalled to 2.93 as there isn't an real issue here as far as we are aware of. The compositor issues are more tangable.", "Scene update bug\nSystem Information\nwindows7 64\nASUS ATI Radeon HD6870\n\nBlender Version\nBroken: (All)\nWorked: (None)\n\n![scene1.png](scene1.png)\n![scene2.png](scene2.png)\n![scene3.png](scene3.png)\n![scene4.png](scene4.png)\n![scene5.png](scene5.png)\n![scene6.png](scene6.png)\n![scene6.png](scene6.png)\nopen this file, select plane and try to select for this plane any mesh - all this meshes don't have users, but was saved, try to select material - materials was saved, but don't have users, \nwe can revert, close and open again many times - materails and meshes will be saved.\ntry to add gruop instance - we will have all this groups is empty.", "Huge memory usage when trying to paint on UVs far ouside the 0-1 range\nBroken: version: 2.82a (sub 7)\nWorked: Never\n\nBlender freezes when I attempt to use the paint options, after adding an image to Texture Paint. Memory will skyrocket from 150MB to 13GB and does not un-freeze.\nYoutube tutorial I'm following trying to learn to paint textures, bug happens after adding the image at 2:35, and I attempt to paint the model: watch?v=lmbAs9jE1vI\nI am very new to Blender, but pretty sure it shouldn't be doing that when attempting to use the Paint tools.\n\n![BlenderCrashReport.png](BlenderCrashReport.png)\n\n- Open attached file\n- Try to paint the mesh\n\n[texture_paint_huge_memory_usage.blend](texture_paint_huge_memory_usage.blend)\n\n", "Entire system freezing while using NLA in Blender 2.91 and newer (Mesa only?)\nOperating system: Fedora 33\nGraphics card: Intel HD Graphics 520 (Mesa 20.2.4)\n\nBroken: 2.91\nWorked: 2.90.1\n\nBlender randomly freeze entire graphics system. After freezing, last 2 frames is flickering if you move mouse. I can even save my work with CTRL+S, but after that i need to restart my computer. Setting INTEL_DEBUG=reemit environment variable fixes the issue.\n\nMethod 1\nAdd a few keyframes.\nScroll up and down in the NLA editor.\n[blender-freeze-2.mp4](blender-freeze-2.mp4)\n\nMethod 2\n\nJust do something, even in Solid view, even in Video Sequence editor. I don't know how to reproduce, it happens after 10 minutes of work. Also i notice some glitches in VSE with image strips. Also bug with Depth of Field was fixed in this version, probably this fix relate to this bug.\n\nBug with depth of view that was fixed:\nT77828\n\nIssue with VSE\n[blender-vse-artifacts-1.webm](blender-vse-artifacts-1.webm)", "Blender 2.8 and 2.81 (ab519b91b2c4) has high chance of crashing when using Python to create a new node-tree link.\nOperating system: Windows 10 (x64) v1903 Build 18362.356\nGraphics card: Nvidia GeForce GTX 1060 6GB\nCPU: Intel Core i5 7600K\n\nBroken: 2.81-ab519b91b2c4 **AND** 2.80 release\n\nCreating a new node-tree link via Python sometimes causes Blender to crash with the error \"EXCEPTION_ACCESS_VIOLATION\".\nI have attached a .blend file that will cause the crash, just by clicking \"Run Script\" once or twice. \nWhen I found the bug, I spent some time making the script as small as possible while still causing the crash, so the script is less than 30 lines.\n\nI also installed Blender 2.81-ab519b91b2c4 on a Windows 10 laptop that had never seen Blender before, and the bug was present on there too, so I'm confident the issue isn't specifically due to my hardware.\nI've also included blender_debug_output.txt and blender_system_info.txt, generated by the blender_debug_log.cmd file included in the Blender 2.81 download.\n\n1) Open the attached .blend file.\n2) Click \"Run Script\" in the bottom right of the text editor pane.\n3) Repeat 2 until crash (should only take 1 or 2 tries)\n\n[Crashy crash.blend](Crashy_crash.blend)\n[blender_system_info.txt](blender_system_info.txt)\n[blender_debug_output.txt](blender_debug_output.txt)", "Crash Python API - GPUOffScreen.draw_view3d() crashes blender with draw_type = POST_VIEW but works with draw_type = POST_PIXEL\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.51\n\nBroken: version: 3.3.1\n\nWhen using [GPUOffScreen.draw_view3d() ]] in a [[ https:*docs.blender.org/api/current/bpy.types.Space.html?highlight=post_view#bpy.types.Space.draw_handler_add | draw_handler ]], blender crashes when running the [[ gpu.shader.html?highlight=gpu+shader+from_builtin#built-in-shaders | 3D_IMAGE builtin shader ](https:*docs.blender.org/api/current/gpu.types.html?highlight=draw_view3d#gpu.types.GPUOffScreen.draw_view3d) if the draw_type was set to POST_VIEW but works if the draw_type was set to POST_PIXEL.\n\n\n\n - Open CrashScriptDrawView3D.blend\n - Run the script Crash3D and blender will crash\n\n\n\n\n\n - Open CrashScriptDrawView3D.blend\n - Run the script NoCrash2D, and it will draw the camera view in the viewport without crashing\n\nAttachments:\n\n[CrashScriptDrawView3D.blend](CrashScriptDrawView3D.blend)\n[blender.crash.txt](blender.crash.txt)\n\n\n\n\n\n\n", "Set as Background crashes blender instantly.\nOperating system: Windows 10 Pro\nGraphics card: RTX 2080 Ti and RTX 3060\n\nBroken: 3.62\n\nI'm trying to do object tracking. Have tracked an object and clicked Solve Object Motion, then when I click on Set as Background Blender crashes instantly. Trying to load in a 400 frame 1920x1080 png sequence. Blender also crashes if I try to load the background image sequence via the camera properties (Background Images > Add Image).\n\nBased on the default startup or an attached .blend file (as simple as possible).\n\n", "Blender Crash by doing 2d animations\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: Intel(R) HD Graphics 500 Intel 4.5.0 - Build 31.0.101.2111\n\nBroken: version: 3.6.0\n\nWhenever I draw with a line, circle, arc, curve, interpolate, and box tool, my drawings disappear and reappear and then it suddenly crash.\n- 2D animation Draw Mode\n[\nPlease describe the exact steps needed to reproduce the issue]\n\n", "blender 4.0 shutdown immediately after launching\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 536.99\n\nBroken: version: 4.0.0 Alpha\n\nblender 4.0 latest build shutdown immediately after launching . and i think its cant overwrite the file showing in the image .when i deleted that file and try to launch blender its work just fine . after doing some stuff blender got crashed 🙃 and the same thing happen again (can`t launch) and so i have to do the same method to get it to work again 🙂👌\n\n----\n\n", "Windows uninstaller does not cleanup its registry keys after uninstall, leaving a non functional open with entry.\nOperating system: Windows 10 2004\n\nBroken: 2.90.1\n\nAfter uninstallation of blender, non functional open with entry is left behind pointing to the location of blender.exe\n\nI dug around a bit and found the registry key responsible is \n```\nHKEY_CLASSES_ROOT\\blendfile\\shell\\open\\command\n```\nThis key should be deleted after uninstallation of blender\n\nUninstall blender and try to open a .blend file. This shows up: ![Screenshot (56).png](Screenshot__56_.png)", "AMD - Blender Crashes When I Start Render - Cycles GPU Compute\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: AMD Radeon RX 6800 XT ATI Technologies Inc. 4.5.0 Core Profile Context 23.7.1.230626\n\nBroken: version: 3.6.1\n\n[Whenever I start Rendering, It crashes when using cycles on GPU compute. Doesn't happen on CPU option.]\n\n[On render engine, select cycles. Then set it to GPU Compute. Then click on render on top left corner. Then select render image.]\n\n", "Blender 3.6.1 crashes when switching to Viewport Shading to Rendered on MacBook Pro M1\nOperating system: macOS-13.5-arm64-arm-64bit 64 Bits\nGraphics card: Metal API Apple M1 Max 1.2\n\nBroken: version: 3.6.1\n\nEnabling objects in the scene causes blender to no longer render. It just says: Sample 0/32 (Using optimized kernels) and if i try and change the Viewport Shading back to something else it crashes. This issue seems to only happen on a specific file.\n\nOpen file, switch Viewport Shading to Rendered, try and switch it back to anything else.\n\n", "Blender hangs due to deadlock caused by two registered draw handlers\nOperating system: Only happens on Linux (Ubuntu 22.04)\n\nBroken: 3.2.2\nWorked: unknown\n\n\nWhen my addon is used together with the addon [\"node minimap\" ](1366781), Blender hangs/freezes completely under certain conditions (details below).\nTo close Blender in this state, not even Ctrl+C is enough, it is necessary to close the parent terminal from which Blender was started.\n\n\n[addons.zip](addons.zip)\n\n[test.blend](test.blend)\n\n- Install the two addons \"node minimap\" and \"test addon\" from the attached zip file.\n- Enable both addons (search for \"node\" in the addon list to find both).\n- Open the blend file.\n- Convert the editor on the lower left to a Shader Editor.\n# Blender will immediately hang.\n\n![Screenshot from 2022-08-17 11-43-07.png](Screenshot_from_2022-08-17_11-43-07.png)\n" ]
[ "blender 2.73 not working\ni installed blender 2.73 but its not opening/working...help\n" ]
Changing values of the selected object in the Editing context undo the changes in the Outliner Operating system: Windows-7-6.1.7601-SP1 64 Bits Graphics card: GeForce GTX 650/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 441.87 Broken: version: 2.83 (sub 2) Worked: (optional) If i hide one object in the outliner and then change rotation/position/scale of the other object in the editing context the first object become visible. (Occurs both in the 2.82 and 2.83) **1.** Create 2 cubes **2.** Select the First cube **3.** Rotate it **4.** Then hide the Second cube in the Outliner **5.** Change rotation of the First cube in the editing context **6.** BOOM! The second cube become visible again. {[F8318256](Blender_Bug.gif), size=full} Thanks! =)
[ "Text Object Edit Cursor nearly invisible in 2D Animation or Light Background\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: Intel(R) Iris(R) Plus Graphics 640 Intel 4.5.0 - Build 26.20.100.7986\n\nBroken: version: 2.92.0 Beta\n\nMost of my workflow takes place with a light background, as is the case with the 2D-animation startup file. As you can see from the attached image, the Text Object Edit cursor is easily visible with a darker world, but in the 2D-animation with a light world, it is nearly invisible and unusable when there is a lot of text, making editing within Blender untenable.\n![TextObject Edit Cursor.png](TextObject_Edit_Cursor.png)\n\nOpen Blender, select 2-D animation. Go back to object mode. Press Shift-A, Add a Text object. Turn the object towards the camera or rotate the camera to see the text. Change the text object's material to black or another color so it is easily visible from the background white. Tab to edit mode. Paste or type in a paragraph's worth of text, then try and go in and edit it. The text cursor is basically invisible, making editing the text extremely difficult. \n\nThis is NOT the mouse pointer, this is the text-edit cursor. I also checked on this thread T78498 but confirmed in the screenshot that the overlays are turned on. I also checked through all Edit > Preferences > Themes, but could not find a setting that affects the color of the text cursor/highlight. \n\nThe quick fix would be to give access in the preferences to the cursor color for text object edit (then we could just change it to Magenta or something visible with common backgrounds). The fancier fix would be to adjust the cursor color based on the background or have it be half white/black so it is always visible.", "Causing other objects to be named .001 doesn't immediately update the Viewport Name Display\nI found this in 3.0.0 but happens the same in 3.1.0.\n\nWhen you turn on Viewport Name Display:\n![image.png](image.png)\n\nAnd then you rename a new object the same as object that was already in the scene:\n![image.png](image.png)\n\nThe name of the original doesn't update until you somehow \"touch\" the object by moving it, entering Edit Mode etc.\n\nIt doesn't get fixed by simply affecting something else.\n\nIn the .blend you need to select the object with name \"Plane.001\" and rename it to \"Plane\" then the object on the left stays named as Plane until you somehow affect it.\n[Bug-ViewportDisplayName.blend](Bug-ViewportDisplayName.blend)", "Adding new hook while in Edit mode breaks when trying to undo/redo the operator\nWin7 (32bit)\n\nBroken: 2.78a\n\n\n- Add Path from Curve menu, add new Armature\n- Assign Bone to control point as Hook\n- Blank Hook modifier appears along with real one\n\nScreencast: [screencast0001-0250.mp4](screencast0001-0250.mp4)\n", "outliner visibility not binded to bpy.context.object.hide_viewport\nOperating system: Linux-5.7.2-zen1-1-zen-x86_64-with-glibc2.29 64 Bits\nGraphics card: GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 440.82\n\nBroken: version: 2.83.0\n\noutliner visibility not binded to bpy.context.object.hide_viewport\n\nclicking the \"eye\" icon of an object in the Outliner shows \"bpy.context.object.hide_viewport = True\" in the info panel.\nBut in PythonTerminal the output is:\n>>> bpy.context.object.hide_viewport\n\nFalse\n\nAlso not possible to make it visible again with bpy.context.object.hide_viewport = False.\nSeems like bpy.context.object.hide_viewport is not connected to the Outliner icon at all.\n\n\n", "Operators to add to the Outliner\nCurrently the Outliner allows users to fully manage Collections. You can add them, remove them and manage them fully.\n\nHowever, for other data this is very limited currently. Many users would like to be able to use the Outliner to do many more basic management tasks. I think we should add many more basic things here that are related to adding, removing, copying, duplicating and so on.\n\n\n![Screenshot 2019-08-11 at 19.58.17.png](Screenshot_2019-08-11_at_19.58.17.png)\n\nThese features we can add to the Outliner context menu system:\n\n**Objects:**\nCurrently you can perform these operations in the Outliner for objects.\n - - [x] Delete\n - - [x] Rename\n - - [x] Copy/Paste\n\nIn addition, it would be useful to add these commands too:\n\n - - [ ] Add New (with full list of primitive types)\n - - [ ] Duplicate\n - - [ ] Make Local\n - - [ ] Make Proxy\n - - [ ] Add Constraint\n - - [ ] Add Modifier\n\n\n**Constraints & Modifiers**\nCurrently you can:\n - - [x] Delete\n - - [x] Rename\n - - [x] Toggle visibility, but only in the context menu, strangely\n\nIn addition, we should add:\n - - [ ] Visibility toggles\n - - [ ] Re-ordering (by dragging)\n - - [ ] Transfer modifiers & constraints from one object to another (by dragging)", "Delayed update of outliner ui on change of active collection\nBlender 3.6\n\nWhen you change active collection outliner UI updates only after you leave the outliner.\nAttached short demo gif.\n\nWay to reproduce the issue:\n1) Start default blender scene.\n2) Add new collection \"Example\"\n3) Run the script below in the text editor.\n4) Note that above the outliner you can see currently active collection, by default it's \"Collection\"\n5) Try to select \"Example\" instead of \"Collection\" - it won't update in the ui above.\n6) If you leave the outliner it will update the active collection.\n7) You can also try to choose some other collection and run operator to `.tag_redraw()` - F3 - Update Outliner. Note that info message that says that active collection didn't changed, it's just that outliner area wasn't updated.\n\nWhat expected - outliner ui to update as you change active collection.\n\n```python\nimport bpy\n\ndef get_outliner_area(context):\n screen = context.screen\n for area in screen.areas:\n if area.type == \"OUTLINER\":\n return area\n\nclass EXAMPLE_OT_custom_collection_new(bpy.types.Operator):\n bl_idname = \"example.redraw_outliner\"\n bl_label = \"Update outliner\"\n def execute(self, context):\n before = context.collection.name\n area = get_outliner_area(context)\n area.tag_redraw()\n self.report({\"INFO\"}, f\"{before} -> {context.collection.name}\")\n\n return {'FINISHED'}\n\ndef context_draw_outliner_foobar_buttons(self, context):\n layout = self.layout\n layout.label(text=context.collection.name)\n layout.label(text=context.view_layer.active_layer_collection.name)\n layout.operator(\"example.redraw_outliner\")\n\ndef register():\n bpy.utils.register_class(EXAMPLE_OT_custom_collection_new)\n bpy.types.OUTLINER_HT_header.append(context_draw_outliner_foobar_buttons)\n\ndef unregister():\n bpy.utils.unregister_class(EXAMPLE_OT_custom_collection_new)\n bpy.types.OUTLINER_HT_header.remove(context_draw_outliner_foobar_buttons)\n\nif __name__ == \"__main__\":\n register()\n```\n\n", "depsgraph.object_instances does not respect collection visibility\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 860M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 436.48\n\nBroken: version: 2.83 (sub 5)\nWorked: 2.80 release\n\nCollection visibility (Hide in Viewport) does not affect object appearance in `depsgraph.object_instances`.\nWhile hiding objects individually or excluding collection from view layer or Disable in Viewports does hide them from `depsgraph.object_instances`.\n\nIn 2.80 release collection visibility did affect `depsgraph.object_instances`.\n\n\n - Open attached blend file: [dep_visibility.blend](dep_visibility.blend)\n - Run the script > console output lists all three objects.\n - Use collection `Hide in Viewport` visibility options and run script > console output has the same objects regardless of collection visibility state.\n - Use `Hide in Viewport` on an individual object > console output remose this individual object\n", "Switching Curve Shapekeys in Edit Mode go haywire if relative to one another\nOperating system:\nLinux\n\nBroken in 2.79 onwards\nWorked in 2.78\n\nPossibly caused by\n6f1493f68f\n5e1d4714fe\n\nShapekeys on curves do not reset properly when switching between them in edit mode, and one shapekey is relative to another.\n\nSelect the circle and enter edit mode. Repeatedly switch between shapekeys 'Key 1' and 'Key 2' while staying in edit mode. 'Key 2' will change over time from just this.\n[bug_report_shapekeys_curve.blend](bug_report_shapekeys_curve.blend)\n\n**How to reproduce the scene**\nCreate a Curve object. Add Basis, Key 1, Key 2 shapekeys. Set 'Key 2' relative to 'Key 1'. Select 'Key 1' and translate/scale it. ", "Wrong number of datablocks indicated in the outliner\nOperating system: Linux 64\nGraphics card: GTX 1080\n\n2.93.5 & 3.0\n\nIn certain areas of the Outliner, icons show a little number indicating the total number of each datablock type contained in a collection, scene, etc. But the method for calculating this number is broken! If the same object shows up in multiple places, such as when it is linked in multiple collections, it will add to the total more than once. It's not hard to reveal the error- even the default file has this problem in the Blender File display mode:\n![screen.png](screen.png)\nIt looks as though our default file has 4 mesh objects, 4 lights, and 4 cameras, but it doesn't. Those things just appear 4 times in different places.\n\n - Open the Outliner and go to Blender File display mode\n - Un-expand the Current File line to see the incorrect total\n # Link an object into multiple collections in one collection to see the same issue in the View Layer display mode\n\n\n", "'Transformation' constraint property between two objects does not work if the \"Target\" object is being evaluated in \"Local\" space\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: Radeon (TM) RX 480 Graphics ATI Technologies Inc. 4.5.14760 Core Profile Context 20.45.37.01 27.20.14537.1000\n\nBroken: version: 2.93.0 Alpha\nWorked: 2.79\n\nWhen adding the \"Transformation\" constraint property between two objects, If the \"Target\" object is being evaluated in the \"Local\" space, only the location -> rotation combination will have any results.\nAlso, in this case, for the rotation-> rotation combination to have any effect, it is necessary to add a parent object to the \"Target\".\n[Rec 0004.mp4](Rec_0004.mp4)\n[Rec 0003.mp4](Rec_0003.mp4)\n\n- Open attached file\n- With the object named \"Cube.001\" selected, Change the constraint \"Map From\" to rotation\n- Select the object named \"Cube\" (i is the Target)\n- Rotate the object\nNothing happens. The object must have a parent.\n[Transformation_constraint_bug_simplified_file.blend](Transformation_constraint_bug_simplified_file.blend)\n\n", "Sliders not being seamless overlap by sliders UI\nBroken: 3.3.0 from 2.8\nWorked: 2.79 All visibility icons hide behind sliders\n\nIf `bpy.context.space_data.show_sliders = True` and left panel is reduced, visibility eye icon hides under the slider each three rows .\n![image.png](image.png)\n\n- Have more than two keyframes visible in Curves editor (it starts at index 1 and then it repeats its 4 loop).\n- Enable Show Sliders in {nav Graph Editor > View > - [ ] Show Sliders} (`bpy.context.space_data.show_sliders = True`)\n- Decrease the space of the the Source List Panel (Left Panel)\n\n[Sliders_Overlay_Visibility_Icon_Curves_Editor.blend](Sliders_Overlay_Visibility_Icon_Curves_Editor.blend)\n", "Needs two clicks with Ctrl or Shift key to deselect an item from a list of selected items\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.30\n\nBroken: version: 2.92.0\n\nNeeds two clicks with Ctrl or Shift key to deselect an item from a list of selected items.\n\n\n* Open the project file “OutlinerSelectItemWithCtrl.blend” in attachment as a starting point.\n\nThe same problem happens in different views with different details.\n\nOutliner:\n* Select the entire collection of objects from the collection “Item List”. You can click the “Cone” object, hold the Shift key and then click the “Torus” object to select the entire list.\n* Then hold the Ctrl key and click the Cylinder object to deselect.\n* The item’s color get a lighter color, but it is still not excluded from the whole selection.\n* Clicking a second time on the object really deselects the object.\n* If clicking the first item of the selection (which is the Cone is this example), it is deselected properly.\n\n3D View:\nThe Shift key is used to select/deselect objects individually. It is pretty much the same issue. It requires two clicks on the same object to really deselect the object, whatever the order of the object in the selection. However, if one object has already been selected before deselecting everything, then the same object gets selected with an additional highlight from the new selection (dragging the mouse cursor in the viewport).\n\nShading view:\nPretty similar to the 3D view.\nIf I deselect all the nodes (Alt + A for example) and I drag the mouse cursor to select all nodes, the last selected node is highlighted in white. If I click the node highlighted in white while holding the Shift key, the node is deselected. However, if I do the same thing for the other nodes, it selects the node with a white highlight and I have to click a second time on the same node to really deselect it. The behavior of the last selected item is also present in the 3D View, but not for the Outliner.\n\nThe Compositing view has the same problem and I suspect that the Geometry Node view has the same too (I haven’t tested the last one).\n\nIn general, it requires two clicks to deselect an object with the normal behavior.\n\nThe first click behaves as an “add to selection” click unless the object already had a selection before completely creating a new selection.\n\nIn all cases, there is an issue with deselecting (or excluding) and single object from a selection of objects in different views. As a reference how it should behave correctly, the Windows Explorer in Windows is able to deselect a single item on the first time it is clicked.\n\n[OutlinerSelectItemWithCtrl.blend](OutlinerSelectItemWithCtrl.blend)\n\n[Deselect_Issue.mp4](Deselect_Issue.mp4)", "pressing z key to switch between extrusion \n intel i5 ,win ,amd radeon \nblender 2.8 \n490a385c8124\n\n\n\n\nThis happens when transform orientation set to Global \nCreate a sphere , select a face and extrude \nBy default it will extrude along the normal , when pressing z it will now extrude along the global but it won't go back to normal when pressing the 'z'key again \n \n\n\n ", "Disabled objects still get evaluated if there is a driver on their hide_viewport property.\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 441.20\n\nBroken: version: 2.90 (sub 0)\nWorked: I think never\n\nCurrently, when an object is hide_viewport==True, that object as well as any dependencies it has that are also hidden, will have not hinder viewport performance. But that's not the case when there is a driver on the object's hide_viewport property, even if that driver evaluates to True.\n\nThe use case is as a rigger, I would give animators options to hide parts of a character to gain viewport performance.\n\n[remesh_performance_depdendency_test.blend](remesh_performance_depdendency_test.blend)\n- In the blend file, simply start playback and notice(unless your computer is a beast) you should get fairly low fps, even though the objects are disabled.\n- Remove the driver from the sphere's hide_viewport, and performance goes back to normal.", "Outliner selection not working correctly after undoing object deletion\nOperating system: Linux-5.17.15-1-MANJARO-x86_64-with-glibc2.35 64 Bits\nGraphics card: AMD VERDE (LLVM 13.0.1, DRM 2.50, 5.17.15-1-MANJARO) AMD 4.5 (Core Profile) Mesa 22.1.2\n\nBroken: 2.91.2, 3.2.0, version: 3.3.0 Alpha\nWorked: prior to b077de086e\n\nAn object that is linked in another collection can usually be removed from just that collection by using unlink, while using delete removes it from both collections. But if you delete the object and undo, unlink does delete the object in both collections. \nRenaming the cube or creating a new object \"breaks\" the cubes apart so they can be selected/unlinked individually again.\n\nIn the default scene,\n- create a new collection\n- in the outliner, ctrl-drag the default cube object to that collection to link it\n- delete the cube\n- undo\n- in the outliner, it is now impossible to select the cube in the new collection separately and using unlink will delete both cubes" ]
[ "Adjust Last Operation: changes in Outliner are reverted back automatically\nOperating system: Win7\nGraphics card: -\n\nBroken: 2.80 Beta, 513b71c89ad0, 2019-04-26\n\nAfter adding an Object, changes in the Outliner are reverted back when tuning parameters in the Adjust Last Operation window.\n\n1. Create a new object (don't move/scale/rotate it...)\n2. Hide an existing object in the Outliner\n3. Change any property in the Adjust Last Operation window\n- > the hidden object is back to a visible state\n\nSame effect for:\n- enabling/disabling viewport selection or renders,\n- deleting another object (will be back to life ;)", "Viewport Slider acting as Undo\nOperating system: Windows-10-10.0.18362 64 Bits\nGraphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 417.35\n\n\nBroken: version: 2.80 (sub 74)\nWorked: (optional)\n\n\nAfter using Toggle Maximize Area, any command viewport slider will act as Undo. \n\nWith the default Blender file loaded, move the Cube (so that the Move pop up would appear), Toggle Maximize Area, and revert back to the default view. Click the visibility icon on the Light and Camera, use one of the Move slider. After moving the slider, the Light and Camera will reappear. This works with every command with a slider (on the viewport) and with every (?) change done. In edit mode, it can even remove a modifier added previously, other than reverting its edited parameters.\n\nVideos:\n\nq3udY1KiUQk\nLXI1ap_0n0c\n\n" ]
Adjust Last Operation: changes in Outliner are reverted back automatically Operating system: Win7 Graphics card: - Broken: 2.80 Beta, 513b71c89ad0, 2019-04-26 After adding an Object, changes in the Outliner are reverted back when tuning parameters in the Adjust Last Operation window. 1. Create a new object (don't move/scale/rotate it...) 2. Hide an existing object in the Outliner 3. Change any property in the Adjust Last Operation window - > the hidden object is back to a visible state Same effect for: - enabling/disabling viewport selection or renders, - deleting another object (will be back to life ;)
[ "Add Object name to Add Object adjustment panel\nWhen adding objects, it can be advantageous to set the object name immediately.\n\nWe can support this by adding the object name to the Add Object adjustment panel:\n\n![image.png](image.png)\n\n\nSuggestion by HooglyBoogly on Devtalk.", "Sculpting/Painting on invisible objects\nOperating system: Linux-6.5.2-gentoo-x86_64-AMD_Ryzen_Threadripper_1950X_16-Core_Processor-with-glibc2.37 64 Bits, X11 UI\nGraphics card: AMD Radeon RX 7900 XT (gfx1100, LLVM 16.0.6, DRM 3.54, 6.5.2-gentoo) AMD 4.6 (Core Profile) Mesa 23.3.0-devel (git-b492f73f87)\n\nBroken: version: 4.0.0 Alpha\nWorked: ---\n\nThis is an inconsistency that I noticed when toggling between collections of objects while working on an asset. It's most likely not a regression.\n\nIn edit mode it's impossible to operate on the selection if the object is currently hidden. This is very helpful to prevent mistakes and as feedback that you might be editing the wrong object atm.\n\nWhile in sculpt mode or any of the painting modes this is not the case. If the object is currently hidden while in sculpt or weight paint mode, it is possible to use the brushes on the geometry.\n\nIdeally any operation should be prevented if the object is hidden.\n\n1. Enter edit mode.\n2. Select everything.\n3. Hide the object or collection in the outliner.\n4. Try to move or otherwise edit the selected geometry.\n5. Show the object again (No edits should have happened).\n6. Enter sculpt mode and hid the object/collection again.\n7. Use a brush on the hidden object.\n8. Show the object/collection (See the edits that have been done).\n\n", "Animation channels list UI\nThere are various problems with the animation editor's channel list. Many affordances from the Outliner are missing here, making it difficult to select, navigate and see clearly what is selected. We can also optimize how you switch between visible F-curves, which currently requires users to manually enable or disable visibility toggles.\n\n**List of changes**\n\nFunctional changes:\n- - [ ] Add an option, on by default, to only show the selected channel curves. When enabled, don't show the eye toggle, since it becomes redundant. \n- - [ ] Update the channel list to behave like the Outliner:\n - Hold Shift to do range selections (Ctrl to do normal extend)\n - Highlight the entire row on mouse-over.\n - Use arrows for walk-selection, also in combination with Shift to extend\n - Filter the icon columns like the restriction columns in the outliner. For example, not everybody uses modifiers, so having a column of buttons to disable modifiers can be useless.\n- - [ ] Replace box-select with click-drag (like buttons). This will give more immediate feedback of which channels are selected, rather than seeing that feedback only when releasing the mouse.\n- - [ ] Auto-scroll the list back into view when all the list entries are outside the view (happens when changing selections)\n- - [ ] Auto-scroll the channel list when drag-selecting.\n\n\nVisual changes:\n\n- - [x] Separate the eye toggle from the Graph Editor curve color indicator ([D5882](D5882))\n- - [ ] Use alternating lines (see Outliner)\n- - [ ] Highlighted row should use solid colored background (see Outliner)\n- - [ ] Rolling over rows should highlight them (see Outliner)", "Object Info node not update if delete object from viewport\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.30\n\nBroken: version: 2.93.0 Alpha\n\nIf you delete an object selected in the Object Info node, the object remains selected in the node\n\n![2021-03-11_20-19-51.png](2021-03-11_20-19-51.png)\n\nDelete object from viewport selected in the Object Info node. Object Info node not update socket\n\n[Proximity_displaces2.blend](Proximity_displaces2.blend)\n\nNote that if you delete it from the outliner things work. The issue is when the object is deleted from the viewport.\n\n**Original file**\nThis file doesn't help because the object was already deleted from it:\n[Proximity_displaces.blend](Proximity_displaces.blend)\n\n\n\n\n", "Particle Edit Breaks After Selecting a Mesh with Cloth Physics\nOperating system: macOS 10.13.6\nGraphics card: NVIDIA GeForce GT 650M 1024 MB\n\nBroken: at least 2.82 up to 2.92 experimental (I suspect it never worked since 2.80)\nWorked: 2.79\n\nParticle edit behaves like object edit mode, but the UI shows \"Particle Edit\" being active.\n- There is no circle typical for the comb tool around the mouse cursor.\n- No additional key points to select or black hair strands are rendered.\n- Instead of e.g. combing you will move the object around once you drag with the mouse.\nBasically everything except for the UI stays in \"Object Mode\".\n\nEffect On (broken):\n![EffectOn.png](EffectOn.png)\n\nEffect Off (works as expected):\n![EffectOff.png](EffectOff.png)\n\nBased on the default startup:\n1. Go to \"Particle Properties\"\n2. Add a particle system\n3. Set its type to \"Hair\"\n4. Add a second particle system\n5. Set its type to \"Hair\" too\n6. Add a new mesh e.g. \"Plane\"\n7. Go to \"Physics Properties\"\n8. Add \"Cloth\" physics\n9. Select the original \"Cube\" again\n10. Switch mode to \"Particle Edit\"\n\nWays to reverse the effect (make \"Particle Edit\" work properly again):\n- Either: Make a new file and append both objects of the old file\n- Or: Delete one of the particle systems on the \"Cube\" and undo the operation\n\nEven after reversing it you can restore the effect by selecting the \"Plane\" once.\nAt least two particle systems are required for the effect.\n\nThe effect can even be saved and stays the same after loading from the file again.\nThus I was able to create two files one with the effect and one without.\nThe file without the effect is a little bigger in size.\n\n[EffectOn.blend](EffectOn.blend)\n\n[EffectOff.blend](EffectOff.blend)\n\nIt took me a whole day to find the cause and boil it down so far.\nHope it helps and that it can be fixed with the provided info.", "Undo of operations on modifiers is inconsistent when object is in edit mode\nBroken: version: 2.79, 2.82 (sub 1), branch: master, commit date: 2019-11-22 18:14, hash: 373e936e3e\n\n\nwhen a modifier that has been **added in edit mode** to a object and is **deleted in edit mode,** it is not restored when using undo. \nThe operation shows up in the undo history but does nothing.\n![image.png](image.png)\n\n1. go into edit mode\n2. add a modifier\n3. delete the modifier\n4. use undo, notice modifier is not restored.\n\ncreating the modifier in object mode or deleting it in object mode will restore it when using undo. this is a very confusion inconsistency that i noticed with the new undo method.\n", "Objects do not retain View State when turning Collections Off then back On\nOperating system: Linux-5.8.0-48-generic-x86_64-with-debian-bullseye-sid 64 Bits\nGraphics card: GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.39\n\nBroken: version: 2.92.0\n\nIf an object has been hidden within a collection, after turning the collection off and then back on the object becomes visible again. It's \"hidden\" state is not retained.\n\n\n- Drag the cube into a new collection\n- Disable `Hide in viewport (eye button)` option for cube\n- Disable `Exclude from view layer option (checkbox)` for collection.\n- Enable checkbox, now cube is visible (it should not)\n\nResult = the cube is visible, it should remain hidden.\n\nN.B. This does not affect whether the cube is hidden from renders - the render view state is retained.\n\n", "Show Emitter toggle still hides object after Particle System has been deleted.\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1050/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.67\n\nBroken: version: \n- 2.92.0 Alpha\n- 2.92.0 Alpha\nWorked: version: \n- 2.92.0 Alpha\n- 2.91.0 Release\n\nWhen you delete a particle system with show emitter unchecked under Viewport Display the object stays hidden. You have to re-add the particle system and check Show Emitter.\n\n- Add Particle System to default cube.\n- Uncheck Show Emitter under Viewport Display\n- Delete Particle System. \n\n", "Color picker undo adds step when cursor exist\nRun blender, logging undo events:\n\n```\n blender --log \"bke.undosys.*\" --log-level -1 --log-show-basename\n```\n\n\n\nClick on the object color swatch and move pointer away from the popup.\n\nEven though no changes have been made, an undo step is added.\n\n----\n\nIsn't high priority, reporting so it's not forgotten.", "Tweak tool deselects previously selected items.\nOperating system: Windows\nGraphics card: 1060\n\nBroken: All 2.8 versions\n\nTweak tool deselects previously selected items.\n![Blender tweak tool.gif](Blender_tweak_tool.gif)\n\n", "Library Override Bug\nOperating system: Windows 10\nGraphics card: MSI 3060 Nvidea RTX\n\n2.6.1 LTS\n\nLibrary Override is bugged in this versión, rigs, mesh and some times materials too, i make library override in this version and the \"Alt+D\" objects or rigs was working well while the file is open but at the momment when i save and close the file and re-open the file most of the objects are broken or was deleted\n\n", "Can't undo the keyframe change in edit mode\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15\n\nBroken: version: 3.1.2\n\nWhile in edit mode, when you hit Undo in the graph editor after moving a keyframe, the graph doesn't change.\n\n- Animate anything using a couple of keyframes.\n- Change to edit mode in viewport\n- Switch timeline to the graph editor (not necessary, you can keep timeline as it is)\n- Select a keyframe and move it\n# Hit undo\n\nResult: The graph editor stays the same\n\nExpected: The move you just made in the graph editor should be the only thing being undone!\n\nTest file with first four steps included\n[#97700.blend](T97700.blend)", "Mesh Cache Is Evaluated When Display Type Is Bounds or Outline Display Flag Is Off\nOperating system: Windows 7 SP1\nGraphics card: nVidia GTX 660\n\nBroken: version: 2.90 (sub 0), branch: master, commit date: 2020-05-08 16:22, hash: 6f985574b775\n\nMesh Cache Is Evaluated When Display Type Is Bounds\n\nI noticed this when I imported an animated 266GB Alembic. I wanted to work on a camera move, so I set the imported object to bounds. I noticed no improvement in performance. Blender was still pulling all the Alembic data when the frame changed. I turned off the object in the outliner and I experienced the same problem. I tracked this down to the MeshCache modifier. Even when the object is turned off and set to show bounds, the modifiers are still evaluated. This problem may affect other modifiers as well.\n\nA simple fix would be to not evaluate the MeshCache modifier if the object is not displayed or set to bounds.", "Particle system behaves inconsistently in viewport and render when instance object visibility is disabled\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: Quadro [P2200](SSE2 NVIDIA Corporation 4.5.0 NVIDIA 441.20\n\nBroken: version: 2.91.0 Beta\nWorked: The behavior was different in 2.80\n\nWhen the instance object of a particle system is disabled in the viewport the particles are also disabled in the viewport. However when the instance object is disabled in render they still appear in the render.\n\n1. Open the default scene.\n2. Create another object (B).\n3. Create a particle system modifier on the default cube (A).\n4. Set Particle Settings to Hair (A).\n5. Set Render -> Render As to \"Object\" (A)\n6. Set the Instance Object to the other object (B).\n7. Disable the object (B) in viewport and render\n8. Render the scene, observe that the object has particles rendered\n[particle_visibility_bug.blend](particle_visibility_bug.blend)\n", "Apply scale normal flipping\nThe apply transforms operator in blender can apply negative scaling to an object.\nHowever there is two ways to do this. If you scale your model with a negative\nvalue in editmode, you get flipped normals. This is because the vertex order in the\nfaces is preserved and that is what determines the normal. In object mode however,\nthere is a flag in the render engines to flip the normals back, if they are flipped due\nto negative scale. This inconsistency creates the problem with the apply transforms\noperator. The following image shows on top the behavior in editmode and at the\nbottom the behavior in object mode.\n\n![Screenshot_20221104_120536.png](Screenshot_20221104_120536.png)\n\nOf course both behaviors have their reasoning to exist.\n\nOne reason for the rendering flag to exist is, that instances of the same object can\nbe mirrored without causing normal problems. Obviously there is no other solution\nto that, since the underlying mesh is the same for all instances, so the render engine\nhas to handle negative scales.\n\nOn the other hand, in editmode you don't want to change the loop order for all your faces\nif you are just scaling. It makes much more sense for editmode scaling to just change\nvertex coordinates. That means you need to fix the normals manually.\n\n\nThe apply operator can only be called in object mode. From object mode the current\nbehaviour looks as if it was flipping the normals. Actually it is just applying the\ntransform \"in editmode\", which looses the negative scale information for rendering.\nThis looks like a bug to some users and is confusing for new users. Users have actually\nrequested this to be changed:\n\n4Zdbbc/\n\nI also heard this request on the BCON22.\n\nHowever the question arises, do we add another option or do we just always flip the\nnormals to make it consistent with rendering? Another question is what happens to\naddons which are using this operator if the operator gets changed in this way?\nHow many addons are actually using apply scale on negatively scaled objects?\nDo those addons fix the normals by flipping them manually?\n\nThere is already a patch available to add this normal flipping without an option:\n\nD16382" ]
[ "Changing values of the selected object in the Editing context undo the changes in the Outliner\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GTX 650/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 441.87\n\nBroken: version: 2.83 (sub 2)\nWorked: (optional)\n\nIf i hide one object in the outliner and then change rotation/position/scale of the other object in the editing context the first object become visible.\n(Occurs both in the 2.82 and 2.83)\n\n**1.** Create 2 cubes\n**2.** Select the First cube\n**3.** Rotate it\n**4.** Then hide the Second cube in the Outliner\n**5.** Change rotation of the First cube in the editing context\n**6.** BOOM! The second cube become visible again.\n\n{[F8318256](Blender_Bug.gif), size=full}\n\nThanks! =)" ]
Colort Attribute Node doesn't work with Bump Node. (EEVEE) Operating system: Linux-6.0.12-76060012-generic-x86_64-with-glibc2.31 64 Bits Graphics card: NVIDIA GeForce RTX 4090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 525.85.05 Broken: version: 3.4.1 Colort Attribute Node doesn't work with Bump Node. Create a Color Attribute of Face Corner (Byte Color) ans try using the Color Attribute node to create a bump with Bump Node. It won't work. ![![1.jpg](attachment)](https://) Workaround: Switch to Attribute Node and it will work. ![![2.jpg](attachment)](https://)
[ "Design: Shading: Extend Clamp and Map Range nodes to work with Vectors\nI'd like to make these nodes work with vector inputs and outputs.\n\nIt's unclear to me as the the best way of doing this. \n\n![image.png](image.png)\n\nSome options:\n\n - **Separate Nodes** : Create separate versions of these nodes with Vector sockets.\n\n - **Dynamic** : Use a dynamic socket. This is better from a UX perspective but how do we show this? For these two nodes, they are pretty pointless without a value input so the edit control could be hidden. The node then operates accordingly depending on the input link. \n\n![image.png](image.png)\n\n- **Mode Switch** : Add vector input and output sockets and add a mode switch to hide the unwanted input socket. \n\n- **Double Sockets** : Add vector input and output sockets and depending what is connected. For vector only input, `Vector` > `Float & Vector`. For float only input, `Float` > `Float & Vector`. If both inputs are connected do `Float` > `Float` and `Vector` > `Vector`.\n\nFor the combined cases, the node would output and show both Value and Vector.\n\n\n\n\n\n\n\n", "Alembic doesn't import vertex colors for meshes made of only vertices\nOperating system: Linux-5.15.0-76-generic-x86_64-with-glibc2.35 64 Bits, X11 UI\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 525.125.06\n\nBroken: Version: 3.6.0\nWorked: Never.\n\nWhen importing Alembic caches, vertex colors are only imported correctly when the imported geometry is made of faces.\nWhen the geometry is only vertices, no vertex colors are imported. (ex. point clouds)\n\nI suspect this has to do with vertex colors encoded as a point attribute instead of a face corner attribute.\nI've checked both provided alembic files in other software to make sure they're not the issue and they work fine everywhere else.\n\n1. Import mesh.abc.\n2. Vertex colors are read correctly and are stored and accessible as a Face Corner attribute.\n3. Import `points.abc`.\n4. Vertex colors aren't read at all, expected behavior is that they're stored stored as a Vertex attribute.\n", "Bump map texture painting in 3d viewport applies gamma correction to 32-bit float noncolor image data. \nOperating system: **NA** (Windows-10-10.0.18362-SP0 64 Bits, Darwin)\nGraphics card: **NA** (GeForce GTX 470/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 391.35, AMD Radeon HD 6970M 4.1 ATI-1.68.25)\n\nBroken: version: 2.90.1, 2.92.0 Alpha\n\nWhen texture painting a float non color image, the `3D viewport` uses a different `mix` algorithm than the one used on byte images in the 3D viewport, and floats and bytes in the `Image Editor`.\n\n\n\n| **Mix additive ?** | Byte | Float |\n| -- | -- | -- |\n| Image Editor | Yes | Yes |\n| 3d Viewport | Yes | No |\n\n\n\n\n\n![Screen Shot 2020-11-17 at 10.10.26 AM.png](Screen_Shot_2020-11-17_at_10.10.26_AM.png)\n\nProblem with texture painting bump maps. The image above shows two drawn curves. The left curve was drawn in the image editor, the right curve was drawn in the 3D viewport. Brush color is set to (r,g,b)=(0.6,0.6,0.6). The image texture used for the bump map was generated by the brush tool which creates a noncolor image set to 0.5. The problem occurs when specifying a 32-bit float for that image. \n\nYou can open the 2 following .blend files, and try painting a stroke in both the 3D viewport and the Image editor.\n\n![T82818_texturepaint_mix_byte.png](T82818_texturepaint_mix_byte.png)\n\n[T82818_texturepaint_mix_byte.blend](T82818_texturepaint_mix_byte.blend)\n\n![T82818_texturepaint_mix_float.png](T82818_texturepaint_mix_float.png)\n\n\n\n[T82818_texturepaint_mix_float.blend](T82818_texturepaint_mix_float.blend)\n\n---\n[system-info.txt](system-info.txt)", "Bump Map and Normal Map causes flat shading.\nOperating system: windows 10 1903\nGraphics card: 1080ti * 2\n\nBroken: 2.82.7 stable versioin\n\nThis issue appears both on eevee and cycles.\nWhile using smooth shading, simply add a bump map and the shading lookes flattened.\n![smooth shading issue.jpg](smooth_shading_issue.jpg)\n\nThis problem will occur on a high poly model if the camera is close enough.\n\n\nBevel the cube with several segments and simply plug a bump map to the normal port of the shader node.\n\n[smooth shading issue.blend](smooth_shading_issue.blend)", "Cycles fully transparent shader is brighter when a Clear Coat shader is behind it\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.68\n\nBroken: version: 3.3.0 Alpha\nWorked: Never Worked\n\nWhen doing Decals, we often use alpha channel to define transparent area. However, I found when the Object's base color is above hsl(h,s,0.01), who's under the Decal, then the decal's transparent area will affect the underneath object's shading.\nMy test configuration is that 2048 viewport samples alongwith light bounces param all been set to 64.\nThe BUG is easier to notice when the background object is light grey, and the light is quite dimmed(or just turn down the exposure in colormangement to observe.)\n![image.png](image.png)\n\n![image.png](image.png)\n\n\nPlease open the attached Blend file to test.\n[Transparent shading BUG.blend](Transparent_shading_BUG.blend)\n\n", "Geometry Node: Input Color node: Custom color and value color is the same property\nOperating system: Linux-5.15.0-60-generic-x86_64-with-glibc2.31 64 Bits\nGraphics card: NVIDIA GeForce GTX 1060 3GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 515.86.01\n\nBroken: version: 3.4.1\nWorked: Never.\n\n\nCustom color and value color is the same property. Impossible to set custom color to node, always edited value color.\n\n1. Create Geometry Node tree.\n2. Create `Input Color` node\n3. In `N` panel, `Node` page:\n a. Enable `Custom Color` button.\n b. Try to change custom color.", "Attribute node (Type: View Layer) doesn't update in real time in Cycles\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.09\n\nBroken: version: 3.4.0\nWorked:\n\nWhen using an Attribute node (type: View Layer) to get the position or angle of an object, the Attribute is not immediately updated in Cycles if Viewport Shading is Rendered.\nBut It works correctly in EEVEE and Material Preview.\n\n - Open attached file\n - Set Viewport Shading to Rendered\n # Move Empty and Rotate Sun\n\n[AttributeNodeBug.blend](AttributeNodeBug.blend)\n[221212_022211.mp4](221212_022211.mp4)\n\n", "GeometryNodes: Attributes in shader not visible in Eevee \nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1060 3GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71\n\nBroken: version: 3.0.0 Alpha\n\nWhen an attribute is used in the shader editor, it will render in Cycles but not Eevee. ![Possible Bug 2.PNG](Possible_Bug_2.PNG)\n\nHave an attribute in a shader as a render output with the Eevee render engine enabled. \n\n[Possible Attribute Bug.blend](Possible_Attribute_Bug.blend)\n\n", "Some Cycles nodes are active when muted (RGB To BW, Math, vector Math, Separate RGB)\nWin10 64bit\n\nBroken: 2.79\n\nRGB To BW node is active when muted\n\nOpen file and render\n[RGB_BW.blend](RGB_BW.blend)\n\n", "Color attributes in sculpt mode not showing in instance objects\nOperating system: Linux-5.15.0-47-generic-x86_64-with-glibc2.35 64 Bits\nGraphics card: GeForce GTX 670MX/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 418.226.00\n\nBroken: version: 3.4.0 Alpha\n\nWhen sculpting an object its instance reflect the changes after the stroke, but not with color attributes, you have to go out of sculpt mode to see the color attributes.\n\n1. Open a new sculpt file.\n2. Make and instance in object mode with Alt D\n3. Enter sculpt mode of the original object.\n4. Paint some color attributes\n5. Sculpt with clay brush to see the expected behavior.\n\n[Grabación de pantalla desde 17-09-22 16:08:53.webm](Grabación_de_pantalla_desde_17-09-22_16_08_53.webm)\n\n\nOne funny thing is that if you give the original object a mirror modifier, the changes to the instance are in real-time, not after the stroke, both for sculpt and for paint. But not when you sculpt or paint in the one without the modifier.\n\n\n[Grabación de pantalla desde 17-09-22 16:22:16.webm](Grabación_de_pantalla_desde_17-09-22_16_22_16.webm)\n\n", "Bump map isn't generating bump from ambient occlusion height input\nOperating system: Windows-10-10.0.17134-SP0 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.86\n\nBroken: version: 2.83 (sub 2)\nWorked: (optional)\n\nbump map isn't generating bump from height input\n\nSee screenshots and then open file to see configuration:\n\n[ambient occlusion to bump map bug.blend](ambient_occlusion_to_bump_map_bug.blend)\n\n\n\nThe mask generated from the ambient occlusion:\n\n![image.png](image.png)\n\n\nThe normals generated by the bump node:\n\n\n![image.png](image.png)\n\n\nThe result (no bump):\n\n![image.png](image.png)", "GP brush pin for fill only, makes both stroke and fill\nHi \nI want to have fill and stroke in different color but if I pin, I get both color same.\nSo that I cannot make custom brush, or I have to change it vertex mode every time.\nCan you please check?\n\n[image](attachment)\n\n", "Color Ramp node keyed colors and keyed positions jumps to the next color stop when adding or removing color stops\nBroken: 2.7x, 2.8x\n\nThe keyed color and position should be assigned to the color stop itself, not it's order. As of now it follows the order of stops, so the keyed color and position jumps from one color stop to next one when a color stop is added or removed.\n|[2020-06-16 17-27-47.mp4](2020-06-16_17-27-47.mp4)|[2020-06-16 17-13-58.mp4](2020-06-16_17-13-58.mp4)\n| -- | -- |\n\n- open blender \n- go the shader editor\n- make a new material\n- add a color ramp node\n- Press \"i\" with the mouse hovering the black bar to key the color.\nnow the white color stop and do the same, key the color by pressing \"i\" over it.\nnow select the black color stop and remove it by clicking the \"-\"\n- press space bar to play, the keyed color will jump from the black one that was removed to the white one.\nThe same happens if you key the color stop's position instead of it's color.\nIt also jumps when adding in a color stop instead of removing one.\n", "Transfer attributes in the fill curve node\nThis is like [D12363: Geometry Nodes: Transfer attributes in the curve to mesh node](D12363), but most likely much simpler.\n\nWhen there are non-builtin attributes on the curve (anonymous or named), they should be transferred to the vertices created by the curve fill node. The Delaunay triangulation can generate an index map for such situations, which should make the transferring quite simple.\n\nThe Delaunay index map shouldn't be created if no attributes will be transferred anyway, since it has a performance cost.", "EEVEE Shading: string sockets node group interface value doesn't work\nBroken: version: 3.0.0 Alpha\nWorked: n/a\n\nin shading, String sockets exposed via node group interface don't use the value from the node group interface\n\nSteps to illustrate the problem\n\n* Use a quick smoke effect on a cube\n* Add a principled volume and connect it to material volume output\n* Change the Density Attribute to other text\n* Group the principled volume\n* Change the Density Attribute back to density\n\n[volume.blend](volume.blend)\n\n" ]
[ "Color Attribute not affecting \"bump\" shader node\nOperating system: Windows 10\nGraphics card: RTX 3080\n\nBroken: 3.50 beta (03 March 23)\n\nUsing a mesh's color attribute as an input to the \"bump\" shader node does not result in the expected behavior. Using the color attribute for practically every other value (including the normal map node, roughness, metalness etc.) works as expected.\n\nCreate a mesh and paint a color attribute with, for example, a black-and-white pattern.\nGive the mesh a material and add the color attribute.\nPlug the color attribute into the \"height\" input of the bump node, and view the result. There is no difference compared to the \"height\" input being left disconnected.\n\nOther inputs (such as a noise texture) result in the expected behavior.\n\n" ]
Switching Scenes Crash Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: GeForce RTX 2060 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.89 Broken: version: 2.91.0 Linking objects to another scene, then unlinking them in the second scene and modifying it, once switching back to the first scene it crash 1- Add a cube 2- Create new scene and switch back to the original one 3- select the cube and hit CTRL L and link it to the new scene 4- Switch to the new scene and ~~unlink the cube from the original one~~ make the cube a single-user by opening the *Object Properties* and clicking on the button that indicates the number of users 5- in the second scene select the cube, go to edit mode and move any vertices or edge 6- Switch to the first scene 7- Crash
[ "Crash with Boolean modifier\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 496.13\n\nBroken: version: 3.4.0 Alpha\nWorked: 3.1.2 (appears to have been broken since 3.2.0)\n\nBlender crashes when performing an Intersection Boolean between a cube and a bunch of loose faces. (Granted, this is probably not something you should do in the first place, but at least it should be limited to producing a bad result, not a crash.)\n\nI didn't find a crash log, but it's easy to reproduce.\n\n* Load the attached .blend file.\n* Scrub the timeline to frame 209. Blender crashes.\n\n[crash.blend](crash.blend)\n", "Old blend file corrupts to crash blender, I guess\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: AMD Radeon R9 200 Series ATI Technologies Inc. 4.5.14761 Core Profile Context 20.11.2 27.20.14540.4003\n\nBroken: version: 3.0.0\n\nCrashes here and there. RN I witness crush form select/deselect. help plz ;c\n\nI do, tho, have installed two PROBABLY outdated addons BUT in new file crash doesn't seem to happen.\n\nThe problem is - Idk exact steps, but overall it takes to select/deselect all/smth at all few times\n\nSteps\n- Open the provided .blend below\n- Enter edit mode on the main SN4K3Mesh\n- Select-All, De-Select-All (Repeat)\n\n[#94213-asan.txt](T94213-asan.txt)\n\n```\n# Blender 3.0.0, Commit date: 2021-12-02 18:35, Hash f1cca3055776\nbpy.ops.object.editmode_toggle() # Operator\nbpy.ops.mesh.select_all(action='SELECT') # Operator\nbpy.ops.mesh.select_all(action='DESELECT') # Operator\nbpy.ops.mesh.select_all(action='SELECT') # Operator\n\n# backtrace\nException Record:\n\nExceptionCode : EXCEPTION_ACCESS_VIOLATION\nException Address : 0x00007FF715993808\nException Module : blender.exe\nException Flags : 0x00000000\nException Parameters : 0x2\n\tParameters[0] : 0x0000000000000000\n\tParameters[1] : 0xFFFFFFFFFFFFFFFF\n```\n```\n# Blender 3.0.0, Commit date: 2021-12-02 18:35, Hash f1cca3055776\nbpy.ops.object.editmode_toggle() # Operator\nbpy.ops.mesh.select_all(action='SELECT') # Operator\nbpy.ops.mesh.select_all(action='DESELECT') # Operator\nbpy.ops.mesh.select_all(action='SELECT') # Operator\nbpy.ops.mesh.select_all(action='DESELECT') # Operator\n\n# backtrace\nException Record:\n\nExceptionCode : EXCEPTION_ACCESS_VIOLATION\nException Address : 0x00007FF71599380C\nException Module : blender.exe\nException Flags : 0x00000000\nException Parameters : 0x2\n\tParameters[0] : 0x0000000000000000\n\tParameters[1] : 0xFFFFFFFFFFFFFFFF\n```\n\n[SN4K3.blend](SN4K3.blend)\n\n[SN4K3.crash.txt](SN4K3.crash.txt)", "Assertion Failure: Moving Keyframe in Graph Editor beyond enum range\nOperating system: Linux Mint Mate 19\nGraphics card: Nvidia GTX 850M\n\nBroken: master 2020-11-12 @ Merge branch 'blender-v2.91-release' only on debug builds 987732181f779ca792de933aa5f001168b1f6f26\nWorked: Anything that is not a debug build will not show any problems\n\nThis issue is split off from #44219 (Pose Breakdowner bug in Gooseberry rigs)\nMoving a keyframe of an enum in the graph editor allows it to go beyond the range of the enum. This causes an assert to fail\n\n\n\n* Open the file\n* Move the keyframe up\n* Blender crashed as soon as you exceed the enum range\n[enum_property_crash.blend](enum_property_crash.blend)", "Linking/Moving collection to another scene messes with the object visibility.\nOperating system: Windows 11\nGraphics card:\n\n**Blender Version** \nBroken: 9719fd696488\n\n\n\nThere is no reason the object visibility should not be carried over when the collection is moved or linked to another scene.\n\n\n[blender_HRo7zHHvN3.mp4](blender_HRo7zHHvN3.mp4)\n\nload the attached .blend\n\nselect the TEST collection in scene.A\n\nleft click drag onto scene.B while holding ctrl to link the collection instead of moving it. Moving the collection has the same affect\n\nopen scene.B and check the visibility\n\n\n\n[tests_06122022_1933_13.zip](tests_06122022_1933_13.zip)\n", "Some meshes causing crash on file opening since Blender 3.4\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 522.30\n\nBroken: version: 3.4.0\nWorked: 3.3.2\n\nOpening some files in Blender 3.4 was causing a crash. The source was narrowed down to a mesh that might be corrupt in some way, and upon entering Edit Mode crashes 3.3 too, however 3.2 did not crash on opening the file, thus at least allowing to delete such meshes.\n\n[Amphitheater-cedar3.blend](Amphitheater-cedar3.blend)\nOpen the file -> Crash", "F12 render all 600 frames complete cause crash.\nOperating system: macOS-13.5-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 575 OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.14.1\n\nBroken: version: 3.6.3 Release Candidate\n\nF12 render all 600 frames complete cause crash.\n\n![image](attachment)\n![image](attachment)\n\nBlender 3.6.0 crash\nBlender 4.0.0 is fine\n\n", "Hair particle system altering display percentage crashes Blender.\nOperating system: Windows-10-10.0.17134 64 Bits\nGraphics card: GeForce GTX 760/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.36\n\n\nBroken: version: 2.80 (sub 74)\nWorked: (optional)\n\n\nChanging the percentage value in the Viewport Display section causes Blender to instantly crash.\n\nSet the display percentage with the currently active particle system\n[field_3400_autosave.blend](field_3400_autosave.blend)", "Geo Nodes crash, when updating old node group with new (using user_remap()) \nOperating system: Linux-5.15.21-1-MANJARO-x86_64-with-glibc2.33 64 Bits\nGraphics card: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 510.47.03\n\nBroken: version: 3.1.0 Beta\nWorked: I think it always crashed\n\nLets say I have two geo nodes: **old_node** group and **new_node** group. I want to update old to new using python:\n\n```\nold_ng.user_remap(new_ng)\n```\n![image.png](image.png)\n![image.png](image.png)\nBlender will crash after running code above, if scene has Cube object with geonodes modifier that uses **old_ng**. Crash happens only if modifiers tab is visible, and you re-select the cube. It wont crash, if new nodegroup does not have additional input.\n\n1. Run script from attached blend file ( it remaps old_ng to new_ng) \n2. re-select 'CubeOld' object. Blender will crash\n\n [gn_update_crash.blend](gn_update_crash.blend)\n\n", "Cannot to make single user in object properties (if object is used by multiple collections)\nOperating system:\nGraphics card:\n\nBroken:\n\n\nI made a linked copy of an object (not object data!) in another collection by dragging the object from one window of the outliner to another.\nNow in object properties showing amount users equals 2:\n\n![Screenshot_20220101_082503.png](Screenshot_20220101_082503.png)\n\nif you click on button \"make a single copy\" then nothing will happen. I am not sure but seems this UI inconsistency\n\n\nOpen the file and try to make single user to click in object property window:\n\n[make-single-copy.blend](make-single-copy.blend)", "Blender 2.92 crashing when editing fractured mesh\nOperating system: Linux-5.4.0-58-generic-x86_64-with-debian-bullseye-sid 64 Bits\nGraphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 450.80.02\n\nBroken: version: \n- 2.92.0 Alpha\n- 2.91.0\n- 2.90.1\n- 2.83.10\nWorked: ?\n\nI have used cell fracture to fracture a UV sphere. I did separate the parts using P. I tried to edit a part and it is where the crash happens.\n\n\n```lines\n/home/yves/Downloads/blender291/blender(BLI_system_backtrace+0x20) [0x84ba490]\n/home/yves/Downloads/blender291/blender() [0xe5293a]\n/lib/x86_64-linux-gnu/libc.so.6(+0x46210) [0x7fa720a5e210]\n/home/yves/Downloads/blender291/blender(DRW_mesh_batch_cache_create_requested+0x5a9) [0x1364e89]\n/home/yves/Downloads/blender291/blender() [0x1311158]\n/home/yves/Downloads/blender291/blender(DRW_draw_render_loop_ex+0x35d) [0x131232d]\n/home/yves/Downloads/blender291/blender(view3d_main_region_draw+0x8f) [0x1afb15f]\n/home/yves/Downloads/blender291/blender(ED_region_do_draw+0x7e1) [0x16b43f1]\n/home/yves/Downloads/blender291/blender(wm_draw_update+0x52e) [0x11c181e]\n/home/yves/Downloads/blender291/blender(WM_main+0x30) [0x11bf740]\n/home/yves/Downloads/blender291/blender(main+0x30d) [0xd8d12d]\n/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fa720a3f0b3]\n/home/yves/Downloads/blender291/blender() [0xe4f0b3]\n```\n\n{F9530087}\n\n{F9530088}\n\n- Open the attached file and select `Sphere_cell.055`.\n- Try to switch to edit mode.\n\n\n", "Crash while switching to edit mode with EEVEE + Geometry Nodes\nOperating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits\nGraphics card: NVIDIA GeForce GT 650M OpenGL Engine NVIDIA Corporation 4.1 NVIDIA-14.0.32 355.11.11.10.10.143\n\nBroken: version: 3.0.0\n\nWhen switching to edit mode in while the viewport's set to render it crashes (see attached video)\n[blender crash 2021-12-17 21-54-00.mp4](blender_crash_2021-12-17_21-54-00.mp4)\n\n1 load the attached file\n2 switch to rendered view in the viewport\n3 switch to edit vertex mode\n4 that's a crash!\n\n[transitions_001_blender3.blend](transitions_001_blender3.blend)", "Crash when modifing materials after using BMesh in Depsgraph-Pre event\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 496.49\n\n\nBroken: version: 3.0.0\nBroken: version: 3.0.1 Release Candidate\nBroken: version: 3.1.0 Alpha\n\nI wrote a script with a function that copies a mesh via BMesh to another object and then changes it's materials. When I want to export the scene as an alembic, Blender crashes when the function gets called via the Depsgraph_Pre event. Depsgraph_Post and Frame_changed_Pre & Post all work fine.\n\n\n- Open the attached Depsgraph_Pre_Crash.blend file in Blender\n- Run the script\n- (Optional) Scroll on the timeline between frames 1 & 2 to check that the script works\n- Set the active frame on the timeline to 1\n- Export as alembic with default settings\n- Blender crashes\n[Depsgraph_Pre_Crash.blend](Depsgraph_Pre_Crash.blend)\n\n[Depsgraph_Pre_Crash.crash.txt](Depsgraph_Pre_Crash.crash.txt)\n\nHere is the callback registered in `depsgraph_update_pre`:\n```lines=10,lang=python\ndef updateFrame(scene): \n```\n emptyObject = bpy.data.objects[\"EmptyObj\"]\n firstOBJ = bpy.data.objects[\"Frame1\"]\n secondOBJ = bpy.data.objects[\"Frame2\"]\n```\n\n```\n if(scene.frame_current == 1):\n bmNew = bmesh.new()\n bmNew.from_mesh(firstOBJ.data) \n bmNew.to_mesh(emptyObject.data)\n bmNew.free()\n```\n\n #Doing anything with the materials crashes blender on alembic export\n```\n emptyObject.data.materials.clear()\n```\n\n```\n if(scene.frame_current == 2):\n bmNew = bmesh.new()\n bmNew.from_mesh(secondOBJ.data) \n bmNew.to_mesh(emptyObject.data)\n bmNew.free()\n \n emptyObject.data.materials.clear()\n```\n", "creating a new collection in linked scene (same blend file) causes objects placed in it to dissapear from the outliner in the first scene.\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 536.99\n\nBroken: version: 4.0.0 Alpha\nWorked: unknown\n\nCreating a new collection in linked scene (same blend file) causes objects placed in it to disappear from the outliner in the first scene.\n\n1. Open default blender scene.\n2. Click the new scene button and choose linked copy.\n3. In the new scene, create a new collection and drag the cube into it.\n4. Go back to the first scene.\n5. The cube is gone and the new conllection not listed in the outliner.\n\n", "Crash when switching from solid to rendered view\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.61\n\nBroken: version: 3.6.0 Alpha\n\nI have a scene about 1.7GB in size with 4K textures but renders in 2K using simplify, blender crashes when I open the file > hit F12 and render the scene then close the render windows and switch to render view > it starts compiling then blender closes, in the past it would show out of memory this report: \n\n105522#issuecomment-904934 \n\nThis issue happens only when persistent Data is active\n\nunfortunately I can't share the file at the moment. \n\n\n\n\n", "Combine crash\nOperating system: win 10\nGraphics card: 3090\n\nBlender Version 3.5.1 \n\nWhen using ctrl+j to combine components, blender will crash.\n\n" ]
[ "Crash after linked object is edited then switched to another scene (object origin scene)\nOperating system: Window10\nGraphics card:\n\n\nBroken: 2.90.1 ( hash: 3e85bb34d0d7 )\nWorked: unknown\n\n\nBlender simply crash and close the window directly after editing the \"linked\" object from 2nd screen and switched back to 1st screen.\n\n\n\nThis error can be reproduced with 2 scenes setup.\n\n- First scene contains a simple mesh object. Let's say a \"Cube\" object\n- Create a second scene.\n- In the first scene, select the \"Cube\" object then \"Make Links\" {key Ctrl L} to 2nd scene.\n- Now, we switch to 2nd scene. The 2nd scene now should contains the same \"linked\" Cube object from 1st scene.\n- Okay, this is important step. In this 2nd scene, we select this \"linked\" Cube object and set the Relations to: *Object > Relations > Make Single User > Object*\n- After that, we go to \"Edit Mode\" for this \"linked\" Cube object.\n- In \"Edit mode\", make a simple change to this \"linked\" Cube object.\n- Once simple change is done, don't do anything else. You just directly switch back to \"First scene\". CRASH here.\n\n" ]
Object->Quick Effects->Quick explode Operating system: Windows 10 Graphics card: Geforce GTX 1050 Broken: blender-2.80.0-git.9149e894210-windows64 Worked: (optional) When selecting a object and adding the Quick Explode I get a python stack trace File->New->General Select Cube Object->Quick Effects->Quick Explode.
[ "Crash on sculpt mask brush when Multiresolution modifier is copied from another object\nOperating system: Windows 11\nGraphics card: GTX 1060\n\nBroken: 3.3.0 / 3.2.0 / 2.93.10\nWorked: (First time trying multires hasn't worked on any of the versions I've tested on)\n\n\nCrash on sculpt mask brush when Multiresolution modifier is copied from another object.\n\n\nReplicate problem 1:\n\n - Add a Cube (#1)\n - Add Multiresolution modifier to Cube (#1)\n - Subdivide 4 times\n - Add a Cube (#2)\n - Copy Cube (#1)'s modifier onto Cube (#2) through the use of Link/Transfer Data > Copy Modifier\n - Select Cube (#2) and enter sculpt mode\n - Select Mask Brush\n - Use Mask Brush (Should crash blender)", "Crash creating \"position\" attribute with the wrong type while in Edit mode\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.41\n\nBroken: 3.5.0 and 3.6.0 Alpha\nWorked:\n\nWhile in Edit mode, attempting to create an attribute called `\"position\"` that has type not set to `\"FLOAT_VECTOR\"` will crash Blender.\n\nI couldn't get any other attributes to crash when added while in Edit mode.\nCreating the `\"position\"` attribute with the correct type, but incorrect domain does not cause a crash either.\n\nI can't imagine a use case for users wanting to do this, but it came up while I was determining the extent of 107228 and isn't really the same issue.\n\n1. Select a mesh object\n1. Enter Edit Mode\n1. Either:\n 1. Run `bpy.context.object.data.attributes.new(\"position\", \"FLOAT\", \"POINT\")` from the Python Console\n 1. Create a new attribute called \"position\" using the `bpy.ops.geometry.attribute_add` operator and set the `Data Type` to anything other than `Vector`: ![image](attachment)", "Weird VSE crash\nOperating system: Win11\nGraphics card: RX580\n\nBroken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen) blender 4.0.0 alpha\nWorked: (newest version of Blender that worked as expected) no clue\n\nBlender crashes on opening file. Was trying to make an alternative caption that gets around the Multiply color issue #112267 but came across a new bug.\n\nBased on the default startup or an attached .blend file (as simple as possible).\nOpen the file I've attached\n\n", "ops.paint.image_paint() crashes blender with brush texture\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.41\n\nBroken: version: 2.93.1\nWorked: unknown\n\n\nWhen using bpy.ops.paint.image_paint() in a addon and use a brush texture, blender crashes on the first stroke with a EXCEPTION_ACCESS_VIOLATION\n\n\n\n1. load the paintstroke addon \n```\n {F10253953}\n```\n\n2. load the blend file\n[paint_crash.blend](paint_crash.blend) \n3. go into texture paint mode\n3. make sure the brush texture is assigned\n![image.png](image.png)\n4. paint on the object with (LEFTMOUSE)\n5. crash\n\n\n**addon code:**\n\n```\nbl_info = {\n 'name': 'paintstroke',\n 'description': 'Paint Material image channels at once',\n 'author': 'Daniel Grauer',\n 'version': (2, 0, 0),\n 'blender': (2, 92, 0),\n 'location': \"View3D > Sidebar > Edit Tab\",\n 'category': 'Image Paint',\n 'wiki_url': 'blender_Material_Brush',\n}\n\nimport bpy\nfrom bpy.utils import register_class, unregister_class\nfrom bpy.types import Operator, Brush\n\n \nclass PaintStroke(Operator):\n '''paintstroke'''\n bl_idname = \"paint.paintstroke\"\n bl_label = \"paintstroke\"\n bl_options = {'REGISTER', 'UNDO'}\n \n \n @classmethod\n def poll(cls, context):\n return bpy.ops.paint.image_paint.poll()\n \n def modal(self, context, event): \n #print(\"MB keybinding test modal\")\n if event.type in {'MOUSEMOVE'}: \n brushstroke = {\n \"name\": \"defaultStroke\",\n \"pen_flip\": False,\n \"is_start\": False,\n \"location\": (0,0,0),\n \"mouse\": (event.mouse_region_x, event.mouse_region_y),\n \"pressure\": 1,\n \"size\": bpy.context.tool_settings.unified_paint_settings.size,\n \"time\": 0,\n \"mouse_event\": (0.0, 0.0),\n \"x_tilt\": 0,\n \"y_tilt\": 0,\n }\n stroke = [brushstroke] \n bpy.ops.paint.image_paint(stroke=stroke, mode='NORMAL') \n\n elif event.value in {'RELEASE'} or event.type in {'ESC'}:\n return {'FINISHED'} \n return {'PASS_THROUGH'}\n \n\n def invoke(self, context, event):\n if event.type in {'LEFTMOUSE'}: \n #self.paint(event) \n context.window_manager.modal_handler_add(self)\n return {'RUNNING_MODAL'}\n \n\nclasses = (\n PaintStroke, \n )\n\n\naddon_keymaps = []\n\ndef register(): \n [register_class(c) for c in classes]\n \n # Keymapping\n kc = bpy.context.window_manager.keyconfigs.addon\n km = kc.keymaps.new(name=\"Image Paint\", space_type='EMPTY', modal=False)\n kmi = km.keymap_items.new(\"paint.paintstroke\", type='LEFTMOUSE', value='PRESS', shift=False, ctrl=False , alt=False)\n kmi.active = True\n addon_keymaps.append((km, kmi))\n \n\ndef unregister(): \n # remove keymaps\n for km, kmi in addon_keymaps:\n km.keymap_items.remove(kmi)\n addon_keymaps.clear() \n \n [unregister_class(c) for c in classes]\n \n\nif __name__ == \"__main__\":\n register() \n```\n", "Rigid body Bounciness parameter not functioning\nOperating system: macOS-11.5.2-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 5500M OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.6.20\n\nBroken: 2.92 and version: 3.0.0 Alpha\nWorked: 2.83.13\n\nIn recent Blender versions the bounciness parameter of rigid bodies does nothing.\n\nOpen attached file, press space to start animation.\nOlder versions: ball bounces\nRecent versions: ball falls and immediately comes to an halt when it hits the surface of the cube.\n\n[Bounciness bug.blend](Bounciness_bug.blend)", "IDproperty subtype can cause Blender UI to throw exception\nOperating system: Win 10\nGraphics card:\n\nBroken: example: 3.3.1 LTS, b292cfe5a936, master, 2022-10-04\n\nAfter editing an IDproperty subtype through python interface, the blender GUI becomes broken when trying to edit the property\n\nobject.id_properties_ui(\"prop\").update(subtype = ***) will accept NONE', 'FILE_PATH', 'DIR_PATH', 'FILE_NAME', 'BYTE_STRING', 'PASSWORD', 'PIXEL', 'UNSIGNED', 'PERCENTAGE', 'FACTOR', 'ANGLE', 'TIME', 'TIME_ABSOLUTE', 'DISTANCE', 'DISTANCE_CAMERA', 'POWER', 'TEMPERATURE', 'COLOR', 'TRANSLATION', 'DIRECTION', 'VELOCITY', 'ACCELERATION', 'MATRIX', 'EULER', 'QUATERNION', 'AXISANGLE', 'XYZ', 'XYZ_LENGTH', 'COLOR_GAMMA', 'COORDINATES', 'LAYER', 'LAYER_MEMBER'\n\nBut anything other than 'NONE', 'COLOR', 'COLOR_GAMMA', 'EULER', 'QUATERNION' causes Blender UI to throw exception when editing the property.\n\n- open [bug.blend](bug.blend)\n- see the Cube's custom object ID property \"prop\" and that it's editable through the 'gear' button.\n- Change the type to `Float Array`\n- run the included script in text editor or run `bpy.data.objects[\"Cube\"].id_properties_ui(\"prop\").update(subtype='ANGLE')` in python console\n- see the property again in UI and try to edit it.", "Realtime Compositor - Crash on Mac when using Map UV node\nOperating system: macOS Ventura 13.3.1\nGraphics card: AMD Radeon Pro 5700 XT 16GB\n\nBroken: 3.6 alpha cef128e68af5 (2023-04-13 16:06)\n\nConnecting a Map UV node in Compositing will crash on macOS\n\nIn Blender's startup scene, enable Compositing by checking \"Use Nodes\".\nConnect a Map UV node between the Render Layers node and the Composite node.\nIn a 3D view, turn on Rendered viewport and set Viewport Compositing to Always.\nThis will crash (100% reproducible).\n\nPlease contact summary if more information is required.\n\n", "Blender 2.80 Canceling of visibility actions during opened panel with object default parameters.\nwin 10 - 64 bit\nNVIDIA GeForce GTX 560\n\n2.80 beta, 1df6a98b176f, blender2.8, 2019-03-05\n\n**Error description**\nLooks like a small flaw. Panel with default parameters(radius, etc..) of standard objects if objects just created - will be canceling your actions with outliner panel (visibility actions) if you dont close it and continue changing parametrs after that\nDemo: 0876b975cd74ce4d9400b6556e5cbe14.mp4\n\n**Steps to reproduce**\n\n- Open new general template\n- Add mesh - circle\n- Hide cube in outliner\n- In Adjust Last Operation panel change radius\n\nCube is no longer hidden", "USD Shape IO Support\nOn the most basic level, this feature would allow importing USD shapes (capsule, cone, cube, cylinder, sphere) as Blender meshes. More advanced implementations could include options for alternate, lightweight representations of shapes in the Blender scene, e.g., exploiting instancing, custom viewport rendering that does not require importing the mesh data, etc.\n\n@charlesfleche discussed the following suggestions re USD shape support on the `pipeline-assets-io-module` Blender chat channel on 22 Sep 2022.\n\n---\n\nOur main use case is to represent collision objects. For performance reasons we can feed simple collision objects to the physic component of the game engine. For example, rather that computing a collision with a complex character head that as many faces, you can define a simple sphere that is much faster to compute collision against.\n\nBut sometimes simple shapes are not enough: in this case we still want as fast as a collision computation as possible, and use a convex mesh to approximate the visual shape as much as possible. And when we really, really require high precision we'd use a mesh that can be complex and convex.\n\nWe also have the concept of collision Level Of Detail. The typical example is a fence:\n\n- you don't the player to walk through the fence, but for that purpose you can approximate the shape of the fence with a single parametric box\n- but you still want a bullet to go through the holes of the fence: for collision with ammunitions, you'd use a more detailed mesh\n\nBut not all DCC support parametric shapes, so for simplicity (and for now), we are still importing USD shapes as meshes in the DCCs, but on way back to USD we compute the bounding volumes of the requested shape. In practice, it looks like this:\n\n- In USD: `UsdGeomCube` MyObject_BOX with a size attribute + xform\n- In the DCC: we extract the dimension of the box from the scale component of the transform and generate a box mesh, with custom code ran at import time\n- DCC user is editing the box\n- In the DCC: the object is a _BOX, we compute the Box Bounding Volume and store the x, y, z dimensions as in the xform as scale\n- In USD: `UsdGeomCube` MyObject_BOX wih a size attribute + xform\n\nIt is not great because the users don't have the same representation in engine vs the DCC. In engine they'd handle Radius and Height parameters, in the DCC it's a bunch of vertices.\n\nSo the idea, for Blender, would be to leverage the geometry nodes to give the user parameters to play with (radius, height), even if the actual object in Blender is still a mesh.\n\n`Geometry Nodes` presets should be enough for now. After all, you can already generate those shapes in the `Geometry Nodes` already. What is important would be to have control, even if purely manual at import time, on how the Shape will be presented in Blender. For example, most users will want a Box to be defined with three parameters: `sizeX, sizeY, sizeZ`. However, depending of the physics engine you are dealing with, sometimes boxes are represented by two vectors: `bottom-left` and `top-right`. To match the Engine representation in the DCC, we'd need to be able to replace the default Geometry node by ours, where we'd expose the `bottom-left` / `top-right` vectors to the user.", "Implement drag and drop in ID text fields (ID name and/or paths)\nWindows 7 x64\n\nBroken: 705c43b\n\nwhen drag dropping images in the texture node's path field, it should replace the current texture name with the dragged and dropped one, but instead it does like if you dropped in empty space and adds a new texture node.\n\nOpen attached file, replace one of the windows with a file browser in a location where you have some images. Then drag that image over the texture name filed of the texture node. Tooltip shows that the field is recognised correctly by changing from 'add new node' to 'paste name'. But if you drop, it will do as if you dropped in empty space and add a new node.[bug drag and drop tex node.blend](bug_drag_and_drop_tex_node.blend)\n\n", "soft body issue\nOperating system: Windows-10-10.0.17763 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 430.86\n\n\nBroken: version: 2.80 (sub 72)\nWorked: (optional)\n\n\nWith some soft body basic setting sometine the object go crazy and disappear, with almost same setting sometime it work fine. \n\nMake a Suzane and a subsurf by 3 applied, make a plane for the floor and make it collision.\nMake Suzane softbody and uncheck the goal button. Make pull and push a hight value (9.5 for exemple) and a hight Bending value (like 9). Bake it and see what append, if it work just tweak a little bit the setting and sometime the scene go crazy (Suzane disappear at frame 2 or 3).\nIf I reduce the poly count (suzane with subsurf at 2) it append less but sometime the same thing append.\n\n\n", "Adding new hook while in Edit mode breaks when trying to undo/redo the operator\nWin7 (32bit)\n\nBroken: 2.78a\n\n\n- Add Path from Curve menu, add new Armature\n- Assign Bone to control point as Hook\n- Blank Hook modifier appears along with real one\n\nScreencast: [screencast0001-0250.mp4](screencast0001-0250.mp4)\n", "RigidBody explodes\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.11\n\nBroken: version: 2.93.2 Release Candidate\n\nWhen adding RigidBody, the simulation \"explodes\".\nI noticed that it only happens when the objects are near the center of the scene.\nIf we move the objects in the +Y direction, the problem disappear\n\nIn the video example I show that the rigidbody is working correctly by adding an icosphere and coliding it to the wall\n\nAdd rigidbody near the center of the scene\n\n[ZzbBGXn6sP.mp4](ZzbBGXn6sP.mp4)\n[rigidbody_problem_example.blend](rigidbody_problem_example.blend)\n\n", "Regression: Attempt to move object with Copy Location (with Offset) crashes\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1050/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 536.67\n\nBroken: version: 3.4.0 Alpha\nWorked: version: 3.4.0 Alpha\n\nA consistent crash when trying to move an object with COPY LOC w/ Offset enabled.\n\n\n1. Open the attached blend file\n\n2. Move the pre-selected object in any direction, you may have to do this two or three times\n\n3. program will crash with EXCEPTION_ACCESS_VIOLATION\n\nThis is happening every time.\n\n```\nStack trace:\nblender.exe :0x00007FF73E03C510 blender::bounds::min_max<blender::VecBase<float,3> >\nblender.exe :0x00007FF73E03BD30 blender::FunctionRef<void __cdecl(blender::Bounds<blender::VecBase<float,3> > &)>::callback_fn<<lam\ntbb.dll :0x00007FF9998C4FD0 tbb::interface7::internal::isolate_within_arena\nblender.exe :0x00007FF7425212F0 blender::CacheMutex::ensure\nblender.exe :0x00007FF73E042390 BKE_mesh_minmax\nblender.exe :0x00007FF73E0409F0 BKE_mesh_boundbox_get\nblender.exe :0x00007FF73E02E940 BKE_object_boundbox_get\nblender.exe :0x00007FF73E02F410 BKE_object_dimensions_get\nblender.exe :0x00007FF73E613520 RNA_property_float_get_index\nblender.exe :0x00007FF73E235050 dtar_get_prop_val\nblender.exe :0x00007FF73E235410 evaluate_driver\nblender.exe :0x00007FF73E168590 calculate_fcurve\nblender.exe :0x00007FF73E156270 BKE_animsys_eval_driver\nblender.exe :0x00007FF73E4464F0 blender::deg::`anonymous namespace'::evaluate_node\nblender.exe :0x00007FF73E446320 blender::deg::`anonymous namespace'::deg_task_run_func\nblender.exe :0x00007FF7425175C0 tbb::internal::function_task<Task>::execute\ntbb.dll :0x00007FF9998CF220 tbb::recursive_mutex::scoped_lock::internal_try_acquire\ntbb.dll :0x00007FF9998CF220 tbb::recursive_mutex::scoped_lock::internal_try_acquire\ntbb.dll :0x00007FF9998C4FD0 tbb::interface7::internal::isolate_within_arena\ntbb.dll :0x00007FF9998CA120 tbb::task_scheduler_init::terminate\ntbb.dll :0x00007FF9998CD800 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FF9998CD800 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FF9A5D192C0 recalloc\nKERNEL32.DLL :0x00007FF9A6F72690 BaseThreadInitThunk\nntdll.dll :0x00007FF9A882AA40 RtlUserThreadStart\n```\n\n", "Select next active fails in some cases (default cylinder, cube)\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: Quadro K2100M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 411.63\n\nBroken: version: 3.1.2\n\nWhen adding object: circle or cylinder, when selecting vertices, it does not select the next vertex at command: shif + ctrl + (+).\nif I select several vertices manually and give the command: shift + ctrl + (-) deselect, it works perfectly.\n\nany other option works, works well with other objects, sphere, monkey sesame, the circle object works if you select two consecutive vertices, if you select one vertex yes one no, it no longer works. .]\n\n- add cylinder object\n- Edit mode\n- Select 2 vertices then {key shift ctrl +}\n![Screenshot (1014).png](Screenshot__1014_.png)\n[2022-05-24 19-58-17.mp4](2022-05-24_19-58-17.mp4)" ]
[ "Error when trying to apply quick effect Explode\nOperating system: Windows 10 Home\nGraphics card:\n\n\nexample: 2.80, edbf15d3c044, blender2.8, 2018-11-28, as found on the splash screen\nWorked: (optional)\n\n\nbased on the default blender file i tried to apply object quick effect explode to default cube when i opened a new file didnt save the file \n![image.png](image.png)", "Quick Explode is broken in 2.8\nOperating system: macOS\nGraphics card: Something from Intel.\n\nBroken: 2.80 e4153946ad1e81c697b8d51d92a3e2f088d0af4d, blender2.8, 2018-12-11\n\nOpen Blender, press F3, type quick explode, then press enter. Python error about name being required.\n\n**Solution**\nThe following change in `release/scripts/startup/bl_operators/object_quick_effects.py` fixes the initial error:\n\n```\n if self.fade:\n explode.show_dead = False\n- uv = obj.data.uv_layers.new(\"Explode fade\")\n+ uv = obj.data.uv_layers.new(name=\"Explode fade\")\n explode.particle_uv = uv.name\n```\n\nBut, then there are material errors; the old addon changed the old-style materials. Lines like this:\n\n```\n mat.use_transparency = True\n mat.use_transparent_shadows = True\n mat.alpha = 0.0\n mat.specular_alpha = 0.0\n```\n\nI'm not familiar enough with the new materials in Python to fix that.\n\nPS: macOS 2.8 build was outdated, so using my own build." ]
Grease Pencil immediatley crashes Operating system: Darwin-19.3.0-x86_64-i386-64bit 64 Bits Graphics card: AMD Radeon Pro 5500M OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.5.5 Broken: version: 2.83 (sub 7) Worked: Blender 2.82 works fine. Hello Whether I open a 2D Animation Workspace or clear the General Workspace and add a Grease Pencil object – the second I try and to put down the first stroke, Blender crashes. I first noticed the bug when I updated to the latest Grease Pencil Refractor build: 2.83 as of 9/03 2020. `29f3af952725` Let me know if you need any more information. I really appreciate your great work 💛
[ "GPencil: Hardlight blend issue\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 960M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 441.66\n\nBroken: version: 2.83.0\n\nThe semi-transparent textures of Grease Pencil material turn black when their layer is in HardLight blend mode.\n\n- open the provided blend file\n- see, wrong alpha blending\n- NB: change the blend mode and it works as expected\n\n[GP-hardlight-blend-issue.blend](GP-hardlight-blend-issue.blend)\n\n", "GPencil: Blender crash when file open\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.65\n\nBroken: version: 3.4.0 Beta\n\nAs soon as I open attached file Blender crashes. Attached also crash log file.\n\n- Open attached file\n- Change radius (say 0.6)\n- Save file\n- reopen it (Crash)\n[#102930.blend](T102930.blend)", "Crash while using several rigid bodies and some force fields.\nOperating system: Darwin-18.7.0-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon R9 M370X OpenGL Engine ATI Technologies Inc. 4.1 ATI-2.11.20\n\n\nBroken: version: 2.80 (sub 75)\nWorked: (optional)\n\n\nThe scene is pretty simple, a house with some elements used as rigid bodies and some force field, vortex and wind force are applied.\n\nWhen I play the animation, it starts and around frame 140-200 it crashes.\n\nAttached blend file. The only thing to do is to play the animation and wait for the crash.\nAttached crash report.[Blender_2019-08-26-215345_MacBook-Pro-de-Kote.crash](Blender_2019-08-26-215345_MacBook-Pro-de-Kote.crash)\n\n[casaFalla.blend](casaFalla.blend)\n\n", "Blender freezes when using Texture paint or Weight Paint\nOperating system: Windows 10 Insider build19592\nGraphics card: GTX 1660Ti Max Q 6GB\nProcessor: i7-9750H\nRAM: 32GB DDR4-2666Mhz\n\nBroken: version: 2.83 (sub 11)\nWorked: Never (2.79, 2.8+)\n\nBlender freezes or stops responding when using Texture Paint or Weight Paint. Tried game ready and Studio drivers, still the same issue.\nMoreover, RAM consumption spikes up to more than 20GB. This happens when the brush size is increased and starts painting. \n\nAssigned GPU in Preferences>System>CUDA, but the GPU is been barely used.\n\n[Blender.rar](Blender.rar)", "Blender 2.90.1 crashes after rendering the first few frames of animation.\n**System Information** \nOperating system: windows 10 64 bit\nGraphics card: Nvidia GeForce GTX 1650\n\nBroken: (2.90.1 3e85bb34d0d7; master)\nWorked(didn't): (only tried on 2.8.3 and did not work at all)\n\nWhen I try to render the animation, after about 50 or so frames(varies randomly), blender crashes with no alerts or anything that tells me what the error is, it simply closes.\nI've rendered another project, and that did indeed render, so I'm left confused why this short animation would cause a crash.\n\nEdit: I disabled motion blur, and it rendered fine. However, I would really like to know why blender won't render if motion blur is enabled. The renderer is Eevee and while my laptop isn't a super computer, it should be able to handle it. Thank you all in advance!\n\n- Open attached file\n- render the animation\n[cube-loop-tut-V1.0.blend](cube-loop-tut-V1.0.blend)", "(Grease pencil) Blender freezes indefinitely when drawing using stabilize stroke function. \nOperating system: Windows 10 business 64bit\nGraphics card: Intel UHD 620/630\n\nBroken: both 3.2.2 and the experimental build 3.4.0 alpha\n\n\nWhile drawing using the stabilize stroke function (in blank grease pencil object), after some times blender freezes and stop responding, tested on both an HP prodesk g5 ( I5 8500, intel IGP UHD 630 and 8 GB of RAM) and asus zenbook (I5 7200U, UHD 620, 8GB RAM).\n\nThis only happened on both PCs equipped with intel IGP, I redid the same test on my home PC (I5 9400f, GTX 1060, 16GB RAM) and everything worked fine.\n\nIs this purely a performance issue ?\n\nJust create a blank grease pencil object and directly start drawing using the stabilize stroke function, test setup must be similar or close to the two PCs equipped with Intel IGP.", "Weird VSE crash\nOperating system: Win11\nGraphics card: RX580\n\nBroken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen) blender 4.0.0 alpha\nWorked: (newest version of Blender that worked as expected) no clue\n\nBlender crashes on opening file. Was trying to make an alternative caption that gets around the Multiply color issue #112267 but came across a new bug.\n\nBased on the default startup or an attached .blend file (as simple as possible).\nOpen the file I've attached\n\n", "Hair particle system altering display percentage crashes Blender.\nOperating system: Windows-10-10.0.17134 64 Bits\nGraphics card: GeForce GTX 760/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.36\n\n\nBroken: version: 2.80 (sub 74)\nWorked: (optional)\n\n\nChanging the percentage value in the Viewport Display section causes Blender to instantly crash.\n\nSet the display percentage with the currently active particle system\n[field_3400_autosave.blend](field_3400_autosave.blend)", "Crash when rending animation w/simple physics sim\nOperating system: macOS-12.0.1-x86_64-i386-64bit 64 Bits\nGraphics card: Apple M1 Apple 4.1 Metal - 76.1\n\nBroken: version: 3.0.0\nWorked: Spinning beach ball in 3.1 Alpha\n\nWhen selecting \"Render Animation\", the Rendering window starts to draw, and then the app crashes.\n\n\nFile attached. Just load and Select Render Animation.[simple-physics-crash.blend](simple-physics-crash.blend)\n\n", "Regression: Crash when Sculpting on a mesh from a GP Lineart Modifier\nOperating system: Windows-10-10.0.22621-SP0 64 Bits (W11)\nGraphics card: NVIDIA GeForce RTX 4090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.68\n\nBroken: version: 3.2, 4.0.0 Alpha\nWorked: 3.1\n\n![blender_4UX5Hum09w.png](attachment)\nWhen trying to sculpt a mesh in an assigned collection that a grease pencil lineart modifier references and the layer it is drawing to contains Grease Pencil strokes - it will instantly crash Blender. \n\n\n1. Download and extract zip to get the test blend file\n2. Load attached file with Load UI off\n3. Select the bust, it is in a GP lineart modifier collection \n4. Go to sculpt mode\n5. Try sculpt\n6. Crash\n\nAlternative steps:\n1. Create new scene\n2. Create a sphere\n3. Create a Grease Pencil object\n4. Add sphere to a new collection\n5. Select the GP object and add a lineart modifier\n6. Reference the sphere collection in the modifier\n7. Assign layer and material to the modifier\n8. Draw in the same layer in Draw mode of the GP\n9. switch to sculpt mode\n10. Try sculpt over sphere surface\n11. Instant crash\n\n", "Blender crashing when rendering with eevee, not with cycles however.\nOperating system: Linux-5.15.82-1-lts-x86_64-with-glibc2.36 64 Bits\nGraphics card: AMD Radeon RX Vega (vega10, LLVM 14.0.6, DRM 3.42, 5.15.82-1-lts) AMD 4.6 (Core Profile) Mesa 23.0.0-devel (git-e20564cfdb)\n\nBroken: version: 3.3.2\nWorked: None, I've tried 3.3-LTS, 3.4 (both the default version provided through steam and manually selecting 3.4 LTS) and the daily-alpha build (with the daily-alpha build I reset settings all to default as well) All of these versions are the ones provided through Steam.\n\nWhen rendering in eevee some of my meshes completely bug out as if only part of them are rendering (I've looked at my normals and they're all fine) and after that my entire PC crashes, forcing a power cycle. The viewport display, when in rendered mode, looks fine in eevee but after rendering and before my PC crashes the viewport also messes up with my meshes looking bizarre. This issue does not occur in cycles when using CPU or GPU compute and other blender files work fine in eevee / cycles both in the viewport and when rendering. I also tried applying all modifiers despite needing a displacement on my torches to animate them but no luck. My blend file also becomes corrupt sometimes after the crash.\n\nSimply just hitting the render button with my current .blend file when in eevee. Sometimes the render goes through with broken meshes (which then I can close the render window and switch to eevee in my viewport display but my meshes will be all messed up and then my PC will crash, sometimes it crashes before the render output. \n\n\n[Dungeon Course.blend](Dungeon_Course.blend)\n\n[Dungeon Course.blend1](Dungeon_Course.blend1)\n\n[3.4 config.7z](3.4_config.7z)", "LineArt; Crahes when I reopen a file\nAn old HP laptop with\nOperating system: Linux Ubuntu 18.04.5 LTS\nGraphics card: Mesa DRI Intel(R) HD Graphics 5500 (BDW GT2)\n\nBroken: Blender 2.93.0 Alpha, 3ea1779365b5, master, 2021-03-23 18:34\n\n\nI added two GP LineArt on the scene and it worked and then I saved the scene, with new grease pencil modifiers activated, but when I try to reopen in Blender the same scene crashes every times and I'm not able to see anythings after waiting the processing until crashes without any report. the file is attached.\n\n[yach.tar.xz](yach.tar.xz)", "Crash when rendering animations (GPU Subdivision ON, OFF is fine)\nSystem Information\nOperating system: WIndows 11 22H2\nGraphics card: Nvidia GeForce RTX 4080\n\nBlender Version\nBroken: 3.4.1, 3.5, 3.6\n\nForce closes when rendering animation after a number of frames and when opening larger blend files. Happens with all files. All drivers up to date and tested memory with no issues. Worked without issue for 6 months, crashing started 1 week ago.\n\nRendering animation with GPU Subdivision unchecked did not trigger a crash", "Gradients not working on Grease pencil masks\n\nOperating system: windows 10\nGraphics card: GEForce RTX 2080 super\n\n**Blender Version** 2.9\nBroken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen)\n\nGradient layers not working properly with Grease Pencil if you open the example file 5c30cf5f637c8d7750c8aa6c you will see that applying the mask to the gradient layer does not work as in the preview from the old version of blender, the layer is not \"multiplying\" to give a sense of shadow on the lower layers of Grease pencil it just looks like a dirty overlay, also radial gradients do not work or are not visible.\n\nBased on the default startup or an attached .blend file (as simple as possible).", "Viewport animation render crashes when collapsing the viewport.\nBroken: version: 2.91.0 Beta (and 2.83, 2.80, ...)\nWorked: never\n\nViewport animation render crashes when collapsing the viewport.\n\n[0001-0485.mp4](0001-0485.mp4)\n[Viewport render crash.blend](Viewport_render_crash.blend)\n\n" ]
[ "Grease pencil immediately crashes on macOS\nOperating system: Darwin-19.3.0-x86_64-i386-64bit 64 Bits\nGraphics card: NVIDIA GeForce GT 750M OpenGL Engine NVIDIA Corporation 4.1 NVIDIA-14.0.31 355.11.11.10.10.143\n\nBroken: version: 2.83 (sub 7)\nWorked:\n\nIt seems grease pencil objects in general make Blender crash. This is the first version with the refactor that i'm aware of.\n\nOpening blender and selecting 2D animation startup preset results in crash.\nOpening blender and using the default startup preset, then adding a GP-Object, entering draw mode and attempting to draw results in a crash.\nOpening blender and using the default startup preset, then adding a GP-Object Monkey type results in crash.\n\n" ]
EEVEE - Transparent Shadow on Material Setting Blend Mode Not Woking on Windows 10 Operating system: windows 10 (but works on linux Manjaro) Graphics card: R9 390 blender-2.80.0-git.4b7596ec914e-windows64 **description** Transparent Shadow works Nicely on Linux Manjaro (latest updates) but not in windows 10 (latest update with latest driver updates), Both Alpha Hashed and Alpha Blend with Transparent Shadow to "Hashed / Clip" not working, and is complete transparent.
[ "Collada import/export: transparent textures don't work\nOperating system: Linux\n\nBroken: blender-3.3.0-alpha+master.dfb8c90324c0, probably all versions since 2.8\nWorked: 2.79\n\nCollada cannot import or export transparent (alpha) textures.\n\nImport this .dae\n\n[BlenderLogoDae.zip](BlenderLogoDae.zip)\n\nThe result (with 2.79 for comparison).\n\n![out.png](out.png)\n\nManually hook up the alpha in the node graph and export. Open the .dae in a text editor and confirm there is no <transparent> element (which sets the alpha texture). You can confirm exporting works in 2.79 by exporting and reimporting.\n\n**Other**\nNote that OpenCollada's parsing of transparency is weird and buggy, see [D11259](D11259) and 651.", "Cycles Bake Selected to Active with transparency gives undesirable results\nSystem Information:\nOperating system: Windows-8.1-6.3.9600 64 Bits\nGraphics card: GeForce GT 635M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 391.35\nBroken: version: 2.81 (sub 16)\n\n\nBug or unintended behavior:\nBaking using \"Selected to Active\" does not take into account transparency \n\nHow to reproduce:\nCreate two objects with materials and textures assigned to each;\n```\n One texture to be baked to\n One texture with an alpha channel (optionally a normal map)\n```\n\nIn the shader editor, modify the material of the object with a transparency channel\n```\n Join the transparent textures' alpha into the alpha of the shader that is being used\n (optionally join the color of a normal map)\n```\n\nIn render properties, enable Selected to Active and use an appropriate ray distance\n```\n Finally bake.\n```\n\nResult:\nWhen baking combined or most channels, the transparent areas will assume the color as if it were completely opaque,\nWhen baking normals with transparency, the transparent areas will mix with the normal of the geometry that is being baked to the active selection.\nBoth outcomes are unfavorable when working with transparent cards/ribbons.\n\n[bugreport.blend](bugreport.blend)\n\nI packed the textures edited the project to make the issues that I am having more clear.\n\n{[F8286028](image.png), size=full}\nThere are now 3 overlapping objects with transparency.\nAfter baking normals or color, none of the colors or normals behind the transparent objects appear because the object appears to draw over top without transparency.\nThis example also shows that with full normal transparency, the normal will then be the geometry normal of the object rather than a flat normal or anything that is below the object.", "Blender 2.91 alpha - Debug menu, instant crash\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX TITAN X/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.55\n\nBroken: version: 2.91.0 Alpha\nWorked: 2.90.1\n\nShader compilation is causing an error when the debug menu is invoked on a blank scene or working scene.\n\nOpen the .blend attached file, press F3>search: Debug. Type 22 (eevee GPU speed benchmarking verbose),\nBlender will crash immediately. The same is true on a blank new scene in the general application template.\n\nFile to test: \n44cb6eb461af31ad1209dedb738d76c0.blend\n\n", "shadow catcher appearing in vector pass\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 536.99\n\nBroken: version: 4.0.0 Alpha\n\nvector data is present for the shadow catcher objects. This needs to be omitted otherwise the vector blur node can't be used to add motion blur to the 3d elements, because unwanted motion blur will be added to the environment pass. If it a backplate was used then it wouldn't be a problem, transparent film could be set, and the blur would only affect the geometry. This also has an issue though, because the vector blur pass modifies the alpha too, so the shadow catcher vector could still affect the blur of the 3d geometry even if it's hidden by transparency.\n\n\n1. open attached file\n2. go to frame 10\n3. open the compositor\n4. render still frame\n5. check the compositor backdrop (shows vector data for the shadow catcher).\n\nSame result if film is set to transparent.\n\n", "Stucci noise texture ignores all color settings\nOperating system: Windows 10 Pro N (unlicensed so far :( )\nGraphics card: AMD 6800 XT\n\nBroken: 3.0.0\nWorked:\n\nWhen using Stucci noise as texture for density of particles, the colors properties of the texture do not apply. F.x. setting contrast to 0.1 or 1.0 makes no difference.![Clipboard - January 19, 2022 9 44 AM.png](Clipboard_-_January_19__2022_9_44_AM.png)\n\n![Clipboard - January 19, 2022 9 40 AM.png](Clipboard_-_January_19__2022_9_40_AM.png)\n\n![Clipboard - January 19, 2022 9 41 AM.png](Clipboard_-_January_19__2022_9_41_AM.png)\n\nMake a plane. Add particles. Add texture to particles. Use Stucci noise. Set as density for particles. Try to change contrast.\n[GrassyMeadow.blend](GrassyMeadow.blend)", "Cannot disable shadows if an object is set to holdout.\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 528.49\n\nBroken: Confirmed on Version 3.4 to version: 3.5.0\nWorked: Never (Goes as far as 3.0, since the addition of the \"Object Properties -> Visibility -> Holdout\"option)\n\nCannot control an objects shadow visibility if the object is set to holdout. Having a shadow on a holdout object does not work as expected, especially when trying to use the holdout object as a 3d mask.\n\n\n- Set scene renderer to Eevee.\n- Create an object, set \"Shadow Mode\" to none in the material shader of said object.\n- The object will no longer have a shadow, as expected. \n- Set the object to holdout via \"Object Properties -> Visibility -> Holdout\" option, and the shadow reappears. Can not turn off shadow as long as this option is on.\n - However, if use Holdout shader in the nodes and connect it directly to the Surface output, no shadow will appear (this matches expectation).\n\nAdded a file that directly shows the issue.", "Cycles does not respect the texture alpha mode\nOperating system: Gentoo Linux \nGraphics card: AMD 290x\n\nBroken:\n2.79b\n2.80 f15205b93f56e454b76d5a222fdb9a9665b99907 2018-01-02\n\nEevee respect the alpha mode in the texture settings, however cycles does not.\n\n[alpha_test_pack.blend](alpha_test_pack.blend)\n\n1. Load the attached .blend file\n2. Change the texture settings for the `Alpha:` setting for the image texture node (with use alpha on).\n3. Notice that in cycles the `Alpha:` setting has not effect, the texture alpha is always premultilied.", "Rendering Error in viewport for Intel Iris and Xe GPU\nOperating system: Windows-10-10.0.22621-SP0 64 Bits (but I am using windows 11 ????)\nGraphics card: Intel(R) Iris(R) Xe Graphics Intel 4.5.0 - Build 30.0.101.1692\n\nBroken: version: 3.5.1\n\nViewport rendering errors appear on my new laptop for semi transparent objects. I assume the issue is related to the Intel Iris GPU. This issue never appeared on other PCs. All of them were using Nvidia GPUs.\nThe issue occurs when a semi transparent object is overlapping another object. See image/video. \n\n1. Use a computer with an intel iris GPU (Issue did never appear on my other pcs with Nvidia GPUs).\n2. Make sure that the Viewport is set to SOLID and the Viewport Color Type is set to Object.\n3. Create an opaque cube \"CubeA\".\n4. Duplicate the cube and make it bigger \"CubeB\".\n5. Go to Object Preferences > Viewport Display > Color.\n6. Change the alpha value of CubeB to be partially transparent.\n\nThis results in rendering errors of the overlapping objects. \nExample file and video are attached.\n\n", "Shadows stop working properly when changing render pass in viewport.\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: Intel(R) UHD Graphics 620 Intel 4.5.0 - Build 30.0.101.1404\n\nBroken: version: 3.5.1\n\nWhen doing a certain shading setup and changing render pass, the shadows break.\n\n- Create a new project, keeping the render engine to eevee\n- Make a new material and apply on default cube\n- Connect any image texture into the color input of principled bsdf\n- Connect any image texture into the normal input of principled bsdf while setting its color space to non-color\n- Switch viewport shading to rendered\n- Switch render pass to shadow and then back to combined\n- The lights will now not produce any light unless their shadow setting is turned off\n\nAny other nodes added before or in-between the image texture node do not seem to affect the result.\nThe shadows will stay like this until blender is closed and reopened again.\n\n", "Erase Alpha in vertex paint not working\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1660 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 446.14\n\nBroken: version: 2.83.0\nWorked: latest 2.7 nightly build date 2019/06/27\n\nErase Alpha not showing in viewport.\n\ngo to vertex paint set mode to erase alpha and when painting nothing happens.\nalso found no ways to use the alpha data.\n\nVertex Alpha painting are needed for asset creation on some game engines like creation engine.\n", "EEVEE: Volumetric shadows disappear when facing sun light\nOperating system: MacOS Catalina 10.15.7\nGraphics card: AMD Radeon Pro 5500M 8 GB, Intel UHD Graphics 630 1536 MB\n\nBroken: \n- 2.93 master 2021-03-31\nWorked: \n- 2.92 \n- 2.93 master 2021-03-18\n\nVolumetric shadows disappear when looking towards a sun light, within around 45 degrees. Especially apparent when volume density is much greater than 1. \nPoint and area light shadows seem unaffected.\n\n**Comparison:**\n![EEVEE Volumetric Shadow Comparison.jpg](EEVEE_Volumetric_Shadow_Comparison.jpg)\n\n**2.93 video example:**\n[EEVEE Volumetric Shadows Bug 2.9.3.mp4](EEVEE_Volumetric_Shadows_Bug_2.9.3.mp4)\n\n1. Create a mesh\n2. Add a principled volume material with density of 10\n3. Add a sun light\n4. Enable volumetric shadows\n5. Enter EEVEE rendered view\n6. Rotate the view to face the sun light, notice the shadows disappear on the volume.\n\n[EEVEE Volumetric Shadows Bug.blend](EEVEE_Volumetric_Shadows_Bug.blend)", "EEVEE Shading: string sockets node group interface value doesn't work\nBroken: version: 3.0.0 Alpha\nWorked: n/a\n\nin shading, String sockets exposed via node group interface don't use the value from the node group interface\n\nSteps to illustrate the problem\n\n* Use a quick smoke effect on a cube\n* Add a principled volume and connect it to material volume output\n* Change the Density Attribute to other text\n* Group the principled volume\n* Change the Density Attribute back to density\n\n[volume.blend](volume.blend)\n\n", "Material Library VX causes permanent freeze with EEVEE rendering\nOperating system: Windows 10, 64 bit\nGraphics card: Intel HD Graphics\n\nBroken: 2.81\n\nUsing materials from Material Library VX addon, particularly Floor Wood and Rusty Metal, causes EEVEE to freeze all of Blender. They work fine with Cycles, so it's not the addon. Not even the partial \"developer view\" render can take the materials.\n\nOpen default blend file.\nEnable Material Library VX addon.\nApply \"Floor Wood\" to the cube.\nSwitch to \"render view\" without changing the engine off of EEVEE. Blender 2.81 will freeze.\n\nNote: If you try to view the material preview and EEVEE is the render engine even *that* will freeze Blender 2.81.", "Blender has froze my Manajro Linux, which has corrupted my root Btrfs filesystem, rendering the machine unable to boot\nOperating system: Manjaro Linux\nGraphics card: Radeon RX 5500/5500M / Pro 5500M\n\nBroken: Blender 2.90.0, 2.90.1, 2.91.0 Alpha\nWorked: none yet\n\nWhen doing a very specific thing in Shader editor using Eevee rendered, my system froze. I've rebooted and tried again. It froze again, only this time when I rebooted it I was greeted by an emergency shell. My root Btrfs filesystem is unmountable. I'm currently performing disk imaging, and will attempt to fix the FS or restore the system from backup.\n\nHere's the screen that I saw after rebooting my laptop after the second lock-up:\n![f3fb1797-440e-4a7c-b33b-f19af8b479ce.jpg](f3fb1797-440e-4a7c-b33b-f19af8b479ce.jpg)\n\n\nI have a specific .blend file that when loaded on Manjaro Linux will freeze the system. I've tried again booting a fresh Manjaro 20.1.1. However it's a confidential client project and I cannot share it publicly.\n\nI wasn't able to reproduce the problem on Windows 10 running on the same laptop.\n\nI suspect the problem could be in an AMD GPU driver - it's the only thing that I believe has enough system access to mess up a roo t filesystem that was involved. And it's clear the problem was triggered by a certain material in Blender, while rendering with Eevee.\n\nNote that the system won't freeze until I turn on Rendered view. Using Material Preview is fine.\nTwo first time when it happened it was immediately after I have added a mix node to add another texture to an existing image path in an Eevee material.\nI thought that maybe texture sizes could be the problem, as I've been using 3 8K textures, and maybe the laptop's GPU can't handle that, but filesystem corruption should never be the result of that.", "Eevee Incorrect rendering of the volume\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15\n\nBroken: version: 3.4.0 Alpha\n\n![image.png](image.png)\n\n[bug_volume_eevee.blend](bug_volume_eevee.blend)\n" ]
[ "EEVEE doesn't cast shadow on PNG images with transparent background.\n\n\nOperating system: Windows 10 1803\nGraphics card: RX 570\n\nBroken: (example: blender-2.80-f990c23bcfb5-win64, master, 2019-07-03, as found on the splash screen)\nWorked: (optional)\n\nTransparency does work when I switch Blend mode to \"Alpha Blend\" but shadows do not work correctly when I switch shadow mode to \"Alpha Clip or Alpha Hashed\"\nWhen I try to change shadow mode to \"Alpha Clip\", shadows disappear immediately. You can see shadows only when the shadow mode is set to opaque. This does not work when we use alpha channel PNG \"Images as Planes\".\n![Bug.jpg](Bug.jpg)\n[Transparency in EEVEE.blend](Transparency_in_EEVEE.blend)\nI have attached the file.\n1. Change the shadow mode to other than opaque and see shadows will disappear.\n", "Eevee no shadows using a texture with alpha chanel .\nOperating system: Windows-10-10.0.17763 64 Bits\nGraphics card: Radeon RX 580 Series ATI Technologies Inc. 4.5.13558 Core Profile Context 26.20.11015.1003\n\n\nBroken: version: 2.80 (sub 71)\nWorked: (optional)\n\n\nI have a problem with shadows when I use the alpha channel textures. I've noticed this issue is on my 2 PC with AMD and Radeon video cards. On 3 PC with Intel and GeForce I don't have this kind of issues. In Cycle all works like it should, I have issue only when using the eevee. I have the latest drivers on my PCs\n\n\nscreenshots :\n1 nsg6ca", "Eevee alpha texture shadow bug\nOperating system: Windows 10 pro\nGraphics card: AMD Radeon Vega 64 Sapphire nitro+\n\nBroken: 2.80, 552b2287db86, blender2.8, 2019-02-01\nWorked: (optional)\n[alpha-shadow-bug.blend](alpha-shadow-bug.blend)\n\n**Short description of error** Eevee related! There are no shadows from image texture maps with alpha channel, if the blend mode is set to alpha clip and transparent shadow set to clip! As long as there is no image texture node linked to the shader it works (for example with checker tex.) but as soon as I put an image map into any slot, the shadows disappear!\n\n- open the atached blend file\n- go in eevee viewport, shadow from cylinder and the alpha/checker map is there\n- open shader/node editor\n- put the image tex. node in one color slot from the checker or any other slot. Shadow will disappear! (at least with my PC - Setup)" ]
Video Texture ImageRender won't write to alpha channel **Category**: Rendering %%%It seems bge video texture with ImageRender source always failed to set alpha channel. I'm using background properties to set alpha channel. I've attached blendfile, problem screenshot and it's expected behavior. Best regards. Tested using: Blender 2.69 64-bit Windows 7 64-bit Geforce GTX 660 (Driver version: 314.07)%%%
[ "Texture properties not working with OSL enabled and unpacked textures\nOperating system: Linux-5.11.7-arch1-1-x86_64-with-glibc2.33 64 Bits\nGraphics card: Mesa DRI Intel(R) HD Graphics 520 (SKL GT2) Intel Open Source Technology Center 4.6 (Core Profile) Mesa 20.3.4\n\nBroken: version: 2.92.0\nBroken: version: 2.93.0 Alpha\n\nI have a texture with RGB channels set to 1 and alpha set to 0. When trying to use this texture with OSL, the alpha property (at least) of the image texture node does not work when the texture is unpacked. I set it to channel packed, expecting the color data to be always white. The problem is that when the texture is unpacked, the color data is black.\n\n1. Open the attached file.\n2. Set viewport shading to rendered.\n3. The plane shows as white (as it should).\n4. Unpack the texture.tga file.\n5. Toggle between preview and rendered viewport shading to refresh.\n6. The plane now shows as black.\n7. Pack the texture again.\n8. The plane shows as white again.\n\n[bug.blend](bug.blend)", "Ambient Occlusion node with image texture\nOperating system: macOS 12.6.8 – 16GB\nGraphics card: Apple M1 8/4-4\n\nBroken: 3.6.3 RC\n\nWhen I mix an image texture (here a PNG) with Ambient Occlusion node, its not working, or results a weird render at least.\nIn the render-preview the image is disappearing, but in the final render is there but partially and broken (i think).\n\nAttached a screenshot and a very simple blend file.\n\nI hope I am the idiot and doing something wrong, but after a full week I didn't find the answer to this strange behavior.\n\n**Edit: it seems an earlier resolved problem is back:** [#94050](94050)\nIf I switch to CPU-rendering, its working fine... :(\n\n", "Set as Background crashes blender instantly.\nOperating system: Windows 10 Pro\nGraphics card: RTX 2080 Ti and RTX 3060\n\nBroken: 3.62\n\nI'm trying to do object tracking. Have tracked an object and clicked Solve Object Motion, then when I click on Set as Background Blender crashes instantly. Trying to load in a 400 frame 1920x1080 png sequence. Blender also crashes if I try to load the background image sequence via the camera properties (Background Images > Add Image).\n\nBased on the default startup or an attached .blend file (as simple as possible).\n\n", "Alpha textures do not work with holdout collection in Eevee\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.92\n\nBroken: version: 2.93.0 Beta\nWorked: None\n\nWhen setting a collection to holdout in Eevee, objects with an alpha texture will display as the entire object being held out, but the expected behaviour is possible using a Holdout shader. This can be very inconvenient as then you have to duplicate and remove all models using alpha textures from the collection and create unique materials for them.\n![holdoutcollection.png](holdoutcollection.png)\nThe collection set to holdout.\n\n![holdoutmaterial.png](holdoutmaterial.png)\nThe expected behaviour using a material with alpha blend to hold out the object.\n\n - Create an object using an alpha texture (blend mode doesn't seem to matter) in Eevee\n - Set the collection containing it to holdout\n\n\n[HoldoutAlpha.blend](HoldoutAlpha.blend)\n", "Keyed Particles don't render as expected\nOperating system: Windows-10-10.0.17763 64 Bits\nGraphics card: Intel(R) HD Graphics 4000 Intel 4.0.0 - Build 10.18.10.5069\n\nBroken: version: 2.81 (sub 16)\nWorked: (optional)\n\n[KeyedParticlesJL.blend](KeyedParticlesJL.blend)\n\n- Open file\n- Go to frame 105\n- Render\n- Compare render to viewport\n\nRender is different to viewport\n\nThat's what I expected:\n[ViewportRender.mp4](ViewportRender.mp4)\n\nThat's what I get when rendering with Eevee:\n[EeveeRender.mp4](EeveeRender.mp4)\n\nThat's what I get when renderng with Cycles:\n[CyclesRender.mp4](CyclesRender.mp4)\n", "Black Artefacts in EEVEE on Transparent BSDF when using Alpha Hashed for Blend mode and Camera Depth Of Field\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71\n\nBroken: version: 2.92.0\n\nBlack Artefacts in EEVEE on Transparent BSDF when using Alpha Hashed for Blend mode and Camera Depth Of Field, if Shader Color is not pure white (similar problem with Layer Weight)\n\n**Exact steps for others to reproduce the error**![transp_artifacts.png](transp_artifacts.png)\n- Open attached file (Just a simple box (can be a plane) with Transparent BSDF. Camera' distance or depth of focus influences the result. Attached pictures in Image Editor from a real case).\n- Press F12 to render\n[transprarent_shader_artifacts_with_camera_DOF1.blend](transprarent_shader_artifacts_with_camera_DOF1.blend)\n\n\n", "blender3.4 alpha new eevee a rendering on the flashback\nOperating system:windows10 21h1\nGraphics card: amd 6800xt (22.7.1 driver opengl doubled the performance of a version)\n\nBroken: blender-3.4.0-alpha+master.ca172677b1a7-windows.amd64-release\nWorked: There is no version that can be tested\n\n\nScene any scene including cube, whether window rendering or f12, directly exit the software.", "Compositor doesn't render if VSE contains strips\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.92\n\nBroken: version: 3.0.0 Alpha\n\nCompositor doesn't render if VSE contains strips.\nIn some cases user may want to have for example sound strip to play sound while compositing. This can cause only VSE to be used for rendering.\n\nAdd color strip to VSE, in compositor check Use Nodes and render.", "EEVEE: Mixing between a fully transparent and holdout shader yields a half transparent result\nOperating system: macOS-10.13.6-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 580 OpenGL Engine ATI Technologies Inc. 4.1 ATI-1.68.25\n\nBroken: version: 3.2.0 Release Candidate\nWorked: I thinck the issue is for \"all\" versions of blender\n\nHoldout shader having issue with alpha (semi transparency).\n\nPut a image plane with exr image that contain alpha. When using a holdout shader mixed with another shader (transparency shader for exemple) the alpha of the image sequence is used for the mix of the 2 shaders. It should have a complete transparent image with the holdout of other object in the scene. The issue is that there is a dark outline for the semi transparent. Holdout have issue dealing with semi tranparency ? or maybe something else.\nSee the attached image to understand the issue.\n![issue holdout.png](issue_holdout.png)\n\n", "alpha does not contribute to adaptive sampling noise treshold\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.51\n\nBroken: version: 2.91.0\nWorked: i dont think it ever worked\n\nwhen rendering with adaptive sampling enabled, the noise treshold does not seem to be affected by a noisy alpha channel.\n\nthis is most visible on shadow catchers: since their rgb is always black, they are always rendered with \"Min Samples\", as soon as adaptive sampling is enabled.\neven though the alpha channel is still very noisy, it stops rendering additional samples.\n\n[shadowCatcherNoise.blend](shadowCatcherNoise.blend)\n- open file\n- render samples at 64-512 samples\n- when adaptive sampling is enabled, the shadow will remain very noisy. when adaptive sampling is disabled, the shadow will be smooth\n\n", "Supporting HDR workflows in Blender\nSupporting HDR workflows in Blender\n-----------------------------------\n\nThis is a write up of a current state and possible ways forward supporting the high dynamic range (HDR) workflow in Blender.\n\n# Current state\n \nInternally the whole render pipeline operates on HDR buffers, including Cycles, Compositor, EEVEE, and so on.\n\nHowever, the configuration of the drawing context which actually displays the rendered image on the display is limited to 8bit range.\n\nThe image formats which support HDR are already utilizing it, but this is not done for the video IO.\n\n# Moving towards HDR\n\nThis section briefly summarizes changes which are to happen in various areas of Blender to unlock artists delivering HDR content.\n\n## Operating system window graphics context\n\nThe GHOST library of Blender takes care of creating OS windows, and graphics contexts for them which is used to visualize the whole Blender interface.\n\nThe window context needs to be given hints to be more than 8 bits per channel, and the window itself might need to provide hints to the operating system about the type of the content (possibly, the color space of the content of the window).\n\nDetails are to be figured out on a per-system basis, but generally the files of interest are `intern/ghost/intern/GHOST_Window<Platform>` and `intern/ghost/intern/GHOST_Context<Backend>`\n\n## OpenColorIO configuration\n\n### Emulation of different displays\n\nThe OpenColorIO has a built-in ability to emulate look of the final image on a different displays. One of the issue with this is that it kind of conflicts with the same functionality on macOS which has system-wide option for the same functionality.\n\nThe idea to mitigate this confusion could be to introduce \"Auto\" display configuration. which will leave the final display transform to the OS.\n\nThere are some open topics with this proposal:\n\n- What should be the way of checking how render result would look like on a non-HDR screen: is it something to be done via the system-wide settings in the OS, or is it something to be done by adding/ensuring clamping the sRGB display OCIO configuration (possibly presented as a different display from the current sRGB)?\n\n- How to apply the \"Auto\" display transform on the saved images? Auto could be a boolean too.\n\n- Look at virtual displays as potential solution: 1082\n\n- Should Extended sRGB be its own colorspace, or a boolean toggle?\n\n### DCI-P3 display configuration\n\nThe title is kind of self-explanatory: there needs to be a configuration for the displays which use DCI-P3 color space.\n\nOne of the challenges is to preserve the Filmic View, which is currently designed for the sRGB screens. Arguably, it should be a look as it is often used for an artistic reasons. Nevertheless, this is a topic of investigation for the P3 display configuration.\n\n### ACES support\n\nACES is what a lot of studios and hardware manufactures are aligning up, and this configuration seems to be useful to have regardless of HDR story.\n\nAn argument for the ACES in the context of HDR is that it seems that it simplifies color grading process, ensuring that the final frame will look as close as possible to what artists had in mind as when viewed on various projectors and displays.\n\n## Draw manager & UI\n\nThere are following points which seems important for the decision making:\n\n- On macOS it seems to be very easy to provide window content in a specific color space (which is communicated to the NSWindow), and leave the display transform to the OS.\n- Blender needs to become usable on XYZ projects.\n\nThis leads to the following proposal: the entire Blender UI needs to become covered by color management of some sort. Possibly, render the whole Blender UI in wide enough color space (rec2020?). The final display color space transform is then either done by the OS, or as a window-wide shader.\n\n## Image IO\n\nFor images it is already possible to override display transform. So technically it is possible to apply proper tone mapping to make non-HDR image format look good.\n\nA possible life quality improvement could be to somehow streamline preview of the saved images. Currently it is kind of invisible, and the only way to know the final look is to open the file.\n\n## Video IO\n\nBlender uses FFmpeg, which seems to supports HDR. However, in Blender the integration is historically hard-coded to be 8 bit per channel.\n\nBoth FFmpeg reader and writer needs to ensure to support higher bit depths.\n\nFrom implementation details for the writer the interesting functions are `BKE_ffmpeg_append` and `BKE_ffmpeg_start` from `writeffmpeg.c` (this trickles up to the `bMovieHandle` abstraction used by the render pipeline). The frame API needs to be changed to accept `ImBuf` instead of `int*`, and the `IMB_colormanagement_imbuf_for_write` needs to be checked from a point of view that it does not enforces clamp.\n\n", "Viewport 3d is not updated with VSE driver\nBroken: 2.82 (unknown which revision, custom build without buildinfo)\nWorked: (unknown)\n\n[system-info.txt](system-info.txt)\n\nViewport is not updated for a material that is driven by a VSE driver.\n\n[ejemplo.zip](ejemplo.zip)\n\nChanging the VSE strip opacity doesn't update the viewport.\n\n**More info from user**\n\nI am creating an addon to transform eevee into a VSE. I encountered several problems, and one is that by changing the values ​​\"chanel\", \"opacity\" or moving the strip (it should disappear). the changes are not visible until the 3d view is moved. Just there it is updated. This makes it uncomfortable to work with the addon. The only change that works well is when changing the resolution X of the render, when playing the video or scrolling through the timeline, everything looks correctly.\nEverything is being controlled by drivers.", "Default Value for Viewport Display Color's Alpha Wrong.\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce RTX 2070 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.09\n\nBroken: version: 2.92.0 Alpha\nAlso tested on 2.83.8 and same problem.\nWorked: It do not think this has ever worked\n\nWhen reverting to the Default Value for Viewport Display Color the alpha gets down to 0.8 making the object semi transparent.\n\nOpen up a new scene.\nSelect the cube.\nGo to the materials tab.\nScroll down to \"Viewport Display\"\nRight Click on \"Color\"\n\"Reset to Default Value\"\nResult: RGB values go back to the default, but Alpha goes to 0.8\n\n\nThank you so much !", "Unable to adjust Opacity of Camera Background Image\nOperating system: Linux-5.11.0-43-generic-x86_64-with-glibc2.31 64 Bits\nGraphics card: Mesa Intel(R) Xe Graphics (TGL GT2) Intel 4.6 (Core Profile) Mesa 21.0.3\n\nBroken: version: 3.0.1; Also tested broken in Blender 2.93.1 and 2.93.5.\n\nWorked: (newest version of Blender that worked as expected) 2.83.18\n\n\n**Opacity of camera background image cannot be adjusted.**\n\n\n\n\n- select camera\n- switch to active camera view\n- check camera background image\n- add camera background image\n- adjust opacity slider (Nothing happens - image remains at 100% opacity)\n\n\n\n\n\n", "VSE: Cycles displayed as Rendered in Scene strip makes Blender hang - and other Scene strip bugs\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 462.59\n\nBroken: version: 2.93.0\n\nThe Render modes of Scene Strips are either missing or broken:\n- When Cycles is set as render and Rendered set as display, it'll make Blender hang.\n- Wireframe and Rendered doesn't work with any Render. \n- The only thing working is Eevee with either solid or Material Preview. \n- Workbench and Cycles settings seems to just use the Eevee render, since these are producing the same results in Solid and Material Preview.\n\n{[F10177251](scenestrip.gif),size=full}\n\nTest file:\nCycles is set up as render in the 3D Footage scene. In the Master Edit scene, switch display mode to Rendered. Blender will hang.\nTry the various other display modes and renders(by changing the render in the 3D Footage scene), to see wireframe and rendered doesn't work with any render. \n[multicam_3d_c.blend](multicam_3d_c.blend)\n\n\n" ]
[ "bge.texture.ImageRender alpha channel returns 255 for every pixel\n**Category**: Rendering\n\n\n%%%When using image = bge.texture.ImageRender() the alpha channel always returns 255 for every pixel. The red green and blue channels all work.\n\nimage = bge.texture.ImageRender(scene, cam)\nimage.alpha = True\nimage.background = (0, 0, 0, 0)\nbuffer = bge.texture.imageToArray(image, \"AAA1\")%%%" ]
Compositor: Incomplete Rendering of MultiLayer EXR composition Operating system: Windows-10-10.0.19043-SP0 64 Bits Graphics card: NVIDIA GeForce RTX 3080 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.47 Broken: version: 3.0.0 Beta Worked: blender-3.0.0-beta+v30.348d7c35a9f9-windows.amd64-release Related to #92880 but without crashing anymore. After the crash was fixed my simple MultiEXR composition will be displayed correctly in the viewport but incomplete rendered to files. Screen recording: [211116_Blender_MultiLayer_EXR_Comp_Bug.mp4](211116_Blender_MultiLayer_EXR_Comp_Bug.mp4)
[ "Crash guide during render complete August 29, 2022\nOperating system: macOS-13.0-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 575 OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.9.44\n\nBroken: version: 3.3.0 Beta\n\nBlender 3.3 Beta crash guide during render August 29, 2022\n\n\nNot matter all version 3.0 to 3.4 keep me crash. Do not use Windows. Only for Macintosh.\n\n![image.png](image.png)\n\n[Blender-2022-08-29-092340.ips](Blender-2022-08-29-092340.ips)\n\n[Armor wear 1.0.0.blend](Armor_wear_1.0.0.blend)\n\n![image.png](image.png)\n\nT100328\n@Nurb2Kea\nRender 600 (complete render cause crash guide)\n", "Cycle gpu rendering crashes randomly\nOperating system: Win11\nGraphics card: Nvidia RTX 3070 Ti\n\nbroken: all 3.0 versions\n\nRenders keep crashing randomly when I’m using my gpu with cycles, I updated my drivers, my memory use is okay, I tried to not use denoiser, lower my samples, resolution etc but nothing works, sometimes it render 10 frames sometimes 100 but it can't render my whole animation without crashing (also for animations with low poly count and small textures tiles) \nDon't know how to read the crash log file.\n\n", "Denoise + Pixel Size + Render Region = Artifacts in Viewport\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: \nNVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.84, \nNVIDIA GTX 1080.\nOptix is used.\n\nBroken: version: 3.2.0 Alpha\nWorked: Don't know.\n\nWhen the pixel size for render preview is increased, (2X, or 4X), Render region is set, and viewport denoiser is turned on, the viewport render gives weird artifacts.\n![BUG.PNG](BUG.PNG)\n\nTurn on render preview, and zoom in this file:\n[Pixl Size Denoise Render region.blend](Pixl_Size_Denoise_Render_region.blend)\n\n", "Crash with GPU Render\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1660 Ti with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 528.02\n\nBroken: version: 3.4.0\nWorked: unknown\n\nOn cycles, using the GPU renderer blender crashes. This only happens when I am using Optix with GPU and CPU. If I disable my CPU, Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz, then the render works, using only CPU rendering also works.\n\nMy Memory is not fully used, both GPU and ram, and I have the newest GPU driver, GameReady version 528.02\nHope the blend file works without the video files.\nThanks for helping\n[obj_tracking_test_2.crash.txt](obj_tracking_test_2.crash.txt)\n\n[obj_tracking_test_2.blend](obj_tracking_test_2.blend)\n\n", "dual monitor will sometimes cause blender to freeze\nOperating system:win10\nGraphics card:2080s\n\nBroken: 3.4.1\nWorked: \n\ni have two monitors (4k and 2k) scrolling timeline or doing anything on one monitor and displaying cycles render viewport on the other monitor will sometimes cause blender to freeze forever\n\nit is not specific to this scene it will freeze on all kinds of scenes, might be related to the muti-monitor bug i have been reporting T96248\nhere is a screenshot of what it looks like when freezing ![dwm_dn4qjvpnKf.png](dwm_dn4qjvpnKf.png)\n\nmake some animation\nhave 2 monitors and use cycles rendered view on one monitor and scrolling timeline on the other monitor", "Crash while baking the Line Art modifier\nOperating system: Windows 11\nGraphics card: RTX 2070\n\nBroken: 7c2dc5183d03\n\n\n\nI get regular crashes when baking Line Art modifier in relatively complicated geometries. \n\nI can't provide my project file. I am hoping that the crash log will give insight into this bug.\n\n", "2.9.1 Close without error message\nOperating system: Windows 10, 10gb ram, ssd\nGraphics card: Nvidia GTX 650 1gb vram\n\nBroken: (2.83 LTE and 2.90 current available version)\nWorked: (2.82)\n\nWhen rendering with GPU AND CPU, the app crashes, works perfectly fine on CPU only. On GPU only too but slower than older versions.\n\n\n```\nblender.exe :0x00007FF7A5B76440 ccl::kernel_cpu_sse41_filter_finalize\nblender.exe :0x00007FF7A57A9220 ccl::CPUDevice::denoising_solve\nblender.exe :0x00007FF7A57DA470 ccl::DenoisingTask::reconstruct\nblender.exe :0x00007FF7A57D8ED0 ccl::DenoisingTask::run_denoising\nblender.exe :0x00007FF7A57A7240 ccl::CPUDevice::denoise_nlm\nblender.exe :0x00007FF7A57AB590 ccl::CPUDevice::thread_render\nblender.exe :0x00007FF7A57ABA30 ccl::CPUDevice::thread_run\nblender.exe :0x00007FF7A57A60B0 ?_Do_call@?$_Func_impl_no_alloc@V<lambda_d884e08a7877f415f05ce8ffda8f97b4>@@X$$V@std@@EEAAXXZ\nblender.exe :0x00007FF7A7D5F520 tbb::internal::function_task<std::function<void __cdecl(void)> >::execute\ntbb.dll :0x00007FFBF5F037A0 tbb::recursive_mutex::scoped_lock::internal_try_acquire\ntbb.dll :0x00007FFBF5F037A0 tbb::recursive_mutex::scoped_lock::internal_try_acquire\ntbb.dll :0x00007FFBF5EF51D0 tbb::interface7::internal::isolate_within_arena\ntbb.dll :0x00007FFBF5EFA490 tbb::task_scheduler_init::terminate\ntbb.dll :0x00007FFBF5F019C0 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFBF5F019C0 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFC08611FA0 o_exp\nKERNEL32.DLL :0x00007FFC0B647960 BaseThreadInitThunk\nntdll.dll :0x00007FFC0B7AA250 RtlUserThreadStart\n```\n\nBased on the default startup or an attached .blend file (as simple as possible).", "Render artifacts in Cycles with multi material with sss combined with glass or transparent \nOperating system:\nGraphics card: rtx 2080 TI\n[Bug_joined_object_sss_and_transparency_01.blend](Bug_joined_object_sss_and_transparency_01.blend)\n\nBlender version 3.0 stable\nRender artifacts in Cycles when rendering a multi material mesh with sss combined with glass or transparent shader. the transparent shader is shadowing the sss part of the model. this is not the case when the shaders are also separated in to two different objects. \n\nCreate two boxes assign a sss shader to one and transparent shader to the other. render in viewport. It works as supposed to. Now join the two objects in to one mesh. Render and see the \"shadow\" artifacts. or see attached file", "Full Frame Compositor\n**Description**\nCurrent compositor implementation is tile-based having the priority of displaying first tiles as quickly as possible. \nMemory usage can be very high for complex/long trees as buffers are kept from tree execution start to finish.\n\nThis task goal is to convert current tiled/per-pixel implementation to full-frame and display whole final image as quickly as possible without tiling.\nAll nodes/operations are buffered, creating buffers on first read and freeing them as soon as all their readers have finished. This reduces and keeps control of memory usage for complex trees of any length. \nTrees with a few/simple operations may use a bit more memory than before as previous non-buffered operations are now buffered. \nCurrent focus is CPU, OpenCL is not available at the moment.\nPerformance will gradually improve as more operations are converted.\n\nBreaking changes from tiled system:\n- Translate, Rotate and Scale take effect immediately instead of next buffered operation.\n- Any sampling is always done over inputs instead of last buffered operation.\n\nKnown issues (will be fixed):\n- Scaling up, translating and rotating crops image.\n\nThere is an experimental option in master branch to enable it: \n- Go to Edit -> Preferences -> Experimental -> Enable \"Full Frame Compositor\"\n- Then go to Compositor -> Performance Panel -> Execution Model -> Tiled/FullFrame (Tiled is normal compositor)\n\n**Status and Work plan**\n* [x] [D11015: Compositor: Add vars and methods for easier image looping](D11015) \n* [x] [D11882: Compositor: Buffer iterators](D11882) \n* [x] [D11490: Compositor: Constant folding](D11490) \n* [x] [D11113: Compositor: Full-frame base system](D11113) \n* [ ] [D12750: Compositor: Support backdrop offset for the Viewer node](D12750) \n* [ ] Remove unused UI options: \"Chunksize\", \"OpenCL\", \"Buffer Groups\" and \"Two Pass\".\n* [ ] Convert operations to full-frame:\n * [x] Input nodes:\n * [x] [D11559: Compositor: Full frame Image node](D11559)\n * [x] [D11593: Compositor: Full frame RGB node](D11593)\n * [x] [D11594: Compositor: Full frame Value node](D11594)\n * [x] [D11690: Compositor: Full frame Render Layers node](D11690)\n * [x] [D11751: Compositor: Full frame Mask node](D11751)\n * [x] b1bf4c2a05\n * [x] 48e27ad122\n * [x] [D12090: Compositor: Full frame input nodes](D12090)\n * [x] Output nodes:\n * [x] [D11698: Compositor: Full frame Viewer node](D11698)\n * [x] [D11749: Compositor: Full frame Levels node](D11749)\n * [X] [D12091: Compositor: Full frame output nodes](D12091)\n * [x] Multilayer EXR output issue (#98475)\n * [x] Color nodes:\n * [x] [D11677: Compositor: Full frame Brightness node](D11677)\n * [x] [D11686: Compositor: Full frame Mix node](D11686)\n * [x] [D11764: Compositor: Full frame Color Balance node](D11764)\n * [x] [D11765: Compositor: Full frame Color Correction node](D11765)\n * [x] [D11766: Compositor: Full frame Exposure node](D11766)\n * [x] [D11767: Compositor: Full frame Gamma node](D11767)\n * [x] [D12093: Compositor: Full frame curve nodes](D12093) (RGB Curves and Hue Correct)\n * [x] [D12092: Compositor: Full frame color nodes](D12092)\n * [x] Converter nodes:\n * [x] [D11638: Compositor: Full frame ID Mask node](D11638)\n * [x] [D12095: Compositor: Full frame convert nodes](D12095)\n * [ ] Filter nodes:\n * [x] [D12167: Compositor: Full frame Bokeh Blur and Blur nodes](D12167)\n * [x] [D11634: Compositor: Full frame Bilateral Blur node](D11634)\n * [x] [D11694: Compositor: Full frame Sun Beams node](D11694)\n * [ ] [D11801: Compositor: Full frame Pixelate node](D11801)\n * [x] [D12219: Compositor: Full frame filter nodes](D12219)\n * [x] Vector nodes:\n * [x] [D12093: Compositor: Full frame curve nodes](D12093) (Vector Curves)\n * [x] [D12233: Compositor: Full frame vector nodes](D12233)\n * [x] Matte nodes:\n * [x] [D11627: Compositor: Full frame Box Mask node](D11627)\n * [x] [D11635: Compositor: Full frame Ellipse Mask node](D11635)\n * [x] [D11750: Compositor: Full frame Double Edge Mask node](D11750)\n * [x] [D12220: Compositor: Full frame matte nodes](D12220)\n * [x] Distort nodes:\n * [x] [D11944: Compositor: Full frame Scale node](D11944)\n * [x] 538f452ea9\n * [x] [D12165: Compositor: Full frame transform nodes](D12165)\n * [x] [D12166: Compositor: Full frame distort nodes](D12166)\n* [x] [D12466: Compositor: Add support for canvas compositing](D12466)\n* [ ] Fix tests affected by breaking changes.\n* [ ] #96406 Run operations in sync/parallel limiting the number of them to control memory usage.\n", "Rendering instability from Blender 3.5 to 36+\nOperating system: macOS 13.4.1\nGraphics card: Apple/AMD W6800X Duo\n\nBroken: 3.6 to 4.0\nWorked: 3.5.1\n\nI get substantial instability when rendering animation sequences in Blender 3.6 and above, compared to 3.5. For example, I've built a large scene with lots of assets and displaced ground material. Today I left Blender 3.5 rendering and have outputted all 250 frames without a single issue using the GPU.\n\nBut previously in 3.6 I get a variety of frames – sometimes 30 or 40, sometime just a single frame – before I have to reboot Blender and start the rendering process again. I've tried all sorts of tricks, like using tiling to render and even switching to CPU-only, but in all cases, the animation process will eventually crash Blender. I thought it might be a VRAM issue, but my dual card has 32GB! My Mac Pro is a standard system with 64GB RAM and no strange or non-Apple additions – it should be rock solid.\n\nI don't have one specific scene to give you, but I've experienced all manner of instability since 3.6 came out – there is obviously a core difference in the app from 3.5 to 3.6+. However, I am really keen to help find the culprit. If you let me know what you need, I can provide crash reports or debug information, just point me in the right direction. Thanks!\n\n", "Line Art errors when rendering small details\nOperating system: Linux-5.15.5-76051505-generic-x86_64-with-glibc2.31 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 470.86\n\nBroken: version: 3.0.1\nBroken: version: 3.1.0 Beta\nBroken: version: 3.2.0 Alpha\n\nWorked: version: 2.93.8\n\nLine art when rendering fine edge mark details now produces errors that were not present in 2.93.\n\n**Example of Error**\n{[F12864446](3.0_World_Space.png)}![3.0 Screen Space.png](3.0_Screen_Space.png)\n\n**Expected Results**\n{[F12864444](2.93_Screen_Space.png)}![2.93 World Space.png](2.93_World_Space.png)\n\n\nEXAMPLE BEND FILE: [Line Art Fine Detail Error.zip](Line_Art_Fine_Detail_Error.zip)\n1. Open Example File \n2. Ensure Line Art is enabled\n3. Render Image\n\n", "Inconsistencies between 3D Viewport and Viewport Render Image using the GPU Shader Module\nOperating system: Ubuntu 18.04, Windows 10\nGraphics card: GeForce GTX Titan X, GeForce GTX 1080 Ti\n\nBroken: \n2.83.0\n2.90.0 Alpha\nWorked: Never\n\nRendering the `3D Viewport` with `3D Viewport/View/View Render Image` (i.e. OpenGL rendering) does not render elements drawn with the [GPU Shader module ](gpu.html).\n\nThe problem is illustrated in the following example, which shows the `3D Viewport` (left) and the rendered result of `View/View Render Image` (right).\nThe points drawn with the GPU shader module are neglected during OpenGL rendering.\n![combined_points.jpg](combined_points.jpg)\n\nExcecute the [3D Lines with Single Color ]] example of the [[ https:*docs.blender.org/api/current/gpu.html | GPU shader module documentation ](https:*docs.blender.org/api/current/gpu.html#d-lines-with-single-color).\nThen, render the results with`View/View Render Image` as shown in the image below.\n![viewport_render_image.jpg](viewport_render_image.jpg)\n\nThe lines visible in the 3D Viewport (left) are missing in the rendered result (right).\n ![combined_lines.jpg](combined_lines.jpg)", "OpenEXR pipeline improvements\n- [ ] Camera metadata\n- [ ] Chromaticity metadata\n- [x] Naming (more) compatible with other software\n- [x] Support outputting metadata from File Output in compositor", "Blender Crash. Code marked as unreachable has been executed.\nOperating system: Windows-11-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 536.67\n\nBroken: version: 3.6.1, 4.0.0 Alpha\nWorked: didn't test\n\nOpen the .blend and go to frame 60. Crash\n\nThis is a .blend from a random user. So, sadly, I don't know the exact steps to reproduce.\nIt just said: \"Code marked as unreachable has been executed. Please report this as a bug.\"\n\n", "Crash with Boolean modifier\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 496.13\n\nBroken: version: 3.4.0 Alpha\nWorked: 3.1.2 (appears to have been broken since 3.2.0)\n\nBlender crashes when performing an Intersection Boolean between a cube and a bunch of loose faces. (Granted, this is probably not something you should do in the first place, but at least it should be limited to producing a bad result, not a crash.)\n\nI didn't find a crash log, but it's easy to reproduce.\n\n* Load the attached .blend file.\n* Scrub the timeline to frame 209. Blender crashes.\n\n[crash.blend](crash.blend)\n" ]
[ "Incomplete Animation Rendering of MultiLayer EXR composition\nOperating system: Linux-5.11.0-40-generic-x86_64-with-glibc2.31 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070 Super/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 495.29.05\n\nBroken: version: 3.1.0 Alpha\nThink 0c3b215e7d is the culprit.\n\nI noticed that in my final comp render some elements were missing that clearly showed up during the comping / previewing phase while scrubbing the timeline.\nIt was quite hard to boil down a bare minimum repro scene so here it is:\n\n[Comp_Bug_v02.zip](Comp_Bug_v02.zip)\n\n- Unzip and open the attached blend file and change to a Compositing layout just in case it isn't automatically opened. The needed multilayer EXRs (rendered from Blender) should directly show up because I used relative paths.\n- It's a simple comp that first multiplies the Shadowcatcher pass over a mid grey and afterwards Alpha Overs some arrows coming from the same EXR on top. Nothing too fancy.\n- In a Viewer or Backdrop it should look like this:\n![Comp_Bug_Viewer.925.png](Comp_Bug_Viewer.925.png)\n- If you now Render Animation (to an MP4in a comp subfolder next to the blend file) it looks like this:\n![Comp_Bug_Render.925.png](Comp_Bug_Render.925.png)\nThe Arrows are missing.\n\nIf I now SHIFT+D the image sequence node, click on the \"2\" next to the file name to make it single user and use a separate Image Sequence node for each pass, it works like expected!\n\n![image.png](image.png)" ]
changing the file format of the file output node in the compositor loses all the input names :( Operating system: Windows-10-10.0.17134 64 Bits Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.86 Broken: version: 2.82 (sub 1) Worked: (optional) changing the file format of the file output node in the compositor loses all the input names :( in the compositor add a file output, make a couple of inputs and name them, now change the output format to OpenEXR Multilayer...all input names return to 'image'. Nightmare when you've just set up 20 inputs.
[ "Scene strips don't include passes\nOperating system: Linux-5.8.11-1-MANJARO-x86_64-with-glibc2.32 64 Bits\nGraphics card: AMD VERDE (DRM 2.50.0, 5.8.11-1-MANJARO, LLVM 10.0.1) X.Org 4.5 (Core Profile) Mesa 20.1.8\n\nBroken: from 2.79 to version: 2.92.0 Alpha\nWorked: -\n\nThe render passes of another scene (as scene strip) are ignored in the master scene.\nThis will most probably be categorized as limitation. Since it is a severe one, it should at least be documented here:\nPagename: `video_editing/sequencer/strips/scene`\n\nName current scene \"A\", create new scene, in the sequencer add scene strip for \"A\", hit F12\nThe content of scene \"A\" will be rendered, but the Z channel (enabled by default / other channels if activated) of scene \"A\" will not be rendered, the Select Pass dropdown is not there and the layers are not saved to multilayerEXR.\n\n", "Lost hotkey with save preset\n2.80\n\n\nI finally can replicate problem from 2.7x and it is still problem in 2.80. When you change some combination of hotkeys and save it to the preset. You lose some of them. On my GIF example Numpad 1 dissapear.\n\nSometimes it come back after restart Blender, but sometimes it is just gone.\n\n![lostKeyBug.gif](lostKeyBug.gif)\n\n", "Noise Texture Fac output fails when using exact unit inputs and exact scale values\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 465.89\n\nBroken: version: 2.92.0\nBroken on the latest 2.90, 2.93 and 3.0.0 commits I could find.\nAlso broken on 2.80.75 but there was no W input back then.\nAlso broken on 2.79b\n\nThe Noise Texture Node exhibits weird values for its Fac output (and by extension*, the Red channel of it Color Output) when using default properties. The Green and Blue channels seem to work properly though.\nThe Fac output of the Noise Texture Node produces unexpected results on discrete unit inputs, and on exact unit scales. The W seed also has an effect when it's set to an increment of 0.5.\n\n*As you may know the red channel of the color output of the noise texture contains the same values as the Fac output.\n\nDefault Scene. Create a cube and scale it way up in edit mode.\n\nCreate a new material, Texture Coordinates node > Object Output > Separate XYZ > Z Output > Math node set to Ceil, Round, Floor, or Truncate > Noise Texture > Fac Output\n\n\nProblem : If you keep the noise texture at the default scale of 5, the shader will produce a continuous value of 0.5 on the whole mesh\n\n![image.png](image.png)\n\nExpected result : Get a different value for each subsequent strata of the material, as exhibited if you plug in the color output or try out the green or blue channel of the color output.\n\n![image.png](image.png)\n\nTroubleshooting : If you change the scale of the noise texture node, the behaviour of the randomization seems to work again.\n\n![image.png](image.png)\n\nBut, there is a band that consistently stays at exactly 0.5 value whatever the scale. \nThis may be intended behaviour since the input / output values at Z = 0 is the same whatever the scale. However the same behaviour isn't shown on the Green and Blue channels of the color output...\n\n![image.png](image.png)\n\nAnd, every time the scale is set to a precise unit, (1.000, 2.000, etc.) the continuous value of 0.5 appears again.\n\n![image.png](image.png)\n\nAlso, there is a weird banding of exactly 0.5 output values when using scales of *.500, *.250,*.125, scale values :\n\n![image.png](image.png)\n![image.png](image.png)\n\nMoreover, if the user chooses to use 4D input, and tweaks the W value to something other than 0 (I assume it is the default seed value even when using 1D), the random expected behaviours is again present.\n\nBut there are certain combinations that produces an unexpected number of values that are exactly 0.5. Example :\n\n![image.png](image.png)\n\nAlso, if the W value is set to an increment of a half unit (0.5, 1.0, 1.5, etc.), this happens.\n\nFor Pair scale unit size (eg 46), continuous grey (0.5) value\n\n![image.png](image.png)\n\nFor odd scale unit size (eg 45), unexpected number of exactly 0.5 value bands.\n\n![image.png](image.png)\n\nMaybe this is intended behaviour but it seems odd that the Fac outputs returns a single value when the Green and Blue channels act \"truely\" randomly in this case.\n\n[noise_fac_test.blend](noise_fac_test.blend)", "Vector pass not being saved correctly when using the File Output node\nOperating system: Win 10\nGraphics card: RTX 3090\n\nBroken: 3.3\nWorked: Not sure\n\nAccording to doc, vector pass is a 4-component vector, but when it's being piped through to a File Node in the compositor, it seems only 3 components are saved. This causes some motion data to be missing in the final multilayer exr.\n\n- Open attached file\n- `Render` > `Animation` - it will render 1 frame and save 2 exrs.\n 1. One using the blender native file output\n 2. Another using the file Node\n\n- Once it's rendered, the compositor should auto update to load these 2 exrs files below. If not, refresh the input nodes.\n- Check the vectorblured output. They are different.\n[mblur-bug.blend](mblur-bug.blend)", "TexBlendNode Python property tooltip incorrect\nBlender 2.8 \n\nI can not change the Progression or the Flip Axis for the Tex Blend Node with python. \n\nIt returns with an error that says \" no attribute use_flip_axis\". I thought this was my fault so I reached out for help on the Stack Exchange> [here ](how-do-i-change-the-blend-node-to-vertical?)\n\nThey think this is a bug or missing API?.. I checked online but could not see this bug reported so I thought I would let you guys know.\n\nI have used a rotate node to work around the problem but I am sure you guys would be able to fix this issue with ease.\n\n[#69973.blend](T69973.blend)", "Entering names in Object pointer parameter and confirming with the mouse in the right part of the button will clear user input immediately again\nWin 8.1x64, 3x gtx580\n\n2.79a\n\nIn a node's Object parameter, on entering the text manually, after pressing enter to confirm, if the mouse happened to be located where normally the \"X\" button to clear the parameter is, the field gets cleared.\nAlso applies to other object pointer fields.\n\nWhen entering names in Node Editor, (at least for me) it is common to move the mouse slightly sideways, so that the cursor is not over the field being typed in. As a result it happens to be over said clear button quite often. Given that it is currently impossible to undo a single name change #54580 , it turns into either loosing the name and having to search/type it again, or more often - by automatically pressing Undo - losing a whole row of changed fields.\n\n[rename.blend](rename.blend)\n - Click the Object parameter to type manually,\n - Move the mouse to the right side of the field, where the \"X\" was located before starting to type,\n - Enter a new object and press enter,\n - The Object parameter field is empty.", "Some nodes have ambiguois sockets names\nOperating system: Linux-5.0.0-38-generic-x86_64-with-Ubuntu-19.04-disco 64 Bits\nGraphics card: GeForce GT 730/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 418.56\n\nBroken: version: 2.83 (sub 9)\n\nSome nodes has duplicating names of sockets, which might result in ambiguity when using names to subscript inputs. \n\nFull list of ambiguious sockets:\n\n```\nShaderNodeAddShader.inputs[0].name = 'Shader' \nShaderNodeAddShader.inputs[1].name = 'Shader' \nShaderNodeMath.inputs[0].name = 'Value' \nShaderNodeMath.inputs[1].name = 'Value' \nShaderNodeMath.inputs[2].name = 'Value' \nShaderNodeMixShader.inputs[1].name = 'Shader' \nShaderNodeMixShader.inputs[2].name = 'Shader' \nShaderNodeVectorMath.inputs[0].name = 'Vector' \nShaderNodeVectorMath.inputs[1].name = 'Vector' \nShaderNodeVectorMath.inputs[2].name = 'Vector' \nCompositorNodeAlphaOver.inputs[1].name = 'Image' \nCompositorNodeAlphaOver.inputs[2].name = 'Image' \nCompositorNodeMath.inputs[0].name = 'Value' \nCompositorNodeMath.inputs[1].name = 'Value' \nCompositorNodeMath.inputs[2].name = 'Value' \nCompositorNodeMixRGB.inputs[1].name = 'Image' \nCompositorNodeMixRGB.inputs[2].name = 'Image' \nCompositorNodeSplitViewer.inputs[0].name = 'Image' \nCompositorNodeSplitViewer.inputs[1].name = 'Image' \nCompositorNodeZcombine.inputs[0].name = 'Image' \nCompositorNodeZcombine.inputs[1].name = 'Z' \nCompositorNodeZcombine.inputs[2].name = 'Image' \nCompositorNodeZcombine.inputs[3].name = 'Z' \n\n```\n\n\nExecute script like this:\n ```\nnode = bpy.data.materials[0].node_tree.nodes.new('ShaderNodeVectorMath')\ninputs = dict(node.inputs.items())\nassert len(inputs) == len(node.inputs) # 2 != 4\n```\n\n**Attached script has been used to discover the sockets**\n[check_sockets_names.py](check_sockets_names.py)", "Regression: Damaged normals in sculpting with Multires modifier\nBroken: version: 3.4.0 Alpha\nWorked: version: 3.4.0 Alpha\n\nWhen sculpting, sometimes breaks normals. Switching between modes fixes this.\n| Edited sculpture | Object mode |\n| -- | -- |\n| ![image](attachment) | ![image](attachment) |\n\n1. Open attached file.\n2. Go to Sculpt mode.\n3. Do something.\nLook at the fact that in some places the normals are damaged.", "Isolate File Encoding Colour Management\nCurrently, a pixel pusher with the correct view set for an `Apple Display [P3](P3.txt) Display`, ends up baking in the `Display [P3](P3.txt)` transform into file encodes due to the way Blender encodes the file based off of the currently selected view.\n\nSolution is to isolate the file encoding from the other output contexts such as displays and views.", "File browser: filename not updated immediately after rename\nOperating system: Linux-5.15.21-1-MANJARO-x86_64-with-glibc2.33 64 Bits\nGraphics card: AMD VERDE (DRM 2.50.0, 5.15.21-1-MANJARO, LLVM 13.0.0) AMD 4.5 (Core Profile) Mesa 21.3.5\n\nBroken: version: 3.0.1, 3.2.0 Alpha\nWorked: -\n\nOpening renamed files does not work if you click \"Open\" in the file browser immediately after renaming.\n\nLet's assume there is a file A.blend\nOpen Blender's file browser, right-click A.blend and rename it to B.blend.\nPress Enter to confirm your changes, then click \"Open\"\nBlender now tries to open a file with the old name A.blend and can't find it anymore, so it shows an error message:\n\"Report: Error\nCannot read file '/yourpath/A.blend': No such file or directory\"\n\nThe renamed file will open:\n- if instead of clicking \"Open\" the renamed file is double-clicked.\n- after selecting a different file and then selecting the renamed file again (now \"Open\" works).\n- after clicking refresh/changing to a different directory and back.\n\nChanging display mode or clicking in the search field before clicking \"Open\" does not help.\n", "Particle System Orientation Axis set incorrectly after file load\nOperating system: Windows 10\nGraphics card: Nvidia GTX 1070\n\nBroken:\n2.82 Beta, 507a331f0182, blender2.8, 2020-01-27\n\nAfter undoing any change, every particle system in the scene resets its orientation axis. To fix this, you have to manually change the orientation axis to something else and back again. There may be other situations where the particle orientation gets reset, but this one is easily reproducible.\n\n1. Open the attached file\n2. Set the ParticleSettings>Rotation>Orientation Axis to Global Z\n3. Shift-A and add a cube (or any change at all to the scene)\n4. Ctrl-Z\nThe particles are not longer aligned on the global z-axis. \n\nAlternatively, it also breaks if you:\n1. Open the attached file\n2. Set the ParticleSettings>Rotation>Orientation Axis to Global Z\n3. Save the file\n4. Close and reopen the file\n\n[ParticleBug.blend](ParticleBug.blend)\n", "Causing other objects to be named .001 doesn't immediately update the Viewport Name Display\nI found this in 3.0.0 but happens the same in 3.1.0.\n\nWhen you turn on Viewport Name Display:\n![image.png](image.png)\n\nAnd then you rename a new object the same as object that was already in the scene:\n![image.png](image.png)\n\nThe name of the original doesn't update until you somehow \"touch\" the object by moving it, entering Edit Mode etc.\n\nIt doesn't get fixed by simply affecting something else.\n\nIn the .blend you need to select the object with name \"Plane.001\" and rename it to \"Plane\" then the object on the left stays named as Plane until you somehow affect it.\n[Bug-ViewportDisplayName.blend](Bug-ViewportDisplayName.blend)", "Transform Node Messes Up Alpha Channel Manipulation\nArch Linux\nNvidia 750ti\n\nBroken: 2.79 (Tried 2.8 as well and I have the same issue)\n\nAs referenced here:\n4\n\nWhen I take an image in the compositor and scale it up 2x or whatever and then separate the RGBA and dilate/erode the alpha and use that to set the alpha on the image, it only works within the size of the original image and not the scaled up image. Also even if I use the R, G, or B, it still only uses the size of the original image and not that of the scaled up one.\n\n![problem1.png](problem1.png)\n\nCropped if I try to mess with the alpha after a transform.\n![problem2.png](problem2.png)\n\nUncropped if I mute my changes to the alpha.\n![problem3.png](problem3.png)\n\nAlso I believe that if you scale down\n\n[dilatecropissue.blend](dilatecropissue.blend)\n", "Texture Node Editor defaults to empty value\nOperating system: Linux-4.19.33_1-x86_64-with-glibc2.9 64 Bits\nGraphics card: TITAN X (Pascal)/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 418.56\n\n\nBroken: version: 2.80 (sub 54)\nWorked: (optional)\n\n\nWhen switching to the texture node editor, it defaults to an empty texture type.\nAdditionally, the \"World\" texture type is missing the texture selection list at the top, so no texture can be manipulated or created.\n\n- Switch window to Texture Node Editor > No Type is selected\n- Switch to \"World\" Texture type, texture selection and creation is missing in the header\n", "Node Socket Name Change results in Cycles Material Rendering Black (name is also identifier, should be read-only?)\nWindows 10\nIntel Core i7-5820k 4.1GHz\n2x Nvidia GTX 970\n\nBroken: 2.79 5bd8ac9\n\nIf you change the name of a Node Socket (not the socket's identifier) of a Cycles Shader Node during execution of a python script, Cycles will render the Material black. \n\nDownload the blend file below:\n[socket_naming_bug.blend](socket_naming_bug.blend)\n\nRun the code in the text editor. \nSwitch to viewport preview.\n\nTo fix the problem, simply reset the two nodes, or add a new Material Output Node and a new Principled Node to the Node Tree. Connect the new nodes together and delete the old ones. \n" ]
[ "File Output node doesn't keep layer names when switched to Multilayer EXR\nWin10 64bit\n\nBroken: 2.79\n\nOpen file, change file type in File Output node from **PNG to Multilayer EXR -> names set to default,** changing to others works good.\n[Input_names.blend](Input_names.blend)\n" ]
Last Subdivison in modifier stack is not apllied when using object info node seems not hardware/ OS specific (Tested on Windows and Linux-Fedora on different machines) Broken: version: 3.1.0 Worked at least in official 3.0-release (version: 3.0.0) When using the object info node - the last Subdivison-Surface-Modifier in the modifier stack of the original object is not applied to the geometry object if not called "As Instance". (For Collection info node - the same error persists.). **attached .blend file (as simple as possible)** [bugreport-subD-simple-file.blend](bugreport-subD-simple-file.blend)
[ "PyAPI: Unregistering DATA_PT_modifiers causes wrong panels (such as contraints) to appear in modifier UI\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: GeForce RTX 2070 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.89\n\nBroken: version: 3.1.0 Alpha\nWorked: 2.83\n\nUnregistering DATA_PT_modifiers causes wrong panels to appear in the modifier UI. \n\nProblem 1: Constraints appear in the modifier UI.\nProblem 2: Grease pencil modifiers appear on other object types. To be more specific, only the main panels appear, not subpanels. \n\nThese problems didn't occur with the old modifier stack. I use this in my Modifier List addon.\n\nRelated: T77541\n\n1. Open the attached file\n2. Run the simple script to unregister DATA_PT_modifiers\n3. Select the grease pencil object\n4. Select the mesh object\n5. Grease pencil modifiers should appear on the mesh\n6. Add some constraints to the mesh\n7. Switch to modifiers tab\n8. The modifiers should appear there (however, now the grease pencil modifiers should no longer be there)\n\n[unregister DATA_PT_modifiers grease pencil bug.blend](unregister_DATA_PT_modifiers_grease_pencil_bug.blend)", "Geometry Nodes: Disabled from viewport object is not visible as instance\nOperating system: win10\nGraphics card: 1050ti\n\nBroken: Current main.\nWorked: Never.\n\nDisabled from viewport object is not visible as instance.\n\nOpen attached file and check/uncheck `As Instance` option of _Object Info_ node.\n\n", "modifier display/render driver not responding.\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1050/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 527.56\n\nBroken: version: 3.4.0\nWorked: unknown\n\nIf I have my Mask display/render driver from another objects display/render setting, changing controlling obj disp/render doesn't take effect without coaxing.\n\n1. Open the attached file. \n2. In outliner, disable the viewport display of the Cube object (drives Mask visibility of part of Sphere object)\n3. For the Mask modifier, slide the Threshold a little. Display effect now takes place.\n\nThis all works without a problem if I animate the Cubes visibility. This appears to be a problem for any/all modifier display drivers (e.g., Subdiviison). Sometimes I just need to hover over a value like Threshold, or just over time it responds to the change.\n\n", "Subdivided surface preserves mesh UVs and vertex colors when not needed\nThis code causes UVs and vertex colors to always be preserved through the modifier stack.\n\n```\n /* this wasn't in 2.63 and is disabled for 2.64 because it gives problems with\n * weight paint mode when there are modifiers applied, needs further investigation,\n * see replies to r50969, Campbell */\n#if 0\n CustomData_set_only_copy(&dm->loopData, mask->lmask);\n CustomData_set_only_copy(&dm->polyData, mask->pmask);\n#endif\n```\n\nFor simple solid shading these are not needed, and `ED_view3d_datamask` should take care of requesting them when needed, taking up memory and CPU time.\n\nHowever, there is currently an issue where switching shading modes does not reevaluate the dependency graph to add these data layers, so just re-enabling this code is not enough to fix this. See also #63595 (Generated texture coordinates missing when switching from solid to rendered mode).", "interior rim edges not drawn for wireframe of subdiv + optimal-display\nOperating system: linux\nGraphics card: nvidia RTX 2060\n\nBroken: 3.3.1\nWorked: ?\n\ninterior rim edges not drawn for wireframe of subdiv + optimal-display\n\n(see attached .blend file)\n\nThis is not a bug, just maybe a short-coming.\n\nobject with topological hole (\"Box\")\nviewport_shading = wireframe\nviewport xray = off\nmodifier subdivision surface: - [x] optimal_display\n... inner-boundary of near \"hand-hole\" is not drawn.\n... inner-boundary of near-side rim is not drawn.\n\n[test045_subdivOptDisplay.blend](test045_subdivOptDisplay.blend)\n[system-info.txt](system-info.txt)\n", "Modifier are still evaluated even when not required.\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 496.13\n\nBroken: version: 3.0.0\nWorked: never\n\nModifiers are evaluated, even when blank, for example a lattice modifier without any lattice, would still make depth graph calculation or something like that, that make each action (select, move, rotate, etc.) verry slower.\n\nCreate/ import a large object (60M poly mesh for example).\nAdd lattice modifier, let all option blank. \nDisable viewport visibility of this modifier.\nTry to move/rotate/scale the object in the viewport, the performance is really low.\n\nIn order to transform your mesh, you need to remove all modifiers, and add then back once transform is convenient.\n", "Geometry nodes material index attribute not working correctly on generated/instanced geometry\nOperating system: Linux-5.8.0-7630-generic-x86_64-with-glibc2.32 64 Bits\nGraphics card: Quadro RTX 6000/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.32.03\n\nBroken: version: 2.93.0 Alpha\nFYI, the history on this:\nprior to 1a81d268a1 this was working in editmode (but not objectmode)\nafter 1a81d268a1 no material was shown in the viewport at all\nthen with 6583fb67c6 we had first material showing again, but setting index was not working in either objectmode nor editmode\n\nchanging the material_index attribute does not seem to have an effect on created/instanced data, even though the material index seems to change accurately in the spreadsheet and the material slots are set to `Object` type. What is especially strange about this is that the issue does not persist for cycles rendering.\n[geo-nodes_material_index_bug-2021-04-09_12.25.49.mp4](geo-nodes_material_index_bug-2021-04-09_12.25.49.mp4)\n(same for geometry generated with a primitive node)\n\nOriginal file:\n[geo-nodes_material_index_viewport.blend](geo-nodes_material_index_viewport.blend)\n\nUpdated to fields:\n[geo-nodes_material_index_viewport.blend](geo-nodes_material_index_viewport.blend)\n\n", "GPU Subdivision: Wrong objects statistics information\nWindows 10\ni7-4790\n16 GB RAM\nRTX 2070\n\nBlender v3.4.1 (Steam)\n\nWrong objects statistics information in object mode when GPU Subdivision is enabled\n\n- Open `Rat.blend` file\n- Enable GPU subdivision\n- Rotate/move the bone\n- Switch to object mode (notice the viewport statistics)\n\n\n\n", "Regression: Multi sockets on muted nodes display wrong internal noodle\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.29\n\nBroken: version: 3.5.0 Release Candidate\nAlso broken in 3.4\nWorked: 3.3.1\n\nWhen a node with a multi socket (e.g. Join Geometry or Mesh Boolean) is muted, the visual internal noodle goes from the last (bottom) input instead of the first (top) input, even though it is the top input that is actually passed through.\n| 3.3 | 3.5 |\n| -- | -- |\n| ![image](attachment) | ![image](attachment) |\n\n- Open attached .blend file or\n - Create a geometry node group\n - Connect two or more different inputs into a Join Geometry node\n- Mute the Join node\n\nObserve the discrepancy between the visualized noodle and the actual result in the viewport\n\n", "GN: Delete Geometry node hides edges in some cases\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.23\n\nBroken: version: 3.2.0 Alpha\n\nHard to describe this one more abstract..\n\nI start with a mesh line primitive (0,0,0) (0,1,0) and extrude it **n** times along **x** to get a grid.\nNow I try to delete all points with a distance from the **y** axis greater than **d** \nWhenever **d** lies between the first and the last extrusion, the edges of the starting primitive are not displayed.\nIt shows up in the spreadsheet however and reappears if I apply the modifier and tab into edit mode and back \n\n[2022-02-05 19-27-50.mp4](2022-02-05_19-27-50.mp4)\n[del_geo_node.blend](del_geo_node.blend)\n\n", "Frame Selected does not respect Geometry Nodes viewer geometry\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: Radeon RX 570 Series ATI Technologies Inc. 4.5.0 Core Profile Context 22.11.2.221130\n\nBroken: version: 3.5.0 Alpha\nWorked: n/a\n\nNot sure if this is a bug to report or feature request but a minor inconvenience with the Viewer node.\n\nWhen Geometry Nodes Viewer node is active, Frame Selected works on the (invisible) output geometry instead of the Viewer geometry. Since the Viewer geometry is actually selectable, I think it makes sense that Frame Selected to respect it.\n\n[FrameSelectedViewerNode.mp4](attachment)\n\n", "Select next active fails in some cases (default cylinder, cube)\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: Quadro K2100M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 411.63\n\nBroken: version: 3.1.2\n\nWhen adding object: circle or cylinder, when selecting vertices, it does not select the next vertex at command: shif + ctrl + (+).\nif I select several vertices manually and give the command: shift + ctrl + (-) deselect, it works perfectly.\n\nany other option works, works well with other objects, sphere, monkey sesame, the circle object works if you select two consecutive vertices, if you select one vertex yes one no, it no longer works. .]\n\n- add cylinder object\n- Edit mode\n- Select 2 vertices then {key shift ctrl +}\n![Screenshot (1014).png](Screenshot__1014_.png)\n[2022-05-24 19-58-17.mp4](2022-05-24_19-58-17.mp4)", "Modifiers UI Overhaul\n## The Issue\n\nThe user interface for managing modifiers has barely changed since its inception in the early 2000's.\n\n![modifiers_comparison.png](attachment)\n\nA modifier has always been a \"panel with settings\", where the interface was made as compact as possible to fit many modifiers on screen at once.\n\nSome modifiers had way too many settings to fit in the stack so they were given their own context, such as **Particle Systems** or **Physics**. These are still modifiers and show up in the list as such, but they show a \"_Settings are inside the -context- tab_\". Not ideal.\n\n![003_modifiers_list_psys_coll.png](attachment)\n\nIn recent years, users have gained the ability to build their own modifiers using Geometry Nodes. This has led to incredibly complex modifiers featuring long lists of settings.\n\nThere has to be an easy way to list, and tweak modifiers.\n\n## The Solution\n\nLists.\n\nThis is not a new idea. Lists have been proposed several times with the oldest record I could find dating back to [this PDF from 2014 by Cole Reed](Modifier_Proposal.pdf). As well as [design tasks](38178), [RightClickSelect proposals](?sorting=hot), [community hacks](1106948247489257475), and [add-ons](1147752).\n\nThis was proposed over the years again, with the most recent being for Blender 3.0. The main reason against turning the modifier stack into a `UIList` widget is the loss of the [nice drag & drop](9b099c86123fc828a194c59ce5b8bbf5a56f9cdb) that was added back in 2020. With the new **List** widget this will no longer be an issue.\n\n## The List\n\nA list will contain all modifiers for the active object.\n\nAdding and removing modifiers will be done via the familiar `+` and `-` icons, same as in every other List in Blender.\n\nVisibility settings for each modifier will be icons on the right side. Dropdown items to `Apply`, `Apply as Shape Key`, and so on, will be in the dropdown button (under `+`/`-`). This dropdown could contain new operators that apply to the entire stack. Like `Apply All Modifiers`, `Delete All Modifiers` (some operations part of the popular **Modifier Tools** built-in add-on).\n\nModifier settings will still be inside a panel as it is currently, but the panel's header will be much simpler since visibility toggles are in the list now.\n\n![030_modifiers_list_multiple_items.png](attachment)\n\nThe `Particles` tab goes away. Particles Systems show up in the list of modifiers. When a Particle System is active, their settings will show up in a panel. All panels currently containing particle settings will be sub-panels.\n\nMost of the physics systems will show up in the modifiers list as well. With the exception of those that are not part of the modifier stack (**Force Fields** and **Rigid Body**). Each physics system will be a panel (just as it is currently).\n\n### Multiple Items\n\n_Optional. Just food for thought._\n\nOne modifier must be active, but several could be selected and displayed at the same time, to easily compare values or apply settings to multiple at once.\n\n![040_modifiers_list_multiple_items_selected.png](attachment)\n\n## The Add Menu\n\nImplemented in !111717\n\n----\n\n\n![006_modifiers_list_add_menu_current.png](attachment)\n\nThe current menu has issues:\n* Can't be searched\n* Too many items for accelerator keys to be useful (Mirror is one of the most popular modifiers yet it's not underlined)\n* Won't fit in small windows (an issue on all big dropdowns)\n* Categories are vague (is the Ocean modifier considered physics?, Mask modifier doesn't \"Generate\", it removes geometry)\n\nBut the main issue is that it can't be extended. Users could make their own modifiers and have them show up in the Add menu.\n\nSimilar to the `Add Object` or `Add Node` menus, a new list-style `Add Modifier` menu will look more familiar and be easier to navigate. With the upcoming [search in menus](110855) feature allowing to quickly find what we're looking for.\n\n![007_modifiers_list_add_menu_new.png](attachment)\n(mockup using the current categories as example, this should be re-organized once the new system is in place)\n\nAt the bottom of the menu there will be our custom-made modifiers, grouped by catalogs, similar to how Node Group assets show up in the `Add Node` menu in Geometry Nodes.\n\nTo make adding modifiers faster, users can press `Shift+A` with the mouse over the properties editor to spawn the `Add Modifier` menu.\n\n## Conclusion\n\nAgain, this is not a new idea, but I believe Blender now has many of the pieces required to make this finally happen (the new Lists view, node/modifier panels, modifier assets).\n\nThis will make it easier to replace (and improve) the current modifiers with the help of the community, and make custom-made ones integrate seamlessly.\n\n## Plan of Action\n\nThis project will need a team. Some of the work can be done simultaneously by two devs, such as the `Add` menus is a separate project from the List display. A designer should be involved, and feedback from the community as always.\n\nObject modifiers would be the first to tackle but future work will be needed for bringing this (or similar) interface to:\n* Grease Pencil modifiers\n* Object constraints\n* Bone constraints\n* VSE modifiers\n* F-Curve modifiers\n\n## Related Tasks\n* [UI: Unify Add menus #111746](111746)\n* [Geometry Nodes: Extend add modifier menu with node group assets #111717](111717)\n* [User Interface: Re-design of Physics panel to unclutter interface and resembles Modifiers more #107326](111538)", "Solidify Node\nWe will drop support for Simple mode since the difference is hard to tell and performance-wise better to optimize the Complex mode than maintaining both.\n\nFill and Only options are a bit confusing in the modifier since fill refers to the fill of the rim and has to be checked on to make Rim Only work.\nInstead, I suggest making Fill refer to the part that is not the rim and Rim refer to the rim and make them independent from each other and both true by default.\n\nThe modifier has options for a vertex group as a factor for the thickness and two vertex groups to store the fill and rim geometry.\nvertex groups will be replaced by two attribute string fields for the factor and to tag the rim geometry\n\n![solidify.png](solidify.png)", "Node groups' new method doesn't throw errors at inputs and outputs collections\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.38\n\nBroken: version: 3.1.0 Alpha\n\n\nNode groups' new method doesn't throw errors at inputs and outputs collections\n\n1. Create a geometry nodes modifier, get node group:\n\n```\nnodes = C.object.modifiers[0].node_group\n```\n\n2. Add new input or output by command \n\n```\nnodes.outputs.new(\"RGBA\",'new')\n```\n3. Note that there are no errors, but a new socket hasn't been created. \n![image.png](image.png)\n\n\n" ]
[ "Geometry nodes: GPU subdivision does not consider object with subsurf modifier as a input\nSystem Information\nOperating system: Windows 10 Pro \nGraphics card: NVidia RTX2070Super (8GB)\n\nBlender Version\nBroken: blender-3.2.0-alpha+master.eabdcdcd44b9-windows.amd64-release\nWorked: never\n\nGeometry Nodes: \"Object Info\" Node does not consider objects modifier stack anymore\n1. Start with default .blend layout\n2. Add a new/second object (e.g. a Cube)\n3. Add a modifier to the new object (e.g. Subdivision Surface)\n4. Select default Cube and create a new geometry node group\n5. Drag the new object into the geometry group + connect output of the \"Object Info\" Node to the Group Output\n\nThe expectation would be, that the default cube should look like the second object with considered modifier stack - But it does not (see Screenshots below, file attached).\n\n![image.png](image.png)\n\n![image.png](image.png)\n\n[Object Info issue.blend](Object_Info_issue.blend)", "GPU subdivision: Referencing object with subdivision surface with Object info node does not work\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1650/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 497.29\n\nBroken: version: 3.1.0 Beta\nWorked: version: Before rBeed45d2a239a2a18a2420ba15dfb55e0f8dc5630\n\nWhen referencing a object (using object info node) with subdivion surface modifier as the last modifer in stack, the subdivision does not show up. The problem is fixed by turning off GPU subdivision in preferences.\n\nGPU subdivion enabled-\n![image.png](image.png)\n\nGPU subdivion disabled-\n![image.png](image.png)\n\nTurn on GPU subdivion. Add subdivion surface modifer to object. Add second object and import first object using object info node in Geometry nodes.\n\n", "Geometry Nodes seems to ignore the (last) Subdivision modifier on the stack \nOperating system: Linux-5.4.0-107-generic-x86_64-with-glibc2.31 64 Bits\nGraphics card: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 510.54\n\nBroken: version: 3.1.2\nWorked: 3.0.1\n\nGeometry Nodes seems to ignore a Subdivision modifier (on a referenced Object (Object Info Node, Collection Info Node)) if it is the last modifier on the stack. If another modifier is added behind it, everything seems to work just fine.\n![GN.png](GN.png)\n\nIt seems to be OK if I activate \"As Instance\" on the Object Info Node. But adding a Realize Instances Node afterwards leads to the same issue again.\n\n1.) Add a Subdivision Modifier to the Default Cube.\n2.) Add a second Mesh Object to the scene.\n3.) Add a Geometry Nodes Modifier to the second object. \n4.) Add an Object Info Node (referencing the Default Cube) to the node tree.\n5.) Connect the Object Info Node's Geometry output to the Group Output\n\nThe Output Geometry is unsubdivided in Blender 3.1 and 3.2 but subdivided in 3.0.[GN_Subdivision_Demo.blend](GN_Subdivision_Demo.blend)" ]
Huion 1060 pro tablet presure not working on version 2.78c arch linux (I always update to latest version) gtx 550 ti Broken: 2.78c and also tested 2.73, 2.77 Worked: 2.63a I randomly downloaded downloaded 2.63a and the pen pressure works perfectly. But the pen pressure is not working on versions 2.7 and greater i think. 1>open blender 2>use the huion 1060 pro tablet
[ "Port Temporal AntiAliasing to Grease Pencil\nPort should be as simple as copying what Workbench does, with the addition of [D10414](D10414).\n\nSee parent task for more detail.", "Connected Only option of Proportional Editing in Particle Edit mode doesn't work\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce RTX 2070 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.38\n\nBroken: version: 2.91.0 Alpha\n\nConnected Only option of Proportional Editing in Particle Edit mode doesn't work\nWhen you try to edit a single hair curve, Proportional Editing affects the nearest curves as well, whether the Connected Only option is enabled or not.\n\n", "Text editor slider now blocked\nOperating system: Windows-10-10.0.17763 64 Bits\nGraphics card: GeForce GTX 950M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.60\n\nBroken: version: 2.81 (sub 1)\nWorked: 2.80\n\nNow that the sidebar got moved to the right side, there's times when the slider gets blocked by the arrow and you can't select and move down. \n\n![text_slider_blocked.jpg](text_slider_blocked.jpg)\n\n", "GPencil: Screen-space stroke size incorrect\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTS 450/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 391.35\n\nBroken: version: 2.92.0 Alpha\nWorked: none found\n\n**Description**\n\nWhen drawing a stroke with a defined pixel size and stroke-thickness-space is set to screen space, the radius of the drawn stroke should measure the set pixel size. This is not the case. The strokes radius measures half the size.\n\n**Steps to reproduce**\n\n - Create a grease pencil object\n - Set the stroke-thickness-space to screen space in objects grease pencil settings\n - Set the brush size to 100px\n - Draw a single dot.\n - Print the screen\n - Measure the dot size in any image editing app.\n # You will see that the radius of measures 50px and the diameter measures 100px. Instead of 100px and 200px respectively.\n\nThis issue can be further seen by trying to change the brush size using the `f` key. The brush size cursor is drawn at the correct size but is double the size of the stroke.\n\n**Investigations**\n\nThis relates to my original report #82707 wherein I thought the cursor size was incorrect. I have now had time to review the code enough to understand how the cursor is drawn; and how the brush size is defined and passed to the rendering engine.\n\nI have confirmed that the brush size takes the following path.\n\nBrush.size user setting: RADIUS → bGPDstroke.thickness: RADIUS → gpencil_vert.glsl thickness: RADIUS\n\n*Simplified for explanation purposes. Path steps missing.*\n\nI originally thought thickness was defined as a diameter but this is not the case.\n\nI also thought this would be a noticeable fix but I haven’t found where the issue lie yet so I thought I would report again. \n\nNote: When drawing a stroke with stroke-thickness-space set to world space the stroke is mapped to the users screen correctly. When world space is used a stroke with a brush size of 2000px is drawn with a radius of 1m in world space as defined internally. \n\n[Bug-GPencil-Screen-Space-Stroke-Size-Incorrect-Report-VID.mp4](Bug-GPencil-Screen-Space-Stroke-Size-Incorrect-Report-VID.mp4)\n", "3.4.1 Not Displaying GTX 1660 TI\nOperating system: Windows 10 Home 22H2\nGraphics card: GTX 1660 TI\n\nBroken: These versions do not display my GPU under CUDA/OptiX: 3.4.1, 3.4.1, 3.3.4, 3.3.3 and 3.3.2 (I was also getting Python errors when trying to install addons. (This is true whether they are installed or run from the unzipped .rar downloads.\n\nWorked: blender-2.93.15 candidate+v293.400f35914421-windows.amd64-release is the most recent version that works - everything works as it should!\n\n\nI tried uninstalling/installing the latest Nvidia game ready drivers, the studio drivers, the CUDA Toolkit (which asked for me to install Visual Studio, C++, etc... 🤦‍♂️ ), tweaking the registry settings etc... none of these things worked. \n\nOnly using the older version would detect my GPU. A user on the Discord forum asked me to run the GPU debugger in the latest version 3.4.1 and when I open the program that way, my GPU was finally showing! I sent him the error reports (I can post them below) and he said that Blender IS SEEING my GPU, it's just not displaying it for use.\n\n", "Max brush radius is too small for 4k screens\nThe maximum brush radius (500 pixels) is too small when working on 4K monitors. Possible solutions:\n\n - Increase maximum to 1000. Not a generic solution and could make the radius slider less usable (Krita's radius slider suffers from this).\n - Scale brush radius by DPI. Need to investigate if the existing DPI can be used or if we need a separate one for the 3D viewport.\n", "gpu.states.line_width_set doesn't work (on Mac Air)\nOperating system:\nGraphics card:\n(just copy pasted specs here)\n Model Name:\tMacBook Air\n Model Identifier:\tMacBookAir7,2\n Processor Name:\tDual-Core Intel Core i5\n Processor Speed:\t1,8 GHz\n Number of Processors:\t1\n Total Number of Cores:\t2\n L2 Cache (per Core):\t256 KB\n L3 Cache:\t3 MB\n Hyper-Threading Technology:\tEnabled\n Memory:\t8 GB\nIntel HD Graphics 6000:\n\n Chipset Model:\tIntel HD Graphics 6000\n Type:\tGPU\n Bus:\tBuilt-In\n VRAM (Dynamic, Max):\t1536 MB\n Vendor:\tIntel\n Device ID:\t0x1626\n Revision ID:\t0x0009\n Metal Family:\tSupported, Metal GPUFamily macOS 1\n\nBroken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen)\nBlender 3.6\n??\nOn this specific Macbook, gpu.states.line_width_set simply does nothing - Just tested also on WIndows and there it works.\n\n\nBased on the default startup or an attached .blend file (as simple as possible).\nJust try the 'Operator Modal Draw' Template in Python templates in Blender text editor - the function is used there so it's very fast to check.\n\nAnd yes, I know this is probably outdated hardware, but didn't want to not report bug if I already found one ;)\n\n", "Python exception typing units into a spinner that accepts units\nMac OSX\n\n2.79a\n\nTyping in \"10 px\" in a field that accepts units raises a Python exception\n\nSelect Blender Render\nGo go the render tab\nScroll down to \"Bake\"\nType in \"10px\" into the \"Margin\" spinner, hit enter\n\n('unexpected EOF while parsing', ('<string>', 1, 4, '10px'))\n\nInput value does not save\n\nInput value should accept and strip px and behave correctly", "Wayland: Huge cursor when using a graphics tablet in KDE\nOperating system: Linux-6.0.11-300.fc37.x86_64-x86_64-with-glibc2.36 64 Bits\nGraphics card: AMD Radeon Pro WX 5100 Graphics (polaris10, LLVM 15.0.0, DRM 3.48, 6.0.11-300.fc37.x86_64) AMD 4.6 (Core Profile) Mesa 22.2.3\n\nBroken: version: 3.4.0\nWorked: version: 3.3.1 (XWayland)\n\nI'm using KDE Plasma 5.26.4 Wayland on a 4k monitor which is scaled to 200%. Blender 3.4 automatically detected my windowing environment and launched in Wayland mode. Everything appears to be working fine using a mouse, but when I use my Wacom tablet, the mouse cursor doubles in size and looks abnormal.\n\n1. Open Blender in a Wayland session.\n2. Use a graphics pen tablet in any workspace.\n3. The cursor will double in size.\n\n", "Most sculpt tools do not work while model is animated\nLinux 64-bit\n2.93.2\nMost sculpt tools do not work as expected when the object is spinning like it's on a pottery wheel. Some tools like the clay tool work okay, but other tools like smooth and scrape do not. I think it has to do with the stroke method; the stroke accounts for screen space but not the local transform of the object if it's moving during a stroke. Video of my attempt here:\n[pottery.mp4](pottery.mp4)\nI made this as a joke and it looks like garbage, but unfortunately it went viral and everybody thinks it's a great idea so now more people are gonna try it and complain that it doesn't work. It's a valid workflow that you have to account for now apparently. I'm really sorry.\n - Open the attached file\n - Play the animation\n # Try to sculpt the thing while it spins\n[bowl.blend](bowl.blend)\n", "Pen input UI/UX issues\nThis task keeps track of the UI/UX related design issues in all Blender mode that don't work as intended or can greatly improved with pen input devices. \nIf we consider that most pen input devices have at least one button in the pen, this will mostly include feature that rely on mouse wheel events. \n\n\n## Edit mode\n\n- ##Number of Cuts## of loop cut and slide can't be controlled during modal operation, needs to be adjusted with the redo panel.\n- Proportional editing size can only be adjusted incrementally with keyboard shortcuts instead of with pen gestures (like brushes in all modes)", "Metaball fixes\n- [ ] Dependency graph integration\n- [ ] Naming based design is weak\n\nThere are many issues with the current version of metaballs. If we won't fix them we may want to consider to deprecate/remove this in future releases.", "Huion KD100 - incorrect programmable keys reading\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: Intel(R) UHD Graphics 620 Intel 4.5.0 - Build 27.20.100.8477\n\nBroken: version: 3.3.1\n\nHi, I got a Huion KD100 Mini Keydial and Blender seems to be the only software not regonizzing it's programmable keys correctly. I have set it up as Numpad keys, but Blender does not recognize the assigments, reading the keystroke values for Num Lock off. Affinity Designer, Photo, Google docs, everything else recognizes the defined keys, even with app profiles. Sadly Blender does not as the only one.\n\nThe only step here is really to hook up a configured KD100 and trying to change the view. Can also be easily verified in the Preferences section by testing the key bindings. \nI would be more than happy to test/debug further with my device if that's helpful.\n\n", "Grease Pencil - drawing preview ignores canvas settings\nOperating system: Windows 10 Pro 64-bit operating system, x64-based processor\nGraphics card: NVIDIA GeForce RTX 2080 Ti\n\nBroken: 2.83 and 3.5 latest\n\nWhen previewing grease pencil (before pen release), the Stroke Placement settings do not render properly. It looks like the preview is stuck on \"View\" but renders correctly on pen release. In my GIF you can see the strokes clipping, but appear correct after pen release. Can this be fixed? It's easily repro'd and consistent in multiple versions\n\n1. Create basic Mesh.\n2. Create Grease Pencil object above Mesh.\n3. Set Stroke Placement to \"3D Cursor\" or \"Origin\" and set Drawing Plane to anything but View.", "Viewport: anti-alising on normal lines\nNormals on faces/vertices are not antialiased:\n\n![image](attachment)\n\nTo see them, enable them at the bottom of the 3D Viewport Overlay popover:\n![image](attachment)\n\nThis issue is similar to what was covered in #107394" ]
[ "Pressure sensitivity no longer works for HUION graphics tablet with resent Linux kernel \nArch Linux 4.10.2-1-ARCH\nGTX 1070 with Nvidia driver\n\nBroken: 2.78c , 2.78b and 2.78a \n\nWorked: Worked before upgrading to 4.10. Works fine in 4.8.11-1-ARCH\n\nAfter updating my system the pressure sensitivity from a HUION H610 no longer works. The pressure sensitivity does still work in other programs such as GIMP, MyPaint and Krita. \n\nOther notes: \nI have noticed that the input devices listed in $xinput are different concerning the Huion tablet from Linux 4.8 to 4.10 \n\nIn 4.8.11-1-ARCH:\n$ xinput | grep HUION\nHUION TopwinT261 Pen id=14 [slave pointer (2)]\nHUION TopwinT261 Mouse id=15 [slave pointer (2)]\nHUION TopwinT261 Consumer Control id=16 [slave pointer (2)]\nHUION TopwinT261 System Control id=17 [slave keyboard (3)]\nHUION TopwinT261 Keyboard id=18 [slave keyboard (3)]\n\nIn 4.10.2-1-ARCH:\n$ xinput | grep HUION\nHUION TopwinT261 Pad id=10 [slave pointer (2)]\nHUION TopwinT261 Consumer Control id=11 [slave pointer (2)]\nHUION TopwinT261 Pen Pen (0) id=16 [slave pointer (2)]\nHUION TopwinT261 Pen id=9 [slave keyboard (3)]\nHUION TopwinT261 Consumer Control id=15 [slave keyboard (3)]\n\nThanks." ]
Blender 3.5.1 - M1 Pro MetalRT - Namespace SIGNAL, Code 11 Segmentation fault: 11 - CRASH Operating system: macOS-13.3.1-arm64-arm-64bit 64 Bits Graphics card: Metal API Apple M1 Pro 1.2 Broken: version: 3.5.1 When MetalRT is enabled in the Cycles render settings, an immediate crash occurs when toggling rendered viewport. Open attached Blender File (default cube and lighting left as is) Make sure MetalRT is selected in the Cycles System settings Toggle Cycles render engine in render settings with GPU selected as computer device Toggle rendered viewport
[ "Crash without warning when opening material properties panel.\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: AMD Radeon RX 540 Series, ATI Technologies Inc., OpenGL, 4.5.0 Core Profile Context 22.20.16.03.220829\n\nBroken: version: 3.4.1, branch: blender-v3.4-release, commit date: 2022-12-19 17:00, hash: 55485cb379f7\nBroken: version: 3.5.1, branch: blender-v3.5-release, commit date: 2023-04-24 18:11, hash: e1ccd9d4a1d3\nWorked: no newer version works.\n\nWe get a hard crash without warning when opening the material properties panel in the \"Layout\" workspace right after startup (i.e. with a clean \"General\" new file). Opening the material properties panel in other workspaces causes the same crash.\n\nI suspect that this is an EEVEE problem since opening other properties panels (which do not have the material preview) works fine and opening the material properties panel after having selected the Cycles engine in the \"Render properties\" panel also works fine. Somehow, it feels like being a hardware problem, but I cannot explain why. Interestingly, the device for rendering in the [Preferences][System] is set to \"\"None\" and no GPU's are available in the Cuda, OptiX, HIP, and oneAPI sections.\n\nWhen switching the viewport in the \"Layout\" workspace to \"Viewport Shading\" (i.e. rendered by EEVEE), Blender crashes. When Cycles is selected as rendering engine, then \"Viewport Shading\" works fine.\n\nThe crash happens on my colleague's computer in India to which I have no direct access. Updating graphics drivers is not easily possible due to company constraints. My colleague now uses the Cycles rendering engine by default. Some current file of her was saved with the default EEVEE setting, so she cannot load the file without crashing Blender; I have now modified the file on my computer by switching it to Cycles rendering which bypasses that problem for now.\n\n\n[Based on the default startup]:\n- Open Blender.\n- Select \"General\" new file\n- Open the \"Material properties\" panel in the \"Layout\" workspace.\n- Blender crashes.\n\n[Based on the default startup]:\n- Open Blender.\n- Select \"General\" new file\n- Select \"Viewport Shading\" in the \"Layout\" workspace.\n- Blender Crashes.\n\n[Based on the default startup]:\n- Open Blender.\n- Load a previously stored blend file with EEVEE set as the renderer (and I suspect showing the \"Materials properties panel\" or the viewport in \"Viewport Shading\" mode).\n- Blender Crashes.\n\n", "Crash when playing animation in rendered view (cycles)\nOperating system: macOS-12.0.1-arm64-arm-64bit 64 Bits\nGraphics card: Apple M1 Max Apple 4.1 Metal - 76.1\n\nBroken: version: 3.0.0, 3.5\nWorked: unknown\n\nPlaying animations in cycles rendered view frequently crash blender. With the attached file I consistently get a crash within 1-2 minutes of starting the animation.\n\nThe crashes do not occur when running the intel version through rosetta. They occur much faster/more often when using the CPU than when using the GPU.\n\nOpen attached file\nSwitch to rendered view (Crashes with and without Metal preference)\nPress spacebar to play\n\n[Boat boating.blend](Boat_boating.blend)\n[Animation crash.txt](Animation_crash.txt)\n```\nThread 17 Crashed:\n0 Blender \t 0x10319354c tbb::internal::custom_scheduler<tbb::internal::IntelSchedulerTraits>::process_bypass_loop(tbb::internal::context_guard_helper<false>&, tbb::task*, long) + 340\n1 Blender \t 0x103193644 tbb::internal::custom_scheduler<tbb::internal::IntelSchedulerTraits>::process_bypass_loop(tbb::internal::context_guard_helper<false>&, tbb::task*, long) + 588\n2 Blender \t 0x103192c60 tbb::internal::custom_scheduler<tbb::internal::IntelSchedulerTraits>::local_wait_for_all(tbb::task&, tbb::task*) + 184\n3 Blender \t 0x103183300 tbb::internal::arena::process(tbb::internal::generic_scheduler&) + 252\n4 Blender \t 0x10318c3b8 tbb::internal::market::process(rml::job&) + 40\n5 Blender \t 0x10318d6b0 tbb::internal::rml::private_worker::run() + 288\n6 Blender \t 0x10318d584 tbb::internal::rml::private_worker::thread_routine(void*) + 12\n7 libsystem_pthread.dylib \t 0x1b39cd4ec _pthread_start + 148\n8 libsystem_pthread.dylib \t 0x1b39c82d0 thread_start + 8```", "Render procedural crashes Blender when trying to render\nOperating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro Vega 64 OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.10.18\n\nBroken: version: 3.2.0 Alpha\n\nRender procedural crashes Blender when trying to render\n\nLoad the attached alembic in the file, go Cycles experimental, turn on Use Render Engine Procedural and render.\n\n[Particles_BlastV_v01.abc.zip](Particles_BlastV_v01.abc.zip)\n\n", "AMD HIP with 7900XTX crashes using Cycles in Blender 3.6\nOperating system: Ubuntu 22.04.2\nGraphics card: RX 7900 XTX\nROCM/HIP is version 5.5.1\n\nBroken: version: 3.6.0, branch: blender-v3.6-release, commit date: 2023-06-27 08:08, hash: c7fc78b81ecb, type: release\nWorked: version: 3.5.0, branch: blender-v3.5-release, commit date: 2023-03-29 02:56, hash: 1be25cfff18b, type: release\n\nWhenever I try to render anything (default cube included) in 3.6 with Cycles using GPU compute I get the following error in the console:\n`:0:rocdevice.cpp :2788: 4112443167 us: 28547: [tid:0x7f38b247d600] Callback: Queue 0x7f3793600000 aborting with error : HSA_STATUS_ERROR_INVALID_ISA: The instruction set architecture is invalid. code: 0x100f\nAborted (core dumped)`\nDownloaded 3.5 and it works just fine there. Using CPU in 3.6 also works. Can't seem to find the coredump anywhere (did ulimit -c unlimited and even disable apport but in none of the directories where I would expect a coredump I got one). \n\nTo reproduce:\n1.Open Blender 3.6\n2.Change to Cycles with GPU compute\n3.Press F12\n\n", "Hair particle system altering display percentage crashes Blender.\nOperating system: Windows-10-10.0.17134 64 Bits\nGraphics card: GeForce GTX 760/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.36\n\n\nBroken: version: 2.80 (sub 74)\nWorked: (optional)\n\n\nChanging the percentage value in the Viewport Display section causes Blender to instantly crash.\n\nSet the display percentage with the currently active particle system\n[field_3400_autosave.blend](field_3400_autosave.blend)", "Blender 3.2 crashes on opening a specific file\nOperating system: Windows 11\nGraphics card: RTX 3060\n\nBroken: 3.2.0\nWorked: unknown\n\n**problem**\nBlender immediately crashes when opening the file steam_engine.blend\n\nThe latest object I was working on, was UV-unwrapping a mesh which I think I called 'greenthingy' or something like that. There was no crash prior to re-opening the file. I attach the file (hope it's not too big and apologies for the mess...). crash report and system_info.\n\n[blender_debug_output.txt](blender_debug_output.txt)\n\n[blender_system_info.txt](blender_system_info.txt)\n\n[steam_engine.crash.txt](steam_engine.crash.txt)\n\n**Steps for others to reproduce the error**\n[steam_engine.blend](steam_engine.blend)\n[#99105.blend](T99105.blend)\n\nAfter opening `steam_engine.blend` file Blender crashes. \n`#99105.blend` is same file as `steam_engine.blend`, but material preview panel has beeen collapsed. This file does not crash. Interestingly it does not crash even when panel is re-opened. Tested with GPU and CPU\n", "Compiling shaders for Eevee locks up the viewport until the process is complete (MacOS)\nOperating system: macOS-11.2.3-arm64-arm-64bit 64 Bits\nGraphics card: Apple M1 Apple 4.1 Metal - 71.0.7\n\nBroken: version: 2.93.0 Beta\nWorked: I don't believe this has ever been good on the Mac platform\n\nWhen working in a heavy scene (the spring or barbershop demo, for example), the UI will \"beach ball\" or lock up while blender calculates Eevee shaders. On a pc, these calculations don't appear to lock up the interface the way it does on Mac. The expected behavior would be that the UI remains responsive at all times.\n\nOpen the Spring or Barbershop demos. Switch the viewport to full Eevee interactive rendering. The UI will lock up while Blender calculates the shaders. Once this process is complete, the viewport will return to normal behavior.\n\n", "Crash after copy pasting a material onto itself and switching to render\nOperating system: ArchLinux\nGraphics card: NVIDIA 3090\n\nBroken: Current main.\nWorked: Never.\n\n\nBlender crashes when copy pasting a material onto itself (via UI), then creating a new material slot, and then switching to the rendered view.\n\n1. Open a new scene in blender.\n2. Select the cube and go to its material tab.\n3. Next to the material list, on the right, click the down arrow and do Copy Material.\n4. From the same menu now do Paste Material.\n5. Add a new material slot using the + in the materials tab.\n6. Switch to rendered view.\n\nAttached a crash stacktrace taken with gdb, and main build with debug.\n\nIf it's useful, the crash was taken with a manually built blender, so it was a factory startup with Eevee as a renderer, but it also crashes when using Cycles.\n", "Blender 2.91 alpha - Debug menu, instant crash\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX TITAN X/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.55\n\nBroken: version: 2.91.0 Alpha\nWorked: 2.90.1\n\nShader compilation is causing an error when the debug menu is invoked on a blank scene or working scene.\n\nOpen the .blend attached file, press F3>search: Debug. Type 22 (eevee GPU speed benchmarking verbose),\nBlender will crash immediately. The same is true on a blank new scene in the general application template.\n\nFile to test: \n44cb6eb461af31ad1209dedb738d76c0.blend\n\n", "Segmentation Fault Crashing Blender when Rendering\nOperating system: Linux-5.19.0-46-generic-x86_64-with-glibc2.35 64 Bits, X11 UI\nGraphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 535.54.03\n\nBroken: version: 3.6.1\n\nDuring rendering, Blender will often crash with segmentation fault \"Memoryblock MORE THAN 1 MEMORYBLOCK CORRUPT: error in header\" message.\n\nNeed guidance to help provide a blend file to reproduce the issue.\n\nThe issue occurs 100% of the time with an old version of a large blend file on certain frames. I have attached the debug and crash reports. \n\nMy workaround was to turn on subframes and render subframes either slightly earlier or later than the main frame. For example, if the frame I wanted to render was 187, I would render frame 187.1 or 187.2 until blender would render the frame.\n\nI believe the problem relates to a model I had commissioned, but I cannot recreate the issue in other blend files with that model.\n\nGPU memory usage is about 7.6/8 Gb, so there is headroom, and there is plenty of RAM. It does not matter if it is rendered on GPU/CPU, GPU only or CPU only it will always crash.\n\nI have tested on 2 other Windows computers with the same results, so it is not Ubuntu related.\n\nOther frames render perfectly.\n\nThere is no issue with viewport render mode. Often I get \"out of memory\", but that is only because Blender does not dump some things from memory before viewport rendering an updated scene. It's bound to be a known issue and easy to work around.\n\nI have prepared the file to upload here, but it's 1.9 Gb zipped. Before I send it there maybe some advice about troubleshooting my end someone might know and can help me with. I have spent 3 solid weeks trying to troubleshoot this and the only reliable way I know of reproducing the issue is with the full file.\n\nN.B. The update to 3.6.1 saw me return to this with an updated and improved version of the file. Background rendering will SOMETIMES render problem frames. I have included debug files for this as well.\n\nIs there any advice I can get as to how to narrow down this problem?\n\n", "Crash to desktop when trying to bake (Blender 3.3.6)\nOperating system: Windows 11 (64-bit)\nGraphics card: NVIDIA RTX A2000\n\nBroken: (3.3.5, 3.3.6, blender-3.3.6-stable+v33.948f8298b982-windows.amd64-release)\nWorking (2.91.2)\n\nWhen trying to bake scene produced in script, Blender crashed.\n\nOpen attached blend file and press Bake.", "Cycles is not working in 3.5.1 on a MacBook M1 Max—causes the program to immediately freeze!\nOperating system: macOS-13.1-arm64-arm-64bit 64 Bits\nGraphics card: Metal API Apple M1 Max 1.2\n\nBroken: version: 3.5.1\nWorked: (This started happening two days ago, and I only updated to 3.5.1 today. But in the days/weeks prior it was 3.4)\n\nOn my MacBook M1 Max (with all upgrades possible), I have had to force quit Blender countless times in the last 48 hours after turning on viewport Cycles view. Upgrading to 3.5.1 has seemingly made it a constant problem. Even now opening a brand new project, then turning on Cycles render, it starts saying it’s loading kernels (very slowly), and never renders, freezing the viewport, forcing me to force quit. So it seems I no longer can turn on Cycles in 3.5.1.\n\nThere is no further steps really, this is happening on a new project for me. Hopefully you all can see this and figure out something! I’m happy to provide further details if you need anything. I use Blender for my day-to-day at work so fingers crossed this isn’t the new normal for the foreseeable future. Also, love you all!\n\n", "Python segfault or incorrect select_set()\nOperating system: MacOS 12.01\nGraphics card: Intel MacBook Pro\n\nBroken: 2.83.9, 3.0.0 and 3.1.0 Alpha\n\nSegmentation Fault happens or select_set is applied to the wrong object.\n\n\n- Based on the default startup file\n- Run the code provided below (two Font objects will be created)\n- Select all objects\n- Run this code again\n\n```\nlines=12, lang=py\nimport bpy\n\nfor n in bpy.data.objects:\n try:\n l = n['clearable']\n except:\n print(\"no clear\")\n else:\n print(\"deleting\", n.name)\n n.select_set(True)\n bpy.ops.object.delete() \n\n# add text\nfont_curve = bpy.data.curves.new(type=\"FONT\", name=\"Font Curve\")\nfont_curve.body = '2.44%'\nfont_obj = bpy.data.objects.new(name=\"Font Object\", object_data=font_curve)\nfont_obj.rotation_euler = [1.55,0,0]\nfont_obj.location = [10,0,2]\nfont_obj.scale = [.7,.7,.7]\nfont_obj['clearable'] = True\n# move the object to the collection, called link but taught as \"viewed as part of\" first via UI\nbpy.data.collections['Collection'].objects.link(font_obj)\nprint(font_obj.scale, font_obj.location)\n\nfont_curve = bpy.data.curves.new(type=\"FONT\", name=\"Font Curve\")\nfont_curve.body = '2.44%'\nfont_obj = bpy.data.objects.new(name=\"Font Object\", object_data=font_curve)\nfont_obj.rotation_euler = [1.55,0,0]\nfont_obj.location = [10,0,2]\nfont_obj.scale = [.7,.7,.7]\n# move the object to the collection, called link but taught as \"viewed as part of\" first via UI\nbpy.data.collections['Collection'].objects.link(font_obj)\nprint(font_obj.scale, font_obj.location)\n```", "Render animation cycles-x bug March 11, 2022\nOperating system: macOS-12.3-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 575 OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.8.13\n\nBroken: version: 3.2.0 Alpha\n\nRender count from 1 to 1200 frames\n![image.png](image.png)\n\nBlender 3.2.0 Alpha within Cycles-x\nPush the 'Command + F12\" and render animation cause bug between start to end (855 - 1200 frames)\n\nBlender and video file: [Blender 3-2-0 by Kent Davis March 11 2022.zip](Blender_3-2-0_by_Kent_Davis_March_11_2022.zip)\n\n![image.png](image.png)\n![image.png](image.png)\n![image.png](image.png)\n![image.png](image.png)\n![image.png](image.png)\n\nRadeon Pro 575:\n\n```\nChipset Model:\tRadeon Pro 575\nType:\tGPU\nBus:\tPCIe\nPCIe Lane Width:\tx16\nVRAM (Total):\t4 GB\nVendor:\tAMD (0x1002)\nDevice ID:\t0x67df\nRevision ID:\t0x00c4\nROM Revision:\t113-D000AA-931\nVBIOS Version:\t113-D0001A1P-025\nEFI Driver Version:\t01.00.931\nMetal Family:\tSupported, Metal GPUFamily macOS 2\nDisplays:\n```\niMac:\n```\nDisplay Type:\tBuilt-In Retina LCD\nResolution:\tRetina 5K (5120 x 2880)\nFramebuffer Depth:\t30-Bit Color (ARGB2101010)\nMain Display:\tYes\nMirror:\tOff\nOnline:\tYes\nAutomatically Adjust Brightness:\tNo\nConnection Type:\tInternal\n```\n\n", "Crash. Script changing values of a prop attached to object by an operator popup crashes the app\nOperating system: Windows 10 Pro\nGraphics card: NVidia GTX 1070 Ti\n\nBroken:\n(example: 2.80, edbf15d3c044, blender2.8, 2018-11-28, as found on the splash screen)\nWorked: (optional)\n\nWhen used from a plugin, operator that uses wm.invoke_props_popup(self, event) to draw(and change) properties from a property group attached to an object (constantly) crashes the app.\nWhen same code is used from the blender scripting area, the app does not crash, but after initial change of the param, the property is grayed out(seems like a bug as well).\nError : EXCEPTION_ACCESS_VIOLATION\nAddress : 0x00007FF7DDBEA080\nModule : c:\\Blender28\\program\\blender.exe\nThe terminal process terminated with exit code: 11\n\n1) Create a testing_grounds.py file\n2) Fill it with code provided below\n3) Install as an addon\n4) Select an object\n5) Launch the operator(through space, typing \"TEZZT\")\n6) Change the value of the property by clicking and dragging the value;\n7) Repeat step (6) a few times if the app hasn't crashed yet\n\n```\nbl_info = {\n \"name\" : \"TestingGrounds\",\n \"author\" : \"ChieVFX\",\n \"description\" : \"\",\n \"blender\" : (2, 80, 0),\n \"location\" : \"\",\n \"warning\" : \"\",\n \"category\" : \"Generic\"\n}\n\nimport bpy\n\nclass SomeParams(bpy.types.PropertyGroup):\n float_value : bpy.props.FloatProperty()\n\nclass TestOp(bpy.types.Operator):\n bl_idname=\"testing_ground.tezzt\"\n bl_label=\"TEZZT\"\n bl_options={'REGISTER', 'UNDO'}\n\n def invoke(self, context, event):\n wm = context.window_manager\n return wm.invoke_props_popup(self, event)\n \n def execute(self, context):\n print(\"Im fine\")\n return {'FINISHED'}\n \n def draw(self, context):\n layout : bpy.types.UILayout = self.layout\n obj = context.object\n some_params = obj.some_params\n layout.prop(some_params, \"float_value\", text=\"Prop popup test\")\n \nclasses = [\n SomeParams,\n TestOp\n]\n\ndef register():\n for cls in classes:\n bpy.utils.register_class(cls)\n \n bpy.types.Object.some_params = bpy.props.PointerProperty(type=SomeParams)\n\n\ndef unregister():\n for cls in classes:\n bpy.utils.unregister_class(cls)\n \nif __name__ == \"__main__\":\n register()\n bpy.ops.testing_ground.tezzt('INVOKE_DEFAULT')\n```\n" ]
[ "Crash when using Metal RT (Experimental)\nOperating system: macOS-13.3.1-arm64-arm-64bit 64 Bits\nGraphics card: Apple M1 Max Apple 4.1 Metal - 83.1\n\nBroken: version: 3.6.0 Alpha\n\nSetting the viewport to GPU rendered view or rendering (F12) causes immediate crash.\n\n- Open any blend file (factory settings)\n- In the System settings, enable:\n - `Cycles Render Devices` > `Metal` > `Apple M1 Max (GPU - 24 Cores)`\n - `Metal RT (Experimental)`\n- In `Properties` > `Render Properties` set `Render Engine` to `Cycles`\n- Set `Device` to `GPU Compute`\n- In the 3D View switch to `Rendered Viewport` shading or press `F12`\n\n It crashes.\n\n" ]
no preview in texture node editor's nodes Operating system: Linux-4.9.0-8-amd64-x86_64-with-debian-9.8 64 Bits Graphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 390.87 Broken: version: 2.80 (sub 52) Worked: (optional) 2.79b official no visible texture patterns in the texture node editor nodes (see attachment). Tried with --factory-startup and without, no change just started blender from the beta build (see above)![Screenshot_20190330_000521.png](Screenshot_20190330_000521.png)
[ "Embed normal map in collada\nWindows10, Linux Mint 19\n\nBroken: 2.76, 2.78, 2.79 (first report)\nBroken: 2.82 (updated report)\n\nCan't embed texture maps in collada file except diffuse.\n\n\n* Open the test.blend file, the material uses a basic node setting (texture ccordinate>mapping>image texture and a 'normal map' node for the normal texture), with textures assigned to diffuse, specular and normal\n* open the export to collada window,\n* make sure \"copy\" is checked in the textures options,\n* export the file\n* import the collada,\n* the model has only the diffuse texture map.\n\nTried exporting to fbx I was able to embed textures for diffuse, roughness, specular and normal.\n\n{[F8345349](test.blend)}[screenshots.7z](https://archive.blender.org/developer/F8345353/screenshots.7z)\n", "Looks like an eevee limitations with UV maps and attributes\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 522.30\n\nBroken: version: 3.5.0 Alpha\n\nWhen working with multiple UVs and attributes, eevee disables some normal/bump maps.\nThere is an error in the console:\n```\nGPU_material_compile: Attribute \"nor\" overlap one or more index from another attribute. Note that mat4 takes up 4 indices. While merging eevee_legacy_material_surface_frag_opaque\n```\nIn 3.4, the shader cannot compile at all (pink texture).\n\nThis is not documented anywhere and it is not clear to me how it works, because until I connect nodes with attributes in Base Color, all normals are displayed.\n\n1. Open .blend file.\n2. Turn on the eevee render.\n3. Look, all normals are displayed.\n4. Connect nodes with attributes to Base Color.\n5. One normal map is missing. An error appeared in the console.\n\n", "Set Active UV - new node\n![image.png](image.png)\n\n---\n\nSee also: #98851 (Active UV - new node)", "Link-drag-search unsupported in texture node editor\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.59\n\nBroken: version: 3.3.1\nWorked: 3.0.0, since there is no such feature.\n\n\"Auto-completion/search\" is not working as intended with Texture Node Editor. For some reason, only reroutes are being displayed. [2022-11-23 22-42-21_1.mp4](2022-11-23_22-42-21_1.mp4)\n\nOpen Texture Node Editor -> Drag from any socket.\n\nNote: sorry for the incorrect spelling of word \"reroute\"\n", "Particle hair with density influenced by texture is (partially) invisible with cycles CUDA backend\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.65\n\nBroken: version: 3.0.0 up to latest (version: 3.3.0 Alpha)\nWorked: 2.9.3 (from memory since these blend files can no longer be opened)\n\nThe particle hair in the given example file does not show up properly when switching to rendered preview using GPU compute and CUDA specifically. Switching to Optix, or CPU render makes the hair appear shaded. With not showing up properly I mean that the grid lines behind the hair does get obscured (only very faintly visible in the screenshots), but they are clearly not shaded. Disabling texture density influence also makes the hair appear in the GPU compute and CUDA combination.\n\nI understand that the particle system is deprecated, but figured I might as well report this issue so it does hopefully not occur in the replacement.\n\n 1. Open the attached blend file. \n\n [hair_invisible.blend](hair_invisible.blend)\n 2. Make sure that CUDA is used as the GPU compute backend, and that the device is set to GPU compute.\n 3. Switch to rendered view.\n 4. Observe that the hair is only obscuring the grid lines, but not shaded. Next there are several possibilities.\n![gpu_render_broken.png](gpu_render_broken.png)\n 5. Switch to CPU backend for cycles and observe that the hair appears.\n 7. Or, disable texture density influence and observe that the hair appears.\n![cpu_render_works.png](cpu_render_works.png)\n 8. Reduce the children to 23 and observe that some part of the hair appears within some bounding box. Further reducing the children makes it appear and disappear occasionally until everything appears (as above) at 9 children.\n![reduce_children_partially.png](reduce_children_partially.png)\n", "Cycles vertex color bump map banding \nOperating system: Win10\nGraphics card: GTX 1070\n\n2.79b release\n\nUsing vertex colors in cycles material as a mask for bump/normal texture causes banding/hard edges in render.\n![vertex_color_mask_problem1.jpg](vertex_color_mask_problem1.jpg)\nBanding of vertex color is also visible when using it as a color for shader. \n![vertex_color_mask_problem2.jpg](vertex_color_mask_problem2.jpg)\nIt might have something to do with the fact that vertex colors are represented in 8-bit sRGB values but on the other hand it renders as expected when using it as a mask for example for mix shader node. But the bump doesn't look correct in that case.\n![vertex_color_mask_problem3.jpg](vertex_color_mask_problem3.jpg)\n\n[vertex_color_mask_problem.blend](vertex_color_mask_problem.blend)", "Clipped text labels intermittently missing ellipses by Float properties\nBroken: 3.4\nWorked: -\n\nThere are no ellipses by node group parameters in all editors by unhidden values \n![image.png](image.png)\n[2022-09-02 16-57-07.mp4](2022-09-02_16-57-07.mp4) \n\n- Open attached file\n[missing_ellipsis_bug.blend](missing_ellipsis_bug.blend)", "2.8 - Dynamic Paint and Rigid body does not work\nOperating system: Linux-5.0.1-050001-generic-x86_64-with-debian-buster-sid 64 Bits\nGraphics card: GeForce GTX 960/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 418.43\n\n\nBroken: version: 2.80 (sub 51)\nWorked: 2.79\n\n\nThis file is for 2.79.\n[dynamic_paint_paint-Rigid Body-2.79.blend](dynamic_paint_paint-Rigid_Body-2.79.blend)\nI can not see paint results in LookDev/Rendered mode in 2.8. I also could not recreate the scene from scratch in 2.8", "Eevee - no volume density textures when using Vega 64 external gpu on macOS Mojave\nOperating system: Darwin-18.6.0-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon RX Vega 64 OpenGL Engine ATI Technologies Inc. 4.1 ATI-2.9.26\n\n\nBroken: version: 2.80 (sub 74)\nWorked: Was working briefly with some builds in March 2019.\n\n\nMacOS Mojave external GPU fails to render volumetric on Eevee if there is a density texture. Internal GPU works fine.\n\nUsing external Vega 64:\nOn default cube, add principled volume shader to volume material output: volume looks correct.\nPlug noise texture node into density input of principled volume shader: volume disappears.\nUsing internal Radeon 560x:\nExact same steps gives properly textured volume.\n\n", "Cycles shading nodes missing updates when editing muted nodes\nOperating system: Linux-5.13.0-28-generic-x86_64-with-glibc2.31 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 470.103.01\n\nBroken: version: 3.2.0 Alpha\n\nConnecting, desconnecting or muting separate node doesn't properly update \n[cycles update.m4v](cycles_update.m4v)\n\n[cycles update bug.blend](cycles_update_bug.blend)\n\n1- Switch viewport to render preview\n2-Connect the separate node. \n3-mute unmute, connect disconnect as its shown in the video description. ", "Checker texture artifacts when feeded with object texture coordinates\nOperating system: Linux-5.4.0-90-generic-x86_64-with-glibc2.27 64 Bits\nGraphics card: GeForce GTX 1660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.91.03\n\nBroken: version: 3.1.0 Alpha\nWorked: afaik never, still had this issues with all previous versions down to 2.7\n\nChecker texture has calcuation issues when feeded with object texture coordinates.\nOther textures like brick or voronoy are ok.\n\ncreate a plane\nassign the checker texture with object coordinates\n\n\n[checker_texture_problem.blend](checker_texture_problem.blend)\n![checker_texture_problem.jpg](checker_texture_problem.jpg)\n", "Alpha channel of Textures can't be deactivated in UV Editor\nOperating system: Windows10\nGraphics card:Geforce GTX 970M\n\nBroken: 2.91.0\nWorked: 2.83.0\n\nWhen you load an Image/Texture with an alpha channel in the UV editor, you can't turn the alpha channel off anymore, the image will stay black.\nIt worked in older Versions from 2.80 up to 2.83, there you only have to click on **Color** in **Display Channel** options.\n\nOnly areas that aren't black in the Alphachannel will be visible, in my examples I work with textures that need an all black Alpha channel.\n\njust load any Texture with Alpha channel in UV editor viewport\n\n\n\nHere an Screenshot from Blender 2.83.0 where it worked\n![44.jpg](44.jpg)\n\n\n\nand here an screenshot of Blender 2.91.0, the same Texture is used, I also tried different settings under Image, but nothing works\n![14.JPG](14.JPG)\n\n", "Knife Tool. No preview dot of where the cut will start.\nOperating system: Windows-10-10.0.17134 64 Bits\nGraphics card: GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.60\n\nBroken: version: 2.80 (sub 75)\nWorked: (optional)\n\nWhen activating a knife tool, the preview dot of where the cut will begin does not show up. So i do not know if the cut will begin on a face, or on an edge, and i can't see if it snaps to a vertex, etc. I can see all of this only when i actually begin a cut. \nA desirable behavior is when i activate a knife operation with \"k\" key. \n\nCreate a cube. Enter edit mode. Select a knife tool. Point it on a mesh. There is no green dot projected on mesh, indicating where the cut will start.\nOn the other hand, when in edit mode, press \"k\" and you immediately see where the cut will start, and if ctrl is pressed - to which place it snaps.[Knife_Tool_cube.blend](Knife_Tool_cube.blend)\n\n", "Some Cycles nodes are active when muted (RGB To BW, Math, vector Math, Separate RGB)\nWin10 64bit\n\nBroken: 2.79\n\nRGB To BW node is active when muted\n\nOpen file and render\n[RGB_BW.blend](RGB_BW.blend)\n\n", "Collection visibility animated\nI need to recap with @brecht and @Sergey why we didn't push for this in 2.80. If it is doable and doesn't break our design, we should support this.\nBasically only the datablock settings (global viewport visibility, and renderability)." ]
[ "No node preview on the texture node editor / brush / texture properties\nOperating system: windows 10\nGraphics card: 5700xt\n\nBroken: since forever after 2.7 apparently\n\n\nYou can't see the preview of texture made in the texture node editor on either the brush preview, the texture properties preview or even the texture node editor output, while you can see it in the compositor image texture preview.\nI'm in no way a programmer but wouldn't taking the link whatever the compositor texture node is taking be a simple task to greatly improve texture editing.\n![image.png](image.png)\nHere is an exemple with every window opened.\n\n", "Missing image preview of textures when using nodes\nOperating system: Windows 10\nGraphics card: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.94\n\nBroken: 2.80, 2.93.13 (last LTS), **3.3.2 (LTS)**, 3.4.1\nWorked: 2.79b (2.79.2)\n\nWhen using texture nodes preview is blank. The texture preview is just black and preview of individual texture nodes is blank.\n*The only way to enable using nodes (that I know of) is in the Texture Node Editor.*\n\nIn 3.3:\n![image.png](image.png)\nIn 2.79:\n![image.png](image.png)\n\n- go into **Texture Node Editor**\n- choose the texture type\n- create a new texture if needed\n- check the **Use Node** checkbox\n\nThe nodes have no preview. Also if you go to the **Texture Properties** the preview is just black.\n", "Texture node editor output previews are broken\nOperating system: Linux-5.6.15-gentoo-shiro-x86_64-AMD_Ryzen_Threadripper_1950X_16-Core_Processor-with-gentoo-2.6 64 Bits\nGraphics card: GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 440.82\n\nBroken: version: 2.83.0 Beta\n(but broken since 2.80)\nWorked: 2.79\n\nIt seems the texture node editor preview boxes, showing the resulting texture do no longer function. This seems to have been the case since 2.80.\nI know the texture node editor has been basically deprecated since the removal of blender internal in 2.80, but I would've still expected this functionality to remain.\nSince the Blender manual doesn't state anything to the contrary except for being \"not up to date\". I'm hereby filing this as an issue, to either become a \"known issue\", or if a fix is possible, to be fixed instead.\n\n1. Start Blender with default startup scene.\n2. open texture node editor\n3. select brush texture\n4. add new texture\n5. enable nodes.\n\n**Image demonstrating issue**\n![blender-texnode-broken.png](blender-texnode-broken.png)\n\nClearly the nodes still have effect, as my brush color was changed successfully from red to blue, and is indeed a checkered texture. However the texture node editor preview windows show a \"transparent\" empty/still-loading texture, instead of the expected blue/white checkered pattern.", "Texture paint preview not working\nOperating system: Windows-10-10.0.10586 64 Bits\nGraphics card: Radeon (TM) RX 470 Graphics ATI Technologies Inc. 4.5.13571 Core Profile Context 19.9.2 26.20.13003.1007\n\nBroken: version: 2.81 (sub 16)\nWorked: (optional)\n\nTexture paint preview does not work with Texture node editor, It shows no trouble with procedural textures preview but when i start making my own texture brush with nodes in texture node editor, the preview goes black and does not show what kind of output my node setup will have for brush mask for texture paint.\n\nSteps:\n1) I started with default cube.\n2) Go to UV editing workspace.\n3) Create a new image in UV editor to create a blank texture image for cube for texture paint. (I named my texture as \"Cube texture paint\")\n.4) Then go to shader editor or shading workspace, there will already default setup principled shader material for cube, add an image texture from Shader ediot Add menu with Shift+A.\n5) connect image to Principled shader base color node, and then select \"cube texture paint\" from that image data black list. Now you new blank texture will be connected to material and you can check painted texture in viewport's material preview mode.\n6) Now go to texture paint workspace, and then go to Texture properties in properties section of blender.\n7) Add new texture, i named it \"cube texture brush mask\". There will plenty procedural textures already available to use like cloud, voronoi, blend, noise, etc but i still want to make my own texture from texture node editor but when i open texture node editor and chnage texture type to \"brush type\" and activate \"use nodes\", i see \"checker texture\" connect to \"output node\".\n8) i use that texture brush mask in texture paint and works perfectly fine but i can not see the texture node editor's nodes output in preview in texture properties panel of blender.\n9) texture node editor works fine which you can check as a \"red and white checker tick sign on a cube\" but texture properties panel doesn't preview my texture node editor output.\n\n My blender file\n[Texture paint preview error.blend](Texture_paint_preview_error.blend)\n\nImage file\n{[F8195865](Texture_paint_bug_file.JPG),}\n", "creating custom (combined ) texture brush is not visually updated in texture brush tab\nWin 10 \nIntel i5\namd radeon \n\nblender 2.8 \n8996e26116f0\n\nGo into the texture for the brush settings and enable ''úse nodes'' \nGive the new texture brush a name \nMix two textures together , the output result is not reflected in the text.brush tabe\nThis was not the case wiith blender 2.7 \n\n![texture brush.jpg](texture_brush.jpg)\n![texture brush 2.jpg](texture_brush_2.jpg)\n\nAlso , when rotating the brush (ctr-F) ,the alpha overlay of the brush texture is nor" ]
Color glitch whenever I try to use move tool. Operating system: Windows-10-10.0.22621-SP0 64 Bits Graphics card: Gallium 0.4 on llvmpipe (LLVM 3.8, 256 bits) VMware, Inc. 3.3 (Core Profile) Mesa 11.2.0 (git-aa91c51) Broken: version: 3.4.1 ![image_2023-01-28_142722606.png](image_2023-01-28_142722606.png) **Exact steps for others to reproduce the error**
[ "Lookdev/Eevee - Cycles color mismatch when using ColorRamp with constant interpolation.\nOperating system: Linux-5.0.7-arch1-1-ARCH-x86_64-with-arch 64 Bits\nGraphics card: GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 418.56\n\n\nBroken: version: 2.80 (sub 57)\nWorked: (optional)\n\n\n\nPlease have a look at this node setup. If a value is input that matches a flag's position, Cycles seems to handle the output incorrectly.\n![nodes.png](nodes.png)\n\nHere's the result of the Material applied to a plane. (Note: Left Lookdev, right Cycles render Preview)\n\n![viewport_rendering.png](viewport_rendering.png)\n\nSee attached .blend File and switch to viewport rendering. - Also, compare to the behavior with Eevee as Render Engine, which gives consistent results.\n\n[Cycles_ColorRamp_bug.blend](Cycles_ColorRamp_bug.blend)", "Multiresolution displacement baking do not work properly\nOperating system: Windows-8.1-6.3.9600-SP0 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40\n\nBroken: version: 2.93.0 Beta\n\nOriginal on the left produces map, thad displace surface like on the right.\nI suppose, there is wrong gamut/ color conversion or baking ray shoots from Hipoly to lowpoly instead measuring height difference from lowpoly to hipoly. Displacement baking is not equal to normal baking!\n\n{[F10039179](изображение.png) size=full}\n\n[mr bake.blend](mr_bake.blend)\n\n[2021-04-26_15-44-07.mp4](2021-04-26_15-44-07.mp4)", "Baking diffuse color takes a lot of time in version 3.0\nOperating system: Windows 10 64bits\nGraphics card: NVIDIA GeForce RTX 2060\n\nBroken: 3.0, 3.0.1, 3.1\nWorked: 2.93.8\n\nIt takes longer time to complete bake diffuse color in version 3.0 compared to 2.93\n\n![Capture.JPG](Capture.JPG)\n\n[Bake 2.93.blend](Bake_2.93.blend)\n\n[Slow_Bake 3.0.blend](Slow_Bake_3.0.blend)\n", "Missing overlays in the viewport when viewing through transparent shader\nOperating system: Ubuntu 20.04\nGraphics card: Geforce MX230\n\nBroken: 3.6.1\n\nwhen viewing an LGT-shadow_caster.004 object, all overlays disappear from a certain side of it\n![Screenshot_20230731_024703.png](attachment)\n\nSee LGT-shadow_caster.004 in blender 3.6 splash screen\n\n", "UI: Cursor flickering when hovering over properties\nBroken: version: 3.0.0 Beta\n\nWhen hovering from one property to another in property area, sometimes cursor changes from <--> to standard cursor. There are no instances where you stop moving it and it stays as standard one - it always changes to <--> after a fraction of a second. UI scaling does not affect it.\n\nNote that when tried without recording problem was more apparent, almost always cursor was flickering.\n[UI Cursor flickering take 2 2021-11-27 10-58-42-112.mp4](UI_Cursor_flickering_take_2_2021-11-27_10-58-42-112.mp4)", "Stroke overlay when erasing\nOperating system: Win 10\nGraphics card: NVIDIA GeForce GTX 1070 Ti\n\nBroken: (example: 2.80, 66684bdff30f, master, 2019-07-05)\n\n\nThe new alpha overlap stops working, when you erase somethin of that stroke.\n\n \nOpen a new project create a blank stroke object draw something try to erase it", "render_color_index API is lost after GN mdifier\nOperating system: Mint\nGraphics card: Nvidia\n\nBroken: 3.6 beta\nWorked: ?\n\nrender_color_index API is lost after GN mdifier\n\nOpen the attached file and run the script\nWhen we get the evaluated mesh, you can see that for meshes without modifiers or with \"simple\" modifiers, we still can access the render_color_index value.\nFor GN modifier, this value is lost, return -1\n\nIt not happen is GN tree has only input -> output, but when you modify the tree, like in my example, value is -1\n\n", "Color managment applyed twice when render from viewport\nOperating system: Linux-5.19.0-32-generic-x86_64-with-glibc2.35 64 Bits\nGraphics card: NVIDIA GeForce RTX 4080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 525.78.01\n\nBroken: version: 3.4.1\n\nThen rendering from viewport, color management is applied twice.\n\nThis is undesirable since it creates a disconnect between the visible result in the 3D Viewport and the render output.\n\n![image](attachment)\n\n![image](attachment)\n\n- Open blend file\n- Click View -> Viewport render image.\n\n", "Grease Pencil phasing through objects even when 3d location is selected \nOperating system: Windows 10\nGraphics card: NVIDIA RTX 2060 SUPER\n\n3.1.2\n\nGrease Pencil strokes that should be under the floor/behind objects are phasing through with a weird grainy texture. Looks perfectly fine in viewport rendering but when I render an image/animation it looks weird. Not sure what im missing or if its a bug?\n\n**Blender project**\n[clothtest.blend](clothtest.blend)\n\n![error.jpg](error.jpg)", "Viewport Render (and Render Animation) color looks completely off from the Viewport\nOperating system: Darwin-19.0.0-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 560X OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.2.24\n\nBroken: version: 2.82 (sub 6)\n\nRendering the viewport animation gives a very different result from the actual viewport.\n(Also: Viewport Anti-Aliasing isn't taken into consideration on the Viewport Render).\n\n|![Screen Shot 2020-02-17 at 21.53.08.jpg](Screen_Shot_2020-02-17_at_21.53.08.jpg)|![untitled.jpg](https://archive.blender.org/developer/F8346309/untitled.jpg)\n| -- | -- |\n\nThe problem is more noticeable when the Viewport Shading is set to \"Flat\", even though it also shows in \"Studio\". It delivers very dull colors with less contrast and a blue-ish tone.\nChanging between Cycles and Eevee doesn't affect the Viewport Render (from my tests).\n\n|![Screen Shot 2020-02-18 at 13.50.15.jpg](Screen_Shot_2020-02-18_at_13.50.15.jpg)|![Screen Shot 2020-02-18 at 13.50.17.jpg](Screen_Shot_2020-02-18_at_13.50.17.jpg)\n| -- | -- |\nflat:\n|![Screen Shot 2020-02-18 at 13.50.38.jpg](Screen_Shot_2020-02-18_at_13.50.38.jpg)|![Screen Shot 2020-02-18 at 13.50.41.jpg](Screen_Shot_2020-02-18_at_13.50.41.jpg)\n| -- | -- |\n\n- Open attached file.\n- Go to View -> Viewport Render Image\n[Viewport Colors.blend](Viewport_Colors.blend)", "Avoid graphical glitches during threaded preview generation\nWhen previews are generated using an OpenGL engine, there can be a number of glitches until the preview is done. That's because some data is accessed/modified that is not thread safe. E.g. `object_preview_render()` modifies `U.pixelsize`. I think other glitches are caused by overriding the active theme in `ED_view3d_draw_offscreen()` - although when I avoided this some time ago for similar work on threaded offscreen drawing for VR, this didn't solve the color flickering.\nThe active theme should probably use thread local storage.\n\nBesides that, the preview generation should be thread safe with OpenGL:\n* It uses the draw-manager's own context, which is mutex protected.\n* The non-thread-safe immediate mode API is not used inside the draw-manager.\n* The draw-manager already has workarounds for GPU driver issues with threaded drawing.\n\nA note: We could also speed up Eevee preview generation significantly by using viewport render quality, not final render quality. The `_imbuf` offscreen rendering functions don't expose the `is_image_render` option for that, which they probably should.", "GPencil: Average tool in Vertex Paint mode not working as expected\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.65\n\nBroken: version: 3.6.0 Beta\n\nThe tool paints colors that exist in points far from the brush's area of influence and sometimes paints unexisting colors.\n\n1. Draw simple strokes with the Solid Stroke material.\n2. In VP mode paint half of it orange and half blue.\n3. try the the Average tool in the half blue area then in the other half.\n4. Now do Paint > Reset Vertex Color.\n5. Try the Average tool again.\n\n<video src=\"attachment\" title=\"Vertex Paint Bug-1.mp4\" controls></video>\n\n", "Same pattern looks different for Cycles and Eevee\nOperating system: Windows-8.1-6.3.9600-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12\n\nBroken: version: 3.1.1\n\nThis is the difference\n\n![изображение.png](изображение.png)\n![изображение.png](изображение.png)\n\nsimplified file\n[pixels tiled1.blend](pixels_tiled1.blend)\n\n\nold file \n[pixels tiled.blend](pixels_tiled.blend)\n\nI suppose the difference in Color Ramp or Noise node.\n", "The 3d cursor looks very dim on AMD cards with the Mesa driver.\nOperating system: Gentoo Linux\nGraphics card: AMD Vega64\n\nBroken: All current Blender versions (2.93 to 3.5)\n\nThe 3D cursor in the viewport seems to be drawn with transparency.\nHowever this is only an issue on AMD cards it seems.\nIt started happening 4-5 months ago, so this is most certainly a driver issue.\n\nOpen the default cube scene and observe that the 3D cursor looks very dim:\n![screenshot.png](screenshot.png)", "Move To Line Begin and Reset View operators in the console editor conflict when pressing Home key\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1650 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.95\n\nBroken: version: 3.4.0 Alpha\n\n\nIn the python console editor, both the Move To Line Begin and the Reset View operators have the same shortcut \"Home\", so it is not possible to invoke the Move To Line Begin operator." ]
[ "Weird color glitching whenever I use any tools\n![image_2023-01-28_141747343.png](image_2023-01-28_141747343.png)" ]
Crash using Bake Indirect Lighting under certain condition Operating system: Windows-10-10.0.17763 64 Bits Graphics card: GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 419.35 Broken: version: 2.80 (sub 71) Worked: (optional) Two vertical translucent planes behind each other surrounded by Reflection Cubemap, one is set to 1.0 transmission, one is set to something between 0.0 and 1.0. Blender quits when clicking on Bake Indirect Lighting. Add plane1, rotate X 90. Add Material1 Principled Shader, set Transmission to 1.0 Duplicate plane1 to plane2, move Y 0.1, add Material2 Principled Shader, set Transmission to 1.0 Add Reflection Cubemap surrounding both planes. RenderTab -> Bake Indirect Lighting crashes Blender if Transmission of plane1 is set >0.0 and <1.0 (tested .5, .8, .9, 1, 0) It does not crash if plane1 transmission is set to 1.0 or 0.0
[ "Painting across different resolution UDIM tiles in image editor crash.\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.38\n\nBroken: version: 2.91.0 Alpha\n\n\nIf you have UDIMs of different resolutions, and you paint in the Image editor window across the tiles, you get a crash.\nIf you do the same thing in the 3D viewport, there is no problem.[CrashFile.7z](CrashFile.7z)\n\n\nCreate a UDIM texture, with at least two tiles, of different texture resolutions. \nIn the image editor in paint mode, draw a line across the tiles and it will crash. Sometimes I need to draw two lines crossing the tiles for it to crash.\n\nThat's all, you don't need to apply the textures to a model or anything else.\n\n\n", "Incorrect Fresnel layer weight shading on backfacing geometry\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: Radeon (TM) RX 470 Graphics ATI Technologies Inc. 4.5.13587 Core Profile Context 20.4.2 26.20.15029.27017\n\nBroken: version: 2.91.0 Alpha\n\nFresnel layer weight creates a sharp boundary instead of a smooth falloff when viewed on backfacing geometry.\nIn this example there are 2 hemispheres with the same material, but the left one has inverted face normals.\n![fresnel bug.jpg](fresnel_bug.jpg)\n\n[fresnel bug.blend](fresnel_bug.blend)\n", "Blender crashes: OpenVDB math::Transform::read throws exception. \nOperating system: Darwin-19.5.0-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 5500M OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.9.15\n\nBroken: version: 2.83.2\n\nBlender keeps crashing.\n\nI have a project were I created an animation of modified arrays. Everytime I play it it crashes\n\nCrash report: P1536\n\ncrashed thread: \n```\n\tThread 35 Crashed:\n0 libsystem_kernel.dylib \t0x00007fff726c733a __pthread_kill + 10\n1 libsystem_pthread.dylib \t0x00007fff72783e60 pthread_kill + 430\n2 libsystem_c.dylib \t0x00007fff7264e8a2 __abort + 139\n3 libsystem_c.dylib \t0x00007fff7264e817 abort + 135\n4 libc++abi.dylib \t0x00007fff6f8ae458 abort_message + 231\n5 libc++abi.dylib \t0x00007fff6f89f8bf demangling_terminate_handler() + 262\n6 libobjc.A.dylib \t0x00007fff713da5b1 _objc_terminate() + 104\n7 libc++abi.dylib \t0x00007fff6f8ad887 std::__terminate(void (*)()) + 8\n8 libc++abi.dylib \t0x00007fff6f8b01a2 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*) + 27\n9 libc++abi.dylib \t0x00007fff6f8b0169 __cxa_throw + 113\n10 org.blenderfoundation.blender \t0x0000000110291c61 openvdb::v7_0::math::Transform::read(std::__1::basic_istream<char, std::__1::char_traits<char> >&) + 4801\n11 org.blenderfoundation.blender \t0x000000011026082b openvdb::v7_0::io::Archive::readGrid(std::__1::shared_ptr<openvdb::v7_0::GridBase>, openvdb::v7_0::io::GridDescriptor const&, std::__1::basic_istream<char, std::__1::char_traits<char> >&) + 1787\n12 org.blenderfoundation.blender \t0x0000000110286589 openvdb::v7_0::io::File::Impl::unarchive(openvdb::v7_0::io::File const&, std::__1::shared_ptr<openvdb::v7_0::GridBase>&, openvdb::v7_0::io::GridDescriptor const&, openvdb::v7_0::io::File::Impl::NoBBox) + 57\n13 org.blenderfoundation.blender \t0x0000000110282c91 openvdb::v7_0::io::File::readGridByName(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, openvdb::v7_0::math::BBox<openvdb::v7_0::math::Vec3<double> > const&) + 465\n14 org.blenderfoundation.blender \t0x0000000110282ab6 openvdb::v7_0::io::File::readGrid(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 54\n15 org.blenderfoundation.blender \t0x00000001128a2cc9 MANTA::updateGridFromVDB(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, float*, bool) + 361\n16 org.blenderfoundation.blender \t0x0000000112890985 MANTA::updateGridFromFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, float*, bool) + 869\n17 org.blenderfoundation.blender \t0x0000000112890cee MANTA::updateNoiseStructures(FluidModifierData*, int) + 558\n18 org.blenderfoundation.blender \t0x000000011287e2b5 manta_update_noise_structures + 21\n19 org.blenderfoundation.blender \t0x000000010df34cd0 BKE_fluid_modifier_processDomain + 3168\n20 org.blenderfoundation.blender \t0x000000010df316ce BKE_fluid_modifier_do + 142\n21 org.blenderfoundation.blender \t0x000000010e3ad4f6 applyModifier + 54\n22 org.blenderfoundation.blender \t0x000000010dea5b0a mesh_calc_modifiers + 2778\n23 org.blenderfoundation.blender \t0x000000010dea4d6b mesh_build_data + 123\n24 org.blenderfoundation.blender \t0x000000010dea4035 makeDerivedMesh + 133\n25 org.blenderfoundation.blender \t0x000000010dfe1281 BKE_object_handle_data_update + 1089\n26 org.blenderfoundation.blender \t0x000000010dfe1704 BKE_object_eval_uber_data + 52\n27 org.blenderfoundation.blender \t0x000000010e9f36ba DEG::(anonymous namespace)::deg_task_run_func(TaskPool*, void*, int) + 138\n28 org.blenderfoundation.blender \t0x00000001142cadbc task_scheduler_thread_run(void*) + 364\n29 libsystem_pthread.dylib \t0x00007fff72784109 _pthread_start + 148\n30 libsystem_pthread.dylib \t0x00007fff7277fb8b thread_start + 15\n```\n", "Particle Texture influence broken when using two particle system on the same object\nOperating system: Ubuntu 18.04\nGraphics card: GeForce 970GTX\n\nBroken: 2.90.1\nWorked: Never (2.8+)\n\n\nWhen using two particles system on the same object with an influencing texture, one particle system has a wrong influence (e.g. Particle System shrink to quickly)\n\nBlend File: [particle_texture_bug.blend](particle_texture_bug.blend)\n\n0. Set the animation start and end to 100 - 200\n1. Create an Emitter and a Particle Object\n2. Add a Particle System to the Emitter and use the Particle Object for rendering\n3. Set the Start and End to 100 - 200\n4. Give the Particle System a Blend Texture that influences the size with \"Strand/Particle\" as Coordinates\n5. Add another System and Duplicate the previous one to get the exact same setting\n6. Change the Start and End of the new System to 0 - 100\n7. Bake all Dynamics\n8. Render Frame 199 and compare to rendering of 101. The particles in 199 are tiny in comparison (or invisible). They should look near identical\n\nOptional: \n9. Remove the 0-100 Particle and Redo Baking\n10. Frame 199 now has normal sized particles\n", "crash when i try to make instances real for nodes\nhi , in attached files all info about the crash , its when i try to make instances real for nodes modifier addon scifi pro + flex\nso can i fix it ?\n\n", "Baking Procedural Wave Textures\nOperating system: Win10\nGraphics card: Nvid 2080ti / 3090 \n\n3.4 (and others)\n\nCannot bake these textures correctly. \n\nCreate an object. \nAdd a wave texture, set it to uv, and scale it to show many even lines. \nAdd a color ramp to tighten those lines, setting it to constant. \nPlug this into the bump/normal to make raised lines. \nNow bake this. \n\nThe lines will be a broken mess most of the time. I have tried almost every trick I can find/think of, and nothing makes this better. \n\nI am not sure it's a bug, but it is certainly a problem.\n\n", "Smoke domain emission render has blocks using View Layer Indirect Only \nOperating system: Windows 10 Home 10.0.183363\nGraphics card: Nvida RTX 2080 super\n\nBroken: 5e04548500\n\n\nWhen setting the volume object (smoke domain) into Indirect Only, the render doesn't seem correct (the black blocks show up).\n\n- Play the animation to bake the 5 frames.\n- Render any of the 5 frames to see blocks in the image. \n\n![indriect_only_blocks.png](indriect_only_blocks.png)\n[indirect_only_volume.blend](indirect_only_volume.blend)\n\n\nThanks\n", "MultiRes+Solidify while trying to use Sculpt Mode cause Blender to crash\nOperating system: Windows-10-10.0.18362 64 Bits\nGraphics card: GeForce GTX 980/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 436.30\n\nBroken: version: 2.81 (sub 12)\nWorked: (optional)\n\nI tried deactivating one modifier while keeping the other one active to see if Blender would crash, but this was not the case. Only when I used both simultaneously did the program reliably crash every time, regardless of brush.\n\nAdd the modifiers that are active in the video and follow along. \n[Desktop 2019.09.23 - 00.49.39.02.mp4](Desktop_2019.09.23_-_00.49.39.02.mp4)\n", "Crash with Boolean modifier\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 496.13\n\nBroken: version: 3.4.0 Alpha\nWorked: 3.1.2 (appears to have been broken since 3.2.0)\n\nBlender crashes when performing an Intersection Boolean between a cube and a bunch of loose faces. (Granted, this is probably not something you should do in the first place, but at least it should be limited to producing a bad result, not a crash.)\n\nI didn't find a crash log, but it's easy to reproduce.\n\n* Load the attached .blend file.\n* Scrub the timeline to frame 209. Blender crashes.\n\n[crash.blend](crash.blend)\n", "Crash when baking quick smoke fire simulation\nOperating system: macOS-13.0-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 575 OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.9.39\n\nBroken: version: 3.2.2\n\nQuick Smoke within FIRE (Bake Data) button\n\n\nfrom 32 change to 256 see picture ![image.png](image.png)\n\nSee End: from 256 to 1000 (frames) ![image.png](image.png)\n\n(Bake ALL) on Type: ALL\n\n![image.png](image.png)\n[Blender-2022-08-15-103438.ips](Blender-2022-08-15-103438.ips)\n[Blender crash guide on Mac appear.txt](Blender_crash_guide_on_Mac_appear.txt)\n\n[Quick Smoke within FIRE.blend](Quick_Smoke_within_FIRE.blend)\n\n\n", "Shader compilation is crash\nOperating system: Linux-6.3.0-1-MANJARO-x86_64-with-glibc2.37 64 Bits, X11 UI\nGraphics card: Mesa Intel(R) HD Graphics 4600 (HSW GT2) Intel 4.6 (Core Profile) Mesa 23.0.3\n\nBroken: version: 3.5.1, 3.6.0\nWorked: 2.93.17, 3.3.6\n\n\nI am creating a shader and I need to use a lot of color mix node:\n| Version | Result |\n| -- | -- |\n| 2.93.17 | ![blender-2.93.17.png](attachment) |\n| 3.3.6 | ![blender-3.3.6.png](attachment) |\n| 3.5 | ![blender-3.5.1.png](attachment) |\n\n\nLaunch attached blend in different the Blender versions", "Crash after copy pasting a material onto itself and switching to render\nOperating system: ArchLinux\nGraphics card: NVIDIA 3090\n\nBroken: Current main.\nWorked: Never.\n\n\nBlender crashes when copy pasting a material onto itself (via UI), then creating a new material slot, and then switching to the rendered view.\n\n1. Open a new scene in blender.\n2. Select the cube and go to its material tab.\n3. Next to the material list, on the right, click the down arrow and do Copy Material.\n4. From the same menu now do Paste Material.\n5. Add a new material slot using the + in the materials tab.\n6. Switch to rendered view.\n\nAttached a crash stacktrace taken with gdb, and main build with debug.\n\nIf it's useful, the crash was taken with a manually built blender, so it was a factory startup with Eevee as a renderer, but it also crashes when using Cycles.\n", "Volume render bug in view layer indirect only.\nOperating system: windows 10\nGraphics card: RTX 2080 supper\nCPU: AMD ryzen7 2700\n\nBroken: 2.92.0\nWorked: no\n\nOutliner \"Indirect Only\" option does not work well with volumes, as inner shadows are ignored.\n![rlbug2.png](rlbug2.png)\n![vvbug.png](vvbug.png)\nSurface material with indirect only can work.\n\n- Open attached file\n- Display Render Preview in any of the viewports\n(Make sure the \"Indirect Only\" option in the outliner is enabled).\n[renderlayer bug.blend](renderlayer_bug.blend)", "Eevee alpha blend mode bug\nOperating system: Linux-5.4.0-74-generic-x86_64-with-glibc2.31 64 Bits\nGraphics card: GeForce GTX 1650/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.80\n\nBroken: version: 2.93.0\n\nThis bug happened since blender 2.90\n\nIn the scene the two objects with alpha blend mode, flip the transparency depending on the point of view.\n\n[0000-0050.mp4](0000-0050.mp4)\n\nTest file:\n[Ui1.blend](Ui1.blend)\n", "Crash when shading\nModel: HP Probook x360 435 G7 (independently upgraded SSD and RAM)\nOperating system: Windows 11 Pro 22H2 22621.1555\nGraphics card: AMD Radeon Graphics (Built-in graphics of AMD Ryzen 5 4500U with Radeon Graphics)\n\nBroken: 3.5.1 and 3.3.1 were tested, both had this issue.\nWorked: 3.1.2 – At the time of issue creation, there are no newer versions that have worked, including the latest build of 3.6.0 Alpha.\n\nBlender freezes for a second or so, and then crashes.\n\nI don't know if it *is* reproducable, but I have tested multiple conditions under which it crashes. These conditions are accompanied with the crash logs of that test. The problem does not seem to be (V)RAM usage, as the usage remains constant from before Blender is opened to long after.\n- Press F12 to Render Image: Crash [Log](itihmb)\n- Select Default Cube, Click on Shading workspace: Crash [Log](nxyeck)\n- Select Default Cube, Go to Materials tab: Crash [Log](ixgrhp)\n- Change Viewport Shading mode to Material Preview: Crash [Log](diwmma)\n- Change Viewport Shading mode to Render Preview: Crash [Log](ztajes)\n- DEL to delete Default Cube, SHIFT+A M P to create a Plane, Go into Materials Tab, Create Material: Crash [Log](gcaded)\n- Change Render Engine to Cycles, Press F12 to Render Image: **No** crash\n- Change Render Engine to Cycles, Click on Shading workspace: Crash [Log](chmkgj)\n- Change Render Engine to Cycles, Go to Materials tab: **No** crash\n- Change Render Engine to Cycles, Change Viewport Shading mode to Material Preview: Crash [Log](fhfyfo)\n- Change Render Engine to Cycles, Change Viewport Shading mode to Render Preview: **No** crash\n- Change Render Engine to Cycles, DEL to delete Default Cube, SHIFT+A M P to create a Plane, Go into Materials Tab, Create Material: **No** crash\n- Change Render Engine to Workbench, Press F12 to Render Image: **No** crash\n- Change Render Engine to Workbench, Click on Shading workspace: **No** crash\n- Change Render Engine to Workbench, Go to Materials tab: **No** crash\n- Change Render Engine to Workbench, Change Viewport Shading mode to Material Preview: **No** crash\n- Change Render Engine to Workbench, Change Viewport Shading mode to Render Preview: **No** crash\n- Change Render Engine to Workbench, DEL to delete Default Cube, SHIFT+A M P to create a Plane, Go into Materials Tab, Create Material: **No** crash\nThank you for your help.\n\n" ]
[ "Bake Indirect Lighting crashes when the Clearcoat or Transmission of Principled BSDF is not zero.\nOperating system: Windows-10-10.0.18362 64 Bits\nGraphics card: GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 430.64\n\n\nBroken: version: 2.80 (sub 70)\nWorked: (optional)\n\n\nBake Indirect Lighting crashes when the Clearcoat property of Principled BSDF is not zero.\n\n\n[2019-05-20 11-59-00_x264.mp4](2019-05-20_11-59-00_x264.mp4)" ]
Library Override: crash when adding a mesh to an overriden collection (after save/reload of the blend file) Operating system: Windows-10-10.0.17763 64 Bits Graphics card: GeForce GTX 980/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 417.35 Broken: version: 2.81 (sub 15) Worked: (optional) When reloading a file containing a library override for a collection and when this collection is the "active" collection, any attempt to add a mesh to this colletion causes a crash. 1- open blender 2- link collection "CollectionCube" from "overrideLib.blend" [overrideLib.blend](overrideLib.blend) 3- create an override for armature "ArmatureCube" 4- click on the collection "CollectionCube" (make it the active collection) ![image.png](image.png) 5- save the file 6- reopen the saved file 7- try to add a mesh (i.e. plane) => crash Note: does not crash is file is not saved/reloaded (steps 5&6) Crashes at: blender.exe!BKE_view_layer_base_select_and_set_active(ViewLayer * view_layer, Base * selbase) Ligne 356 C blender.exe!BKE_object_add(Main * bmain, Scene * UNUSED_scene, ViewLayer * view_layer, int type, const unsigned char * name) Ligne 887 C blender.exe!ED_object_add_type(bContext * C, int type, const unsigned char * name, const float * loc, const float * rot, bool enter_editmode, unsigned short local_view_bits) Ligne 480 C due to NULL selbase passed to BKE_view_layer_base_select_and_set_active()
[ "Blender crashes: OpenVDB math::Transform::read throws exception. \nOperating system: Darwin-19.5.0-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 5500M OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.9.15\n\nBroken: version: 2.83.2\n\nBlender keeps crashing.\n\nI have a project were I created an animation of modified arrays. Everytime I play it it crashes\n\nCrash report: P1536\n\ncrashed thread: \n```\n\tThread 35 Crashed:\n0 libsystem_kernel.dylib \t0x00007fff726c733a __pthread_kill + 10\n1 libsystem_pthread.dylib \t0x00007fff72783e60 pthread_kill + 430\n2 libsystem_c.dylib \t0x00007fff7264e8a2 __abort + 139\n3 libsystem_c.dylib \t0x00007fff7264e817 abort + 135\n4 libc++abi.dylib \t0x00007fff6f8ae458 abort_message + 231\n5 libc++abi.dylib \t0x00007fff6f89f8bf demangling_terminate_handler() + 262\n6 libobjc.A.dylib \t0x00007fff713da5b1 _objc_terminate() + 104\n7 libc++abi.dylib \t0x00007fff6f8ad887 std::__terminate(void (*)()) + 8\n8 libc++abi.dylib \t0x00007fff6f8b01a2 __cxxabiv1::failed_throw(__cxxabiv1::__cxa_exception*) + 27\n9 libc++abi.dylib \t0x00007fff6f8b0169 __cxa_throw + 113\n10 org.blenderfoundation.blender \t0x0000000110291c61 openvdb::v7_0::math::Transform::read(std::__1::basic_istream<char, std::__1::char_traits<char> >&) + 4801\n11 org.blenderfoundation.blender \t0x000000011026082b openvdb::v7_0::io::Archive::readGrid(std::__1::shared_ptr<openvdb::v7_0::GridBase>, openvdb::v7_0::io::GridDescriptor const&, std::__1::basic_istream<char, std::__1::char_traits<char> >&) + 1787\n12 org.blenderfoundation.blender \t0x0000000110286589 openvdb::v7_0::io::File::Impl::unarchive(openvdb::v7_0::io::File const&, std::__1::shared_ptr<openvdb::v7_0::GridBase>&, openvdb::v7_0::io::GridDescriptor const&, openvdb::v7_0::io::File::Impl::NoBBox) + 57\n13 org.blenderfoundation.blender \t0x0000000110282c91 openvdb::v7_0::io::File::readGridByName(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&, openvdb::v7_0::math::BBox<openvdb::v7_0::math::Vec3<double> > const&) + 465\n14 org.blenderfoundation.blender \t0x0000000110282ab6 openvdb::v7_0::io::File::readGrid(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) + 54\n15 org.blenderfoundation.blender \t0x00000001128a2cc9 MANTA::updateGridFromVDB(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, float*, bool) + 361\n16 org.blenderfoundation.blender \t0x0000000112890985 MANTA::updateGridFromFile(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> >, float*, bool) + 869\n17 org.blenderfoundation.blender \t0x0000000112890cee MANTA::updateNoiseStructures(FluidModifierData*, int) + 558\n18 org.blenderfoundation.blender \t0x000000011287e2b5 manta_update_noise_structures + 21\n19 org.blenderfoundation.blender \t0x000000010df34cd0 BKE_fluid_modifier_processDomain + 3168\n20 org.blenderfoundation.blender \t0x000000010df316ce BKE_fluid_modifier_do + 142\n21 org.blenderfoundation.blender \t0x000000010e3ad4f6 applyModifier + 54\n22 org.blenderfoundation.blender \t0x000000010dea5b0a mesh_calc_modifiers + 2778\n23 org.blenderfoundation.blender \t0x000000010dea4d6b mesh_build_data + 123\n24 org.blenderfoundation.blender \t0x000000010dea4035 makeDerivedMesh + 133\n25 org.blenderfoundation.blender \t0x000000010dfe1281 BKE_object_handle_data_update + 1089\n26 org.blenderfoundation.blender \t0x000000010dfe1704 BKE_object_eval_uber_data + 52\n27 org.blenderfoundation.blender \t0x000000010e9f36ba DEG::(anonymous namespace)::deg_task_run_func(TaskPool*, void*, int) + 138\n28 org.blenderfoundation.blender \t0x00000001142cadbc task_scheduler_thread_run(void*) + 364\n29 libsystem_pthread.dylib \t0x00007fff72784109 _pthread_start + 148\n30 libsystem_pthread.dylib \t0x00007fff7277fb8b thread_start + 15\n```\n", "Override Linked armature with bone constraint inconsistent behaviour\nOperating system: Linux-5.19.0-41-generic-x86_64-with-glibc2.35 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 525.105.17\n\nBroken: version: 3.3.6\nBroken: version: 3.5.1\n\nOverriding a linked armature with bone constraints makes bone constraints editable but saving and re-opening the file displays the constraint as not fully editable but overridden. This is confusing and source of mistakes.\n\n- Link `Armature` object from the given file: [rig.blend](attachment)\n- In outliner, right click on it and `Library Override > Make > Selected`\n- Have a look to the Properties panel, under `Bone Constraint`, the constraint appears editable: ![Screenshot from 2023-05-19 09-57-36.png](attachment)\n- Save your file, and click on `Revert`\n- The constraint appears now as not fully editable but overridable: ![Screenshot from 2023-05-19 09-58-45.png](attachment)\n\nNB: you can also rename the constraint by adding \"Test\": ![Screenshot from 2023-05-19 09-58-45.png](attachment)\nSaving and reverting will duplicate the constraint, which is a strange behaviour and not what the UI suggests will happen.\n![Screenshot from 2023-05-19 09-58-45.png](attachment)\n\n\n", "Crash on render\n**System Information** MSI BRAVO 15\nOperating system: WINDOW 11\nGraphics card: RX 6600\n\n**Blender Version**3.6\n\nWhen attempting to render a scene in Blender, the software consistently crashes, causing frustration and hindrance to the rendering process. This issue is hindering users from efficiently creating their projects and requires immediate attention to maintain a stable and reliable rendering environment.\n\n[debug-log](https://projects.blender.orgattachment)\n[system info](https://projects.blender.orgattachment)", "EXCEPTION_ACCESS_VIOLATION when changing shaders\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.79\n\nBroken: version: 3.1.0\n\nThis also seems to crash 2.93 and 3.0. \n\nEXCEPTION_ACCESS_VIOLATION causes crash when some shaders are applied.\n\nOpen the file. In the shader editor, set the material of the cube to rim_gradient. Shift-click on the specified shader node in the picture to turn it into the material output. Observe crash.\n![crash_reproduction.png](crash_reproduction.png)\n\n[crash.blend](crash.blend)\n\n\n", "Reopening file with cleared LibOverrides restores override state\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 536.99\n\nBroken: version: 4.0.0 Alpha\n\n`Library Override > Clear > Selected` or `Selected & Content` can set overridden hierarchies to a linked state, where collection is overridden, but contained object isn't. On reopening of .blend file, the object is overridden again.\n\n- Download both attached blend files, open linking.blend\n- In the outliner, right click on the object named 'Parent' and select `Library Override > Clear > Selected & Content`\n- Notice how the object and its children revert to a state of purely linked with no library override defined\n![screenshot.png](attachment)\n- Save and reopen .blend file\n\nThe Parent object is overridden again.\n", "Decals crash Eevee on AMD graphics card\nOperating system: Linux 6.2.7 Manjaro \nGraphics card: AMD 7900XT\n\nBroken: 3.3LTS, 3.4.1\n\nUsing decals will crash blender in Eevee. cycles works\n\nas an example file please see the .blend that was linked here by the decalmachine creator: 66438\n\nThe issue there is unrelated but the file can serve to show the issue I am having. The moment I switch to rendered view or materials preview blender will crash. I see no error message in console. The log files states just: \n\n```\nbpy.context.space_data.shading.type = 'RENDERED' # Property\nbpy.context.space_data.context = 'RENDER' # Property\nbpy.context.scene.render.engine = 'BLENDER_EEVEE' # Property\n \n```\n\n", "Creating meshes after removing previous meshes result in an BKE_object_data_is_in_editmode error\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 980 Ti/PCIe/SSE2\n\nBroken: version: 3.0.0, branch: master, commit date: 2021-12-02 18:35, hash: f1cca3055776, type: release\nWorked: version: 2.93.7, branch: master, commit date: 2021-12-14 16:35, hash: a5b7f9dc9011, type: release\n\nCreating a big amount of blenddata meshes and linking them to a collection works the first time without any exceptions.\nThe second time that you execute the script below, this will be output to the terminal.\n```\nCode marked as unreachable has been executed. Please report this as a bug.\nError found at C:\\Users\\blender\\git\\blender-v300\\blender.git\\source\\blender\\blenkernel\\intern\\object.cc:1970 in BKE_object_data_is_in_editmode.\n```\nThis doesn't happen if you don't delete all the meshes in bpy.data.meshes, which I would like to do since bpy.data.meshes is being bloated with old meshes. \nThe addon I'm writing needs bpy.data.meshes to be empty at the start of execution for performance reasons.\n\n- Run this python script in a new blender project multiple times (for two times is probably enough)\nEventually you will get the BKE_object_data_is_in_editmode error.\n\n```\nimport bpy\n\nfor i in bpy.data.meshes:\n bpy.data.meshes.remove(i)\n\nfor _ in range(3000):\n mesh = bpy.data.meshes.new('mesh')\n basic_mesh = bpy.data.objects.new(\"mesh\", mesh)\n bpy.context.collection.objects.link(basic_mesh)\n```", "Blender crashes when using bpy.ops.view3d.view_orbit with a custom context\nOperating system: Linux-5.15.11-arch2-1-x86_64-with-glibc2.33 64 Bits\nGraphics card: AMD RENOIR (DRM 3.42.0, 5.15.11-arch2-1, LLVM 13.0.0) AMD 4.6 (Core Profile) Mesa 21.3.2\n\nAlso tested on WIndows:\n\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: AMD Radeon(TM) Graphics ATI Technologies Inc. 4.5.14756 Core Profile Context 20.40.32 27.20.14032.8\n\nBroken (Linux): version: 3.0.0\nBroken (Windows): version: 3.0.0\nWorked: Never, the crash happens in 2.7 and 2.6 doesn't seem to support the override thing (I haven't tested subversions)\n\nBlender crashes when using `bpy.ops.view3d.view_orbit` with a custom context\n\nRun this in the Python console:\n```\narea = [n for n in bpy.context.screen.areas if n.type == \"VIEW_3D\"][0]\noverride = bpy.context.copy()\noverride['area'] = area\nbpy.ops.view3d.view_orbit(override, type='ORBITLEFT')\n```\n\n[blender.crash.txt](blender.crash.txt)", "Collection visibility animated\nI need to recap with @brecht and @Sergey why we didn't push for this in 2.80. If it is doable and doesn't break our design, we should support this.\nBasically only the datablock settings (global viewport visibility, and renderability).", "MeshDeformModifier Crashing\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 528.49\n\nBroken: version: 3.6.0 Alpha\nWorked: -\n\nAfter binding, with the Dynamic attribute driver value set to 1 in driver editor, it crashed.\n\n1. Add a driver to use_dynamic_bind.\n2. Click Bind\n3. Set the driver value to 1\n\n\n![image](attachment)\n\n", "Crash with Boolean modifier\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 496.13\n\nBroken: version: 3.4.0 Alpha\nWorked: 3.1.2 (appears to have been broken since 3.2.0)\n\nBlender crashes when performing an Intersection Boolean between a cube and a bunch of loose faces. (Granted, this is probably not something you should do in the first place, but at least it should be limited to producing a bad result, not a crash.)\n\nI didn't find a crash log, but it's easy to reproduce.\n\n* Load the attached .blend file.\n* Scrub the timeline to frame 209. Blender crashes.\n\n[crash.blend](crash.blend)\n", "crash while setting vertices positions using foreach_set\nOperating system: macOS-12.6.6-x86_64-i386-64bit 64 Bits\nGraphics card: Intel(R) Iris(TM) Graphics 6100 Intel Inc. 4.1 INTEL-18.8.6\n\nBroken: version: 3.6.0\n\ncrash while setting vertices positions using foreach_set\n\nstart blender, run script\n\n```python\nimport bpy\nimport numpy as np\n\nl = 2 ** 28\nme = bpy.data.meshes.new('mesh')\nme.vertices.add(l)\na = np.random.random((l, 3))\nme.vertices.foreach_set('co', a.ravel())\no = bpy.data.objects.new('mesh', me, )\nbpy.context.view_layer.active_layer_collection.collection.objects.link(o)\n```\n\noutput:\n```\nWriting: /tmp/blender.crash.txt\n[1] 13339 segmentation fault /Applications/Blender/blender-3.6.0.app/Contents/MacOS/Blender\n```\n\nin blender 3.4 while using 2**27 length output is this\n```\nError: Array length mismatch (expected -402653184, got 402653184)\nError: Python: Traceback (most recent call last):\n File \"/Text\", line 8, in <module>\nRuntimeError: internal error setting the array\n```\n\ncontents of `/tmp/blender.crash.txt` is just me running script, nothing interesting\n\ninteresting bit from crash report (i can provide in full)\n\n```\nThread 0 Crashed:: Dispatch queue: com.apple.main-thread\n0 Blender \t 0x10bbaef04 foreach_getset + 1124\n1 Blender \t 0x112f45046 cfunction_call + 134\n2 Blender \t 0x112f01015 _PyObject_MakeTpCall + 373\n3 Blender \t 0x112fdf95b call_function + 971\n4 Blender \t 0x112fdbc41 _PyEval_EvalFrameDefault + 24817\n5 Blender \t 0x112fd5a22 _PyEval_Vector + 146\n6 Blender \t 0x112fd5978 PyEval_EvalCode + 120\n7 Blender \t 0x10bb9cd2a python_script_exec + 506\n8 Blender \t 0x10c6754b0 text_run_script + 64\n9 Blender \t 0x10b600ce6 wm_operator_invoke(bContext*, wmOperatorType*, wmEvent const*, PointerRNA*, ReportList*, bool, bool) + 582\n10 Blender \t 0x10b600a03 wm_operator_call_internal(bContext*, wmOperatorType*, PointerRNA*, ReportList*, wmOperatorCallContext, bool, wmEvent const*) + 515\n11 Blender \t 0x10b602025 WM_operator_name_call_ptr_with_depends_on_cursor + 165\n12 Blender \t 0x10c36bffd ui_apply_but_funcs_after(bContext*) + 285\n13 Blender \t 0x10c366fc2 ui_handler_region_menu(bContext*, wmEvent const*, void*) + 434\n14 Blender \t 0x10b604a4f wm_handlers_do_intern(bContext*, wmWindow*, wmEvent*, ListBase*) + 1007\n15 Blender \t 0x10b604020 wm_handlers_do(bContext*, wmEvent*, ListBase*) + 48\n16 Blender \t 0x10b6033ba wm_event_do_handlers + 2554\n17 Blender \t 0x10b5f91b0 WM_main + 32\n18 Blender \t 0x10adea41e main + 878\n19 dyld \t 0x12788152e start + 462\n```\n\n", "LibOverride - Update - Fix handling of temp ID\nLiboverride 'update' process (the part applying overrides again over a copy of the linked data, `BKE_lib_override_library_main_update` & co) needs some specific control over its usage of `BKE_id_copy_ex` to create the temp copy of the linked ID: It needs to prevent any potential modification of any other ID in Main.\n\nThis happens e.g. with regular copy of Collections, since the `parents` lists of their children need to be updated with a new pointer to the new copy. There may be a few other similar cases, this needs to be investigated.\n\nThis default behavior prevents from safely using `BKE_id_free_ex` on that same temp ID later on, even if the temp ID is not explicitly linked to any other ID.\n\nWhether this change requires a new specific tag, or could be part of one of the 'no main' cases, remains to be investigated as well. \n\n--------------------\n\n## Original Report\n\n\nOperating system: Linux-5.15.0-10056-tuxedo-x86_64-with-glibc2.35 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 525.60.11\n\nBroken: version: 3.5.0 Alpha, branch: master, commit date: Unknown, hash: f06a1368\nWorked: -\n\nBlender crashes when appending a collection (twice) from a file where this collection has been linked and overridden.\n\n\n*Note: Using a debug build with ASAN makes this reliable to reproduce.*\n\n 1. Open file `fileB.blend`.\n 2. Go to `File`>`Append`. Browse into `fileA.blend`>`Collections`. Untick the `Localize All` option. Choose `Asset`.\n 3. Blender crashes.\n\n[report_crash_link.zip](report_crash_link.zip)\n\n**ASAN report**\n```\n=================================================================\n==84954==ERROR: AddressSanitizer: heap-use-after-free on address 0x613000267ef2 at pc 0x000002b6fe58 bp 0x7ffc27cb7e40 sp 0x7ffc27cb7e30\nREAD of size 2 at 0x613000267ef2 thread T0\n - 0 0x2b6fe57 in collection_foreach_id /.../blender/source/blender/blenkernel/intern/collection.c:164\n - 1 0xd2a149 in library_foreach_ID_link /.../blender/source/blender/blenkernel/intern/lib_query.c:334\n - 2 0xd2a317 in BKE_library_foreach_ID_link /.../blender/source/blender/blenkernel/intern/lib_query.c:353\n - 3 0xcce9b3 in BKE_lib_id_clear_library_data /.../blender/source/blender/blenkernel/intern/lib_id.c:224\n - 4 0xcd1d22 in BKE_lib_id_make_local_generic /.../blender/source/blender/blenkernel/intern/lib_id.c:501\n - 5 0xcd2cef in BKE_lib_id_make_local /.../blender/source/blender/blenkernel/intern/lib_id.c:561\n - 6 0xbe3fa23 in BKE_blendfile_append /.../blender/source/blender/blenkernel/intern/blendfile_link_append.c:1111\n - 7 0x3a49cf1 in wm_link_append_exec /.../blender/source/blender/windowmanager/intern/wm_files_link.c:356\n - 8 0x39fe3ed in wm_handler_fileselect_do /.../blender/source/blender/windowmanager/intern/wm_event_system.cc:2724\n - 9 0x39ffd56 in wm_handler_fileselect_call /.../blender/source/blender/windowmanager/intern/wm_event_system.cc:2821\n - 10 0x3a04962 in wm_handlers_do_intern /.../blender/source/blender/windowmanager/intern/wm_event_system.cc:3315\n - 11 0x3a04e0b in wm_handlers_do /.../blender/source/blender/windowmanager/intern/wm_event_system.cc:3369\n - 12 0x3a0e0ed in wm_event_do_handlers /.../blender/source/blender/windowmanager/intern/wm_event_system.cc:3963\n - 13 0x39c81bd in WM_main /.../blender/source/blender/windowmanager/intern/wm.c:640\n - 14 0x801b57 in main /.../blender/source/creator/creator.c:585\n - 15 0x7fdac84b0d8f in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58\n - 16 0x7fdac84b0e3f in __libc_start_main_impl ../csu/libc-start.c:392\n - 17 0x800e34 in _start (/.../build_linux_debug/bin/blender+0x800e34)\n\n0x613000267ef2 is located 114 bytes inside of 344-byte region [0x613000267e80,0x613000267fd8)\nfreed by thread T0 here:\n - 0 0x7fdac8bf0517 in __interceptor_free ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:127\n - 1 0x1dd70304 in MEM_lockfree_freeN /.../blender/intern/guardedalloc/intern/mallocn_lockfree_impl.c:117\n - 2 0xce415b in BKE_id_free_ex /.../blender/source/blender/blenkernel/intern/lib_id_delete.c:168\n - 3 0xd254b5 in BKE_lib_override_library_update /.../blender/source/blender/blenkernel/intern/lib_override.cc:3793\n - 4 0xd26297 in BKE_lib_override_library_main_update /.../blender/source/blender/blenkernel/intern/lib_override.cc:3840\n - 5 0x3b96f2b in library_link_end /.../blender/source/blender/blenloader/intern/readfile.cc:4526\n - 6 0x3b972ab in BLO_library_link_end /.../blender/source/blender/blenloader/intern/readfile.cc:4545\n - 7 0xbe42109 in BKE_blendfile_link /.../blender/source/blender/blenkernel/intern/blendfile_link_append.c:1283\n - 8 0x3a49c39 in wm_link_append_exec /.../blender/source/blender/windowmanager/intern/wm_files_link.c:346\n - 9 0x39fe3ed in wm_handler_fileselect_do /.../blender/source/blender/windowmanager/intern/wm_event_system.cc:2724\n - 10 0x39ffd56 in wm_handler_fileselect_call /.../blender/source/blender/windowmanager/intern/wm_event_system.cc:2821\n - 11 0x3a04962 in wm_handlers_do_intern /.../blender/source/blender/windowmanager/intern/wm_event_system.cc:3315\n - 12 0x3a04e0b in wm_handlers_do /.../blender/source/blender/windowmanager/intern/wm_event_system.cc:3369\n - 13 0x3a0e0ed in wm_event_do_handlers /.../blender/source/blender/windowmanager/intern/wm_event_system.cc:3963\n - 14 0x39c81bd in WM_main /.../blender/source/blender/windowmanager/intern/wm.c:640\n - 15 0x801b57 in main /.../blender/source/creator/creator.c:585\n #16 0x7fdac84b0d8f in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58\n\npreviously allocated by thread T0 here:\n - 0 0x7fdac8bf0a37 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:154\n - 1 0x1dd70a49 in MEM_lockfree_callocN /.../blender/intern/guardedalloc/intern/mallocn_lockfree_impl.c:223\n - 2 0xcd81aa in BKE_libblock_alloc_notest /.../blender/source/blender/blenkernel/intern/lib_id.c:1101\n - 3 0xcd8341 in BKE_libblock_alloc /.../blender/source/blender/blenkernel/intern/lib_id.c:1113\n - 4 0xcd9ac6 in BKE_libblock_copy_ex /.../blender/source/blender/blenkernel/intern/lib_id.c:1274\n - 5 0xcd388a in BKE_id_copy_ex /.../blender/source/blender/blenkernel/intern/lib_id.c:637\n - 6 0xd241f3 in BKE_lib_override_library_update /.../blender/source/blender/blenkernel/intern/lib_override.cc:3725\n - 7 0xd26297 in BKE_lib_override_library_main_update /.../blender/source/blender/blenkernel/intern/lib_override.cc:3840\n - 8 0x3b96f2b in library_link_end /.../blender/source/blender/blenloader/intern/readfile.cc:4526\n - 9 0x3b972ab in BLO_library_link_end /.../blender/source/blender/blenloader/intern/readfile.cc:4545\n - 10 0xbe42109 in BKE_blendfile_link /.../blender/source/blender/blenkernel/intern/blendfile_link_append.c:1283\n - 11 0x3a49c39 in wm_link_append_exec /.../blender/source/blender/windowmanager/intern/wm_files_link.c:346\n - 12 0x39fe3ed in wm_handler_fileselect_do /.../blender/source/blender/windowmanager/intern/wm_event_system.cc:2724\n - 13 0x39ffd56 in wm_handler_fileselect_call /.../blender/source/blender/windowmanager/intern/wm_event_system.cc:2821\n - 14 0x3a04962 in wm_handlers_do_intern /.../blender/source/blender/windowmanager/intern/wm_event_system.cc:3315\n - 15 0x3a04e0b in wm_handlers_do /.../blender/source/blender/windowmanager/intern/wm_event_system.cc:3369\n - 16 0x3a0e0ed in wm_event_do_handlers /.../blender/source/blender/windowmanager/intern/wm_event_system.cc:3963\n - 17 0x39c81bd in WM_main /.../blender/source/blender/windowmanager/intern/wm.c:640\n - 18 0x801b57 in main /.../blender/source/creator/creator.c:585\n - 19 0x7fdac84b0d8f in __libc_start_call_main ../sysdeps/nptl/libc_start_call_main.h:58\n\nSUMMARY: AddressSanitizer: heap-use-after-free /.../blender/source/blender/blenkernel/intern/collection.c:164 in collection_foreach_id\nShadow bytes around the buggy address:\n 0x0c2680044f80: 00 00 00 00 00 00 00 00 00 00 00 fa fa fa fa fa\n 0x0c2680044f90: fa fa fa fa fa fa fa fa 00 00 00 00 00 00 00 00\n 0x0c2680044fa0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n 0x0c2680044fb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n 0x0c2680044fc0: 00 00 00 fa fa fa fa fa fa fa fa fa fa fa fa fa\n=>0x0c2680044fd0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd[fd]fd\n 0x0c2680044fe0: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd\n 0x0c2680044ff0: fd fd fd fd fd fd fd fd fd fd fd fa fa fa fa fa\n 0x0c2680045000: fa fa fa fa fa fa fa fa fd fd fd fd fd fd fd fd\n 0x0c2680045010: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd\n 0x0c2680045020: fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd fd\nShadow byte legend (one shadow byte represents 8 application bytes):\n Addressable: 00\n Partially addressable: 01 02 03 04 05 06 07 \n Heap left redzone: fa\n Freed heap region: fd\n Stack left redzone: f1\n Stack mid redzone: f2\n Stack right redzone: f3\n Stack after return: f5\n Stack use after scope: f8\n Global redzone: f9\n Global init order: f6\n Poisoned by user: f7\n Container overflow: fc\n Array cookie: ac\n Intra object redzone: bb\n ASan internal: fe\n Left alloca redzone: ca\n Right alloca redzone: cb\n Shadow gap: cc\n==84954==ABORTING\n```\n", "Crash handling collections in a timer\nOperating system: Mac OS Monterey version 12.0.1\nGraphics card: Radeon Pro 555X 4 GB\n\nBroken 3.0.1\nbroken blender-3.2.0-alpha+master.d3b1cce4000b-darwin.x86_64-release.dmg \n\nBuilding Nodes add-on causes Blender to crash consistently when editing nodes in Building Style Editor window. I've been in communication with the author off the add-on (user name Durman on GitHub), and he has provided the script and instructions to reproduce the crash below.\nCrash log [blender.crash.txt](blender.crash.txt)\nAsan report [F12872713](T95861_asan.txt)\n\n[#95861.blend](T95861.blend)\n\n1. Open the attached file\n4. Push execute button of the text editor\n5. Wait until the crush\n\n", "Crash When Adding Hair Subdivision upon Viewer node\nOperating system: Windows-10-10.0.17134-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 970M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 466.11\n\nBroken: version: 3.4.0 Alpha\nWorked: Never\n\nCaused by: c55d38f00b\n\n![image.png](image.png)\n\nAdding hair subdivision will cause crash immediately when you are using viewer node to visualize field values in the viewport.\nNote no crash will occur if the viewer node is inactive.\n\n[Hair Crash.crash.txt](Hair_Crash.crash.txt)\n\n1. select default cube\n2. shift+A to add empty hair\n3. in the node tree add viewer node.\n4. Crash if adding subdivision\n[Hair Crash.blend](Hair_Crash.blend)" ]
[ "Library Override: Lots of operators allow to add objects to overridden collections, which is not currently supported (lost on save)\nOperating system: Windows-10-10.0.18362 64 Bits\nGraphics card: GeForce GTX 1060 3GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.86\n\nBroken: version: 2.81 (sub 15)\nWorked: (optional)\n\n* Open file OverrideTestD which contains a linked collection with a library override from OverrideTestC\n* Select one of the overrided collections in the outliner\n* In the viewport add a new cube\n* Save and reload, new added cube is gone.\n\n[overridetestD.blend](overridetestD.blend)\n\n[overridetestC.blend](overridetestC.blend)\n" ]
Cuda Kernel Lib 5.0 Rendering in Blender Testbuild 2.71 is two times slower than Cuda 5.0 Rendering in Blender 2.70 why? Operating system and graphics card Intel i5 3350 8GB RAM Nvidia 750Ti OC 2GB VRAM Broken: (example: 2.71 c56bbcc, see splash screen) Worked: (optional) Blender Cycles is rendering two times faster in the older Cuda Kernel 5.0 Version? Blender Version 2.70 - 19e627c Why? The Cycles Cuda Kernel 5.0 Support in the Testbuild 2.71 version is two times slower.. that is unacceptable! Based on a (as simple as possible) attached .blend file with minimum amount of steps
[ "Rendering animation freezes with particle system\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40\n\nBroken: version: 2.91.2\nWorked: 2.83LTS (not sure, this is said in most of the comments)\n\nI am trying to render out an animation based on the CGBoost Blender Launchpad Tutorial. Every time I try to render, it will render around 50-400 frames and then it will just stop rendering new frames. My CPU usage goes straight up to 100% when that happens and my GPU usage drops down to 0%. The Blender UI is still responsive, it is just that the render seems to get stuck on a frame. If I cancel the render, then Blender becomes totally unresponsive and I have to force quit via the Task Manager.\n\nIssue happens in both EEVEE and Cycles\n\n**Workarounds (picked up from comments)**\n- Render animation from command line\n- Check lock interface: {nav Render > Lock interface}\n\n1. Open attached Blend file \n2. Press Ctrl-F12 to render out animation.\n3. Wait for render to freeze on a frame. This can happen within the first few frames or after 400-500 frames. It seems random.\n4. Examine CPU and GPU usage.\n\n[Blender Launchpad.blend](Blender_Launchpad.blend)\n[ING BG.blend](ING_BG.blend) (File provided by @Megaseppl: #85267#1122053)", "VSE 2.0: Proxy system\nIn order to improve performance it is useful to enable building proxies for added movie and image strips by default.\nEven with highly optimized ffmpeg implementation, some video files are not encoded for good scrubbing performance.\n\nUI can be simplified to use fractional sizes only (from 25% to 100%) with option to use proxies globally\nProxies will be built for current preview size. When preview size is changed, proxies will be built to new size.\n\nProxy building is very slow and doesn't use all available CPU resources. This should be optimized.\n\nMovies are expected to have alpha channel, but images are often used for compositing. Here it would be better to use disk cache instead of proxy system. This is also necessary to preserve colorspace of the source.\n\nTODO:\n- [x] Simplify UI for using proxies\n- [x] Automatic proxy building for added strips\n- [x] Automatic building when changing preview size\n\n- [x] Optimize proxy building speed\nHere we may need to use more complicated workflow than just enable multithreading as there may be other limitations on ffmpeg side. Goal is to use as much system resources as possible to do transcoding. So this is more related to proxy task than ffmpeg task.\n\n- [ ] Add job for building disk cache\n- [ ] Use Disk cache for image strips instead of proxies\n- [ ] Use faster compression method for disk cache, gzip is not multithreaded\n- [ ] Make sure disk cache has similar performance as proxies", "Blender performance under Linux is flakey ( on my system? )\nHi,\n\nI was hesitant to report this, because I don't really know if it is a bug or if something is wrong with my system, but I've tried almost every trick I know to get it working right and something is still not as it should be.\n\nWhen running Blender on Linux and doing some sculpting, the system begins to lag. It will take a couple of seconds for the cursor to keep up with the mouse and generally everything runs slowly. This is with a simple scene with one object and 600.000 faces, when trying to quit Blender it will hang for about two to three minutes pegging one CPU at 100%. Switch from object to sculpt mode also takes quite a while. \n\nWhen running the exact same file on my Windows installation ( dual boot ) everything is snappy and behaves like it should. On my Linux installation I have a VM that has a GPU passed through to it and that also works as it should ( same file ), this has made me startup the VM within Linux and use that for sculpting because it is much faster, which is a bit weird.\n\nAMD ThreadRipper 1950X\nAsrock Taichi \n32GB RAM\nGeforce 1080GTX TI\nGeforce 1080GTX\nnvme boot drive ( Windows and Linux each have their own drive, the VM resides on the Linux drive )\n\nWindows VM:\n6 cores\n8GB RAM\nVirtio harddisk\nAbove mentioned Geforce 1080GTX passed through using KVM,.\n\nSoftware:\nWindows 10 FCU ( VM )\nWindows 10 ( Dual boot )\nKUbuntu 17.10 Tried drivers: Nouveau, Nvidia 384, 390, 396.\nUbuntu 17.10 ( fresh install different drive )\n\nFor Linux I've tried kernels: 4.13 up to 4.14. \nOn Windows: Blender 279a both for the VM and the dualboot\nLinux: Blender 279a, 279b, the latest built of 279 of April 24 and Blender 280 also April 24. \n\nSculpting lags in Linux, Windows is fine on the same hardware.\n\nOn Linux just open the file, do some sculpting and it begins to lag, try to close Blender and one CPU will be pegged for 100% for about 4 minutes. On Windows sculpt some, everything is snappy close Blender without saving ( it prompts ) but closes immediately.\nI've included the file ( compressed with 7zip )[Dolphin.7z](Dolphin.7z)\n", "Alpha bug on Principaled BSDF with GPU\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA RTX A2000 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.92\n\nBroken: version: 3.2.1\n\nDecreasing alpha makes material black in the Principaled BSDF shader when using GPU compared to CPU \n\n\n\n - Decrease \"Alpha\" on the Principaled BSDF shader\n - Change to device to either \"GPU Compute\" or \"CPU\" \n - Adjust alpha value to discern difference if not apparent when switching Device property\n\n\n**Notes**\nCPU appears to work correctly with this value, it's only on GPU on my machine that causes alpha to make the material black. Bug appears in rendered images too and not just viewport, and is present in both CUDA and Optix. \n\nMake my alpha 0% if duplicate.\n\n[Blender GPU Alpha Bug.blend](Blender_GPU_Alpha_Bug.blend)", "After updating the video card drivers to 20.11.2, interface artifacts appeared.\n{[F9329300](Снимок_экрана_2020-11-19_212921.png)}Operating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: Radeon RX 590 Series ATI Technologies Inc. 4.5.14757 Core Profile Context 20.11.2 27.20.14501.18003\n\nBroken: version: 2.83.9\n\nMultiple artifacts can appear [see merged reports and see below]\n\n\n| ![bbug_3.png](bbug_3.png) |![unknown.png](unknown.png)|![image.png](https://archive.blender.org/developer/F9526216/image.png)|\n| -- | -- | -- |\n\nAfter updating the video card drivers to 20.11.2, interface artifacts appeared\nPossible workaround: downgrade GPU driver\n\nWe had more user state that enabling Render Properties > Performance > High Quality Normals avoids the drawing issues with Eevee.", "High Resolution Render support\nSome fields needs to be able to output really high resolution renders out of EEVEE.\n\nFor now, we just try to allocate the asked buffer size and live with the consequence.\n\nMost GPU have a limit of 16K² texture resolution and some really high renders could not fit GPU memory in some cases.\n\nTo workaround this issue, we need to implement a multipass rendering.\n\nThe issue with this approach is that Screen Space effects (GTAO, SSR, SSRefract, SSSubSurfaceScattering) cannot take the whole picture into account.\n\nWe can split the rendering into tiles, scanlines, checkerboard pattern but the artifacts of SS effects will likely to be different for each", "Blender editing performance with many datablocks\n**Status:** 1st milestone almost complete, need final optimizations.\n\n---\n**Team**\n**Commissioner:** @brecht \n**Project leader:** @mont29\n**Project members:** @ZedDB \n**Big picture:** In heavy scenes, new features in Blender 2.8x are making the inherently linear (`O(N)`), when not quadratic (`O(N²)`), complexity of most operations over data-blocks more problematic than in 2.7x era. The general goal is to bring those operations back to a constant (`O(1)`) or logarithmic (`O(log(N))`) complexity.\n\n**Description**\n**Use cases:**\n*Need specific test cases.*\n* Undo changes in object mode in a heavy scene.\n* Undo changes in pose mode in a heavy scene.\n* Duplicating objects in a heavy scene.\n* Adding many objects in a scene.\n\n*Note:* There are two types of “heavyness” in scenes (that can be combined of course):\n * Scenes that have many objects and/or collections.\n * Scenes that have very heavy geometry, either in the geometry data itself, or generated from modifiers like subdivision surface.\n\n**Design:**\n # Dependency graph should not have to re-evaluate objects that did not change.\n ** This is mainly a problem currently during global undo, as all data-blocks are replaced by new ones on each undo step.\n # Handling naming of data-blocks should be `O(log(N))` (it is currently close to `O(N²)`, or `O(N log(N))` in best cases).\n **This will require caching currently used names.*** We will probably also have to handle smartly the numbering in that cache, if we really want to be efficient in typical “worst case” scenarii (addition of thousands of objects with same base name e.g.).\n - Caches/runtime data helpers should be always either:\n - Lazily-built/updated on-demand (code affecting related data should only ensure that the 'dirty' flag is set then).\n *** This approach can usually be easily managed in a mostly lock-less way in a threaded context (proper locking is only needed when actually rebuilding a dirty cache).\n ## Kept valid/in sync all the time (code affecting related data should take care of updating it itself, code using the cache can always assume it is valid and up-to-date).\n ***Such cache should be easy to incrementally update (it should almost never have to be rebuilt from scratch).****This implies that the cache is highly local (changes on a data-block only ever affect that data-block and a well-defined, easy to reach small number of “neighbors”).*** In general keeping this kind of cache valid will always be harder and more error-prone than approach #A.\n *** This approach often needs proper complete locking (mutexes & co) in a threaded context.\n \n *Note: The ViewLayer's collections/objects cache e.g. currently uses the worst mix of #A and #B - it is always assumed valid, but updating it requires a complete rebuild from scratch almost all the time.*\n\n *Note: Approach #B is usually interesting only if a complete rebuild of the cache is **very** costly, and/or if the cache is invalidated very often while being used.*\n\n**Engineer plan:** `-`\n\n**Work plan**\n\n**Milestone 1 - Optimized per-datablock global undo**\nTime estimate: `6 months`\n\n* Re-use as much as possible existing data, and try to swap newly read (modified) data to the original memory, during 'memfile' undo step. Updating the depsgraph should then be much less work.\n** #60695 (Optimized per-datablock global undo)\n** [D6580: WIP/Demonstration patch about undo speedup project.](D6580)\n\n**Milestone 2 - Lazy collection synchronizations**\nTime estimate: `1 month`\n* Fix view layer collection syncing (to not require looping over all objects, or to be ran much less often...).\n** #73411 (Fix ViewLayers cache building)\n\n**Milestone 3 - Data-blocks management performances with many of them**\nTime estimate: `5 months`\n\n# Investigate how to best handle naming conflicts issues.\n**Most obvious idea would be store all used base-names in a GHash (one per ID type), along with used indices. Needs further design though.** #73412 (Improve name conflict handling in ID management)\n# Investigate the best way to cache bi-directional relationships info between data-blocks.\n**We already have a start of this with `BKE_main_relations_create()` & co, but it is heavily under-used and needs better design to be usable more widely.** #73413 (Cache data-block relationships info )\n# Fix/Improve handling of the Bone pointers (which are sub-data of `Armature` ID) stored in poses (which are sub-data of `Object` ID).\n**Ideally such horrible pointers should not exist ever. They are a very solid recurrent source of bugs in Blender.** Not sure how to best deal with them, at the very least we could add some generic ID API to ensure those kind of caches are up-to-date?\n\n\nSee also #68938 (Blender editing performance with many datablocks).\n\n**Later**\n\n* Dependency graph rebuild to be `O(1)` or `O(log(N))` (it is also `O(N)` at the moment). *???? would assume linear would already be nice performance for such a code?*\n\n**Notes:** -\n\n---\n", "Hair particle distribution can be extremely slow\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: Quadro RTX 3000/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 452.96\n\nBroken: version: 2.93.4\nWorked: ?\n\nDepending on the mesh topology, the particule distribution can be extremely slow (render time varying from 9 seconds to 94 seconds for the same number of particles).\n\nFrom my understanding while debugging the source code, most of the time is spent in particle distribution : `BLI_qsort_r` function called by `psys_thread_context_init_distribute` function.\n\nThis is done in the section which states :\n```\n/* For hair, sort by origindex (allows optimization's in rendering), */\n/* however with virtual parents the children need to be in random order. */\n```\n\nIt seems that here, `BLI_qsort_r` hits the worst case O(n²) complexity case, which can happen depending on the input value distribution (see https:*research.swtch.com/qsort or http:*calmerthanyouare.org/2014/06/11/algorithmic-complexity-attacks-and-libc-qsort.html for more information)\n\n1. Open the attached blend file [quadratic_qsort.blend](quadratic_qsort.blend).\n2. Render the image (9 seconds on my machine)\n3. Disable or remove the subdivision modifier on the selected 'Rug' object\n4. Render the image (94 seconds on my machine)\n", "Blender 3.5.0 Win11 RTX3090 Fatal Crash on activating Cycles\n@deadpin thanks for replying.\n\nDriver Version: 31.0.15.3161 (NVIDA 528.24) DCH Win1164 installed\n\nCycles now working without issue thank u.\n\n_Originally posted by @Jaymi-McManus in /blender/blender/issues/106953#issuecomment-923094_\n\n>>>>>\n\nUpdate: \n\n1. Closed the ticket too soon, after adding some simple color, specular, metallic, changes in BSDF and then navigating between layout and other tabs, fatal crash occurs again\n\n2. Updated NVIDIA drivers to 31.0.15.3161 (NVIDIA 531.61) DHC / Win11 64 the issue still persists\n\nUpdate logs attached.", "2.83 3D viewport performance\nOperating system: Ubuntu 20.04 LTS\nGraphics card: Mesa DRI Intel(R) HD Graphics 4600 (HSW GT2), version: 4.5 (Core Profile) Mesa 20.0.4\n[system-info.txt](system-info.txt)\n\nBroken: 2.83\nWorking: 2.82\n\nProblem seen in Workbench, Wireframe and Eevee.\nViewport performance it's really bad, I'm moving around just the initial cube scene at 15-20 Fps, older Blender versions movement is perfectly smooth.\nNo matter the scene/blend file, 2.83 offers worse viewport movement performance compared to older versions,\nIt's important to mention that only the viewport movement is being affected by this performance drop, everything else including rendering works smooth as butter just like older versions or even better. Splitting up the scene in windows kinda fixes this problem.", "Crash using get_devices_for_type() to choose cycles device with python\nOperating system: Ubuntu 20.04.1 LTS\nGraphics card: GTX 1070 + GTX 1070 + GTX 1050 Ti, NVIDIA 440.100\n\nBroken: 2.91.0 nightly, Commit date: 2020-10-19 22:48, Hash ea4d28aea034\nWorked: 2.83.7\n\nThis is a follow-up of #81520. Commit 1001adb500 fixes get_devices() but get_devices_for_type() remains broken. As previously something about the combination of OPTIX and OPENCL messes up the CUDA devices. Also I have since discovered that by changing the order getting OPTIX devices can mess with OPENCL devices.\n\nThis may be an issue specific to multi-gpu systems. I am willing to reconfigure hardware to help test if needed.\n\n\n```\nblender --factory-startup --python-expr \"import bpy; \\\n cuda_devices = bpy.context.preferences.addons['cycles'].preferences.get_devices_for_type('CUDA'); \\\n optix_devices = bpy.context.preferences.addons['cycles'].preferences.get_devices_for_type('OPTIX'); \\\n opencl_devices = bpy.context.preferences.addons['cycles'].preferences.get_devices_for_type('OPENCL'); \\\n cuda_devices[0].use = True\"\n```\n\nor\n```\nblender --factory-startup --python-expr \"import bpy; \\\n cuda_devices = bpy.context.preferences.addons['cycles'].preferences.get_devices_for_type('CUDA'); \\\n opencl_devices = bpy.context.preferences.addons['cycles'].preferences.get_devices_for_type('OPENCL'); \\\n optix_devices = bpy.context.preferences.addons['cycles'].preferences.get_devices_for_type('OPTIX'); \\\n cuda_devices[0].use = True\"\n\n```\n\n**More information:**\nIt seems like something is overwriting something else. Are these device locations supposed to be inter-related across types? Perhaps this can help. Consider the _different_ CUDA and OPENCL devices for the CPU at 0x7fa3700c8088 and 0x7fa370412188 respectively in the first example. In the second example below the single device at 0x7f72950c8088 is both the **CUDA and OPENCL** device. Which behavior is correct? (And does any of this potentially indicate other issues?)\n\nMy output (formatted)\n```\nblender --factory-startup --python-expr \"import bpy; \\\n cuda_devices = bpy.context.preferences.addons['cycles'].preferences.get_devices_for_type('CUDA'); \\\n print('CUDA devices before getting anything else', cuda_devices); \\\n optix_devices = bpy.context.preferences.addons['cycles'].preferences.get_devices_for_type('OPTIX'); \\\n print('CUDA devices before getting OPENCL devices', cuda_devices); \\\n print('OPTIX devices before getting OPENCL devices', optix_devices); \\\n opencl_devices = bpy.context.preferences.addons['cycles'].preferences.get_devices_for_type('OPENCL'); \\\n print('CUDA devices after getting OPENCL devices', cuda_devices); \\\n print('OPTIX devices after getting OPENCL devices', optix_devices); \\\n print('OPENCL devices', opencl_devices); \\\n cuda_devices[0].use = True\"\n\nCUDA devices before getting anything else [\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1070\") at 0x7fa3700c7f08>,\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1070\") at 0x7fa3700c7f88>,\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1050 Ti\") at 0x7fa3700c8008>,\n <bpy_struct, CyclesDeviceSettings(\"AMD Ryzen 9 3900X 12-Core Processor\") at 0x7fa3700c8088>\n]\nCUDA devices before getting OPENCL devices [\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1070\") at 0x7fa3700c7f08>,\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1070\") at 0x7fa3700c7f88>,\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1050 Ti\") at 0x7fa3700c8008>,\n <bpy_struct, CyclesDeviceSettings(\"AMD Ryzen 9 3900X 12-Core Processor\") at 0x7fa3700c8088>\n]\nOPTIX devices before getting OPENCL devices [\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1070\") at 0x7fa370412208>,\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1070\") at 0x7fa370412288>,\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1050 Ti\") at 0x7fa370412308>\n]\nCUDA devices after getting OPENCL devices [\n <bpy_struct, CyclesDeviceSettings(\"\") at 0x7fa3700c7f08>,\n <bpy_struct, CyclesDeviceSettings(\"\") at 0x7fa3700c7f88>,\n <bpy_struct, CyclesDeviceSettings(\"\") at 0x7fa3700c8008>,\n <bpy_struct, CyclesDeviceSettings(\"\") at 0x7fa3700c8088>\n]\nOPTIX devices after getting OPENCL devices [\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1070\") at 0x7fa370412208>,\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1070\") at 0x7fa370412288>,\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1050 Ti\") at 0x7fa370412308>\n]\nOPENCL devices [\n <bpy_struct, CyclesDeviceSettings(\"AMD Ryzen 9 3900X 12-Core Processor\") at 0x7fa370412188>\n]\nWriting: /tmp/blender.crash.txt\nSegmentation fault (core dumped)\n```\nand\n```\nblender --factory-startup --python-expr \"import bpy; \\\n cuda_devices = bpy.context.preferences.addons['cycles'].preferences.get_devices_for_type('CUDA'); \\\n print('CUDA devices before getting anything else', cuda_devices); \\\n opencl_devices = bpy.context.preferences.addons['cycles'].preferences.get_devices_for_type('OPENCL'); \\\n print('CUDA devices before getting OPTIX devices', cuda_devices); \\\n print('OPENCL devices before getting OPTIX devices', opencl_devices); \\\n optix_devices = bpy.context.preferences.addons['cycles'].preferences.get_devices_for_type('OPTIX'); \\\n print('CUDA devices after getting OPTIX devices', cuda_devices); \\\n print('OPENCL devices after getting OPTIX devices', opencl_devices); \\\n print('OPTIX devices', optix_devices); \\\n cuda_devices[0].use = True\"\n\nCUDA devices before getting anything else [\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1070\") at 0x7f72950c7f08>,\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1070\") at 0x7f72950c7f88>,\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1050 Ti\") at 0x7f72950c8008>,\n <bpy_struct, CyclesDeviceSettings(\"AMD Ryzen 9 3900X 12-Core Processor\") at 0x7f72950c8088>\n]\nCUDA devices before getting OPTIX devices [\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1070\") at 0x7f72950c7f08>,\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1070\") at 0x7f72950c7f88>,\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1050 Ti\") at 0x7f72950c8008>,\n <bpy_struct, CyclesDeviceSettings(\"AMD Ryzen 9 3900X 12-Core Processor\") at 0x7f72950c8088>\n]\nOPENCL devices before getting OPTIX devices [\n <bpy_struct, CyclesDeviceSettings(\"AMD Ryzen 9 3900X 12-Core Processor\") at 0x7f72950c8088>\n]\nCUDA devices after getting OPTIX devices [\n <bpy_struct, CyclesDeviceSettings(\"\") at 0x7f72950c7f08>,\n <bpy_struct, CyclesDeviceSettings(\"\") at 0x7f72950c7f88>,\n <bpy_struct, CyclesDeviceSettings(\"\") at 0x7f72950c8008>,\n <bpy_struct, CyclesDeviceSettings(\"\") at 0x7f72950c8088>\n]\nOPENCL devices after getting OPTIX devices [\n <bpy_struct, CyclesDeviceSettings(\"\") at 0x7f72950c8088>\n]\nOPTIX devices [\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1070\") at 0x7f7295420108>,\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1070\") at 0x7f7295420188>,\n <bpy_struct, CyclesDeviceSettings(\"GeForce GTX 1050 Ti\") at 0x7f7295420208>\n]\nWriting: /tmp/blender.crash.txt\nSegmentation fault (core dumped)\n```\n", "GPU Subdivision slows down in Sculpt mode, Weight paint mode.\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 522.30\n\nBroken: version: 3.3.1\n\nGPU Subdivision slows down the work in Sculpt mode and Weight paint mode\n\n1. Turn on the GPU Subdivision.\n2. Enable the subdivision surface modifier on the model.\n3. Try to do something in Sculpt mode, Weight paint mode.\n4. Turn off the GPU Subdivision and follow step 3.\n\nWith GPU Subdivision enabled, the Sculpt mode and Weight paint mode tabs work much slower.\nIf it can't be fixed, then it would be logical for GPU Subdivision not to be enabled on these tabs.\n\nAt the same time, the GPU Subdivision works correctly in Object mode.\n", "Cycle crash\n[System Information](https://projects.blender.orgattachment)\n\nBlender version: 3.4.1\n\nCrash when switching from Material Preview to Rendered in Viewport Shading and GPU Compute was set for Cycles. In CPU mode it's OK.\n\n\nOpen project.\nSelect CPU in Cycles settings.\nSwitch from Material preview to Rendered in Viewport shading.\nNow it works.\nChange to GPU Compute in Cycles settings.\nCrash...\n\n", "Cycles HIP device crash on rendering on latest AMD Adrenaline Driver\nOperating system: Windows 11 Pro for Workstation\nGraphics card: AMD Radeon RX 6750XT (Driver: AMD Adrenaline 23.7.1, 23.7.2 23.8.1 23.9.1)\n\nBroken: 3.6.1 LTS (On latest driver)\nWorked: 3.6.1 LTS (On old driver: AMD Adrenaline 23.5.2)\n\nAfter synchronizing objects, Blender crash\nBut render the default cube scene Blender works well even using 23.7.1 driver\n\nBased on the default startup or an attached .blend file (as simple as possible).\nScene is from Blender official demo file: \nbarbershop_interior/\nCrash log file: \n\n", "Approach Faster Animation Playback\nThe Faster Animation Playback second milestone consist out of non-functional requirements. This document will describe the steps we want to follow to execute that milestone.\n\n## Goal\n\nThe goal of the second milestone of #68908 (Faster Animation Playback) is to increase the playback performance when using Blender as an animator by optimizing the current weaknesses. As viewport rendering and viewport playback are very tight related most changes will impact both of them and all changes should be tested to both use cases.\n\n## Approach\n\n### Phase 0: Preparation\n\n* Select several production scenes that will be used as benchmark (@Hjalti)\n** Scenes from different productions with different rigs and different sizes.\n* Modify blender to profile what is happening during animation playback. (@Jeroen-Bakker \n**Depedency Graph: Depedency Graph has a detailed profiler. Just need to check if it is sufficient.** Draw Manager: Draw manager already has a detailed profiler. We might want to add small changes (for example separate mesh_extraction from preparation) \n** Other: We should keep track of the rest of the time (not inside the Dependency graph/Draw manager) to detect balance shifts in performance\n* Create an automated test that records the timings in a database so we could compare the results and make decisions (@Jeroen-Bakker)\n* Document the hardware/OS's for the benchmark that will be used\n* Perform a base benchmark\n\n### Phase 1..n: Performance Cycle\nWhen doing performance test you do a single change at a time and monitor what that change does to the whole system. To make a change we suggest the next approach\n* Find the current weakest area\n* Do one or more prototypes to solve the weakest link\n* Select the solution.\n* Create design (mention the other solutions as alternatives) and implement the solution.\n* User test the chosen solution. (@Hjalti) \n* Codereview and merge to master.\n\nOnly after we complete a full cycle we can start with the next cycle. We continue this until we reached a workable performance or the year has ended.\n\n\n## Concerns\n\nThis approach tends to be too narrow focused when looking for solutions. When looking for solutions we should keep in mind to look at the whole picture and not limit the solution to the area in focus.\n\n## Known areas of improvement\n\nThis section contains a collection of known issues that we might want to tackle during the project\n\n* DrawManager mesh extraction uses a task pool per mesh. When two meshes needs to be updated for a frame it happens in serial.\n* Blender's task pool has been setup originally for long running background processes. It is currently used for tasks of all sizes.\n* Better select the frame ranges that needs to be updated for motion curves.\n* VSE/Graph editor dependencies. (ref play in active area)\n\n" ]
[ "Cycles: CUDA renderings are approximately 30% slower in 2.71-testbuild1\nWindows 7, x64, gtx 580, nvidia drivers 332.21\n\nBroken: 2.71-testbuild1\nWorked: 2.70a\n\nCycles is approximately 30% slower when rendering in 2.71 compared to 2.70\n\nI used the Mike Pan benchmark (modified, find attached the version i used), rendered via commandline with the command blender -b BMW-MikePan.blend -o C:\\tmp\\ -f 1\n\n2.70a rendered in 55 seconds\n2.71 rendered in 73 seconds\n\nThis is consistent with real world scenes.\n\nI am unable to pinpoint exactly down where it happened but somewhere between revision 25ad7b4 and revision cc439f6\n\n\n[BMW1M-MikePan.blend](BMW1M-MikePan.blend)" ]
Geometry Nodes : Crash when connecting point distribute to output Operating system: Linux Ubuntu Graphics card: RTX 2070 Broken: Blender 2.93.0, Commit date: 2021-02-11 07:16, Hash 8f707 a72e818 // with default config When adding point distribute with subdivision surface, it crash [blender.crash.txt](blender.crash.txt) Add a geometry node modifier, add a subdivision surface node, then add a point distribute and try to connect to input / output as shown in the video below [Screencast 2021-02-11 10:00:13.mp4](Screencast_2021-02-11_10_00_13.mp4)
[ "Geometry Nodes: viewer node and output geometries are shown together in Cycles render preview\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: Radeon RX 570 Series ATI Technologies Inc. 4.5.14800 Core Profile Context 22.5.1 30.0.15021.11005\n\nBroken: version: 3.4.0 Alpha\nWorked: n/a\n\n![ViewportPrivewCycles.png](ViewportPrivewCycles.png)\n\nThe output geometry should not be shown when viewport preview in Geometry Nodes is active. But it's shown in Cycles render preview.\n\n[ViewportPrivewCycles.blend](ViewportPrivewCycles.blend)\n", "Skin modifier does not work on meshes created from scratch during evaluation (primitives, etc.)\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.11\n\nBroken: version: 3.0.0 Alpha\nWorked: NA\n\nSkin Modifier does not work with Geometry Nodes Mesh Primitives, see attached blend file.\n\nOpen attached file, note that Skin Modifier has no effect.\n\n[GN_skin_modif_bug.blend](GN_skin_modif_bug.blend)\n", "Cycles GPU CUDA rendering high number of points seems broken in LTS (main is fine, request for backport)\nOperating system: Linux-5.15.0-58-generic-x86_64-with-glibc2.31 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 515.86.01\n\nBroken: version: 3.3.3\nWorked: latest 3.5 alpha\n\nRendering point \"clouds\" with Cycles - CUDA seems to make some chunks of points disapear randomly\nThis looks like this has been fixed in 3.5, but i didn't find when. Can this be fix in LTS ?\n\nDelete the default cube and add a plane\nAdd a Geonode Modifier on that plane\nDistribute Points on Faces > Density : 250'000\nSet Point Radius > 0.0025 (for convenience)\n![bugreportGEONODE.png](bugreportGEONODE.png) \nSwitch to Cycles, GPU\nSwitch the render device to CUDA\n\nResults with :\n\n| ![bugreportCPU.png](bugreportCPU.png) CPU | ![bugreportCUDA.png](bugreportCUDA.png) CUDA | ![bugreportOPTIX.png](bugreportOPTIX.png) OPTIX\n| -- | -- | -- |\n\n\n\nBug is visible in both viewport shading and Render.\n\n", "Blender becomes unstable/crashes after using \"Reload Scripts\" if using any \"ShaderNodeCustomGroup\" nodes.\nOperating system: Windows 10\nGraphics card: NVIDIA\n\nBroken: 2.81\n\nIf you manipulate a \"ShaderNodeCustomGroup\" node after having used the \"Reload Scripts\" operator (F8) Blender will become unstable.\n\nAttached is a small addon that implements a minimal custom node group.\n1. Enable the addon and switch to the shader editor.\n2. Create the custom node (Add->Test Category->TestNodeCustomGroup)\n3. Trigger 'Reload Scripts' (F8 key).\n4. Adjust the color input of the custom node.\n5. Repeat steps 3/4 until you crash (usually crashes on first or second try for me)\n[node_custom_test.py](node_custom_test.py)", "crash when i try to make instances real for nodes\nhi , in attached files all info about the crash , its when i try to make instances real for nodes modifier addon scifi pro + flex\nso can i fix it ?\n\n", "Geometry Nodes: Evaluate node tree for get dependencies\n/ in a progress /", "Writing to 8 bit integer \"enum\" attributes in geometry nodes\nThis is needed to make writing `curve_type`, `normal_mode`, and other curve attributes work properly. There are two potential approaches:\n- Allow writing `int32_t` values as `int8_t` attributes transparently.\n - This is inconsistent with the way we handle byte colors and other types currently.\n- Add a `8 Bit Integer` mode to the store named attribute node\n - This should probably be done anyway\n - It's a little less intuitive, since it doesn't \"just work\"\n - It also doesn't solve writing with the modifier output attributes\n\nThere is also the problem of clamping the written values when they are out of range of the enum.", "Adding NodeGroupInput node with NodeSocketImage input to CompositorNodeTree causes Bad Access crash\nOperating system: macOS 12.3.1 (21E258)\nGraphics card: `Apple M1`\n\nBroken: 2.93.10, 3.1.0, 3.1.2, 3.2.1\n\n\nAdding both a `NodeGroupInput` node and a `NodeSocketImage` socket to a `CompositorNodeTree`'s input causes a crash upon entering the group view of the node.\n\n\nOpen a fresh Blender instance\n\nRun the following python commands:\n\n```\ngroup = bpy.data.node_groups.new(\"test\", \"CompositorNodeTree\")\ngroup.inputs.new(\"NodeSocketImage\", \"image\")\ngroup.nodes.new(\"NodeGroupInput\")\n```\n\nOrder of the last two commands does not matter.\n\nOpen up your compositing node graph and enable \"Use Nodes\" if you haven't already.\n\nGo to Add->Group->test\n\nThe application crashes immediately with the following error summary\n\n```-------------------------------------\nTranslated Report (Full Report Below)\n-------------------------------------\n\nProcess: Blender [83447]\nPath: /Applications/Blender3.1.2.app/Contents/MacOS/Blender\nIdentifier: org.blenderfoundation.blender\nVersion: 3.1.2 (3.1.2 2022-04-01)\nCode Type: ARM-64 (Native)\nParent Process: launchd [1]\nUser ID: 501\n\nDate/Time: 2022-05-14 23:55:57.0678 -0700\nOS Version: macOS 12.3.1 (21E258)\nReport Version: 12\nAnonymous UUID: FFD4E34D-780E-1ED3-65BE-8567CF743554\n\nSleep/Wake UUID: DF7F69BF-5C10-4E9C-8649-79686FC1C136\n\nTime Awake Since Boot: 140000 seconds\nTime Since Wake: 5503 seconds\n\nSystem Integrity Protection: enabled\n\nCrashed Thread: 27\n\nException Type: EXC_BAD_ACCESS (SIGABRT)\nException Codes: KERN_PROTECTION_FAILURE at 0x0000000101784ddc\nException Codes: 0x0000000000000002, 0x0000000101784ddc\nException Note: EXC_CORPSE_NOTIFY\n\nVM Region Info: 0x101784ddc is in 0x100e48000-0x10a7dc000; bytes after start: 9686492 bytes before end: 151351843\n```\n REGION TYPE START - END [ VSIZE] PRT/MAX SHRMOD REGION DETAIL\n UNUSED SPACE AT START\n```\n - > __TEXT 100e48000-10a7dc000 [153.6M] r-x/r-x SM=COW ...MacOS/Blender\n```\n __DATA_CONST 10a7dc000-10ada8000 [ 5936K] r--/rw- SM=COW ...MacOS/Blender\n```", "Geometry Nodes: Simulation and Repeat nodes is work though they are muted\nBroken: version: 4.0.0 Alpha\nWorked: Never.\n\n![image](attachment)\n\n1. Geometry Nodes tree:\n a. Add Simulations nodes.\n b. Mute both.\n2. Play animation.\n\n", "Node Tools Overview\n## Background\nWith node group assets becoming more prevalent and geometry nodes becoming essential\nfor manipulating geometry in Blender, we want to add the ability to implement operators\nwith geometry node groups.\n\nRelevant node groups would need a geometry input and output, and could have other inputs (and possibly outputs), with similar mappings as the geometry nodes modifier.\n\nAdditionally, specific inputs could be marked as editable modally, for example, a \"Factor\" input could be controlled by moving the mouse cursor left or right.\n\nThe specific data design still needs to be settled on (i.e. is the node group an operator, or does an operator reference a node group?).\n\n## Design\n- The node group itself is the operator asset\n- Geometry nodes gets new input nodes\n\t- Selection\n\t- Mouse coordinates\n - View transform\n - 3D cursor location\n - etc.\n- Geometry node groups with these input nodes can only be used as operators\n\t- This design is similar to the shared node groups between shader and geometry nodes, for example.\n- The group outputs are used to adjust the output geometry\n\t- The geometry output will adjust the \"active\" geometry\n - We _might_ need to store a specific mapping for outputs, but relying on the name is a start\n- The project is \"completely finished\" when any existing edit mode operator could be implemented with nodes\n\n## Implementation\n\n_Organized by priority in each category_\n\n### 4.0 Targets\n\n_Changes needed to move the feature out of experimental and enable it in the release_\n\n- [x] Initial basic feature for curves sculpt mode e4cc91a6113f14418b5d8f2a0aace252dc3949d8\n- [x] Allow controlling which modes assets are available in fd9d22ba57d75b278a0350492c5eab2d39d39070\n- [x] Update 3D view menus dynamically (avoid need to restart Blender) cc83951951efc28411960d950435224e8d06606c\n- [ ] Make object info node geometry output work properly\n- [x] #111529 Show menus for unassigned node group assets d2d4de8c710c4e8e648a86f904e6436133664836\n- [x] Tool specific nodes\n - [x] Selection input e3e6fb8ecf8252344e9bfc9dc255bf7f722aa5f0\n - [x] Set selection e3e6fb8ecf8252344e9bfc9dc255bf7f722aa5f0\n - [x] 3D cursor e3e6fb8ecf8252344e9bfc9dc255bf7f722aa5f0\n - [x] Sculpt face sets input e3e6fb8ecf8252344e9bfc9dc255bf7f722aa5f0\n- [ ] Node group inputs displayed in the redo panel\n - [x] Initial input drawing bc393c403325c956ec4e83eeb072a9bdb2e7824d\n - [x] Display node group name in panel title f0467b4615b366f34f0daae81ef717c342e8f520 ee1ee584ded3b76fdd9b661244274af850b08fa9\n - [ ] Add attribute search\n - [x] Don't draw redo panel when there are no inputs c59d998ce524e37c2449694602fb6d57b6d292fa\n- [x] #111523 Improved default traits b4dc16f32d92a2fbc140abfe6eb438ff11b5d5e8\n- [ ] #111524 Finalize trait popover locations\n- [ ] Add support for evaluating output attributes\n- [x] Shortcut support 65591b2c8cc83b024bc0a283bae1bbeb7ee85132\n- [x] Quick favorite support 65591b2c8cc83b024bc0a283bae1bbeb7ee85132\n- [ ] #111526 Filter data-block selector based on tool/modifier option #112389\n- [ ] Publish the user manual\n\n### Polishing\n\n_Not necessarily required for a release in main_\n\n- [ ] Show visual difference for tool nodes in modifier context\n- [ ] Show visual difference for viewer and simulation nodes in tool context\n- [ ] Resolve flickering in asset browser when using redo panel\n- [ ] Warnings in node editor header\n - [ ] When node group is not an asset (with button to mark as asset) #110813\n - [ ] When the node group is not marked as a tool #110813\n - [ ] When asset is not in a catalog (and not in a menu) #110813\n\n### Milestone 2\n\n_The second phase of the project, after the fundamentals are working well_\n\n- [ ] Option to show settings in popup before operation starts\n- [ ] Tool specific nodes\n - [ ] Sculpt \"soft selection\" input and set\n - [ ] View transform\n - [ ] Mouse position\n - [ ] Deformed (\"cage\") positions\n- [ ] Modal operator support\n- [ ] \"Wait for cursor\" option\n- [ ] Store operator properties for the next execution\n\n\n## Use Cases and Ideas\n- [ ] Mesh sculpt \"face set extract\"\n- [ ] Mesh sculpt \"mask extract\"\n- [ ] Lasso selection operator", "Crazy-space support for meshes in geometry nodes\nIn [D15407](D15407) crazy-space support for curves is added to geometry nodes. Currently, meshes use a different system for crazy-space that is not really compatible with nodes as is.\n\nIt should be possible to use the approach implemented for curves for meshes as well, but that needs to be investigated further.", "Crashing/unexpected results while rendering custom Node-defined volumetric materials\nOperating system: Linux-5.6.0-2-amd64-x86_64-with-glibc2.29 64 Bits\nGraphics card: AMD Radeon (TM) RX 470 Graphics (POLARIS10, DRM 3.36.0, 5.6.0-2-amd64, LLVM 10.0.0) X.Org 4.6 (Core Profile) Mesa 20.0.7\n\nBroken: version: 2.91.0 Alpha\nWorked: Never\n\nWhen rendering the attached .blend file, Blender frequently crashes or at the very least fails to render properly. It seems to be something to do with the materials I've defined for Evee to use.\n![rendering-difference.png](rendering-difference.png)\n\n[#79682.blend](T79682.blend)\n- Open file\n- Render animation", "Geometry Node boolean input socket broken when recursive linked file is reloaded in the Outliner\nOperating system: Windows 10 19044.1645\nGraphics card: GeForce RTX 3070\n\nBroken: 3.6.1, 8bda729ef4dc, branch: blender-v3.6-release, 2023-07-17\nWorked: none\n\nGeometry Node with boolean group input socket will show error \"Property type does not match input socket (socket name)\" and the input socket will not get evaluated if the recursively linked source file is reloaded in the Outliner 'Blender File' view mode.\n\nBrief description of the file linking structure\n\"01_source_GN-bool-Input.blend\" is the blend file that contains the source geometry node.\n\n\"02_GN_linked_level1.blend\" linked the \"01_source_GN-bool-Input.blend\" geometry node and using it on a local object.\n\n\"03_GN_linked_level2.blend\" linked \"02_GN_linked_level1.blend\" \"GN Cube\" object.\n\nTested with Integer input socket, works as expected in the above file linking condition.\n\n1. Open the attached blend file \"03_GN_linked_level2.blend\"\n2. In the Outliner 'Blender File' view mode (on the middle right of the UI from file), right click on the file \"//02_GN_linked_level1.blend\" and click \"Reload\"\n3. Noticed that the boolean input 'Switch' checkbox is now showing error \"Property type does not match input socket \"(Switch)\"\"\n\n", "Metaball particles are handled inconsistently in Geometry Nodes\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: Radeon RX 570 Series ATI Technologies Inc. 4.5.0 Core Profile Context 22.7.1.220725\n\nBroken: version: 3.4.0 Alpha\nWorked: (n/a)\n\nMetaball rendered via particles are handled inconsistently in Geometry Nodes. It seems only mesh related nodes are generally working well with them.\n\nI wasn't sure about reporting this as a bug, because I assume that compatibility with the particle system is probably not intended use case. I guess ability to access metaball particles at all is an unintended bonus from eaa87101cd5a? I'd argue that if this can be easily \"fixed\" it will open up some interesting use cases before actual simulation/physics nodes arrive, but this is a borderline feature request and I guess developers will decide if this is worth to look at at this point.\n\n\n[MetaballParticles.blend](MetaballParticles.blend)\n[MetaballParticles.mp4](MetaballParticles.mp4)", "Rendering errors with instanced volumes in cycles geometry nodes\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.59\n\nBroken: version: 3.3.0 Alpha\n\nRendering errors (and extremely slow rendering) occur in Cycles when instancing volumes using geometry nodes \n\nUsing the attached .blend, start rendering (either viewport or F12)\nFrom a startup file, add geometry nodes modifier to the cube, add \"instance on points\" node and \"volume cube\" node, attach input geometry to \"instance on points\"/points and attach Volume cube \"volume\" output to \"instance on points\"/instance.\n\n**More information**\nThis bug was re-creatable on a separate computer (vastly different specs), and does not seem to be localized to just this machine\nThe bug is achievable on both CPU and GPU compute, with both CUDA and OptiX for GPU, I was not able to test with HIP\n\n[volume-instance-bug.blend](volume-instance-bug.blend)\n" ]
[ "Geometry Nodes - Connecting Geometry output to Geometry input causes Blender to crash\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1660/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.33\n\nBroken: version: 2.93.0 Alpha\n\n1. Open Geometry Nodes workspace.\n2. Select 'New'\n3. Whilst there exists a link between the two nodes (do not delete the existing link)\nConnect the Left Geometry Node output to the Right Geometry Node input. Blender crashes.\n\n\n\n" ]
Crash with Cryptomatte Win10 x64, GTX 1080ti, latest drivers Broken: latest master (buildbot build does not yet contain the Cryptomatte patch) Worked: none Blender crashes as soon as I deselect the "Accurate Mode" toggle and start an F12 render. This even "works" when I toggle the option while it's grayed-out because of GPU rendering. - Open the attached super basic scene - Press F12 to render -> Works - Toggle the "Accurate Mode" option - Press F12 -> Crash [Cryptomatte_Crash_v01.blend](Cryptomatte_Crash_v01.blend)
[ "Blender GUI freezes when using activate_init = True\nOperating system: W10 64bit\nGraphics card: nVidia GTX 970\n\nBroken: blender-2.83-71b1ee940bb0-windows64\n\n\nOnce this bug T71112 was fixed I tried to \"use activate_init = True\" in my addon, but I'm still getting Blender GUI to freeze.\n\n* Open up [bugreport.blend](bugreport.blend) and run the script in Text Editor\n* Search for \"Name Location\" operator and run it\n* Type a text and hit OK. An Empty object is placed into the scene, named by what you typed in, but whole GUI becomes unresponsive.\n", "Specific Rig Crashes blender when going into pose mode\nOperating system: Linux-5.10.7-200.fc33.x86_64-x86_64-with-fedora-33-Thirty_Three 64 Bits\nGraphics card: GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.32.03\n\nBroken: version: 2.92.0 Alpha\nWorked: not sure but pre 2.80\n\nThis specific file, containing only one armature, crashes when selecting the armature and attempting to enter pose mode.\n\nFirst load the included file, then:\n- select the rig if it isn't already selected,\n- press ctrl tab or otherwise enter pose mode\nat this point blender crashes.[bug_posemode.blend](bug_posemode.blend)\n\n", "bake operator reports uninitialised image that isn't even in use in the shader..\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 526.98\n\nBroken: version: 3.5.1 Release Candidate\n\ncan't bake due to strange error\n\nopen blend file\nselect object\nselect the baked image texture node in the shader editor\nclick bake in the render setting (leave settings as is)\n\nstrange error pops up saying \n\"uninitialised image \"nightmare0134.png\" from object 'pavement.002'\n\nThis image isn't even in use by the shader.\n\nPS, it seems intermittently not possible to paste screengrabs into this new bug reporter. Also, how to do bullet points and embed video?\n\n", "Crash when deleting one rigidbody from constraint during simulation\nOperating system: Windows 11\nGraphics card: NVIDIA GeForce RTX 3080 Laptop GPU\n\nBroken: master branch\nWorked: Don't know if it ever worked\n\nDeleting one rigidbody that is part of a constraint during simulation causes a crash.\n\n**Steps to Reproduce**\n- Add two cubes to a scene. Add a rigidbody to both cubes.\n- Add an empty object to the scene. Add a fixed rigidbody constraint to the cube. Set the cubes as the first and second object in the constraint.\n- Play the simulation for a few frames and then pause the simulation.\n- Delete either cube, then continue playing the simulation.\n- Crash", "Rendering object in Cycles X preview hard crashes whole system\nOperating system: Windows 10 x64\nGraphics card: nVidia RTX 8000\n\nBroken: blender-3.5.0-alpha+universal-scene-description.1f9e90bb1cf3-windows.amd64-release\n\nRendering of scene in Cycles preview hard crashes whole system. System screen goes to black and the fans go to max.\n\nLoad blend file at link: brutes_set1C_trimmed.blend?dl=0\n\nSet screen to Render preview and navigate around.\n\n", "MetalRT: Rendering being unresponsive with AO node\nOperating system: Ventura 13.4.1\nGraphics card: Apple M1 Max 32 Core\n\nBroken: Blender 3.6 LTS\nWorked: Blender 3.5.1\n\nAfter downloading the newest Version of Blender it seems that using the Ambient Occlusion Node need leads to Blender being unresponsive. Sample count stays on 0 and neither Viewport nor F12 Render is starting as expected. Trying to quit, Blender crashes completely.\n\n- Add new material\n- Add Ambient Occlusion Node\n- Select cycles and GPU\n- Enable MetalRT\n- Start Viewport Rendering.\n\n", "Blender Crashes on Render (Save As), then refuses to start\nOperating system: Windows 10\nGraphics card: NVIDIA GeForce RTX 3060\n\nBroken: 3.6.1\nWorked: N/A\n\nFirst observed with the attached file. I tried to save a png image render from it; when I clicked \"Save As,\" Blender crashed and then... wouldn't open. It seemed to initiate startup, because the little black window that usually notified me that it was reading my userprefs.py file would blink into existence just long enough for me to register what it said, then close itself and act like I hadn't clicked it.\n\nRestarting my computer fixes the problem temporarily, until the next crash. The crashes are inconsistent, but seem to happen only when I hit main menu items like Open or Save. This includes previous versions, apparently, as I still had 3.5 installed and it does the same quick blink.\n\nThe only thing I could think of was that that Read line in the black window referred to finding the userprefs file in C:\\ when I installed everything into M:\\, but I tried copying the required path over to C:\\ with no effect and also it gives me that same message when it's working and starts up fine.\n\nI also tried repairing the 3.6.1 install, and uninstalling/reinstalling, to no effect.\n\nBased on the default startup or an attached .blend file (as simple as possible).\n\n", "EEVEE motion blur in cryptomatte\nI have tested this in 2.93.3 and even blender-3.0.0-beta+v30.bd734cc4419a to check if it got added there. \nThe issue is simple to explain: cryptomattes in eevee don't include motionblur. In Cycles they do include the motion blur. Is this a known thing, will it be addressed in the next updates?\nI suppose it could also be an undiscovered bug as the blender manual describes it as following \"[...] mattes will be anti-aliased and take into account effects like motion blur and transparency.\" cryptomatte.html - well in eevee it doesn't take motion blur into account", "Blender crashes with Noise Texture Node + Hair Particle System + Eevee\nOperating system: Darwin-19.6.0-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon RX 480 OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.10.18\n\nBroken: 8dc95f61f3\nBroken: version: 2.92.0\nBroken: version: 2.91.2\nWorked: version: 2.83.12\n\nBlender 2.92 with AMD crashes with **Noise Texture Node**and **Hair Particle System** with render engine Eevee.\nWith Blender 2.91.2 with AMD it doesn't crash but colors are incorrect.\n\nWith 8dc95f61f3 with Intel GPU, there's no crash but colors are incorrect in the same way as in AMD - 2.91.2.\n\n1. Open attached .blend file\n2. Viewport shading to: Render \n3. Play animation by tapping space bar\n\n[particle_loop.blend](particle_loop.blend)\n[blender_2_92_crash.txt](blender_2_92_crash.txt)\n\n**Blender 2.92**\n[blender_2_92.mp4](blender_2_92.mp4)\n\n**Blender 2.91**\n[blender_2_91_2.mp4](blender_2_91_2.mp4)\n\n**Blender 2.83.12**\n[blender_2_83_12.mp4](blender_2_83_12.mp4)", "Smoke and Fire simulation bug\nOperating system: Mac osx 10.15.6\nGraphics card: AMD Radeon Pro 5500M 8 GB\nIntel UHD Graphics 630 1536 MB\n\nBroken: 2.90.0 (202-08-31)\n\n\nBlender crashes while trying to bake a fire + smoke simulation in 128 resolution divisions... Sometimes it works. Mostly it doesn't.\n\nAttaching the file.\n\n[Blender Bug copy.rtf](Blender_Bug_copy.rtf)\n\n[fire.blend](fire.blend)", "Multiresolution - Crash when Linear Subdivision level is above 1\nOperating system: Windows-10-10.0.17763-SP0 64 Bits\nGraphics card: GeForce GTX 970/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.79\n\nBroken: version: 2.91.0\nWorked: Never? (2.90 and 2.92 dailies seem to crash on this one as well)\nWhen using multiresolution modifier on this part of my model and using linear subdivision level above 1, Blender crashes.\nThis does not happen with other subdivision methods, as shown in video.\nI've also tried to make this mesh manifold, but Blender crashed either way.\n\n\n1. Open attached Blend file\n2. Add multiresolution modifier to a mesh\n3. Press on \"linear\" button twice\n\n[Crash_SampleFile.blend](Crash_SampleFile.blend)\n\n[MultiresCrash0001-2375.mp4](MultiresCrash0001-2375.mp4)\n\n", "OSL on the GPU displays all black for Voronoi Distance > Bump Height\nSystem:\nWindows 11\nRTX3090Ti gpu\n\nBump output is pitch black when using Voronoi (Distance) output into Bump Height. Colorramp in between does not fix it. Noise output into Bump Height works fine.\n(Blender 3.5 in cycles)\n\nedit: more useful info + screenshot + isolated blend file\n\nRunning OSL on the CPU works fine, only the new GPU support seems affected.", "Crash handling collections in a timer\nOperating system: Mac OS Monterey version 12.0.1\nGraphics card: Radeon Pro 555X 4 GB\n\nBroken 3.0.1\nbroken blender-3.2.0-alpha+master.d3b1cce4000b-darwin.x86_64-release.dmg \n\nBuilding Nodes add-on causes Blender to crash consistently when editing nodes in Building Style Editor window. I've been in communication with the author off the add-on (user name Durman on GitHub), and he has provided the script and instructions to reproduce the crash below.\nCrash log [blender.crash.txt](blender.crash.txt)\nAsan report [F12872713](T95861_asan.txt)\n\n[#95861.blend](T95861.blend)\n\n1. Open the attached file\n4. Push execute button of the text editor\n5. Wait until the crush\n\n", "Blender 3.5.1 keeps crashing on occasion\nOperating system: Mac OS Ventura 13.3.1 (a) (22E772610a)\nGraphics card: Apple M1 Ultra (64-Core GPU)\n\nBroken: Version 3.5.1 (3.5.1 2023-04-25)\nWorked: N/A\n\nBlender occasionally crashes on my new Mac Studio (I used to work on a Windows PC beforehand and never had that problem). I'm guessing it is a saving error.\n\n- Download and open the demo-file `Blender 3.4 – “Charge” Open Movie` from demo-files/\n- Change the engine from Eevee to Cycles GPU\n- Set \"Viewport Shading\" to \"Rendered\" - nothing happens\n- Go back to Solid View - blender freezes\n\nAttached is is a video demonstrating what is happening, but in a few words:\n\nThe same happens with some of my heavy(ish) project in 3.6.0 beta\n\nIn 3.5.1 the same project responds in render view as it should be.\n\nWhen I try to reopen the same project blender doesn’t load the project but either freezes or crashes ( one of these crash logs is also attached)\nI manage to reopen the project after a few crashes.\n\nI hope it helps! \n\n![freeze render view 3.6 and 3.5.1.mp4](attachment)\n![3.6.0 crash after trying to reopen test file.rtf](attachment)", "Random crashes with NVidia + GPU Subdivision (sometimes when activating X-Ray or Wireframe overlay)\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\n| Graphics card: | Driver : | User:\n| --- | --- | ---\n| NVIDIA GeForce RTX 3090/PCIe/SSE2 | 4.5.0 NVIDIA 516.94 | @GabrielMoro\n| NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2 | 4.5.0 NVIDIA 512.15 | @STYXtheMUTT\n| NVIDIA GeForce RTX 3070 Ti/PCIe/SSE2 | 4.5.0 NVIDIA 516.94 | @Jojolix\n|NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2|NVIDIA 516.59|@MassimilianoPuliero\n|NVIDIA GeForce RTX 3090|NVIDIA 516.94|@The5\n\nBroken: version: 3.2.2\n\nOn some seemingly random occasions, Blender crashes with the following stack:\n```lines=10\nStack trace:\nblender.exe :0x00007FF77C1458B0 BKE_subdiv_free\nblender.exe :0x00007FF77C147880 BKE_subsurf_modifier_subdiv_descriptor_ensure\nblender.exe :0x00007FF77BFFC3D0 <lambda_c000e58b9a8caf72c54e0e02a46effdb>::operator()\ntbb.dll :0x00007FFDBAF64FD0 tbb::interface7::internal::isolate_within_arena\nblender.exe :0x00007FF77BFFC6F0 BKE_mesh_wrapper_ensure_subdivision\nblender.exe :0x00007FF77CB38FA0 raycast_obj_fn\nblender.exe :0x00007FF77CB375E0 iter_snap_objects\nblender.exe :0x00007FF77CB3E530 transform_snap_context_project_view3d_mixed_impl\nblender.exe :0x00007FF77CB3F0E0 ED_transform_snap_object_project_view3d\nblender.exe :0x00007FF77CB5E7C0 applyFaceProject\nblender.exe :0x00007FF77CB5EE00 applySnappingIndividual\nblender.exe :0x00007FF77CB72F70 recalcData_objects\nblender.exe :0x00007FF77CB81010 applyTranslation\nblender.exe :0x00007FF77CB46BE0 transformApply\nblender.exe :0x00007FF77CB41920 transform_modal\nblender.exe :0x00007FF77C229D30 wm_macro_modal\nblender.exe :0x00007FF77C20F9E0 wm_handler_operator_call\nblender.exe :0x00007FF77C210BD0 wm_handlers_do_intern\nblender.exe :0x00007FF77C210000 wm_handlers_do\nblender.exe :0x00007FF77C216590 wm_event_do_handlers\nblender.exe :0x00007FF77C1FC380 WM_main\nblender.exe :0x00007FF77B2F12A0 main\nblender.exe :0x00007FF7814128B0 __scrt_common_main_seh\nKERNEL32.DLL :0x00007FFDC7B67020 BaseThreadInitThunk\nntdll.dll :0x00007FFDC85A2680 RtlUserThreadStart\n```\n```lines=10\nStack trace:\nblender.exe :0x00007FF7A50C5B10 BKE_subdiv_update_from_mesh\nblender.exe :0x00007FF7A50C7880 BKE_subsurf_modifier_subdiv_descriptor_ensure\nblender.exe :0x00007FF7A52A1110 draw_subdiv_create_requested_buffers\nblender.exe :0x00007FF7A52A2080 DRW_create_subdivision\nblender.exe :0x00007FF7A52D1870 DRW_mesh_batch_cache_create_requested\nblender.exe :0x00007FF7A52C6000 drw_batch_cache_generate_requested\nblender.exe :0x00007FF7A529F1A0 drw_engines_cache_populate\nblender.exe :0x00007FF7A529B8C0 DRW_draw_render_loop_ex\nblender.exe :0x00007FF7A529C9B0 DRW_draw_view\nblender.exe :0x00007FF7A5D3FA00 view3d_main_region_draw\nblender.exe :0x00007FF7A5551070 ED_region_do_draw\nblender.exe :0x00007FF7A51A3700 wm_draw_window_offscreen\nblender.exe :0x00007FF7A51A3560 wm_draw_window\nblender.exe :0x00007FF7A51A2FB0 wm_draw_update\nblender.exe :0x00007FF7A517C380 WM_main\nblender.exe :0x00007FF7A42712A0 main\nblender.exe :0x00007FF7AA3928B0 __scrt_common_main_seh\nKERNEL32.DLL :0x00007FFD1C4A54D0 BaseThreadInitThunk\nntdll.dll :0x00007FFD1D524830 RtlUserThreadStart\n```\n\nOccasions observed:\n- try to snap objects on faces (the object that shall be snapped to is usually a complex mesh with modifiers like subdivisions, mirror, solidify, bevel and booleans)\n- toggle the shading mode between shaded and wireframe or between X-Ray and Wireframe Overlay.\n[intro.crash.txt](intro.crash.txt)\n\n\n- open attached file\n- disable and enable X-Ray multiple times\nIt happens specially when working fast.\n\n[BLENDER_Youre_Alive_v67.blend](BLENDER_Youre_Alive_v67.blend)\n\n" ]
[ "Cryptomatte Pass rendering crashes Blender if 'Accurate Mode' is unchecked and 'Material' pass is selected\nWindows 10, Quadro 4000\n\nBroken: 0e268fb68b612e44a74a74631df206c8aaded97b (compiled an hour ago)\n\nCryptomatte rendering works fine if 'Accurate Mode' is enabled and the Material Cryptomatte Pass is checked. As soon as 'Accurate Mode' it is disabled, Blender closes immediately when starting a rendering with F12. It is worth noting that I was not able to reproduce this **every** time. Sometimes I had to render twice or three times to have Blender Crash.\n\nThe output in the Console is:\n\n```\nWindows fatal exception: access violation\n\nThread 0x0000395cWindows fatal exception: access violation\n\nWindows fatal exception: access violation\n\nWindows fatal exception: Error : EXCEPTION_ACCESS_VIOLATION\naccess violationAddress : 0x00007FF697CE3EC4\n\n\nError : EXCEPTION_ACCESS_VIOLATION\nWindows fatal exception: Address : 0x00007FF697CE3EC4\nModule : C:\\blender-git\\build_windows_Full_x64_vc15_Release\\bin\\Release\\blender.exe\naccess violation\n```\n\n\n * Start Blender with Factory Settings\n * Use Cycles as Render Engine\n * In the Passes Tab, enable 'Material' Cryptomatte Pass\n * In the same tab, uncheck 'Accurate Mode'\n * Hit F12 -> Crash\n" ]
jumping from sculptmode to edit mode automatically hide certain vertex Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: GeForce GTX 1060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 452.06 Broken: version: 2.90.0 Jumping from sculptmode to edit mode automatically hide certain vertex, and you should press alt+ H to make them visible again - Create a cube, - Delete a face, - Extrude some vertex, - Enter in sculpt mode, - Enter in edit mode.
[ "GN: Delete Geometry node hides edges in some cases\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.23\n\nBroken: version: 3.2.0 Alpha\n\nHard to describe this one more abstract..\n\nI start with a mesh line primitive (0,0,0) (0,1,0) and extrude it **n** times along **x** to get a grid.\nNow I try to delete all points with a distance from the **y** axis greater than **d** \nWhenever **d** lies between the first and the last extrusion, the edges of the starting primitive are not displayed.\nIt shows up in the spreadsheet however and reappears if I apply the modifier and tab into edit mode and back \n\n[2022-02-05 19-27-50.mp4](2022-02-05_19-27-50.mp4)\n[del_geo_node.blend](del_geo_node.blend)\n\n", "Sculpt Mode TODO tasks\nThis task keeps a list of approved tasks related to Sculpt Mode that can be considered as TODOs or missing functionality in the current design.\n\n**Gesture tools**\n\n - Make Hide Box tool use the new sculpt API and gesture operator\n - Face Set Line Gesture\n - Color Fill Gestures\n - Line Trim Gesture\n - Normal Orientation for trimming tools\n - Poly line gestures\n - Mask Gradient Gesture tools\n - Lasso, Line and Poly line hide tools\n\n\n\n**Sculpt Vertex Colors**\n\n - Sculpt vertex colors gradient Tool\n - Combined Color Coords Undo step\n - Pick Sculpt Vertex Color from other object with the sample color operator\n\n\n**Transform tool**\n\n - Transform Tools TODO: #80392\n\n\n\n**Brush tools**\n\n - Expose minimum size and size pressure smoothness for all brushes\n - Implement area normal/center stabilizer \n - Make Grab active vertex grab from original coordinates instead of PBVH deformed coordinates\n - Pinch perpendicular mode for crease\n\n\n\n**Viewport**\n\n - Update matcaps to include a separate specular pass\n - Render Face Sets as contour lines\n\n\n\n**Elastic Deform**\n\n - Pinch elastic deform mode\n - Multi scale twist-scale-pinch for elastic deform\n\n\n\n**Filter tools**\n\n - Support textures in mesh filter\n - Unify filter strength with brush strength \n\n\n\n**Cloth Sculpting**\n\n - Expose solver properties as Sculpt properties (iterations, delta...)\n - Make use collisions options global\n - Implement SDF collisions\n - Implement collisions plasticity\n - Elastic Deform cloth brush\n - Support cloth deformation target with dynamic area in all brushes\n - Support cloth deformation target for the transform tool\n\n\n\n**Boundary brush**\n\n - Split the internal and boundary falloff into two different falloff\n - Let boundary falloff offset be smaller than 1\n\n\n\n**Sculpt Mode options**\n\n - Store radial and tiling symmetry in meshes\n - Enable \"Delay Viewport Updates\" by default\n - Add a separate property to meshes to store if they should use flat/smooth shading in sculpt mode, without modifying their normals\n\n\n\n**Multires**\n\n - Multires Delete Lower\n - Multires refit/rebase\n - Key map changes to support switching up/down subdivisions\n - Hide remeshers and Dyntopo when multires is active\n - Preview the current/total number of subdivisions in the viewport\n - Optimize Unsubdivide dissolve operation when creating the base mesh\n\n\n", "Missing undo push for Paint Mask and Vertex Selection in weight paint\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 466.77\n\nBroken: version: 3.0.0 Alpha\n\nEnabling or disabling of the Paint Mask and Vertex Selection modes is missing an undo push\n\n![image.png](image.png)\n\n[Weight.blend](Weight.blend)\nEnable Paint Mask\n![image.png](image.png)\nPaint on the model\nUndo\nResult: Both the paint and the paint mask mode are undone", "Grease Pencil vertex paint select is using sculpt mode selection mode\nOperating system: Linux-6.4.6-gentoo-x86_64-AMD_Ryzen_Threadripper_1950X_16-Core_Processor-with-glibc2.37 64 Bits, X11 UI\nGraphics card: AMD Radeon RX 7900 XT (gfx1100, LLVM 15.0.7, DRM 3.52, 6.4.6-gentoo) AMD 4.6 (Core Profile) Mesa 23.3.0-devel (git-50c29e1ffa)\n\nBroken: version: 4.0.0 Alpha\nWorked: \n\nWhen selecting with mouse clicks the selection mode in the header determines which component is selected.\nIn Grease Pencil sculpt mode this behaves as expected. If it's set to \"points\", selecting will select points. If it's set to \"stroke\" it will select entire strokes.\n\nWhen switching to vertex paint mode this is not the case. Instead it will select components based on the selection mode that is set in sculpt mode.\n\nThe ideal behavior imo would be to have all grease pencil modes share the active selection mode.\nThis makes it easier to manage and simpler to use.\n\n- Change the keymap preferences to right click select (Selection shortcuts in left click select are partially broken atm)\n- Add a Gpencil Monkey\n- Switch to Sculpt Mode\n- Enable point selection mode\n- Select some points with `RMB` and `Shift RMB`\n- Switch to Vertex Paint mode\n- Make sure to use stroke selection mode\n- Select some strokes with `RMB` and `Shift RMB` (Notice how it will instead select points)\n\n", "Wireframes aren't displayed in Edit Mode when Overlays are off. \nBroken: 2.82a, 2.83, 2.90 alpha\nWorked: 2.81a\n\nWireframes aren't displayed in Edit Mode if Overlays are turned off, but they're only shown in object mode, or if there's a modifier with \"display in edit mode\" option. \n\nOpen default file.\nChange to wireframe mode.\nturn off overlays.\nchange to edit mode. Wireframe won't be shown.\n", "Operators for visibility on active face set missing from menus\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.09\n\nBroken: version: 3.0.0 Alpha\nWorked: Never\n\nThe default hotkey to show or hide the active face set does not appear in the menus.\n\n\n- Open Blender\n- Switch to Sculpt Mode\n- Use the Draw Face Set brush to create some face sets\n- Use the shortcut `H` and `Shift H` to control the visibility of the active face set\n- Search for the mneu entires of these shortcuts", "sculpt mode: invert visible hides all faces with Multires modifier\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.65\n\nBroken: version: 3.1.0 Beta\n\n`Invert visible face sets` hides all faces with Multires modifier.\nOperator is expected to only hide visible faces (and unhides hidden faces)\n\n- Open .blend file\n- Use box hide brush to hide vertices\n- {nav Face sets > Invert Visible Face Sets}\n\nTest File:\n[#95419.blend](T95419.blend)", "2.91 - Undo in Sculpt Mode switches tool to inflate brush (specific to attached file)\nOperating system: Win 10 64-bit\nGraphics card: Nvidia GFX 1060 6GB\n\nBroken: \n - 2.90.1\n - 2.91.0, from steam, seems *file specific*\n - 2.92.0\nWorked: 2.91.0, same version, fresh file\n\nWith attached file: In sculpt mode calling undo changes the tool to \"Inflate\" besides undoing.\n\nAdditionally, when undo is called via menu, the undo operation happens only when undoing so far back sculpt mode was entered. On reentering Sculpt Mode, tool is set to \"Inflate\". \n\nThis issues seems to be tied to this specific file, as it's not reproducible in a fresh file. The file was created with blender 2.91.0. I sculpted multiple objects using both Dynamesh and Remesh in Sculpt Mode. I deleted the sculpts to keep the file size small and since the same behavior persisted with newly created geometry (in this case a cube). I don't know how to debug this any further, any hints appreciated. As a workaround I will try to reimport the geometry into a new file.\n\nBased on the attached .blend file [SculptModeBug.blend](SculptModeBug.blend)\n\nUndoing with shortcut:\n - Select object \n - enter sculpt mode\n - select any other tool than \"Inflate\"\n - modify mesh with tool\n - hit ctrl + z\n - tool switched to \"Inflate\"\n\nUndoing via menu:\n - Select object \n - enter sculpt mode\n - select any other tool than \"Inflate\"\n - modify mesh with tool\n - modify mesh with tool\n - call \"undo\" from menu \"edit/undo\" - this has no effect\n - call \"undo\" from menu \"edit/undo\" until the point object goes back to Object Mode - changes get undone\n - On entering Sculpt Mode again, the active tool has switched to \"Inflate\"\n", "Invert Masking behaviour for Sculpt/Paint Mode\nThis is a design related to the implementation of Paint Mode.\nIt outlines the possibility to invert the behavior & visualization of masks.\n**Current** = Masked vertices cannot be edited\n**Proposed** = Masks & Selections are the same -> They can be edited.\n\n# Current Issues\n\nThere are a few different issues that exist the with current way of how masks work.\n\n### An Inverted Workflow\n\nA typical workflow issue when using masks is that users mask a section of their mesh and then invert the mask.\nIn a lot of cases the areas you mask are the ones you DO want to edit.\nMasking is very much designed with this workflow in mind. But this leads to using `Invert` on the mask potentially hundreds of times per day.\n\n### Syncing Selections across Modes\n\nFor the implementation of Paint Mode it will be very beneficial to start syncing selections between various modes. \nSo if a selection is made in Edit Mode it will also appear as masked in Sculpt/Paint Mode (This would likely be a direct conversion every time you switch modes)\nThis will be less confusing and disconnected if both the selection in Edit Mode and the mask in Sculpt/Paint Mode are areas you CAN affect.\n\n### Masks vs Selections\n\nA current plan for the implementation of Paint Mode and the new Curves object type is to use \"Selections\". \nThe use case for sculpt mode masks and selections is essentially the same: \n**You define a temporary area that should be affected by your operations.**\n\nThe issue is that \"Masks\" also refer to the concept of for example creating an attribute (like a vertex group or color attribute)\n or a grayscale image texture and using it as a factor for shader/geometry nodes. The use case here is quite different:\n**You save an area for repeated use in materials and procedural networks.**\nFor example layering textures.\n\nReplacing the current concept of sculpt mode masks with selections would avoid confusion and make the use case of selections and masks very clear.\n\n# Proposal\n\n### Selection instead of Masking\n\nWe need to test the following behavior:\n- Rename \"Mask\" to \"Selection\" or \"Selection Mask\"\n- Unselected areas are darkened with an overlay\n- Selected areas are affected by brushes & other operations\n\nThere are use cases that are important to keep in mind with this change:\n- When entering sculpt mode, everything should already be selected.\n- Previous workflows (Mask brush) to create a deselected area and should still be accessible.\n\nOther areas of Blender will still refer to \"Masks\" like a Texture Mask in the brush settings, mask nodes, grease pencil layer masks and motion tracking masks.\n\n### Offer a preference to use the old behavior\n\nThere should be an option in the preferences to invert the selection behavior globally in sculpt/paint mode and get the old behavior back.\nTo what extend the inverted behavior would be done needs to be tested.", "Show Emitter toggle still hides object after Particle System has been deleted.\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1050/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.67\n\nBroken: version: \n- 2.92.0 Alpha\n- 2.92.0 Alpha\nWorked: version: \n- 2.92.0 Alpha\n- 2.91.0 Release\n\nWhen you delete a particle system with show emitter unchecked under Viewport Display the object stays hidden. You have to re-add the particle system and check Show Emitter.\n\n- Add Particle System to default cube.\n- Uncheck Show Emitter under Viewport Display\n- Delete Particle System. \n\n", "3D Cursor don´t take into actcount the face orenration with keyboard shortcut ( Shift + RClick)\nversion: 2.80 (sub 51), branch: blender2.7, commit date: 2019-03-25 00:55, hash: 07f6be87a97e, type: Release\nbuild date: 24/03/2019, 18:03\nplatform: Windows\n\n3D Cursor don´t take into account the Geometry orentation (topbar options ) with keyboard shortcut\n\n- Open blender and select 3D cursor tool\n- Set \"Geometry\" in the topbar 3D Cursor options\n- Use Shift + RClick to set your 3D cursor on top of default cube\n\nResult:\n\n3D Cursor don´t take into actcount the face orenration \n", "Paint Mode: Alpha Auto-Masking\nNOTE: This design still needs to be further discussed and decided upon.\n\n# Goal\n\nThe very common brush setting in Blender to \"Affect Alpha\" should be revamped for the upcoming Paint Mode.\nThe main issue with the setting is that it is local to the brush. But in typical painting workflows you'd expect to have this be a more universal toggle that affects all tools!\nToggling this per brush is not a reasonable solution.\n\nThere are multiple approaches to fix this.\n\n## Proposal: Alpha Auto-Masking\n\nThere is already a design in place for sculpt and paint mode. There we use auto-masking to easily target specific areas as a mode setting.\nThese are meant to be instantly accessible with a pie menu on `Alt + A` and would affect all tools and brushes.\nThis would likely be the most intuitive and fastest option.\n\n## Image Editor Inclusion\n\nIf we decide to replace the brush option with an auto-masking option this puts further pressure on implementing the same options for the image editor.\nThis might be reason enough to lower the priority for now, until the image editor can be properly prioritised to mirror the 3D viewport paint mode features.\n\n## Long Term Alternative\n\nOther image painting applications such as Krita implemented this as a toggle for any individual layer to paint on.\nWhile this is not likely to implement this way right now, it could be kept in mind for the UI of the [layered textures design]().", "Viewport Tools Settings panel appears after reload\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1650/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.79\n\nBroken: version: 2.92.0 Alpha\n- 2.92 - 2.8x\nWorked: Never\n\nI don't know, if this is intended. I unchecked Header in a viewport and everything disappeared. But after reloading file, \"Tools Settings\" panel was still present, even though Header is unchecked.\n\n- Uncheck Header\n- Save file and close Blender\n- Open Blender and load that file \n\nThe header itself is still hidden, but the tool settings are back.\nTo hide the tool settings again, the header must be re-enabled and disabled.", "Crash when sculpting with a texture, deleting the image of the texture and exiting sculpt mode\nOperating system: Windows 10\nGraphics card: RTX 2070 Super\n\nBroken: version: 3.4, 3.5, 3.6\nBroken: version: 3.3.3\nBroken: 3.1.0\nWorked: 3.0.1\nWorked: 2.93 LTS\n\nCaused by 9111ea78ac\n\nBlender crashes when a texture image is deleted and you exit sculpt mode.\n\nYou can test it inside the attached blend file. I basically just attached an image to a sculpting brush.\n\n1. Open the blend file below\n2. draw on the surface of the sphere\n3. delete the image inside the outliner\n4. exit sculpt mode\n\nCrash occurs because `item->image->runtime.cache_mutex` is null inside `BKE_image_pool_free`\n```\nStack trace:\nblender.exe :0x00007FF713D04C10 pthread_mutex_lock\nblender.exe :0x00007FF70E6EE880 BKE_image_pool_free\nblender.exe :0x00007FF70E6B5CF0 BKE_sculptsession_free\nblender.exe :0x00007FF70F1B67A0 ED_object_sculptmode_exit_ex\nblender.exe :0x00007FF70F1B85F0 sculpt_mode_toggle_exec\nblender.exe :0x00007FF70E953220 wm_operator_invoke\nblender.exe :0x00007FF70E9528D0 wm_operator_call_internal\nblender.exe :0x00007FF70E955880 WM_operator_name_call_ptr\nblender.exe :0x00007FF70F171800 ED_object_mode_set_ex\nblender.exe :0x00007FF70F148710 object_mode_set_exec\nblender.exe :0x00007FF70E953220 wm_operator_invoke\n```", "Blender locks into Pose Mode if rig-object or the rig's collection is hidden\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.09\n\nBroken: version: 3.0.0\nWorked: 2.9 \n\nBlender locks into Pose Mode if rig-object or the rig's collection is hidden\n\nOpen Blender, add a rig.\nGo to pose mode, hide the rig object (toggle its viewport render or deactivate the collection the rig is in).\nBlender now stays in Pose-Mode unable to leave it without restoring rig visibility.\n\nIn 2.9 Blender automatically exits Pose mode in this scenario. (Desired behavior)\n" ]
[ "Mode switching hides vertices in Edit mode (Weight paint / Sculpt mode --> Edit mode)\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 442.92\n\nBroken: version: 2.90.0\nWorked: 2.83.5\nCaused by 3ebe97c06b\n\nHello,\nI think I found a very anoying bug here. with this mesh, as soon I go in weight paint mode, a part of my mesh is locked and become uneditable and you cannot select some vetices of the mesh in edit mode. I tried with the 2.83.5 version and it seems to work as intended with this one. the issue only comes with 2.90.0 here.\n\nhere is the .blend file: [bug isolation 2.90.0.blend](bug_isolation_2.90.0.blend) \n\n- Open the attached .blend file \n- at this point all vertices are still selectable\n- enter weight paint mode\n- go back to edit mode\n- and here you end with a glitched mesh (vertices dont draw, cannot be selected, alt+ H to makes them visible again)\n\n**Exact steps for others to reproduce the error (another symptom: sculptmode to edit mode automatically hide certain vertex)**\n- Create a cube,\n- Delete a face,\n- Extrude some vertex,\n- Enter in sculpt mode,\n- Enter in edit mode.\n- Extruded vertex will be hidden (alt+ H to makes them visible again)\n\n\nI hope someone will find what's going on.\n\nthank you for your time", "Faces with no vertex bug.\nOperating system: Windows 10\nGraphics card: GTX 1080\n\nBroken: 2.90.1 \nWorked: Unknown\n\nVertex from converting edge to geometry end up missing when the mode is changed. \n\nWith the 3D cursor align mesh edge vertex to the hand bone joints. \nTransform the edges into geometry to make fingers. \nMade the fingers as part of the palm mesh (Ctrl+J).\nThen I attached the fingers by joining vertex (M). \nIt came out as intended. \nAdded UV seams.\nChanged to sculpt mode. \nThe fingers became a color different than the shading, masked on its own?\nChange to edit mode.\nVertex vanishes from the fingers.\nCan't displace the fingers in edit mode as scale and transform or rotate require vertex to function.\nTo fix the missing vertex: delete 1 face at a time then select 2 edges and (F) to fill 1 at a time.\nAll the vertex are back as intended. \nChange to sculpt mode.\nChange to edit mode. Vertex from the fingers has vanished once more.\nCan't edit anything in this file or else the hand loses its vertex. \nI wish there was a fix for this but I didn't find any other way than keeping the hand in another file till everything is edited for the rest of the model then reattach the hand last.\n[hand bug.blend](hand_bug.blend)\n[system-info.txt](system-info.txt)", "Unselectable Vertex/Edge\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 2080 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.30\n\nBroken: version: 2.90.1\n\nUnable to select the vertex/edge of a model in edit mode.\nIt also causes issues as in not apply to any movement in the edit mode as in it's still hidden.\n\nIt also works with any model\n\nSelect a vertex and hide it.\nGo to sculpt mode\nGo to edit mode\nUnhide the vertex\nGo back to sculpt mode\n(Then it disappears)\nGo to edit mode\n(Can't Select vertex or edge)\n\nFound fix:\nAfter all that\nIn edit mode\nUnhide hotkey\n(Allowed to select it now)\n\n[Blender Bug.blend](Blender_Bug.blend)\n\n{[F9486716](Screenshot_2020-12-07_014438.png), size=full}\n" ]
Make proxy is not working with new depsgraph W10 64b, GF770 2.75a New depsgraph is not working with linked armature and Make Proxy 1) Open blender with --enable-new-depsgraph 2) link Group from file: [linked.blend](linked.blend) 3) Make Proxy for Armature 4) Posing is not working, mesh is not deformed Without new depsgraph it is working well.
[ "Regression: Changes in curve normal behavior\nBroken: 3.0\nWorked: 2.92\n\nInstead of a simple arrow, the scene is something very remotely in the neighbourhood of that shape plus random extruded edges. \n\nOpen example file.\n\n", "Blender Wont run.\nOperating system: Windows\nGraphics card: AMD Radeon HD 8570\n\nBroken: 2.92\nWorked: Nothing has worked. But blender worked before I did this. \n\nWhen I open blender it closes immediately.\nAnd I get this ![image.png](image.png)\n\nwatch?v=3rugIsYwl7s).\nSo Out internet was down, And I wanted to get blender On my other pc account, So I went to the main account And Thinking that the installer required internet, I took the system files, and copied them to a thumb drive and pasted them Into the other account when I did that this first started happening, so when The internet came back On. I just got rid of the files I pasted in and then Installed it. With the same result as last time. But this time the bug/glitch was on all accounts. and I tried uninstalling and reinstalling it from the apps and features and from the control panel. I also installed the app from the windows app store with no luck. If you guys know how to fix this issue then please email me at greenstoneleaf@gmail.com\n Ps, My CPU wasn't hot.\n- - -\nAble to run blender from `blender_debug_gpu_glitchworkaround.cmd` batch file", "Geometry Nodes: Curve primitives issues with object material\nBroken: version: 3.2.0 Beta, 3.3.0 Alpha\nWorked: n/a\n\nMaterials assign to the object don't work in some cases for curve primitives created in the geometry nodes tree.\n\nOpen file, you will see that the star doesn't get the red object material.\n\n[curve_object_material.blend](curve_object_material.blend)\n\nUnhiding any of the hidden nodes (Grid or Set Material) will make the object material show up.", "Wireframe overlay opacity does not work correctly with viewer node\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: Radeon RX 570 Series ATI Technologies Inc. 4.5.0 Core Profile Context 23.3.1.230305\n\nBroken: version: 3.6.0 Alpha\nWorked: n/a\n\nAlso confirmed in 3.4 (which introduced the Viewer Node).\n\nWireframe overlay opacity does not work correctly if Geometry Nodes viewer node is activated and it's showing attribute.\n\nIt looks as if there's extra wireframe overlay under the usual overlay. Remaining wireframe does not respect smooth wires option from the preferences.\n\n- From the startup file, add Geometry Nodes to the cube\n- From Geometry Nodes editor, add a node that outputs attribute (Random Value node for example)\n- Connect Group Input and the attribute node to Viewer node\n- From viewport overlay option, enable wireframe. Try opacity slider\n\nVideo:\n<video src=\"attachment\" controls></video>\n\nFile for quick test:\n[ViewerNodeWireframe.blend](attachment)\n\n", "Support geometry node in glTF exporter\nThis should be possible when API will manage it.\nCurrent code used by glTF exporter:\n\n```\ndepsgraph = bpy.context.evaluated_depsgraph_get()\nblender_mesh_owner = blender_object.evaluated_get(depsgraph)\nblender_mesh = blender_mesh_owner.to_mesh(preserve_all_data_layers=True, depsgraph=depsgraph)\n```", "Data Transfer doesn't work in some situations (geometry nodes modifier preceeding the Data Transfer modifier)\nOperating system: Windows 10\nGraphics card: Nvidia GeForce GT960\n\nBroken: 3.5.0 (2023/01/11)\n\nData Transfer does not work on geometry generated by Geometry Nodes\n\nError is set up in the attached file:\n\n[Color Transfer Test.blend](Color_Transfer_Test.blend)\n\nDoesnt work in `Material` or `Rendered` viewport mode either.\n\n[Color Transfer Test 2.blend](Color_Transfer_Test_2.blend)\n\nI don't know if it's related (it feels like it is) but even setting color inside a geometry node (on geo node created meshes) doesn't work in Material or Rendered viewport modes.\n\n[GeometryNodesColorBug.blend](GeometryNodesColorBug.blend)", "Set Material Node does not reuse existing empty slot\nOperating system: Windows-8.1-6.3.9600-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.41\n\nBroken: version: 3.1.0 Alpha\n\n\nIf I set material with Set material node, it will not appear after remesh modifier.\nNo matter if i set material to initial instance or to final geometry after Realize node.\nHere the file for tests and demo\n[remesh after GN.blend](remesh_after_GN.blend)\n\n![37712719.png](37712719.png)\n\n[2021-11-29_01-09-32.mp4](2021-11-29_01-09-32.mp4)\n\n[2021-11-29_01-13-43.mp4](2021-11-29_01-13-43.mp4)\n\n", "Skin modifier can produce undesirable geometry\nBroken: blender-2.74-65328fa-win32\nWorked: never as the skin modifier always had problems like that\n\nThe skin modifier sometime fail and generate very bad geometry\n\n[skinbug.blend](skinbug.blend)\nload the attached blend, and see the problem as shown in the screenshot {[F177512](screenshotbug01.jpg)}(the underlying vertices are all symmetrical, as that base was done with the mirror modifier) \nTest with the various x/y/z options in the skin modifier and see how that buggy geometry can move in other place of the generated mesh\n\nOnly way to fix is to try to either move around the vertices or to rescale them (CTRL+A with the skin modifier) , not real solutions if you need all the branches to be +/- the same diameter and at exact locations.", "Armature Object's \"Display As\" does nothing\nOperating system: Linux-5.3.0-26-generic-x86_64-with-debian-buster-sid 64 Bits\nGraphics card: GeForce GTX 970/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 435.21\n\nBroken: version: 2.82 (sub 6)\nWorked: version: 2.79 release.\n\nWhen I add an armature and change the Viewport Display Mode, nothing happens.\n\n\nOpen the blender;\nDelete the default objects;\nAdd an Armature, single bone;\nIn the Properties Panel, Object Properties, Viewport Display:\nChange 'Display As' to anything, it doesn't work.\n\n![image.png](image.png)\n\n", "Force field + hair dynamics not working in (linked) instanced collections\nOperating system: Windows 10 64 bit\nGraphics card: GeForce GTX 1070\n\nBroken: 2.80 3d8cbb534f82 (2019-01-25)\nWorked: 2.79b release\n\nA surface force field does not affect hair dynamics when it is part of a collection that is linked into another file.\n\nSteps to reproduce:\n1. Create a hair particle system, with hairs along x axis. \n2. Enable hair dynamics on hair\n3. Create a surface force field underneath it.\n4. Press play button to verify hair is affected by force field.\n5. Save file\n6. Link the collection from the first file into another file. (I have 'Instance Collections' turned on)\n7. Press play. hair will fall and not be affected by the force field.\n\nExample blend file attached.\n[hair_force_test.blend](hair_force_test.blend)\n", "Pose Library: Collection pop-up when creating new poses in Action Editor\nWhen creating poses from the Action Editor it should be explicit to which catalog the new asset should be added.\n\nBy default the Unassigned option should be highlighted, so users can post-pone this decision for later, similar to when marking data-blocks as assets.\n\nThis is part of #103265.\n\n---\n\nSome initial code snippets for anyone interested on tackling this: [P3408](P3408.txt)", "linked objects un-parent after save and load.\nwindows 8.1, Geforce 660\n\nBroken: #5ebae1c\nWorked: i couldn't test as how far this existed as old versions won't compile against the current SVN.\n\nlinked objects un-parent after save and load.\n\ni included 3 files:\nfile 1: the parented objects.\nfile 2: the objects linked.\nfile 3: the parent object changed to local, everything is fine till it is saved it will un-parent!\n\n[1.blend](1.blend)\n\n[2.blend](2.blend)\n\n[3.blend](3.blend)", "Selection not transfering to paint mask (vertexpaint, weightpaint, texturepaint) when a triangulate modifier is present\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1660 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.81\n\nBroken: version: 2.92.0\nWorked: -\n\nIf you face select on edit mode, it will carry your selection to weight paint face select or texture paint face select or etc.\nBut if you have triangulate modifier on it will not carry it over.\n\nI did not know this and there was not error message about this anywhere on blender.\n\nLoad this file: [faceselect001.blend](faceselect001.blend)\nyou see some faces selected with triangulate modifier on.\ngo to weight paint or texture paint and you see none.\n\nI know this might not be a bug but how software works BUT for a common artist, at least adding a message that it will not carry over selection would have been nice, or disabling triangulate on view automatically when you go to those modes.\n\n", "New Curves data block\nThis is a follow up task based on discussions we had about #94193.\n\nCurrently, the curve object contains three distinct object types: curves, surfaces and text. We want to split those up into separate types, because there is no real reason for why they are combined into a single type. \nThis task focuses on introducing a new `Curves` data type which we will also need for hair and geometry nodes processing of curves.\n\nInitial steps:\n* - [x] Rename existing (experimental) `Hair` data block to `Curves`. In the ui it will be called `Hair Curves` for now to distinguish it from the old curve type. \n* - [x] Decide on and implement exact data structure used for curves.\n * Should be stored compactly in continuous arrays.\n * Should support arbitrary attributes on points and splines.\n * Ideally, the actual curve data structure is embedded into the `Curves` data block as a separate struct, so that the same struct could e.g. be used for grease pencil.\n* - [x] Refactor geometry nodes to use the `Curves` data block instead of `CurveEval`. (#95443)\n* - [x] Remove the runtime-only `CurveEval` data structure added for geometry nodes.\n* - [ ] Render geometry nodes curves as with the new type in Cycles and Eevee (#96455)\n* - [x] Curves sculpt mode that is mostly focused on hair use cases\n* - [ ] Curves edit mode, similar to existing curve edit mode\n\nFurther in the future:\n* - [ ] Add existing necessary features from the legacy curve object (features like shape keys may add complexity)\n* - [ ] Use versioning to convert legacy curve objects to the new curves object\n* - [ ] Add support for simulations through a generic simulation system involving geometry nodes\n* - [ ] Use versioning to convert hair particle systems to the new curves object\n\n", "Changing outputs from Separate RGB node into Displacement (using microdisplacement) does not trigger geometry update.\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 446.14\n\nBroken: version: 2.83.0\n\nChanging outputs from Separate RGB node into Displacement (using microdisplacement) does not trigger geometry update. Have to tab into edit mode to force mesh update.\n[rgb_disp_bug.blend](rgb_disp_bug.blend)\n\nAdd plane with microdisplacement enabled.\nConnect Image node to Separate RGB node and one of the channels into Displacement node.\nChange view to Rendered mode.\nChange channels from R to G to B to R and notice no geometry updates happen in the view port. (Make sure to use an image with different channels)" ]
[ "proxy rig linked to without dependency cycle does not work definitely in new depsgraph.\nwindows XP/SP3 32bits\n\nBroken: version 2.75 (sub 2), branch b'master', commit date b'2015-07-01' b'19:48', hash b'b05cf04', b'Release'\nWorked: old depsgraph\n\nproxy rig linked to without dependency cycle does not work definitely in new depsgraph.\nRun blender with new depsgraph.\nLink Plane from an attached file.\nMake proxy for its armature.\nEven if you operate Bone in Pose-mode, it does not react.\nIt works definitely in old depsgraph.\n[srcrig.blend](srcrig.blend)\nThanks." ]
Viewport options for collection instance do not work or work not as expected 2.80 (sub 45), 168d3fd528c4, 2019-02-27 01:36 Bounding box: show only box foe base-empty — strange and useless. Box for all collection expected. Wireframe: expected for collection too, so it is not work or work for empty again, especially there is «All edges» option. Display as — no reaction. In front: again only for empty. Thus it turns out so most of options are useless for collection instance and looks broken. I am not sure is it a bug or just too early implementation of this panel for collection instances. [2019-02-28_12-21-37.mp4](2019-02-28_12-21-37.mp4)
[ "Particle system behaves inconsistently in viewport and render when instance object visibility is disabled\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: Quadro [P2200](SSE2 NVIDIA Corporation 4.5.0 NVIDIA 441.20\n\nBroken: version: 2.91.0 Beta\nWorked: The behavior was different in 2.80\n\nWhen the instance object of a particle system is disabled in the viewport the particles are also disabled in the viewport. However when the instance object is disabled in render they still appear in the render.\n\n1. Open the default scene.\n2. Create another object (B).\n3. Create a particle system modifier on the default cube (A).\n4. Set Particle Settings to Hair (A).\n5. Set Render -> Render As to \"Object\" (A)\n6. Set the Instance Object to the other object (B).\n7. Disable the object (B) in viewport and render\n8. Render the scene, observe that the object has particles rendered\n[particle_visibility_bug.blend](particle_visibility_bug.blend)\n", "Add smart behavior (linking/instanciation) when pasting a collection in the Outliner or the 3DView\nOperating system: Linux-4.15.0-55-generic-x86_64-with-debian-buster-sid 64 Bits\nGraphics card: GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 430.26\n\nBroken: version: 2.81 (sub 4)\nWorked: Never\n\nCopied Collection does not paste correctly in the Outliner \n\nCopy a Collection from the Outliner and Past it in the Outliner - Collection doesn't shown in the 'View Layer' but in 'Orphan Data'\n", "Cannot render GeoNodes instanced collection without having original collection also rendered\nA collection is created and two planes shaped as diamonds are added. A separate plane is created and geometry nodes is used as a modifier instancing multiple copies of the diamond collection. When rendering only the geometry node instances are to be rendered but the original collection also renders. If the camera icon in the outliner is changed to black for the original collection or the diamonds then the whole scene is rendered black. The geonode plane with a white (on) camera icon should render all items generated by that modifier and the original diamonds with the camera black (off) should not be rendering.\n[B30beta renders too much.blend](B30beta_renders_too_much.blend)\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.68\n\nBroken: version: 3.0.0 Beta\n\n\n\n", "Particle Instance from interpolated children works unexpected\nOperating system: win10 74bit\n\nBroken: 2.8, 2.79b\n\n\"Children\" option works good only with \"Along path\". Otherwise it just duplicates extra geometry where parent particles are located. \n\nOpen file and enable \"Children\" option, see how poly count is changed without visual appearance. Then check both \"Children\" and \"Along Path\" to see the difference.\n[Particle_instance_child.blend](Particle_instance_child.blend)", "Design discussion: Add object instancing to support transforming linked objects?\nThis is an initial task to start discussion on this topic. More details would have to be looked into for an actual design.\n\n### Motivation\n\nLinking objects in Blender has the inherent design limitation that it also links the object's transform, which means you can't transform an object that was linked. This is a very basic and important operation. With library overrides, that issue is mitigated; however IMO we should look at this as a feature for production use-cases, not as something for more informal, low-overhead usages. This would be a complex solution for the user to manage for a simple problem. They need rather deep understanding of how Blender data-management works to manage library overrides.\n\nEspecially for the Asset Browser, it would be good to have a simple solution that behaves as users expect. Apparently what they do expect is that they can simply link objects, while being able to transform them still. Not being able to edit other object properties seems fine.\n\n### Possible Solutions\n\nFor collections we have actually addressed this issue by supporting linked collection instances. That means, while the collection and its contents are linked, the collection is placed relative to an emtpy that is local to this file. So by transforming the empty the entire collection is transformed. The idea of instancing can be brought to objects so transforming linked objects becomes possible in effect.\n\nSome ideas on how object instancing could be supported on linking:\n* **Object is made local, the mesh, materials, etc stay linked** Simple to implement - downside is that object properties, modifiers, constraints, physics and the like would not be linked anymore.\n* **Instancing via empty.** This would be very similar to collections. An empty can instance an object which means it acts as a parent of the object.\n* **Wrap into collection instance.** Effectively the same as instancing via an empty, but the user would see an intermediate collection. It's simple to add this, but kind of forces an implementation detail onto users.\n\n### Other Approaches\n\nInstead of trying to support object instancing, other things could be done on linking:\n* **Automatically create library overrides for transforms**. Another simple solution technically and at least saves the user from having to know about or setup the library overrides when linking. But obviously pushes users towards using library overrides, which they sooner or later will still have to deal with.", "Cycles - Viewport render preview stucked on the first sample - in a scene a DupliVerts objet parenting instances owned by more than one Groups\nBlender 2.78 (2.78 2016-10-24, Blender Foundation)\nMac Book Pro Retina 2013\n2.6 Ghz Intel Core i7 - 16GO 1600 MHz DDR3\nOSX 10.9.2\n\nUsing Cycles\n\nIn my scene with a parent DupliVerts object (Properties /Object / Duplication / Verts), with inside of if instances of Group.\nWhen those childs instances are from one group, that's ok.\nBut when they are from several groups, the 3D viewport render preview is stucked to the sample 1, rendered without ending !\n\nGood for heating the room ;)\n\nTo test, simply [Shift] - [x] in 3d the viewport in my blend to see this issue\nHope this help, keep the good work !\n[DupliVerts_and_Groups_BUG_with_Render_ViewPort_Cycles.blend](DupliVerts_and_Groups_BUG_with_Render_ViewPort_Cycles.blend)", "Eyedropper for props does not work in dialog boxes\nBlender 2.81, 71f2229b0d82\nfor example, in Texture Paint Context Menu\nI wanted to implement something using Operator and context.window_manager.invoke_props_dialog()\nThis is not a bug, but why not do it at the dialog level.\n![context.png](context.png)", "Boolean - Animation - Viewport works correctly render view doesnt\nUbuntu 18.04, Win 7 x64\n\nBroken: d53093953f8\n\nBooleans dont match between Viewport and Render\n\n1. Open attached blend file\n2. Preview render (shift z)\n3. Notice the green on top\n4. F12 Render\n5. Notice how the green is no longer there\n\n[booleansBug.blend](booleansBug.blend)", "creating a new collection in linked scene (same blend file) causes objects placed in it to dissapear from the outliner in the first scene.\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 536.99\n\nBroken: version: 4.0.0 Alpha\nWorked: unknown\n\nCreating a new collection in linked scene (same blend file) causes objects placed in it to disappear from the outliner in the first scene.\n\n1. Open default blender scene.\n2. Click the new scene button and choose linked copy.\n3. In the new scene, create a new collection and drag the cube into it.\n4. Go back to the first scene.\n5. The cube is gone and the new conllection not listed in the outliner.\n\n", "Armature animation glitch when using collection instances across scenes\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 528.49\n\nBroken: version: 3.4.1\nWorked: Probably never (2.90 is buggy still)\n\nWhen an armature is included in a collection, and that collection is instanced in another scene, selecting a bone or moving in the timeline creates a seemingly random time-jump in the posing/animation, until the bone is moved, at which point the whole armature snaps back into its real position.\n\nThis issue only occurs when an armature is included in a collection that is instanced in another scene. If the armature is not in a collection or is not instanced, the animation plays back as expected. The meshes under the armature does the same, if one mesh stays in the collection, the bug still happens, everything needs to be removed for the bug not to happen.\n\nWorkaround:\nMoving the bone causes the entire armature to snap back into its correct position, so this can be used as a workaround to keep the animation accurate. Alternatively, the armature can be removed from the collection and into the main scene hierarchy.\n\nThank you for looking into this issue.\n\n* Open attached file\n* Click on any bone\n\nThe pose will change. Change frame and pose will jump unexpectedly again.\n\nSome info that may be helpful: This issue seems to happen when persistent data is enabled and frame is rendered. Armature will then \"remembers\" last rendered frame. The cause may be linked to usage of Autorig pro addon.\n", "Support Dragging Assets Into the Outliner\n- - [ ] Objects\n - - [ ] Drag into empty space in *View Layer* or *Scenes* display mode instantiates the object at the 3D cursor (TBD: Active collection or scene collection?). Linking places it at the location from the source file.\n - - [ ] Drag onto/into collection does the same, but assigns it to given collection. Rather not support modifier keys like {key Shift} to parent at first, better keep asset dragging simple and let users decide which collection the object should live in first. They can do the parenting then.\n - - [ ] Drag into the *Blender File* display mode only adds the object to the file, doesn't instantiate it? \n - - [ ] Dragging onto/into a collection there could still instantiate.\n- - [ ] Other Datablocks\n - - [ ] Other data-blocks only get added to the file by default\n - - [ ] Dragging materials or meshes onto objects could reassign. (Probably should consider where it's dragged to exactly, e.g. a material dropped onto another material could replace it, or add a new material slot if dropped in-between two existing ones.)\n\nMore type dependent behavior could be considered/investigated. E.g. maybe it's nice to have an image empty created when dragging an image to the Outliner.", "Cycles volume rendering issues when domain overlaps a plane\nOperating system: Windows 10\nGraphics card: gtx 760 and 1070\n\nBroken: 2.79b(master, release) and 2.80\n\n\n\nShadows on intersecting geometry from Objects with volume shader yield unusable result when using object ray visibility settings.\nWith 2.80 using collections to set objects not visible in camera also fails to achieve this with volumes.\n\nDesired result with volume objects would yield in a same result as done with node group(picture 2)\n\nDoing camera visibility in the shader with nodes works .correctly \n\n\n![incorrect result.jpg](incorrect_result.jpg)\n![correct result.jpg](correct_result.jpg)\n[smoke_incorrect shadow.blend1](smoke_incorrect_shadow.blend1)\nAttached blend file(2.80)\n- run smoke simulation for a couple of frames and switch to rendered view\n- toggle object camera ray visibility", "Make Instances Real doesn't work for geometry instances\nOperating system: Windows-10-10.0.18363-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 750/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.41\n\nBroken: version: 3.0.0\n\nWhen I want to make instances real on object that has geometry nodes, blender create duplicate of whole mesh, togather with instances, on each place (point) where single instance mesh should be. I have attached screenshots and test scene that reproduces the bug. \n\nOpen .blend file I sent you, hover with mouse over 4 instaced spheres, and pres ctrl+A... select make instances real. You will see that geometry nodes instances are not created properly (whole geometry is duplicated on each geometry node point).\n\nSimilar thing happens when instancing collections, and trying to make them real - the parent relationship/hiararchy is not working. So there is a bug there also.[geom_nodes_bug.zip](geom_nodes_bug.zip)\n![blend01.jpg](blend01.jpg)\n\n![blend02.jpg](blend02.jpg)\n\n![blend03.jpg](blend03.jpg)", "Asset Browser - Current File doesn't place objects in active collection\nOperating system: Windows 11\nGraphics card: RTX 4070ti\n\nBroken: 3.5.0\nWorked: Supposedly never (tested 3.0-3.6)\n\nWhen adding an object into the scene from the Current File category in the Asset Browser, objects are placed into the same collection as the assets they originate from instead of the collection you are currently working in.\n\n- Move default cube into a new collection\n- Mark as asset\n- Ensure the scene collection is active, not the cube collection\n- Drag cube asset from Asset Browser Current File category into the scene\n- It will appear in the same collection as the asset reference object\n", "Viewport display of multiple Dupli-Collections when different draw-types are used : wireframe might disappear (only selected are garuanteed to draw)\nOperating system: Windows 10 / Ubuntu 20.04\nGraphics card: GTX 1080 / RTX 3080\n\nBroken: 2d9d08677e a2d59b2dac \nBroken: all versions >= 2.8\nWorked: 2.79\n\nViewport display of Dupli-Collections is inconsistant.\nDigging deeper into it, it looks to be when there are different draw types on the same dupli-collection\n\n1. Open attached blend file\n2. select the empties in the middle of the screen which do not look like they have anything attached\n3. notice how they randomly appear / disappear upon selection.\n4. note that one of instancer is set to `Textured` draw type, the other to `Wire`, if all are set to `Wire` the issue is gone\n\nThis has happened in quite a few of our production scenes.[bug.blend](bug.blend)\n\nNOTE: Might boil down to be the same as #101822 (Collection instance set to Display As Wire doesn't show in Solid mode when not selected) or #86732 (Instanced wire objects are hidden in solid mode instead wire appearance)\n\n" ]
[ "Instanced Collections Don't Honor Viewport Display Setting\nOperating system: Windows 10\nGraphics card: nVidia GForce 560\n\nBroken: Blender 2.8 Beta, Date: 2019-01-31 01:07, Hash 8c8979067490\nWorked: 2.79b\n\nInstanced collections, both within the active .blend or a linked library, don't display using the correct \"Display As\" setting in the **Viewport Display** setting. The instancer empty displays using the selected display setting (Wire, Bounds, etc.) but the object(s) being instanced display as they are in the referenced collection.\n\nInstance a collection from an external .blend or within the active file.\nChange the **Viewport Display > Display As\"** to **\"Bounds\"** (or other setting).\nNote that the instancer empty changes to that mode instead of the objects in the instanced collection.\n\n![Collection Instance Not Honoring Viewport Display Setting-.png](Collection_Instance_Not_Honoring_Viewport_Display_Setting-.png)" ]
Frame selected operator ignores GN viewer geometry Operating system: Windows-10-10.0.22621-SP0 64 Bits Graphics card: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.41 Broken: version: 3.5.0 Frame selected operator ignores geometry displayed by the Geometry Nodes Viewer node. 1. Open attached blend file 2. Select the cube 3. Run "Frame Selected" operator either using a hotkey or using the 3D View "View" menu. Result: Frame Selected operator frames empty space Expected: Frame Selected operator frames the geometry displayed by the viewer node
[ "Annotations shouldn't be shared among different Geometry Nodes\nOperating system: ubuntu 20.04\nGraphics card: cpu\n\nBroken: 2.93.0\n\nWhen you ad an annotation to a geometry node, by default the same annotations can be seen in all the other geometry nodes layout.\nThis is unexpected, since each geometry node layout should have its own annotations.\n\nAdd a geometry node modifier.\nWrite something with the annotate tool.\nDuplicate that geometry node modifier, erase the old nodes, the annotations, and you'll find out that you erased the annotation also from the first geometry node layout.\n", "Occasional render glitches when using simulation zones on an object without a material.\nThis bug has an easy workaround, mostly posting this so anyone running into the same issue knows the solution.\n\nOperating system: Linux-5.15.0-79-generic-x86_64-with-glibc2.35 64 Bits, X11 UI\nGraphics card: NVIDIA GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 530.30.02\n\nBroken: version: 3.6.2\nWorked: N/A, 3.6 is the first version with simulation nodes.\n\nIn Eevee, rendering an object with a simple simulation zone applied in geometry nodes and no material assigned to the object results in some rendered frames being blank or displaying odd glitches.\n\nThe workaround is to simply assign a material to the object.\n\nCheck out the attached .blend file for reproduction.\n\n", "Orbit around selection not working with modifers in edit mode\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 2080 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40\n\nBroken: version: 2.92.0\n\n\nWhen \"orbit around selection\" is turned on in the preferences the viewport usually rotates around the selected object - for example a selected vertex.\nIf the objects geometry is influenced by a modifier, though, the viewport does not rotate around the modifieds position of the vertex but still around the original position of the vertex. This can be very limiting, esspecially when using heavily deformed meshes which is often the case when using lattices.\n\n1. Preferences -> Navigation -> check \"Orbit Around Selection\"\n2. create Cube\n3. put simple Deform Modifier on Object\n4. In the modifier next to the Camera and Viewport Display icons press the \"Edit Mode\" icon and the \"On Cage\" icons. (see image)\n5. Select a single vertex of the Cube and rotate the viewport\n6. The viewport does not rotate around the vertex.\n\n![OrbitProblem.PNG](OrbitProblem.PNG)\n\n\n", "modifier display/render driver not responding.\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1050/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 527.56\n\nBroken: version: 3.4.0\nWorked: unknown\n\nIf I have my Mask display/render driver from another objects display/render setting, changing controlling obj disp/render doesn't take effect without coaxing.\n\n1. Open the attached file. \n2. In outliner, disable the viewport display of the Cube object (drives Mask visibility of part of Sphere object)\n3. For the Mask modifier, slide the Threshold a little. Display effect now takes place.\n\nThis all works without a problem if I animate the Cubes visibility. This appears to be a problem for any/all modifier display drivers (e.g., Subdiviison). Sometimes I just need to hover over a value like Threshold, or just over time it responds to the change.\n\n", "Cycles does not respect Object->Holdout option.\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 528.24\n\nBroken: version: 3.5.0\nWorked: Never (Goes as far back as 3.0 where the object->holdout option is added)\n\n\nCycles does not respect Object->Holdout option.\n\n\n- Open the provided file.\n- Press render.\n- The plane which is set as \"holdout\" doesn't mask the image.\n - Expected: the region of the plane should be zero alpha.\n", "Geometry Node: Changing modifier input values with python no cause update\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce RTX 2080 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.72\n\nBroken: version: 2.93.0 Alpha\n\n\nChanging modifier input values with python no cause update.\nBy code:\n\n```\nbpy.data.objects[\"Cube\"].modifiers[\"GeometryNodes\"][\"Input_1\"][0] = 13.8\n```\n\nValue in modifier property was changed. User interface no updated before modifiers panel are not redrawn. Result of modifier didn't updated.\n\n![image.png](image.png)\n\n- Open attached file\n- Run the code `bpy.data.objects[\"Cube\"].modifiers[\"GeometryNodes\"][\"Input_7\"] = 1.0` in the python console\nThe modifier UI may change, but the Viewport does not.\n[geom_node_py_bug.blend](geom_node_py_bug.blend)\n\n", "Box select fails to select bones at certain zoom levels\nOperating system: Linux-5.19.0-43-generic-x86_64-with-glibc2.36 64 Bits, X11 UI\nGraphics card: NVIDIA GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 530.41.03\n\nBroken: version: 4.0.0 Alpha\nAlso 3.5 and 3.6\n\nBox select fails when zoomed out\n\n\n- Open [Select.blend](attachment)\n- Box select some of the bones in the provided file.\n- It doesn't work for me unless you zoom in first\n- If you display the bone as \"Wire\" or \"BBone\" then everything is selecting correctly, otherwise not.\n\nIt fails in both pose and edit modes, perspective or orthographic.\n\n", "Modifier changes to support sub-panels for Geometry Nodes\nThis is a follow up of #108649\n\n", "Grease Pencil ignores collection Line Art usage settings\nversion: 3.3.0 Beta, branch: master, commit date: 2022-07-28 22:39, hash: 6ca602dd9fa1, type: release\nbuild date: 2022-07-29, 00:21:12\nplatform: 'Windows-10-10.0.22000-SP0'\n\nrenderer:\t'NVIDIA GeForce RTX 3090/PCIe/SSE2'\nvendor:\t'NVIDIA Corporation'\nversion:\t'4.5.0 NVIDIA 516.59'\n\nGrese Pencil ingnores Collections Line Art usage settings. See my attachment and screenshot.\n\nOpen the attached file and check the line art settings in the torus collection.\n\n![image.png](image.png)\n\n[gpencil_outlines-test-3_3.blend](gpencil_outlines-test-3_3.blend)", "Selection is covered by unselected geometry in ortho display\nOperating system: Linux-4.15.0-51-generic-x86_64-with-debian-buster-sid 64 Bits\nGraphics card: GeForce GTX 850M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 390.116\n\nBroken: version: 2.90.0 Alpha\nWorked: 2.79\n\nVertices and facedots selection is not visible from the top ortho view, selected elements are covered by unselected.\nArchitectural modeling consists of working with stacks of vertical geometry (walls, windows, etc.)\nTo select vertical stack of geometry for modifications (like changing windos size) or material painting is used non-ortho selection markups (selecting some part of geometry), and then expanding this selection to the entire stack by selecting elements from the top otho view.\n2.79 example GIF:\n![Fast_selection.gif](Fast_selection.gif)\n\nMaking vertices/facedots selection unobvious from top/ortho view makes working with vertical stacks of geometry unobvious and hard. PNG:\n![изображение.png](изображение.png)\n\n[1D_BUILDING_PAINTING.blend](1D_BUILDING_PAINTING.blend)\n\n- Open file\n- In Solid shading, select some geometry\n# Switch shading to wireframe, go to top ortho view.\n\nI would like to \"expand\" this selection to whole vertical array using box select, but I can't see what is selected now.\n", "Consider using more explicit names instead of the generic 'Size' value for Empties.\nWhen creating an Empty, the pop-up window specifies the `Radius` for the Empty, presumably because the shape chosen could be a sphere, arrows, or any number of different types.\n\nHowever, when viewed in the Object Data Properties, the radius is displayed as a more generic `Size` value.\n![EmptyRadiusVsSize.png](attachment)\n\n\nThis leads to confusion, especially when comparing an Empty to a Cube. In the example below, the visual scale of these two items is identical, yet looking at their `Size` tells a different story.\n\n![CubeVsEmptySize.png](attachment)\n\nFor context, this came up as a point of confusion for a use case where I'm using non-scaled empties as a 'holder' for position/rotation/scale while applying a set of custom properties to be exported as .glb and used in threejs.\n\nMy suggestion would be to continue the use of `Radius` as the label in the Object Data Properties, instead of `Size` since that's what is actually meant by the value.\n\n", "Freestyle wireframe-only rendering is broken with Ztrans faces (lines disappear when Ztrans alpha and Ztrans spec are set to zero / lines behind transparent faces are not rendered / marked edges are not sometimes rendered when faces overlap)\nOSX 10.11.2 / Macbook Pro Retina 15\" Mid 2014 / GeForce GT 750M\n\nBroken: 2.76b (also broken in 2.76)\n\nRendering wireframes with controllable wire thickness requires using Freestyle but Freestyle requires filled faces even when rendering only edges. To only render edges and make the faces invisible one must set Ztrans alpha to zero.\n- When other line objects are behind line-only objects their lines are culled (however ordinary objects are rendered properly)\n- When both Ztrans alpha and spec are set to zero no lines are rendered\n- When faces overlap only some marked edges are rendered (even when faces are set to be transparent)\n\nObserve and render the attached .blend file.\n[freestyle-lineclipping.blend](freestyle-lineclipping.blend)", "Geometry Nodes: viewer node and output geometries are shown together in Cycles render preview\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: Radeon RX 570 Series ATI Technologies Inc. 4.5.14800 Core Profile Context 22.5.1 30.0.15021.11005\n\nBroken: version: 3.4.0 Alpha\nWorked: n/a\n\n![ViewportPrivewCycles.png](ViewportPrivewCycles.png)\n\nThe output geometry should not be shown when viewport preview in Geometry Nodes is active. But it's shown in Cycles render preview.\n\n[ViewportPrivewCycles.blend](ViewportPrivewCycles.blend)\n", "boolean node in geometry nodes seems to work wrong\nOperating system: macOS-11.2.3-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 5500M OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.2.15\n\nBroken: version: 3.0.0 Alpha\n\n\n\nI have made this node tree in geometry nodes and i am getting this result, which - for me - looks like a bug.\n\n![image.png](image.png)", "Selection to Active doesn't work when the selected object is a child of the active object\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA RTX A6000/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.25\n\nBroken: version: 3.3.0 Beta\n\n\nSelection to Active operator doesn't work when the selected object is a child of the active object.\n\n\n1. Add 2 cube.\n2. Parent one of the cubes to the other.\n3. Select both cubes such that the parent is active. \n4. Use the Selection to Active operator.\n5. The operator has no effect.\n\n" ]
[ "Frame Selected does not respect Geometry Nodes viewer geometry\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: Radeon RX 570 Series ATI Technologies Inc. 4.5.0 Core Profile Context 22.11.2.221130\n\nBroken: version: 3.5.0 Alpha\nWorked: n/a\n\nNot sure if this is a bug to report or feature request but a minor inconvenience with the Viewer node.\n\nWhen Geometry Nodes Viewer node is active, Frame Selected works on the (invisible) output geometry instead of the Viewer geometry. Since the Viewer geometry is actually selectable, I think it makes sense that Frame Selected to respect it.\n\n[FrameSelectedViewerNode.mp4](attachment)\n\n" ]
No preferences tab in keymap Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12 Broken: version: 3.0.0 Alpha Worked: 2.93 My custom keymap doesnt have preferences tab? (so does the industry standard but maybe it's not a bug idk) ![image.png](image.png)
[ "Keyed particles work on viewport but not in render, also they are not affected by force fields\nOperating system: Linux-4.15.0-20-generic-x86_64-with-debian-buster-sid 64 Bits\nGraphics card: Mesa DRI Intel(R) Haswell Desktop Intel Open Source Technology Center 4.5 (Core Profile) Mesa 18.2.8\n\n\nBroken: version: 2.80 (sub 75)\nWorked: (optional)\n\n\nWhen making a particle system with keyed physics, it works in viewport but the particles do not show properly in the final render. They reappear from the world center when all the previous particles die. Also the particles of the keyed particle system are not affected by force fields.\n\nSee the link for screen recording and the sample file.\n\nThe problem shows in blender 2.80 and 2.81 but not in 2.79.\n\nI think this might be a bug in blender 2.8 but I hope you can help me to solve it.\n\nscreencast\n\nview?usp=sharing\n\n**Steps to reproduce:**\n[#69238.blend](T69238.blend)\n\n- Open file\n- Render animation\n- Compare output to viewport\n\n\n\n\n\n", "Can't bind shortcut Alt+Numbers 0-9\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.68\nKeyboard: UK ISO (tenlesskey) w/ UK Layout\n\nBroken: version: 2.93.4\nBroken: version: 3.0.0 Alpha\nWorked: None (tried 1.8, 2.28, 2.34, 2.58, 2.66, 2.79, 2.80, 2.82)\n\nUnable to use Alt modifier with Numbers 0-9\n\nTry to rebind something (e.g Hide Collections to Alt+Number key).\nThe binds will fail to execute.\n\n{[F10604609](210926_blender_10b48.png), size=full}\n\nBroken:\n• Alt+Numbers 0-9\n• Alt+Numpad Numbers 0-9\n• Using 'Left Alt' as a custom modifier key in the keymap plus Numbers 0-9\n\nWorks:\nAlt+F Keys 1-24 work (unfortunately Alt+F4 is hardcoded to exit blender.exe)\nAlt+Qwerty/Punctuation keys work.. just seems like its Alt+Numbers that fail\n\nThank you for your time and consideration :3", "Industry Compatible keymap uses Ctrl + H for two separate actions resulting in only one action working\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.59\n\nBroken: version: 3.2.1\n\nThere's a keymap conflict here when using the Industry Compatible map:\n![image.png](image.png)\n\nUnfortunately instead of resulting in both actions being done, this results in the \"hide unused\" shortcut not working at all by default.\n\n- switch to Industry Compatible keymap\n- create a material\n- select a node and try to use keyboard shortcuts for \"hide unused\" and \"collapse\"\n- note they're both Ctrl + H resulting in only \"collapse\" ever doing anything.\n\nEither should by default both actions happen upon that shortcut or there should not be a conflict by default.\n", "Favorites menu does not take into account language change\nOperating system: macOS-13.4.1-arm64-arm-64bit 64 Bits\nGraphics card: Metal API Apple M2 Pro 1.2\n\nBroken: version: 3.6.0\n\n\n\n1. Set the display language to Chinese. \n2. Add some functions from the menu to the favorite menu. \n3. Switch the display language back to English\n\n", "custom keymap anim.channels_find parameter (Query) isn't used\nOperating system: windows \nGraphics card:\n\nBroken: 293.1\n\n\nCustom query isn't used when opening channels find menu. I would like to have the query included in the search field\n\n\n\n![image.png](image.png)\n\n\n1. Adding a hotkey for anim.channels_find operator with custom query (location) \n2. Press new hotkey in graph editor\n3. Observe empty query field\n\n\nIdeally I would like to execute this command: \n```\nbpy.ops.anim.channels_find(query=\"rotation\")\n```\ndirectly by pressing the hotkey\n", "custom brushes icon won't show up is some cases\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 2070 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.51\n\nBroken: version: 2.91.0\n\nIn some cases the custom icon of the brushes won't load properly. Even by reassigning it it doesn't work.\n\nOpen the attached file and try to assign the accatech custom icon to the active brush (but anykind of image won't load)\n\nThankyou\n\n![inset06_icon.png](inset06_icon.png)\n![icon_ss.png](icon_ss.png)\n[icon.blend](icon.blend)", "Restore Key Map Item does not restore the `active` property.\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1650/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 536.23\n\nBroken: version: 4.0.0 Alpha\nWorked: never\n\nRestore Key Map Item (`bpy.ops.preferences.keyitem_restore`) takes into account the presence of kmi.active, but does not change it during restore.\n![2023-09-16_17.28.58.gif](attachment)\n\nCopy script and run.\n```python\nimport bpy\n\nclass Op(bpy.types.Operator):\n bl_idname = 'node.op'\n bl_label = \"Op\"\n def execute(self, context):\n return {'FINISHED'}\n\nbpy.utils.register_class(Op)\nnewKeyMap = bpy.context.window_manager.keyconfigs.addon.keymaps.new(name=\"Node Editor\", space_type='NODE_EDITOR')\nkmi = newKeyMap.keymap_items.new(idname=Op.bl_idname, type='A', value='PRESS')\nkmi.active = False\n```\n\n", "Saved keymap changes do not remove \"Restore\" button\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 496.76\n\nBroken: version: 3.0.0\n\nWhen editing Keymaps, the keymaps very often incorrectly show \"Restore\" button even though there is no difference between saved and active keymap. This is very frustrating as it constantly keeps the user uncertain about the state of the keymap and often leads to corruption of keymaps due to unintended changes.\n\n1. Make a copy of a default keymap and save it under a new name.\n2. Make modifications to this new keymap\n3. Using the + button, save the the modified keymap under the same name to overwrite it\n4. Notice the \"Restore\" buttons under keymap entries are still present\n5. Open any section with the \"Restore\" button and then click it. Observe no changes to the section.\nResult: Restore button is still present but it does not restore any changes. This makes user think the given section is modified, while it is not.\nExpected: Restore buttons do not appear next to section with no changed entries.\n\nOR:\n1. Make a copy of a default keymap and save it under a new name.\n2. Make modifications to this new keymap\n3. Export this new keymap into a file\n4. Import this keymap back from the file to overwrite it\n5. Notice the \"Restore\" buttons under keymap entries are still present\n6. Open any section with the \"Restore\" button and then click it. Observe no changes to the section.\nResult: Restore button is still present but it does not restore any changes. This makes user think the given section is modified, while it is not.\nExpected: Restore buttons do not appear next to section with no changed entries.", "UI: In Preferences, Invisible Execute Region in Nav_bar, blocks resize of area.\nBroken: 957b4547ae, 6b082278d1\nWorked: never?\n\nWhen you try to resize preferences, you grab the execute region edge instead(Only for nav_bar side).\nThe default state, has the area open but invisible. Blocking resize.\n\nSeparate preference window, does not have a problem.\n\n[2019-05-10 09-01-29.mkv](2019-05-10_09-01-29.mkv)", "Seemingly no way to remap \"use tool\" button?\nBroken: 2.80+\nWorked: 2.79\n\nSee 599\n\nThere doesn't seem to be a way to remap or disable the button which activates the tools selected by the buttons found in the T panel. Sometimes this button conflicts with the 2.7x keymap. For example, in the node editor, left tweak *always* applies the selected tool (box select by default), which prevents all the 2.7x Left Tweak shortcuts from working\n\n\n[27_28_keymap.blend](27_28_keymap.blend)\n\n1. Open the file with --factory-startup\n2. Go to the keymap section in the preferences\n3. Select the 27X preset\n4. Try to use the Shift+Left Tweak shortcut to add a reroute node\n5. Box select will be invoked instead", "Improvement ideas for using Driver Context Properties to access scene custom properties\nThe #105132 pull request introduces access to properties of the current scene and view layer via an implicit rather explicit reference.\n\nThe existing implementation is perfectly fine for built-in properties, but I have some additional ideas aimed at making it easier and more convenient to allow scene-global custom settings via custom properties.\n\nBasically, since the properties have to be added by the user, it would be convenient to support the case when it doesn't exist. It also may be nice to allow setting overrides at several different levels of abstraction.\n\nThus:\n\n* Allow an optional default value that would be returned by the variable if the referenced property doesn't exist, instead of failing with an error.\n\n* Allow fallback from Layer to Scene, and then World: one World can be used by multiple Scenes, which can have multiple Layers.\n\nSince this all only makes sense for *custom* properties, maybe it can be a new mode specifically aimed at them, e.g. some kind of \"Layer/Scene/World Custom Property\", which has options for the custom property name (without the `[\"...\"]` quoting), channel index (for vectors), and default value.\n\nThese are things missing for the new driver things to fully cover the features of the View Layer mode of the Attribute material node.", "UV Editor has no 'View Overlay' Theme option\nOperating system: macOS-12.0.1-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 575 OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.7.29\n\nBroken: version: 3.0.0\nBroken: 2.90, 2.91, 2.92, 2.93, 3.0 used something else (black in my case)\nWorked: 2.83\n\nThe UV Editor theme does not have a `View Overlay` option. So the color of the scale operation widget, for example, can only be edited in the 3D View.\n\n3D View:\n![image](attachment)\n\nUV editor:\n![image](attachment)\n\n- Go to `Preferences > Themes > 3D Viewport` and change the color in `View Overlay`\n- In the 3D View press `S` - see the color of the widget\n- In the UV Editor press `S` - compare the color\n\nSee youtube to tell you: A9RUxR1QmYI", "Knife cursor goes away when dragging status bar to see options\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.41\n\nBroken: version: 3.5.0\n\nWhile using the Knife tool, and using middle mouse click and drag to see all options within the status bar, the knife cursor changes to the edit cross cursor. This doesn't happen when using the mouse wheel to scroll through the status bar. It also doesn't happen using the Knife Active Tool, only when pressing K to launch the tool.\n\n1. Press K in Edit Mode to launch the knife tool\n2. Move the cursor over to the status bar, where the options for the tool are shown.\n3. Middle Mouse click and drag left and right to scroll through the status bar.\n\n[Knife cursor dissappears.mp4](attachment)\n\n", "shift+key with option click\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: Intel(R) HD Graphics 630 Intel 4.5.0 - Build 26.20.100.7262\n\nBroken: version: 2.90.0 Alpha\n\n[problem with a key set to 'CLICK' and with shift=True]\n\nIf I do a shortcut with e.g: km.keymap_items.new('wm.call_panel', 'S', 'CLICK', shift=True)\nI need to press and hold Shift and then press and release S. \nI mean if you do a click on a key without shift or ctrl or alt, the option is respected. but adding a Shift for example the property is not working the same anymore.\napparently in the programing of this click option the presence or not of another key has not been considered.\nthe interest of a click as it is explained in the blender help is when you add another key with the same shortcut but with the option 'CLICK_DRAG'\n\n\n", "Keyboard shortcut doesn't work after switching applicationss\nOperating system: windows 11\nGraphics card: Intel(R) UHD Graphics 630 & NVIDIA GeForce GTX 1060 with Max-Q Design\n\nBroken: Blender 3.1, a solid update to an already outstanding release. Released March 9th, 2022\n\nWhen using different Keyboard shortcut for every window, keyboard shortcut doesn't work when we switch between applications\nCTRL, ALT, Shift, tab are fine, but all of the characters are no response, such as G, E, Shift D, etc.\n\n- Open Windows Settings tab\n- Enable: `Let me use a different input method for each app window` {nav Time & Language > Typing > Advanced Keyboard Settings}\n- Open chrome or any other application and change input method (Chinese for example)\n- Open blender and keep default input method (English for example)\n- Type something in other application window\n- Switch to Blender and use hotkey" ]
[ "no preferences option in new keyconfig preset\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce RTX 2070 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 442.19\n\nBroken: version: 2.83 (sub 4)\nWorked: (optional)\n\nwhen creating a new keymap profile the preferences section disappears\n\n1. open the preferences\n2. hit the + to add a new keyconfig preset\n3. note that the preferences section is gone now from this preset and if you want to change one one of these options its required to switch back to the default Blender config to do so but still applies to the custom preset.\n\n![Screen Shot 02-23-20 at 10.38 AM.PNG](Screen_Shot_02-23-20_at_10.38_AM.PNG)\n\n![Screen Shot 02-23-20 at 10.38 AM 001.PNG](Screen_Shot_02-23-20_at_10.38_AM_001.PNG)\n\n", "Preferences: Keymap Preferences not visible afert importing custom key map\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GTX 760/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 390.65\n\n\nBroken: version: 2.80 (sub 72)\nWorked: (optional)\n\n\nPreferences: Keymap Preferences not visible afert importing custom key map\n\n\nFound this after I saved and imported my key map and then wanted to adjust mouse select button.\n\n- Open Blender\n- Go to Preferences > Keymap\n- Click Export Button\n- Import the exported File\n- Go to Preferences > Keymap\n- The Panel Preferences can't be seen\n\n\n![2019-05-25-custom-keymap-no-preferences-1.png](2019-05-25-custom-keymap-no-preferences-1.png)\nThis is what I get.\n\n![2019-05-25-custom-keymap-no-preferences-2.png](2019-05-25-custom-keymap-no-preferences-2.png)\nThis is what I get when I select the blender key map.\n", "Keymap Preferences UI Key-Config sub-panel disappear \nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: Radeon RX Vega ATI Technologies Inc. 4.5.13586 Core Profile Context 20.1.3 26.20.15015.1007\n\nBroken: version: 2.82 (sub 7) and earlier since 2.80\n\nUI Key-Config Preferences sub-panel shows with default \"Blender\" or \"Blender 27X\" presets and disappears when adding by \"+\" or importing Keyconfig preset even if \"Blender\" Keyconfig just exported. Seems like UI Key-Config Preferences sub-panel depends on key-config name.\neAqDyP8\n\nFresh install without user-data folder, go to Preferences > Keymap > Preferences exist. Press Add Key-config preset or import just exported preset - UI Key-Config Preferences sub-panel are disappear.", "Keymap preferences is missing in any keymap except Blender default\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce RTX 2070 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 442.19\n\nBroken: version: 2.90 (sub 0)\n\nKeymap preferences are missing in any keymap except Blender default. Not only old imported keymaps but new custom too.\n\n1 Go to Preference -> Keymap\n2 Press \"+\" button next to the list of existing keymaps\n3 Preferences are gone", "Keymap Preference Menu Disappearance\nOperating system: Windows 10\nGraphics card: NVidia GTX 980\n\nBroken: 2.82a\nWorked: NA\n\nHello,\nOnce I edit the keymap with my custom setup the preference menu disappears.\n\n![image.png](image.png)\n\nLoad the custom keymap [Blender Key Configuration.py](Blender_Key_Configuration.py)\n\nBest,\nOrso\nBased on the default startup or an attached .blend file (as simple as possible)." ]
Turning on smooth shading in Dyntopo causes display errors Operating system: Darwin-18.7.0-x86_64-i386-64bit 64 Bits Graphics card: AMD Radeon Pro 560X OpenGL Engine ATI Technologies Inc. 4.1 ATI-2.11.20 Broken: version: 2.81 (sub 12) Worked: recent 2.81 build When Dyntopo is being used and Dyntopo->Smooth Shading is checked, the mesh displays incorrectly. - Open the attached .blend file. [DynTopoSmooth.blend](DynTopoSmooth.blend) - Make sure you are in sculpt mode and Dyntopo is turned on. - Observe a properly rendered mesh (such as it is). See image... ![Screen Shot 2019-10-01 at 3.25.40 PM.png](Screen_Shot_2019-10-01_at_3.25.40_PM.png) - Either via the Dyntopo pulldown or in the properties panel turn on Smooth Shading (via the checkbox). - Observe that the mesh appears to have gaps all over the surface. Actually kind of a cool effect but I digress. See image... ![Screen Shot 2019-10-01 at 3.25.58 PM.png](Screen_Shot_2019-10-01_at_3.25.58_PM.png) - Turn on X-ray display - Observe that it looks like many of the vertices that should be on the surface appear to be drawn at the origin. See image... ![Screen Shot 2019-10-01 at 3.26.12 PM.png](Screen_Shot_2019-10-01_at_3.26.12_PM.png)
[ "Edit Dyntopo Detail Size operator is not working with all methods.\nOperating system: Ubuntu 18.04\nGraphics card:\n\nBroken: master #e7dc3c91ad82\nWorked: 2.90\n\nEdit Dyntopo Detail Size operator was recently replaced to have a better gizmo.\nThat only works with Constant Detailing method.\n\nShift D is doing nothing when Relative or Brush detailing method are used.\nThat is a regression. It is pertinent to change the size for those methods, too.\n\nProbably, gizmo should work differently for a Brush Method. But, at least, shortcut should allow to change Detail Size like in 2.90. \n\n\n\nIssue in Master :\nEnter into Sculpt Mode.\nEnable Dyntopo mode.\nPress Shift D. Nothing happens.\nChange Detail Method from Relative to Constant. \nPress Shift D. New Gizmo is available.\nChange Detail Method from Constant to Brush.\nPress Shift D. Nothing happens. \n\nRepeat same steps In 2.90 :\nCircle gizmo is adapted to used method.\nRelative method is relative to screen. So, circle does not go above a certain limit.\nConstant/Manual method is relative to World Space. Size of Circle is not limited.\nBrush Method is relative brush size. Gizmo is showing a percentage.\n", "Extreme Normal editing causes flat shading\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 980/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 466.27\n\nBroken: version: 2.93.0 Beta\nWorked: 2.92.0\n\nCaused by 1c22b551d0\n\n---\n\n## Short description of error:\nExtreme Normal editing(like flipping the normal and using other normal editing modifiers) causes flat shading.\n![2.92.0.png](2.92.0.png)\n\n![2.93.png](2.93.png)\nIn the image above,the sphere has a Data Transfer modifier which is receiving the Normals of the plane.\nAs in the upper image(2.92.0),the sphere is shaded smooth while in the lower image(2.93 beta) it gets flat shading at some faces.\n\n---\n## Exact steps for others to reproduce the error\n{icon fa-plus} OS Conditon: **WIN 10** |Blender: **2.93.0 Beta**\n- Default scene with default cube deleted.\n- Add a sphere object and a plane,add a Data Tansfer modifier to the sphere which transfers the normals of the plane to the sphere.\n- Have the sphere some negative Z axis transformation then observe its normal,the flat shading should be appearing at some angle.\n{icon bicycle spin} Below is a blend file with the setup above with an additional shading node in the material:\nThis is the additional node which filps the normals of the geometry:\n![shader node.png](shader_node.png) And the results in the respective versions:\n![2.92.0(2).png](2.92.0_2_.png)\n\n![2.93 beta.png](2.93_beta.png)\n[NormalFlatShadingBug.blend](NormalFlatShadingBug.blend)\n\n---\nFrom #111805:\n| 2.92 | 2.93 |\n| --- | --- |\n| ![image.png](attachment) | ![image.png](attachment) |\n\n[shadingBug.blend](attachment)", "pixelated Artifacts displayed in 3D view port on the wire frame with 'Outline Selected' On or 'smooth wires overlay' turn on.\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: AMD Radeon(TM) Graphics ATI Technologies Inc. 4.5.0 Core Profile Context 22.20.42.01.221031\n\nBroken: version: 3.5.1\n\nPixelated Artifacts are displayed on the selected object's wire frame in the 3D view port, in object mode when viewed through the camera with 'Outline Selected' turned On. The grid floor also has pixelated artifacts on it's wire frame in both edit and object mode when viewed through the camera and 'smooth wires' overlay is turned on in preferences -> view port -> quality. When you rotate the view and it brakes from the camera view the artifacts disappear.\n\nIn 3D view turn on 'Outline Selected' On and or in preferences -> View port -> quality turn on 'smooth wires' overlay.\nBased on the attached .blend file (as simple as possible)\n\n", "3D Cursor & Origin overlays should be grayed out if hidden by current mode/tool\n(NOTE) This task is part of the community & sub tasks of the workboard. Anyone is free to pick up this task and contribute. For any questions or needed reviewers, please tag @JosephEagar and @JulienKaspar.\n\nThe 3D Cursor and Origins are not displayed in painting modes as well as sculpt mode. \nThe overlay popover does not give feedback on this though.\n![2021-11-30_11-16-54.jpg](2021-11-30_11-16-54.jpg)\n\nThe overlays should be grayed out in the modes and tools where it is hidden. \nIdeally there should be exceptions to this rule, like while the 3D Cursor is transformed (already implemented) and when the current Tool is using it (Annotation Tools).", "Weird Shading with Multiscatter GGX\nOperating system: Linux-5.15.0-48-generic-x86_64-with-glibc2.35 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070 Super/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 515.65.01\n\nBroken: version: 3.4.0 Alpha\nWorked: 3.3.0 LTS\n\nI get some weird artifacts when rendering glass with Multiscatter GGX\n\n- Download attached Blend file\n[Shadertest_v01.blend](Shadertest_v01.blend)\n- Press F12 to render\n- The result looks different in 3.3 and 3.4 master\n\n3.3:\n![image.png](image.png)\n\n3.4\n![image.png](image.png)\n\nWhen I switch the glass shader to GGX or Beckmann the results look identical between 3.3 and 3.4", "Regression: GPU Subdivision: EEVEE doesn't refresh viewport correctly with Armature modifier\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.94\n\nBroken: version: 3.3LTS, master\nWorked: 3.2.2\n\nGPU Subdivision doestn't refresh viewport correctly an object when Armature and Subdivision Surface Modifiers are used.\n\n1) Start Blender.\n2) Add Armature object\n3) Switch to \"Shading\" workspace.\n4) Select the Cube and add `armature modifier` then `Subdivision Surface Modifier`.\n5) Switch to Properties Editor to \"Modifier Properties\"\n6) Add armature in armature modifier's object property. \n7) Switch between object-edit mode\nIt works fine when \"GPU Subdivion option\" is turned OFF (Prefrences > Viewport > Subdivision > GPU Subdivision)\n\nI added \"BeforeGPUSubDBug.blend\". You can reproduce this issue by loading the blend file and doing step 7)\n", "Aliased wireframes + modifier edit mode display issue\nOperating system: Linux-4.15.0-51-generic-x86_64-with-glibc2.27 64 Bits\nGraphics card: GeForce GTX 850M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 390.143\n\nBroken: version: 3.4.1\n2.90\nWorked: 2.79, 2.81\n\nEdit mode aliased wireframes (selected/unselected) of a mesh with modifiers looks broken for both ortho and perspective views, even with reasonable clipping range.\n\n**Steps to reproduce**\n\n* Open file\n* Disable all anti-aliasing and smoothing in preferences > Viewport > Quality\n\nSelection looks bad, but also other edges are bit fuzzy. Disable mirror modifier visibility in edit mode and edges looks better.", "Remesh Modifier in Voxel mode produces surface artifacts when Adaptivity enabled\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71\n\nBroken: \n - 2.83.9\n - 2.91.0 Beta\n - 2.92.0 \nWorked: never\n\nRemesh modifier produces artifacts on mesh which look like a result of bad triangulation.\n\n1. Open attached blender file\n2. Open modifier panel and select testMesh\n3. Change adaptivity value from 1 to 0 cm and back\n4. Observe black shading artifacts \n[remesh_bug.blend](remesh_bug.blend)\n![remesh_bug.png](remesh_bug.png)", "Curve to Mesh node causes other objects to edge split when not shaded smooth\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.39\n\nBroken: version: 3.0.0 Beta\n\nWhen using a Curve to Mesh node, it causes other objects joined to it to be read with each face as a separate mesh island by Cycles (using the Random per Island socket of the Geometry node in shaders). This only happens while using Flat shading AND the Curve to Mesh is plugging into the first position of the Join Geometry node. In any other order it will not happen.\nAlso happens with more mesh objects as long as the Curve to Mesh object is the first on in the Join node.\n\nThe edges aren't actually split, it just seems to be Cycles that thinks they're individual mesh islands.\n\nAdd a grid node and join it to a curve going through a Curve to Mesh node.\nEnsure the Curve to Mesh is the first connection into the Join Geo node.\nAssign a material to the grid and in the shader, view the Random Per Island output of the Geometry node.\n\n[2021-11-06 18-08-29.mp4](2021-11-06_18-08-29.mp4)\n\n[Mesh Island Bug.blend](Mesh_Island_Bug.blend)", "Incorrect shading on Intel HD 6000\nOperating system: Mac OS Catalina 10.15.3 (latest as of 13/02/2020), Windows 10 1909 (Bootcamp)\nGraphics card: Intel HD 6000\nCPU: Intel Core i5-5350U\nHardware: MacBook Air 2017\n\nBroken: 2.81a, 2.82\n\nProblems with shader of Auto-Eye add-on on Intel HD 6000, although on creator's machine works fine (I emailed him and he suggested it's a blender bug).\nBUT it's not only Mac OS problem! Also tested on Windows (via bootcamp) -- it crashed (on Mac OS it continue working at least).\n\nCreator's machine specs (where it works fine):\nIntel Core i7-4790 CPU @ 3.60GHz × 4\nGeForce GTX 1060 6GB\n\nJust open .blend file, make sure it's EEVEE render/look dev mode, test it with Mac OS or Windows and Intel HD card.\n\nAttaching file for testing and screenshots -- first two is how shaders looks broken, and third how it should approximately look, but with shader (right now it's only color output or flat texture output)\nBroken 1\n![broken.png](broken.png)\nBroken 2\n![broken2.png](broken2.png)\nHow it should like like(with shader enabled (BUT right now it's only color/flat texture output)\n![how it should look like (but with shader).png](how_it_should_look_like__but_with_shader_.png)\n\n[iris_only.blend](iris_only.blend)", "Collada exporter's triangulation option messes up custom vertex normals\nBroken: v3.4.1, v3.2.0, v3.1.2\nWorked: Never, as far as I can tell.\n\nWhen using the Collada exporter to export a mesh with custom vertex normals (with the exporter's triangulation option on), for each quad, one vertex of a split-off triangle will have an incorrect vertex normal.\n\n![normals_bug_blender.png](normals_bug_blender.png) Figure 1: A grassy slope mesh in Blender.\n\n![normals_bug_unity.png](normals_bug_unity.png) Figure 2: The same mesh in Unity. Note how the lighting produces a visible seam between the two triangles of each grass quad. (Apologies for the low color contrast in the screenshot)\n\n- In Blender, create a quad mesh and rotate it so that it's standing instead of laying down\n- Use \"point to target\" to point the quad's normals straight up\n- Export the quad with the Collada exporter, with the triangulate option on\n- Import the mesh into some other program to check the exported vertex normals. You should see that one of the vertex normals is wrong.\n\n**Workarounds**\nTriangulating with Ctrl+T does not suffer from this bug.", "Dyntopo: detail flood fill with smoothed mask expands too much\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 445.87\n\nBroken: version: 2.90.0 Alpha\n\n\n\n[#78755.blend](T78755.blend)\n- Open file\n- Dyntopo > Detail Flood Fill (this is still expected, sticks to unmasked area)\n- Undo\n- Mask > Smooth Mask (this already has a bit of an unexpected shape)\n- Dyntopo > Detail Flood Fill (this spreads out)\n\nTo reproduce: create icosphere with 5 subdivisions, mask spot, invert mask, soften mask, make detail flood fill\n[2020-07-09_09-38-22.mp4](2020-07-09_09-38-22.mp4)", "GPU subdivision option with subdivision surface modifier collapses geometry (AMD GPU)\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: AMD Radeon HD 7800 Series ATI Technologies Inc. 4.5.14831 Core Profile Context 21.5.2 27.20.20903.8001\n\nBroken: version: 3.1.0 Alpha\n\nSubdivision surface modifier with GPU Subdivision enabled produce geometry that appear to be lost\n\n1. Open default scene.\n2. Add subdivision surface modifier to an object.\n3. Make sure GPU Subdivision option is enabled.\n4. ~~Uncheck Use Limit Surface~~\n5. ~~Disable GPU Subdivision to see correct result.~~\nLast two steps are not necessary for recreation of the bug since this change- 118a219e9d\n[Subdiv GPU Use Limit Surface 2022-01-15 22-13-33.mp4](Subdiv_GPU_Use_Limit_Surface_2022-01-15_22-13-33.mp4)\n\n------\n\nNOTE: This bug seems to only occur on AMD cards on Windows.\n\n**Reproducible on:**\n\n| Operating System | GPU | Driver |\n| ----------------|-------------|---------|\n| Windows 10 | AMD Radeon HD 7800 Series | 4.5.14831 Core Profile Context 21.5.2 27.20.20903.8001 |\n| Windows 10 | AMD Radeon (TM) RX 480 | 4.5.14760 Core Profile Context 20.45.37.01 27.20.14537.1001 |\n| Windows 10 | AMD Radeon(TM) 535 | 4.5.14831 Core Profile Context 21.5.2 27.20.21003.8013 |\n\n**Not reproducible on:**\n\n| Operating System | GPU | Driver Version |\n| -----------------|-------------|---------|\n| Linux Mint 20 | AMD Radeon RX550 | 4.5.14800 Core Profile Context 21.40 |\n| Linux Mint 20 | AMD Radeon RX550 | 4.6 (Core Profile) Mesa 21.3.0-devel |\n| Windows 10 | Intel(R) UHD Graphics 620 | |\n| Windows 10 | NVIDIA GeForce GTX 1050 | 472.39 |\n| Linux Mint 20 | NVIDIA RTX 2070 | 510.47.03 |\n| Linux | NVIDIA GeForce GTX 970M | 495.44\n|Windows-10-10.0.19043-SP0 64 Bits|Radeon (TM) RX 480 Graphics| 21.30.23.01, 22.2.3, 21.10.2 |\n", "Grid lines showing up when origin is far from mesh\nOperating system: Win 10 Home\nGraphics card: GTX 1070\n\nBroken: (example: 3.2.1, a2d59b2dac9e, master, 2022-07-05, as found on the splash screen)\n\n\nGrid lines showing up when origin is far from mesh but only when bumping out the normals in the shader editor, more testing required. (only happens in cycles regardless of optix/cuda or cpu rendering)\n\nopen the attached blend file and go to camera view, then switch to viewport shading or render an image. you will notice a grid on the surface of the plane in certain areas. And the grid goes away when origin is set to centre of mesh. Or you disable the bump node in the shader editor. Seems to be a rendering bug.", "Normal map bug in Blender 2.9 / 3.0\nOperating system: Windows 10\nGraphics card: NVIDIA Geforce GTX 1050 Ti\n\nBroken: Blender 2.93 / 3.0 (stable version)\nWorked: Blender 2.83 (stable version)\n\nWhen applied a precedural texture (noise, Voronoi etc.) as a normal map in Node editor, the boundaries of the polygons stand out and it will look like a block. \nThere was no such problem in 2.83.\n\nCreate a mesh. Add a procedural texture on the Shading tab and apply it as a normal map.\n[#94139.blend](T94139.blend)\n\n![2.93.jpg](2.93.jpg)\n\n![2.83.jpg](2.83.jpg)" ]
[ "Dyntopo smooth shading broken\nOperating system: Linux-4.15.0-64-generic-x86_64-with-debian-buster-sid 64 Bits\nGraphics card: Quadro GP100/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 430.40\n\nBroken: version: 2.81 (sub 12)\n\nWhen enabling dyntopo and smooth shading the surface of the object is riddled with black artefacts and holes.\n\n![Selection_083.png](Selection_083.png)\n\n" ]
Transformation Constraint Bug, Target: local space, Map from: rotation - does not work, Target: local space, Map form: location - if I rotate the cube it still works Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: GeForce GTX 1060 3GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.89 Broken: version: 2.93.0 Alpha Transformation Constraint Bug: Target: local space, Map from: rotation - does not work (this feature is missing) [Rec 0004.mp4](Rec_0004.mp4) Target: local space, Map form: location - if I rotate the cube it still works, that is wrong (this feature is missing from the "map from: rotation) [Rec 0003.mp4](Rec_0003.mp4) I am really sorry, my english is very bad. {[F9817856](kép.png), size=full} And this is my problem. If I rotate the car then it also affects the wheel. [Problem.mp4](Problem.mp4) [Transformation_constraint_bug.blend](Transformation_constraint_bug.blend) Have a nice day
[ "Curves: Edit mode transform pivot on individual origins does not work\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: Radeon RX 570 Series ATI Technologies Inc. 4.5.0 Core Profile Context 23.2.1.230210\n\nBroken: version: 3.6.0 Alpha\nWorked: n/a\n\nAlso 3.5 beta.\n\nIn curves edit mode, transform pivot on individual origins does not work.\n\nPivot on active element also does not work, but it seems curves edit doesn't have the concept of active element at all, so not sure if this is a limitation right now.\n\n[CurvesEditTransformPivot.mp4](attachment)\n\n", "Annotations (D) do not work with 3d cursor tool (keymap issue)\nMacBook Pro (Retina, 15-inch, Mid 2015)\n2.5 GHz Intel Core i7\n16 GB 1600 MHz DDR3\nAMD Radeon R9 M370X 2048 MB\nIntel Iris Pro 1536 MB\n\nBlender 2.80 Alpha 2\nHash: c94f806dc73\n\ndate: 2018-11-14 22:51\n\nAnnotation tool does not work when pressing D and LEFT MOUSE BUTTON.\n\nAnnotation tool will work when searching with CMD+F; but also within the search, if you click ENTER the annotation tool will pop up for a split second and disappear. \n\nAttaching a short video.\n[Annotation Bug.mov](Annotation_Bug.mov)\n", "weird viewport visual glitch\nOperating system: Windows 11 64 bits\nGraphics card: NVIDIA GeForce RTX 3060 Ti Gaming X Trio\n\nBroken: version: 3.3.1\nWorked: cant bother sorry\n\nits like the position of the viewport has an offset relative to the orientation of the camera, and the viewport has a set size and cant change.\n\nfirst go to the layout workspace and have an animation playing (must have an animation playing for the bug to happen), then create a new viewport by sliding it like im doing in the video. then change the viewport into rendering mode like im doing in the video and when you resize the viewport, it has a set size and cant be changed and the position of all parts have an offset according to the position and orientation of the camera.\n\n", "Changing driven rigidbody constraint value does not invalidate cache\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 2080 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.30\n\nBroken: version: 2.91.0\n\nChanging driven rigidbody constraint value does not invalidate cache.\n\n[0385-5151.avi](0385-5151.avi)\n\n[#83561.blend](T83561.blend)\n\n- Open file\n- Change Y location of Empty.006 - pinned in upper editor. This should change velocity of motor of Empty.005\nThis should invalidate rigidbody cache, but it doesn't\n\n[T83561_simplified.blend](T83561_simplified.blend)\n", "Transform orientation undo is inconsistent.\n\nBroken: 3.0\nWorked: ?\n\nTransform orientation undo is inconsistent. It works in object mode, but doesn't work properly in edit mode. In edit mode it sometimes won't undo, or undoes together with another different step(like changing mode, or moving vertex).\n\n- Open default startup;\n- Change the Transform Orientation from Global to something else\n- Undo/redo - it works;\n\n---\n- Reopen default file\n- Go to edit mode\n- move vertex\n- Change the Transform Orientation\n- undo multiple times - Will never undo the Transform Orientation. (now deselect cube and perform undo operation: will revert selected transform orientation)\n\n", "Cycles: Bump node doesn't generate anything in certain conditions\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 522.25\n\nBroken: version: 3.3.0\nWorked: all versions from 2.79 to 3.4.0 alpha are affected, there is no working build\n\nI'm trying to generate a normal map using Bump node and color output of the env map as height map, it doesn't work on Cycles while it works on Eevee. Seems like the \"reflection\" output of Texture coordinate node is broken, but it works fine when I'm using another outputs though\n\nOpen the project, then click on viewport Rendered mode button - it'll start Cycles which for some reason can't generate bump map, then switch to Material preview mode - it'll start eevee which works as expected\n[bug_report.blend](bug_report.blend)\n\nEdit: typos and bad english grammar fixed, I believe", "Zoom stops at certain level and won't go further\nOperating system: Windows 10\nGraphics card: GeForce GTX 1070\n\nBroken: 2.92, 3.0 alpha\n\nIn this simple model, I cannot zoom my view closer to mesh than I already did. I saved the closest achievable view position in the .blend.\nI can reach further close-ups using some more advanced navigation tools, like dolly zoom, but standard zoom won't let me.\nThe issue is linked to this particular model - if I copy the object (there's only one in the scene) to a new model, the issue is gone.\nThe model was originally saved in Blender 3.0 alpha, only then in stable 2.92. Could it be the cause of this bug?\n\nBased on the default startup or an attached .blend file:\n[zoom issue.blend](zoom_issue.blend)", "Object transforms affecting Sculpt Mode Brush behaviour\nThis is a design proposal to change some underlying behaviour of the brush system in Sculpt Mode.\n\n**The issue:**\nWhen scaling or rotating an object and then proceeding to sculpt on it in Sculpt Mode, the brush behaviour is generally affected by the transforms of the object.\nSo if the scaling is 1 on X & Y but 3 on Z, the brush radius will be 3 times as high. \nIf the object is scaled down in general, the brush strength will be lower in total.\nIf the object is also rotated, the brush radius will be as well and rake effects like for the Snake Hook brush will be badly affected since the object rotation is added to the rotation of the brush.\n\nIn recent versions the brush radius is at least reflecting the object transforms, which helps spotting these negative influences and reminding the user to apply the object transforms before sculpting.\nBut there is not benefit to having the Sculpt Mode being affected by the object transforms, so this is just a limitation of the current system.\nIt's also good to add that on the other hand Edit Mode is not negatively affected by the transforms of the object.\n\n[2020-03-02 11-42-04.mp4](2020-03-02_11-42-04.mp4)\n\n**The proposal:**\n\nTo make the sculpting workflow easier on the user it would be ideal if the brushes are not affected by the local transforms of the object but are instead based on the world scale & orientation.\nOnly symmetry options should be directly influenced bu the local transforms.", "Changing dimension on multiple objects no-longer works\nOperating system: Windows\n**working version:**\n2.79b\n**Last known *working* version:**\nblender-2.80.0 Beta (dec 2018)\nHash: e4dbfe0a98c1\nBransh blender2.7\n2.80.39\n**Earliest known *broken* version**\nblender-2.80.0 Beta (april 2019)\nHash: 480a09a92f7f\nBransh blender2.7\n2.80.60→2.83.2→2.90.0 Alpha\nManipulating the values in ‘`3d view`→`n-panel`→`dimensions:`' with ‘alt-key’ held down and dragging the mouse cursor will no-longer affect all the selected objects, only the parent.\n(feature still present for '`Location`', '`Rotation`', '`Scale`'.)\n\n1. Duplicate the default cube and move it so both cubes are visible.\n2. select both cubes and go to ‘`3d view`→`n-panel`→`Dimensions:`'\n3. With both cubes selected, hold down the alt-key and start manipulate the value by dragging your cursor in one of the three fields for 'Dimensions'\n\n**PS.** feature did not have the same affect as just scaling the objects, (see animated gif bellow)\n![blender_dim_bug.gif](blender_dim_bug.gif)\n[dimbug.blend](dimbug.blend)\n", "Impossible to move with G key an object scale to 0 and parent to an empty\nOperating system: Windows 7\nGraphics card: GTX 780\n\nBroken: 3.5.1\nWorked: \n\nWhen an object is parented to an empty, and this object is scale to 0, you cannot move it anymore with the G key. But you can move it in the transform menu location.\n\nBased on the default startup or an attached .blend file (as simple as possible).\n1. Open blend.\n2. Try to move object with G key.\n3. It is possible with Transfom menu.\n\nThanks a lot !\ndono", "Snap move doesn't work with Spin tool\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce GT 740/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 473.47\n\nBroken: version: 3.3.1\n\nSnapping doesn't work with transform gizmo in spin tool\n\n- Open .blend file\n- use spin tool\n- Move with transform gizmo and try to snap with ctrl key (works though for rotation)\n[#102198.blend](T102198.blend)", "VSE: Snap to the 'Hold Offset' of strips being transformed\nA strip does not snap to itself, but `Hold Offset` is something whose position may remain unchanged in some cases:\n{[F10243791](hold_snap.gif),size=full}\n\n**Proposal**\nThe idea is to track those cases where the `Hold Offset` of transformed strips doesn't change and allow snapping for them.\n\n", "Keyframing Stretch property in IK won't work properly - iTaSC Solver\nDoesn't work in all versions 2.79b, 2.83, 3.00\n\nWhen using iTaSC solver for an armature, you can't keyframe or use a driver for the bone stretch property. If you do it will be buggy and won't work as expected.\n\nThe Stretch property I'm talking about\n![image.png](image.png)\n\n1. Make a a small armature with iTaSC Solver\n2. Add IK Bone Constraint\n3. Animate the stretch property whether in the bone constraint or the bone property\n4. Keyframe your rig and see that it's not behaving properly\n\n**note: I know it may seem incomprehensible but if you click constantly \"Update Dependencies\" in the drivers panel you will see the expected result**\n\n[Bug report.blend](Bug_report.blend)", "Solidify (Complex, Constraints) - very rare glitch\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 528.02\n\nBroken: version: 3.5.1\nWorked: 3.1.2\n\nbehavior changed in c2e8e68b6517b91eb14270707d7182c1727861c4\n\nSolidify modifier creates a weird glitch at a specific vertex.\n\nI have a model with about 40000 verticies that I wanted to solidify. Everything works fine, except the surroundings of a single vertex. The topology does not seem any particular there. The model is made out of triangles, but the glitch also appears if I convert it to quads. I copied the vertex and the surrounding faces to a sperarate blender file and recorded how the glitch appears depending on moving one of the verticies:\n![blender_bug.gif](attachment)\n(the glitch looks exactly the same when the vertex is part of the larger object)\n\nSolidify Modifier Settings:\nMode: Complex\nThickness Mode: Constraints\n(other settings does not affect the glitch)\n\n", "Cannot Apply Multi Objects\nOperating system: Linux-5.8.0-53-generic-x86_64-with-debian-bullseye-sid 64 Bits\nGraphics card: Radeon RX 570 Series ATI Technologies Inc. 4.5.14735 Core Profile Context 21.10\n\nBroken: version: 2.92.0\n\nWhen I try to apply scaling, rotation or location to a linked object (Alt+D) I get this error message:\n\"Cannot apply to a multi user: Object \"Cube.001\", Mesh \"Cube\", aborting\"\n \n- Scale the cube \n- Link it with Alt+D,\n- Apply scaling, location or rotation to one of the two cubes.\n\n[Blender 2021-05-30 00-10-18.mp4](Blender_2021-05-30_00-10-18.mp4)" ]
[ "'Transformation' constraint property between two objects does not work if the \"Target\" object is being evaluated in \"Local\" space\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: Radeon (TM) RX 480 Graphics ATI Technologies Inc. 4.5.14760 Core Profile Context 20.45.37.01 27.20.14537.1000\n\nBroken: version: 2.93.0 Alpha\nWorked: 2.79\n\nWhen adding the \"Transformation\" constraint property between two objects, If the \"Target\" object is being evaluated in the \"Local\" space, only the location -> rotation combination will have any results.\nAlso, in this case, for the rotation-> rotation combination to have any effect, it is necessary to add a parent object to the \"Target\".\n[Rec 0004.mp4](Rec_0004.mp4)\n[Rec 0003.mp4](Rec_0003.mp4)\n\n- Open attached file\n- With the object named \"Cube.001\" selected, Change the constraint \"Map From\" to rotation\n- Select the object named \"Cube\" (i is the Target)\n- Rotate the object\nNothing happens. The object must have a parent.\n[Transformation_constraint_bug_simplified_file.blend](Transformation_constraint_bug_simplified_file.blend)\n\n" ]
Saving Cloth preset gives error for old setting OSX 10.11.6 Interl Iris Pro 2.80 # Based on the default startup or an attached .blend file (as simple as possible).
[ "mantaflow instability on high timesteps\nmacOS 10.14\nIntel HD 6000\n\nBroken ce64cfd6edc2a0ec0aabfd4daaa5f655763cc74b, 2.83.12\n\n**error**\n\n[11110001-0070.mp4](11110001-0070.mp4)\n\n- Add quick liquid to default cube.\n- Set minimum and maximum timesteps to 100.\n- Bake up to frame 70 and watch the liquid explode.", "Adding new hook while in Edit mode breaks when trying to undo/redo the operator\nWin7 (32bit)\n\nBroken: 2.78a\n\n\n- Add Path from Curve menu, add new Armature\n- Assign Bone to control point as Hook\n- Blank Hook modifier appears along with real one\n\nScreencast: [screencast0001-0250.mp4](screencast0001-0250.mp4)\n", "Crash when run the script code follow\nOperating system: Mac 11.4\nGraphics card: Intel Iris 1536 MB\n\nBroken: 3.0.1(2022-01-26)\n\nBlender crashed when running the script followed in \"Scripting Window\":\n\n```\nimport bpy\n\nfor obj in bpy.data.collections['Bg_objects'].all_objects:\n obj.is_holdout = True\n```\n\nAddressSanitizer error log:\n```lines=20\n==34714==ERROR: AddressSanitizer: heap-use-after-free on address 0x00015d792c38 at pc 0x00010523645c bp 0x00016fdfa1d0 sp 0x00016fdfa1c8\nREAD of size 8 at 0x00015d792c38 thread T0\n - 0 0x105236458 in rna_iterator_listbase_next rna_access.c:4677\n - 1 0x1053cc940 in Collection_all_objects_next rna_collection_gen.c:209\n - 2 0x105234920 in RNA_property_collection_next rna_access.c:3690\n - 3 0x105f6c330 in pyrna_prop_collection_iter_next bpy_rna.c:7107\n - 4 0x11366ad40 in _PyEval_EvalFrameDefault ceval.c:4001\n - 5 0x113664fe0 in _PyEval_Vector ceval.c:5065\n - 6 0x113664f38 in PyEval_EvalCode ceval.c:1134\n - 7 0x105f1812c in python_script_exec bpy_interface_run.c:121\n - 8 0x105f18d5c in BPY_run_text bpy_interface_run.c:216\n - 9 0x10a275444 in text_run_script text_ops.c:773\n - 10 0x10a275284 in text_run_script_exec text_ops.c:812\n - 11 0x103035044 in wm_operator_invoke wm_event_system.c:1335\n - 12 0x103033cf4 in wm_operator_call_internal wm_event_system.c:1530\n - 13 0x10303ad6c in WM_operator_name_call_ptr wm_event_system.c:1577\n - 14 0x10303b978 in WM_operator_name_call_ptr_with_depends_on_cursor wm_event_system.c:1765\n - 15 0x109722ff8 in ui_apply_but_funcs_after interface_handlers.c:1008\n - 16 0x10971b1d4 in ui_handler_region_menu interface_handlers.c:11383\n - 17 0x10304ab2c in wm_handler_ui_call wm_event_system.c:698\n - 18 0x103047864 in wm_handlers_do_intern wm_event_system.c:3025\n - 19 0x1030426f4 in wm_handlers_do wm_event_system.c:3145\n - 20 0x1030406f0 in wm_event_do_handlers wm_event_system.c:3675\n - 21 0x1030043ec in WM_main wm.c:623\n - 22 0x10000ba94 in main creator.c:544\n - 23 0x1454710f0 in start+0x204 (dyld:arm64e+0x50f0)\n\n0x00015d792c38 is located 8 bytes inside of 80-byte region [0x00015d792c30,0x00015d792c80)\nfreed by thread T0 here:\n - 0 0x145a890f0 in wrap_free+0x98 (libclang_rt.asan_osx_dynamic.dylib:arm64e+0x3d0f0)\n - 1 0x1151b28e8 in MEM_lockfree_freeN mallocn_lockfree_impl.c:116\n - 2 0x114b67940 in BLI_freelistN listbase.c:463\n - 3 0x1003acbf8 in collection_object_cache_free collection.c:816\n - 4 0x1003aca74 in BKE_collection_object_cache_free collection.c:826\n - 5 0x100e4b080 in BKE_main_collection_sync_remap layer.c:1366\n - 6 0x1059bcf0c in rna_Object_hide_update rna_object.c:370\n - 7 0x105257fa8 in rna_property_update rna_access.c:2069\n - 8 0x105257bac in RNA_property_update rna_access.c:2138\n - 9 0x105f50268 in pyrna_py_to_prop bpy_rna.c:2083\n - 10 0x105f54308 in pyrna_struct_setattro bpy_rna.c:4453\n - 11 0x1135de558 in PyObject_SetAttr object.c\n - 12 0x113667dd0 in _PyEval_EvalFrameDefault ceval.c:2850\n - 13 0x113664fe0 in _PyEval_Vector ceval.c:5065\n - 14 0x113664f38 in PyEval_EvalCode ceval.c:1134\n - 15 0x105f1812c in python_script_exec bpy_interface_run.c:121\n - 16 0x105f18d5c in BPY_run_text bpy_interface_run.c:216\n - 17 0x10a275444 in text_run_script text_ops.c:773\n - 18 0x10a275284 in text_run_script_exec text_ops.c:812\n - 19 0x103035044 in wm_operator_invoke wm_event_system.c:1335\n - 20 0x103033cf4 in wm_operator_call_internal wm_event_system.c:1530\n - 21 0x10303ad6c in WM_operator_name_call_ptr wm_event_system.c:1577\n - 22 0x10303b978 in WM_operator_name_call_ptr_with_depends_on_cursor wm_event_system.c:1765\n - 23 0x109722ff8 in ui_apply_but_funcs_after interface_handlers.c:1008\n - 24 0x10971b1d4 in ui_handler_region_menu interface_handlers.c:11383\n - 25 0x10304ab2c in wm_handler_ui_call wm_event_system.c:698\n - 26 0x103047864 in wm_handlers_do_intern wm_event_system.c:3025\n - 27 0x1030426f4 in wm_handlers_do wm_event_system.c:3145\n - 28 0x1030406f0 in wm_event_do_handlers wm_event_system.c:3675\n - 29 0x1030043ec in WM_main wm.c:623\n\npreviously allocated by thread T0 here:\n - 0 0x145a89380 in wrap_calloc+0x9c (libclang_rt.asan_osx_dynamic.dylib:arm64e+0x3d380)\n - 1 0x1151b13b8 in MEM_lockfree_callocN mallocn_lockfree_impl.c:222\n - 2 0x1003b5754 in collection_object_cache_fill collection.c:754\n - 3 0x1003b5d20 in collection_object_cache_fill collection.c:775\n - 4 0x1003b53b0 in BKE_collection_object_cache_get collection.c:786\n - 5 0x1053cc5d8 in rna_Collection_all_objects_begin rna_collection.c:54\n - 6 0x1053cc2d0 in Collection_all_objects_begin rna_collection_gen.c:200\n - 7 0x105233a88 in RNA_property_collection_begin rna_access.c:3674\n - 8 0x105f6c158 in pyrna_prop_collection_iter_CreatePyObject bpy_rna.c:7076\n - 9 0x105f67ef0 in pyrna_prop_collection_iter bpy_rna.c:7083\n - 10 0x11357f400 in PyObject_GetIter abstract.c:2813\n - 11 0x11366ac34 in _PyEval_EvalFrameDefault ceval.c:3958\n - 12 0x113664fe0 in _PyEval_Vector ceval.c:5065\n - 13 0x113664f38 in PyEval_EvalCode ceval.c:1134\n - 14 0x105f1812c in python_script_exec bpy_interface_run.c:121\n - 15 0x105f18d5c in BPY_run_text bpy_interface_run.c:216\n - 16 0x10a275444 in text_run_script text_ops.c:773\n - 17 0x10a275284 in text_run_script_exec text_ops.c:812\n - 18 0x103035044 in wm_operator_invoke wm_event_system.c:1335\n - 19 0x103033cf4 in wm_operator_call_internal wm_event_system.c:1530\n - 20 0x10303ad6c in WM_operator_name_call_ptr wm_event_system.c:1577\n - 21 0x10303b978 in WM_operator_name_call_ptr_with_depends_on_cursor wm_event_system.c:1765\n - 22 0x109722ff8 in ui_apply_but_funcs_after interface_handlers.c:1008\n - 23 0x10971b1d4 in ui_handler_region_menu interface_handlers.c:11383\n - 24 0x10304ab2c in wm_handler_ui_call wm_event_system.c:698\n - 25 0x103047864 in wm_handlers_do_intern wm_event_system.c:3025\n - 26 0x1030426f4 in wm_handlers_do wm_event_system.c:3145\n - 27 0x1030406f0 in wm_event_do_handlers wm_event_system.c:3675\n - 28 0x1030043ec in WM_main wm.c:623\n - 29 0x10000ba94 in main creator.c:544\n```\n\n- Open attached file\n- Go to Scripting workspace\n- Run the above script\n[bug.zip](bug.zip)", "Bug with environment texture\nOperating system: Windows 10\nGraphics card: Nvidia GeForce RTX 3050 Laptop GPU\n\n3.6.2\n\nAfter I checked and unchecked \"Open Shading Language\" checkbox Blender crashed, after that I opened my project and turned rendered viewport the environment texture become a one solid color, and as I was rotating my camera it was changing the color.\n\nBased on an attached .blend file you can go to the Render viewport and take a look at this error.\n\n", "Creating Lattice object with script with {\"REGISTER\", \"UNDO\"} if parameters was changed in Undo window and mesh was in Edit mode - undo last changes to the mesh or last action\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1650 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.51\n\nBroken: version: 2.93.1\n\n{\"REGISTER\", \"UNDO\"} also undo last action if parameters was changed in \"Adjust last action\" pannel and mesh was in Edit mode.\n\n[Register_Undo_Issue.mp4](Register_Undo_Issue.mp4)\n\n[REGISTER_UNDO_in_EDIT_Mode.blend](REGISTER_UNDO_in_EDIT_Mode.blend)\n\n", "Dropbox saving errors with compressed files\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 496.49\n\nBroken: version: 3.1.0 Alpha\n\nSaving compressed blend files on a Dropbox folder gives sporadical saving errors\n![image.png](image.png)\n\nSave a compressed blend file on a Dropbox folder\nIf it doesn't give you an error keep pressing Ctrl+S\n\n*Notes:*\n*Tested on Windows with the official Dropbox app*\n*Save versioning is completely disabled*", "Array/Skin-Modifier-Combo causes crash\nOperating system: Linux Mint 19\nGraphics card: GT630\n\nBroken:\n2.80 (sub 39), branch: blender2.8, commit date: 2018-12-20 23:46, hash: 7a26e930a8c0\n\n\nPlease try to toggle the \"visibility\" of the skin modifier in my simple file. It crashes instantly and repeatingly:\n[Procedural leaves feathered1.blend](Procedural_leaves_feathered1.blend)\n![Procedural leaves feathered1.png](Procedural_leaves_feathered1.png)", "Regression: Crash on Start Up\nOperating system: Mac OS 12.6.9\nGraphics card: AMD FirePro D500 3 GB\n\nBroken: blender-3.6.3-stable+v36.d3e6b08276ba-darwin.x86_64-release.dmg\nWorked: blender-3.6.3-candidate+v36.71b55b491e9c-darwin.x86_64-release.dmg\n\nApp crashes at start up.\n\nClick on App icon, app attempt to start, crash. I restarted my computer with same results. Not opening app from a .blend file. Tried opening default app with same result.\n\n", "Blender (2.91) crashes on change frame with handler set to render scene\n\nOperating system: Catalina (10.15.7)\nGraphics card: \n![Screen Shot 2021-01-19 at 12.35.10 PM.png](Screen_Shot_2021-01-19_at_12.35.10_PM.png)\n\n2.91.0\n\nI want to have the scene rendered automatically every time the frame changes.. so I set a post frame change handler do just that (according to blender documentation: bpy.app.handlers.html#bpy.app.handlers.frame_change_post)\n\nPaste this in the Blender console to setup the handler: \n\n```\nimport bpy\n\ndef my_handler(scene):\n bpy.ops.render.render(use_viewport=True)\n \nbpy.app.handlers.frame_change_post.append(my_handler)\n```\n\nHowever, blender crashes as soon as I change the frame.\n\n- Open attached file\n- Run script\n- Change frame\n[handler_ops_render_crash.blend](handler_ops_render_crash.blend)\n\n\n", "Redo panel overlaps part of the interface\nIn the image editor, the redo panel covers part of the pixel values. \nWould be nice if such panel could be dismissed, or if it would take into account the possible presence of the pixel value subheader.\n\n[open_image_overlay.mov](open_image_overlay.mov)", "Set as Background crashes blender instantly.\nOperating system: Windows 10 Pro\nGraphics card: RTX 2080 Ti and RTX 3060\n\nBroken: 3.62\n\nI'm trying to do object tracking. Have tracked an object and clicked Solve Object Motion, then when I click on Set as Background Blender crashes instantly. Trying to load in a 400 frame 1920x1080 png sequence. Blender also crashes if I try to load the background image sequence via the camera properties (Background Images > Add Image).\n\nBased on the default startup or an attached .blend file (as simple as possible).\n\n", "crash when i try to make instances real for nodes\nhi , in attached files all info about the crash , its when i try to make instances real for nodes modifier addon scifi pro + flex\nso can i fix it ?\n\n", "Reading from old 2.79 file. Mesh deform broken.\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71\n\nBroken: version: 2.91.0 Beta\nBroken: 2.83\nBroken: 2.82\nBroken: 2.81\nBroken: 2.80\nWorked: 2.79b\n\n\nOriginal (2.79)\n![57475347.png](57475347.png)\n\nAfter loading to 2.83.8+ versions\n![57464547.png](57464547.png)\n\nFile\n[MD.blend](MD.blend)\n", "Grease Pencil mask error\nOperating system:windows10\nGraphics card:GTX1060ti\n\nBroken: 2.83&2.9\nWorked:greasepencil-Mask error\n1.When 2.83 or later, creates two objects, the masks collide, causing a strange phenomenon, and in 2.82 there are no errors.\n2.And creating two masks under the same object can cause problems too。\niJlqkf556sA\n[GP剪贴测试.blend](GP剪贴测试.blend)", "Cloth simulation collision differs between viewport and render when collider is hidden\nOperating system: Fedora Linux\nGraphics card: AMD\n\nBroken: 3.3.0 - 3.6.1\nWorked: \n\nCloth simulation collision differs between viewport and render when collider is hidden in both.\n\nBased on the default startup or an attached .blend file (as simple as possible).\n\n- create a cloth that will collide with the default cube\n- hide the default cube in both render and viewport\n- press play\n- the cloth will collide with the hidden default cube\n- press pause\n- go to frame 1\n- enter and exit edit mode on the cloth mesh to reset the cloth simulation cache\n- render the animation\n- the cloth will not collide with the hidden default cube\n\nAdditionally:\n\n- If you play with cube hidden, up to when cloth collided the cube, and render animation, the animation will be like: cloth collided the cube, and after the cache runs out, it starts falling as if the cube has not been there.\n\n" ]
[ "Saving Cloth Preset gives error due to old code in presets.py\nOSX 10.11.6\nInterl Iris Pro\n\n2.80 #60b930af3e73\n\nAdding a new preset for Cloth in 2.80 results in an error. I find old settings in the preset.py file. \nSee error below;\n```\nTraceback (most recent call last):\n File \"/Applications/blender-2.80.0-git20181226.60b930af3e73-x86_64/blender.app/Contents/Resources/2.80/scripts/startup/bl_operators/presets.py\", line 161, in execute\n value = eval(rna_path)\n File \"<string>\", line 1, in <module>\nAttributeError: 'ClothSettings' object has no attribute 'spring_damping'\n\nlocation: <unknown location>:-1\n\n```\n\n\n1 Add plane and subdevide\n2. Add cloth and do any changes\n3. Now save this as a preset\n\nPS\nThis means no presets can be saved. I had made a couple and now after checking them, they are empty\nWhile some do contain some settings.\n\nAfter checking the preset files in > Presets > Cloth > i also see \"spring_damping\", so these are also wrong\n\nMy guess the save preset files needs to be adjusted to the settings, they need to be added \"AddPresetCloth\" Operator\n\n\n```\nclass AddPresetCloth(AddPresetBase, Operator):\n \"\"\"Add or remove a Cloth Preset\"\"\"\n bl_idname = \"cloth.preset_add\"\n bl_label = \"Add Cloth Preset\"\n preset_menu = \"CLOTH_PT_presets\"\n\n preset_defines = [\n \"cloth = bpy.context.cloth\"\n ]\n\n preset_values = [\n \"cloth.settings.air_damping\",\n \"cloth.settings.bending_stiffness\",\n \"cloth.settings.mass\",\n \"cloth.settings.quality\",\n \"cloth.settings.spring_damping\",\n \"cloth.settings.structural_stiffness\",\n ]\n\n preset_subdir = \"cloth\"\n\n\n```\n" ]
Texture bug Operating system: Windows-10-10.0.19044-SP0 64 Bits Graphics card: NVIDIA GeForce GTX 950M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15 Broken: version: 3.1.2 Hiding geometry in sculpt mode does not hide in texture mode. The geometry is hidden only visually, physically it still remains and interferes with texturing. - To avoid the bug, you need to go into Edit mode and then back into Texture mode [blender_ZSWYyfW00a.mp4](blender_ZSWYyfW00a.mp4)
[ "Unable to get object to stay hidden while new mesh tool is active.\nWindows 10, 1060\n\nBroken: 2.80 master (also reproduced in a month-old daily build, so not new behavior).\n\nIf you have an active tool like Add Cylinder going, and you hide another object using the eye icon in the outliner, then as soon as you touch the cylinder parameters, the hidden object becomes unhidden.\n\n1) From the default scene, Add a Cylinder to the scene and expand the tool properties in the lower left of the 3dview.\n2) Because the cylinder is hidden inside the cube, we can't easily see the effect of changing the tool parameters, so go to the outliner and click the eyeball icon associated with the cube to hide it in the viewport.\n3) Change any parameter in the cylinder tool properties pop-up in the 3dview. The cube reappears and the eyeball indicates it is no longer hidden.\n\nBasically any changes made to the Outliner visibility icons gets reverted as soon as you change any active tool property, (at least for the Cylinder tool). This at least unexpected behavior.", "modifier display/render driver not responding.\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1050/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 527.56\n\nBroken: version: 3.4.0\nWorked: unknown\n\nIf I have my Mask display/render driver from another objects display/render setting, changing controlling obj disp/render doesn't take effect without coaxing.\n\n1. Open the attached file. \n2. In outliner, disable the viewport display of the Cube object (drives Mask visibility of part of Sphere object)\n3. For the Mask modifier, slide the Threshold a little. Display effect now takes place.\n\nThis all works without a problem if I animate the Cubes visibility. This appears to be a problem for any/all modifier display drivers (e.g., Subdiviison). Sometimes I just need to hover over a value like Threshold, or just over time it responds to the change.\n\n", "Delete Geometry node face mode behaves unexpectedly when used after Join Geometry\nOperating system: Windows-10-10.0.18363-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.68\n\nBroken: version: 3.2.1\nWorked: N/A (problem exists on 3.1.2)\n\n\nNot sure if this is by design, but I find that the following behaviour unexpected:\n\n- By itself, a Mesh Line output connected to Delete Geometry + Geometry Proximity node using Face mode won't delete anything.\n- However, when such a Mesh Line is joined with a Grid primitive, then Delete Geometry + Geometry Proximity in Face mode will cause all of Mesh Line to be deleted, regardless of distances.\n\n![Screenshot 2022-07-13 175154.jpg](Screenshot_2022-07-13_175154.jpg)\n\n![Screenshot 2022-07-13 175147.jpg](Screenshot_2022-07-13_175147.jpg)\n\n![Screenshot 2022-07-13 175140.jpg](Screenshot_2022-07-13_175140.jpg)\n\n\n- Download the blend and observe Mesh Line is preserved.\n- Unmute Grid node link to Join Geometry, and observe Mesh Line is now gone.\n\n[line-deletion.blend](line-deletion.blend)\n", "Texture Node Editor Using nodes causes weird issues in sculpt mode.\nOperating system: Linux-5.15.0-48-generic-x86_64-with-glibc2.31 64 Bits\nGraphics card: NVIDIA GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 515.76\n\nBroken: version: 3.3.1\nWorked: perhaps never? (can redo in 2.83)\n\nAdding an image from the nodes of the texture editor for example, a sculpting brush, causes really weird issues. Disabling nodes and using the texture properties does not have this issue.\n\n- Check the blend file. Try sculpting, you will see weird noise being displaced with the texture.\n- Now disable the nodes and set the texture type from the texture properties to the same image. Sculpting again you see the issue is not happening.\n[bug.blend](bug.blend)\n\n![bug.png](bug.png)\n\n", "Sculpt: Paint tool cavity custom curve crash\nOperating system: Windows 10\nGraphics card: NVDIA RTX 2060 Super\n\nBroken: 3.4, 3.5\n\nSteps to reproduce the issue:\n - Switch to Sculpt Mode or open default sculpting template file\n - Choose the Paint Tool\n - Click on Brush dropdown\n - Enable Cavity by clicking on Advanced >> Cavity in the \"Brush\" dropdown\n # Enable Custom Curve under Advanced >> Cavity in the \"Brush\" dropdown\n![PaintCavityCrash.png](PaintCavityCrash.png)\n\n\nResult:\nNo **Custom Curve** is shown as in other Sculpting Tools & after trying to paint with the **Paint** tool setup this way blender instantly crashes.", "Regression: 3.0.0: The curve is not hidden in the Viewport if there is a Bevel value\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 527.56\n\nBroken: 3.0.0 `d046a1f2fa `\nWorked: 3.0.0 `1275ce61b1`\n\nHiding the curve display in the viewport as an object does not work\n\nIf you add a curve to the scene and try to hide its display and the ability to select in View Object Types, then hiding works.\nIf you add a profile for a curve or Bevel, then hiding does not work. In this form, the curve is hidden only when it is done as a hide mesh.\nPerhaps this is the correct behavior.\n\n[2022-12-28 16-39-53.mp4](2022-12-28_16-39-53.mp4)\n", "Frame Selected does not respect Geometry Nodes viewer geometry\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: Radeon RX 570 Series ATI Technologies Inc. 4.5.0 Core Profile Context 22.11.2.221130\n\nBroken: version: 3.5.0 Alpha\nWorked: n/a\n\nNot sure if this is a bug to report or feature request but a minor inconvenience with the Viewer node.\n\nWhen Geometry Nodes Viewer node is active, Frame Selected works on the (invisible) output geometry instead of the Viewer geometry. Since the Viewer geometry is actually selectable, I think it makes sense that Frame Selected to respect it.\n\n[FrameSelectedViewerNode.mp4](attachment)\n\n", "Sculpt brush with texture breaks sculpt tiling\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: Radeon (TM) RX 470 Graphics ATI Technologies Inc. 4.5.14757 Core Profile Context 20.11.2 27.20.14501.18003\n\nBroken: version: 2.93.0 Alpha\n\nIf the sculpt brush has a texture enabled with mapping set to *Area Plane*, then tiled strokes break up and do not match properly at the seams.\nIn this example the original stroke is on the right.\n![tiling_bug.jpg](tiling_bug.jpg)\n\n1 Add texture to a brush\n2 Set mapping to area plane\n3 Enable tiling in the Symmetry drop-down menu\n4 Try sculpting at the seams\n\nOr use the file\n[tiling_bug.blend](tiling_bug.blend)\n\n", "Fix operators that affect hidden geometry\n(NOTE) This task is part of the community & sub tasks of the workboard. Anyone is free to pick up this task and contribute. For any questions or needed reviewers, please tag @JosephEagar and @JulienKaspar .\n\nThere are a number of operators in sculpt mode that affect hidden geometry. As a general rule this should be avoided.\n\n- [ ] `bpy.ops.sculpt.face_set_edit` to Grow/Shrink, Fair or Delete face sets needs to have the \"Modifiy Hidden\" property disabled by default and disabled in all menu and keymap entries.\n\nList of further operators:\n- [ ] `bpy.ops.sculpt.face_sets_init` \n- [ ] `bpy.ops.sculpt.face_sets_create(mode='SELECTION')`\n- [ ] `bpy.ops.mesh.paint_mask_extract()`\n- [ ] `bpy.ops.mesh.paint_mask_slice()`\n\n", "Sculpt mode -> Curve Stroke causes Undo to behave differently\nOperating system: Windows 10 x64\nGraphics card: Nvidia 980 GTX\n\nBroken: v 2.82 Alpha, 10-12-2019\n\nIf Brush stroke is set to Curve and some sculpt detail is added (Ctrl + Left Click), (Ctrl + Z) or Undo does not work. Instead of Undo for the sculpt detail, the curve control points are removed.\n\n1. Start with default cube and add Multi-Res modifier, subdivide a couple of times.\n2. Go to sculpt mode and with the SculptDraw brush set the stroke to Curve.\n3. Draw a curve using (Ctrl + Right Click) to add some control points.\n4. Add sculpt details using Ctrl + Left Click. \n5. Press Ctrl + Z. Instead of removing the details the control points of the curve will be removed first. \n6. Press Ctrl + Z repeatedly. When the last control point remains then the sculpt detail will be removed.", "Show Emitter toggle still hides object after Particle System has been deleted.\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1050/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.67\n\nBroken: version: \n- 2.92.0 Alpha\n- 2.92.0 Alpha\nWorked: version: \n- 2.92.0 Alpha\n- 2.91.0 Release\n\nWhen you delete a particle system with show emitter unchecked under Viewport Display the object stays hidden. You have to re-add the particle system and check Show Emitter.\n\n- Add Particle System to default cube.\n- Uncheck Show Emitter under Viewport Display\n- Delete Particle System. \n\n", "Sculpt Mode: Improve Expand performance\nWith [D16434: Sculpt Mode: Invert Expand behavior for masking consistency](D16434) it will be a stronger focus to highlight the Expand operators as a core feature in sculpt mode to create masks & face sets.\n\nThe issue is that the operator tends to be too slow to initialize on high res meshes.\nThis is especially the case for the geodesic expanding method.\n\nWe need to address these performance issues.\nOne usggestion was to incrementally calculate the distances while the operator is running.", "Wireframe opacity doesn't work if object is \"in front\" and viewport shading is set to material preview or rendered.\nBroken: 3.0\nWorked: \n\nWireframe opacity slider doesn't work if the object is \"in front\" and \"texture space\" is checked and viewport shading is set to material preview or rendered.\n\nSelect Cube\nObject properties-> viewport display -> in front ON\nObject properties-> viewport display -> texture space ON\nIn the viewport overlay panel, drag the wireframe opacity to lower the value.\nchange the viewport shading to preview or rendered, wire will have full opacity.", "Viewport shading solid mode not displaying geometry nodes color attributes correctly\nOperating system: Win10\nGraphics card: 960m\n\nBroken: 3.5\nWorked: never\n\n\nWhen using geometry nodes to add color attributes, there are several situations where the viewport solid mode attribute option does not display the color attributes correctly.\n\nAs can be seen by this example. The first image shows a cube with a color attribute added. The geometry nodes setup adds a red color to the \"Color\" attribute. This all works as expected as can be seen in the viewport and the spreadsheet. \n\n![color_attr_1.jpg](attachment)\n\nIf a GN cube is added instead of the standard mesh cube (which has been bypassed by the switch node) then the color attribute is added as expected. This can be seen in the spreadsheet as to be the same as the previous screenshot for the color attribute. However, it is not being displayed in the viewport.\n\n![color_attr_1a.jpg](attachment)\n\nThis is a problem seen with any procedural geometry made with just nodes. As a workaround, you can have a single vertex as the only \"real\" geometry and use a join node to join with any nodal procedural geometry. Strangely though, this has to be the first connection in the join node, and won't work if it is second. This can be seen by the next 2 images:\n\n![color_attr_2.jpg](attachment)\n\n![color_attr_2a.jpg](attachment)\n\nA similar related case is that some mesh nodes will also make the viewport lose the displayed attribute. For instance, if you create a cube, add a GN modifier and add a dual mesh node to the chain, the color attribute is still there, but no longer displayed in the viewport. This happens with some nodes (like mesh to volume and back to mesh) but not others (like subdivide or extrude).\n\n![color_attr_3.jpg](attachment)\n\nThere is also a related issue that when exporting to obj or gltf the color attributes are not exported if they are not displayed in the viewport. If apply the GN modfier, you have to actually click on the color attribute in the properties panel to see it in the viewport or to be able to export it. \n\nOddly, the fbx exporter seems fine without applying the modifier. It also doesn't matter if the color attribute is on the vertices, or face corners, or if the color is float or byte color. The same issues happen regardless.\n\n", "NaN pixels in Normal Pass\nOperating system: Linux-3.10.0-1127.10.1.el7.x86_64-x86_64-with-centos-7.8.2003-Core 64 Bits\nGraphics card: GeForce RTX 2070 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 440.64\n\nBroken: version: 2.83.0\nWorked: (Unknown)\n\nI produced a template based rendering solution and am experiencing occasion nan pixels in the normal pass output. Nan pixels are occurring in both CPU and GPU renders on a number of different hardware configurations.\n\nI've stripped down one of the files that exhibit the issue, see nan pixel at x162, y78 of normal pass.\nChanging visibility of the lights collection, specifically the 'LightArea', removes the pixel. Changing render resolution, sample seed, or adaptive sampling, can remove bad pixels.\nDisconnecting the normal map node on the geometry object's material removes the pixel. Providing input to that node, both textures and noise, has no effect on the pixel.\nChanging the transform on the rendered geometry removes the nan, regardless of whether the pixels occur on transparent background.\n\n[nan_pixel_isolated.blend](nan_pixel_isolated.blend)" ]
[ "Hiding geometry does not restrict texturing in certain situations (e.g. hiding facesets in sculptmode)\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 950M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15\n\nBroken: version: 3.1.2\n\nHidden geometry does not restrict the Fill brush. \nTo limit the fill, you need to make the surface inactive, whether it is hidden or not.\n\n[vivaldi_g4G3P1kjHh.mp4](vivaldi_g4G3P1kjHh.mp4)\n", "Texture Painting: Mesh symmetry ignores hidden state of paint mask\nOperating system: Linux-5.11.0-7614-generic-x86_64-with-glibc2.32 64 Bits\nGraphics card: Quadro RTX 6000/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.73.01\n\nBroken: version: 3.0.0 Alpha\n\nIt is possible to paint on hidden geometry when mesh symmetry is used.\n[texture_paint_hidden_geo.mp4](texture_paint_hidden_geo.mp4)\n\nUse sample file:\n[texture_paint_hidden_geo.blend](texture_paint_hidden_geo.blend)\n\nOr:\n- Create symmetric geometry\n- add image texture to its material\n- go into image texture paint mode\n- enable mesh symmetry\n- enable paint mask\n- hide half of the mesh\n- select other half of the mesh\n- paint on hidden half of the mesh" ]
Draw Curve On Surface does not work Operating system: macOS-12.0-arm64-arm-64bit 64 Bits Graphics card: Apple M1 Apple 4.1 Metal - 76.1 Broken: version: 3.0.0 Alpha Worked: Blender 2.93.6 works Draw Curve on surface project does not work somehow, maybe code missing? Go to Edit mode while selecting curve, then start drawing, you hope and wish it will draw on mesh surface, but does not work.
[ "Grease Pencil drawing next to objects using 3D cursor and View mode previews \nOperating system: \nGraphics card:\n![image.png](image.png) [system-info.txt](system-info.txt)\nBroken: Blender 2.92.0 Alpha - November 12, 10:10:02- bc090387ace9 - macOS 64 bit\nand blender-2.91.0-b99faa0f567f-macOS\nWorked: (blender-2.90.1-macOS)\n\nDrawing with the Grease pencil near objects sketches out and glitches through the object geometry and randomly offsets from the curser point when using a 3D cursor as the stroke placement and View as the drawing plane. The simple step by step video attached below best explains it. Note: this is not the case when starting the file in 2D Animation mode only when adding a grease pencil to a general 3D scene. Also, This problem did not exist with version 2.90.1\n\nSee the short video and blender files of the easiest set up to show the bug.\n\n[Grease Pencil Bug.mp4](Grease_Pencil_Bug.mp4)\n\n[Grease pencil Bug-latest build.blend](Grease_pencil_Bug-latest_build.blend)\n\n[Grease pencil Bug.blend](Grease_pencil_Bug.blend)\n", "Object Data Properties, Normals, Auto Smooth Angle not working in Sculpt\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: AMD Radeon RX 6800 ATI Technologies Inc. 4.5.0 Core Profile Context 22.11.2.221130\n\nBroken: version: 3.4.1\n\nNormals, Auto Smooth Angle not working in Sculpt, is this an bug or why is this not working?\n[2023.01.14-21.18.36.mp4](2023.01.14-21.18.36.mp4)\n\n1. On default cube set Shade Smooth.\n2. Object Data Properties -> Normals -> ON.\n3. Go to sculpt mode\n\n", "Select Loop Inner-Region issue\nWin8 64bit | GTX680\n\nBroken: 2.77 509270e\n\nWhen working with face loop, this tool doesn't always work as expected.\n\n\n![inner.png](inner.png)\n\nNot sure if this can be a bug. Please check.", "Subdivision Surface Performance Degrades Markedly With Non-Quad Meshes\nOperating system: Windows 7 Pro X64\nGraphics card: Nvidia Geforce GTX 980 Ti\n\n![BlenderSplash.JPG](BlenderSplash.JPG)\nBroken: Date: 2019-01-21\n```\n Hash: dd3f5186260e\n Branch: Blender 2.7 (although it's supposed to be a 2.80 Beta)\n```\n\n[OpenSubDiv_PerformanceBug.zip](OpenSubDiv_PerformanceBug.zip)\n\nSubdivision surfaces are fast and responsive in Edit mode *with all-quad meshes*, but very slow (~ 10x slower) with meshes comprised of triangles and quads.\n\n\nOpen the attached blend file and select **Cube.001**\n\nGo into Edit mode. Turn on Proportional Editing. Grab a point and move it - observe how responsive the viewport is with the all-quad mesh.\n\nGo back to Object Mode. Select **Cube**. Go back into Edit Mode. Grab a point and move it (with proportional editing still turned on) Observe how slow it is.\n\n", "It says when I try to put my render into the downloads file permission denied can somebody help?\nOperating system: ?\nGraphics card: ?\n\nBroken: ?\nWorked: ?\n\n?\n\n?", "Hair Curves: Posed hair curves get stuck onto a wrong pose upon entering and exiting Sculpt, Vertex Paint or Weight Paint mode on the surface object\nOperating system: Windows 10\nGraphics card: Nvidia RTX 2060 Super\n\nBroken: 3.6.1\nWorked: n/a\n\nOn posed hair when using the 'deform curves on surface' node, if you enter and exit Sculpt, Vertex Paint or Weight Paint mode on the surface object, the posed hair will get stuck on a wrong pose, see attached images for comparison. You don't have to edit anything for the bug to occur. \n\nBased on the default startup or an attached .blend file (as simple as possible).\n\n1. Open the file and select the \"Surface\" object\n2. Enter and exit Sculpt, Vertex Paint or Weight Paint mode\n3. The hair curves object should now have deformed onto a wrong pose and can't be fixed until you reload the file\n\nThis bug still appears in the final render and can only be fixed by reloading the save file.\n\n", "Geometry Nodes: Curve primitives issues with object material\nBroken: version: 3.2.0 Beta, 3.3.0 Alpha\nWorked: n/a\n\nMaterials assign to the object don't work in some cases for curve primitives created in the geometry nodes tree.\n\nOpen file, you will see that the star doesn't get the red object material.\n\n[curve_object_material.blend](curve_object_material.blend)\n\nUnhiding any of the hidden nodes (Grid or Set Material) will make the object material show up.", "Dynamic paint sub-steps don't work when the brush position is set in geometry nodes\n\nI believe this **may** be the same issue as T40597\n\nIn order to have a brush follow a potentially very large collection of curves in sequence, I'm using geometry nodes to set the position, which avoids the pain of having to join the curve paths or painstakingly tweak the offsets and influence keyframes for each and every one.\n\nThis works, but with sub-steps enabled it seems that the nodes are still only being updated once/frame. Or, if they are being updated, then the `seconds` input from the `Scene Time` node is being derived from the `frames` value which is clamped to an integer.\n\n\n[text_path_test.blend](text_path_test.blend)\n", "Knife Tool. No preview dot of where the cut will start.\nOperating system: Windows-10-10.0.17134 64 Bits\nGraphics card: GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.60\n\nBroken: version: 2.80 (sub 75)\nWorked: (optional)\n\nWhen activating a knife tool, the preview dot of where the cut will begin does not show up. So i do not know if the cut will begin on a face, or on an edge, and i can't see if it snaps to a vertex, etc. I can see all of this only when i actually begin a cut. \nA desirable behavior is when i activate a knife operation with \"k\" key. \n\nCreate a cube. Enter edit mode. Select a knife tool. Point it on a mesh. There is no green dot projected on mesh, indicating where the cut will start.\nOn the other hand, when in edit mode, press \"k\" and you immediately see where the cut will start, and if ctrl is pressed - to which place it snaps.[Knife_Tool_cube.blend](Knife_Tool_cube.blend)\n\n", "Unable to create manual curve to mesh UV with spline parameter\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12\n\nBroken: version: 3.1.0 Alpha\n\nBelow file is creating uv's from the curve length and profile and then outputting as a custom_UV attribute. There seems to be squashing happening at the beginning and end.\n\n[spline parameter fac bug.blend](spline_parameter_fac_bug.blend)\n\n![image.png](image.png)\n\n", "Meshes are invisible if any objects are set to display 'In Front'\nOperating system: Darwin-18.7.0-x86_64-i386-64bit 64 Bits\nGraphics card: Intel(R) HD Graphics 6000 Intel Inc. 4.1 INTEL-12.10.14\n\nBroken: version: 2.83.0\nWorked: 2.82\n\nIf any objects are set to display as 'in front' in a project, all meshes will display only as faint outlines. In edit mode, meshes display similar to how they would if they were set to display as wireframe.\n\nAdd a new mesh, curve, or armature to the scene.\nObject properties -> Viewport display -> Enable 'In Front'\n\n", "Grease Pencil modifier \"line art\" won't draw objects with Geometry Nodes Instances.\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.96\n\n\n\nBroken: version: 3.3.0 Alpha\n![image.png](image.png)\n\nWorked: Blender 3.2 \n![image.png](image.png)\n\n\n\nGrease Pencil modifier \"line art\" won't draw objects with Geometry Nodes Instances.\n\n\n\n\n - New scene.\n - Keep the cube.\n - Don't delete it.\n - Add an empty Grease Pencil Object.\n - Don't delete the cube.\n - Add a Line Art Modifier to the Grease Pencil Object,\n - Switch Source to Object, and select the cube.\n - Assign the default layer and material.\n - You should be seeing something like this\n\n![image.png](image.png)\n\n - Add geometry nodes nodes to the cube.\n - yes keep the damn cube.\n - here is the simplest setup that involves instances that I could think of\n\n![image.png](image.png)\n\n - as you can see in the viewport the grease pencil line art has dissapeared completely.\n\n\nThanks for looking into it.\n\n", "Cloth simulation does not work for a basic plane, having some specific location values.\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: AMD Radeon R5 M335 ATI Technologies Inc. 4.5.13587 Core Profile Context 19.50.26 26.20.15026.1\n\nBroken: version: 3.6.1\nWorked: Nothing found, same error with 3.3, 3.4, 3.5, 4.0 versions\n\nCloth physics in Blender seems to have a bug. It does not work correctly when the cloth object has some specific locations. Exact steps to reproduce the error are given below. The same cloth physics without any change seems to again work when the object is moved to another location. I could not establish any specific pattern between the location and the working/non-working status, but changing the location randomly solves the issue - although temporarily. If we again move it back to the previous location, cloth physics again stops to work. This is happening with all versions of Blender from 3.3 to 4.0 as far as I could test. I am reporting this officially for 3.6.1 latest version.\n\n1. Start with the default scene and delete the default cube.\n2. Add a plane, change X-rotation to 90 and Y-location to -2 (minus 2).\n3. Go to edit mode, right-click and subdivide, set subdivision level to 6.\n4. Select only the top-left & bottom-left vertices (blend file is attached for reference).\n5. Create a new vertex group and assign the selected vertices to this vertex group.\n6. Back to the object mode, add cloth physics with all default options.\n7. Enable self collisions, and select the above vertex group in the Pin group.\n8. Now run the simulation, or bake it and run. The cloth physics does not work.\n9. Now change the Y-location to zero. Cloth physics starts working after a few frames.\n10. Again change the Y-location to minus 2. Cloth physics stops working like before.\n\n", "Texture paint Backface culling option does not work if symmetry is enabled\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.11\n\nBroken: version: 3.6.1\nWorked: never since implemented in e2d60d180ed8 afaict\n\nWhile in the texture paint mode, the backface culling option of the brush is sometimes ignored, allowing painting onto backfaces. It only seems to affect certain objects. I could not discern why. See the attached blend file.\n\n1. Open attached blend file.\n2. Paint on the backfaces of the mesh; observe bug.\n3. Select cube\n4. Paint on the backfaces of the cube; observe no bug.\n\n", "Blender FBX won't export Mesh Geometry converted from Curve with geometry nodes\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 535.98\n\nBroken: version: 3.5.1\n\nWhen creating meshes procedurally using geometry nodes modifier on a curve object, this object won't get exported by FBX exporter even if the result is a mesh, not a curve.\n\n1. Create a curve object\n2. Add geometry nodes modifier, create new GN node network \n3. Convert the curve to a mesh and add some topology (for example using curve fill)\n4. Export this object using FBX\nResult: The mesh is not exported\nExpected: The mesh is exported\n\n" ]
[ "Draw curve over surface does not work\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12\n\nBroken: version: 3.0.0 Alpha\nWorked: 2.93.5\n\nIf you try to draw a curve, inside Edit Mode - Draw Tool - Configured to Surface, it does not draw over a surface, it fully ignores any object behind it.\n\n1.- Open de given .blend\n[bug_draw_curve.blend](bug_draw_curve.blend)\n2.- Create a curve and delete it's vertices in edit mode\n3.- Activate the Draw Tool in edit mode\n4.- Configure it to \"Surface\" instead of \"Cursor\"\n5.- Draw over the existing geometry\n\nIt does not work.\n\n" ]
Mask types options can be acceded but don't do anything. Ubuntu 14.04 64x nVidia GT620 Broken: 2.78a Keyframe, interpolation and handle types of mask keyframes (motion keyframes, the ones that are visible) supposedly, can be changed, but the change is not visible in the DopeSheet - Mask. I suppose that these keyframes are special ones, but if they don't have this options, Blender should not show them in menues or by pressing R, T or V keys. Open this file: [101-mask-keyframes.blend](101-mask-keyframes.blend) and try to change its different types.
[ "Text Object Edit Cursor nearly invisible in 2D Animation or Light Background\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: Intel(R) Iris(R) Plus Graphics 640 Intel 4.5.0 - Build 26.20.100.7986\n\nBroken: version: 2.92.0 Beta\n\nMost of my workflow takes place with a light background, as is the case with the 2D-animation startup file. As you can see from the attached image, the Text Object Edit cursor is easily visible with a darker world, but in the 2D-animation with a light world, it is nearly invisible and unusable when there is a lot of text, making editing within Blender untenable.\n![TextObject Edit Cursor.png](TextObject_Edit_Cursor.png)\n\nOpen Blender, select 2-D animation. Go back to object mode. Press Shift-A, Add a Text object. Turn the object towards the camera or rotate the camera to see the text. Change the text object's material to black or another color so it is easily visible from the background white. Tab to edit mode. Paste or type in a paragraph's worth of text, then try and go in and edit it. The text cursor is basically invisible, making editing the text extremely difficult. \n\nThis is NOT the mouse pointer, this is the text-edit cursor. I also checked on this thread T78498 but confirmed in the screenshot that the overlays are turned on. I also checked through all Edit > Preferences > Themes, but could not find a setting that affects the color of the text cursor/highlight. \n\nThe quick fix would be to give access in the preferences to the cursor color for text object edit (then we could just change it to Magenta or something visible with common backgrounds). The fancier fix would be to adjust the cursor color based on the background or have it be half white/black so it is always visible.", "Changing the Orientation of Modifiers\nCurrently, LineArt is created in 3D space, however, the Modifiers can be oriented incorrectly.\n\nIn this example, the Noise Modifier is moving the Grease Pencil points on the Normal but not up and down on Z. There is currently no way to change it.\n\n[Noise - Position.mp4](Noise_-_Position.mp4)\n\nThis is a request for a way to change the orientation of the Modifiers.", "Blender 2.80 Canceling of visibility actions during opened panel with object default parameters.\nwin 10 - 64 bit\nNVIDIA GeForce GTX 560\n\n2.80 beta, 1df6a98b176f, blender2.8, 2019-03-05\n\n**Error description**\nLooks like a small flaw. Panel with default parameters(radius, etc..) of standard objects if objects just created - will be canceling your actions with outliner panel (visibility actions) if you dont close it and continue changing parametrs after that\nDemo: 0876b975cd74ce4d9400b6556e5cbe14.mp4\n\n**Steps to reproduce**\n\n- Open new general template\n- Add mesh - circle\n- Hide cube in outliner\n- In Adjust Last Operation panel change radius\n\nCube is no longer hidden", "Bridge Faces missing from menus\nOperating system: Linux-5.3.0-29-generic-x86_64-with-debian-buster-sid 64 Bits\nGraphics card: Quadro GP100/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 440.48.02\n\nBroken: version: 2.83 (sub 4)\n\nThe \"Bride Faces\" operator for edit mode is currently only accessible in the context menu when in face selection mode.\nI would expect it to also appear in the faces menu (Ctrl + F or in the header) since Bridge Edges is also accessible in the edges menu.\n\n\n\n\n\n", "UI: Discussion Topics & Possible To-Do's for 3.0\n3.0 is the next chance to do breaking changes which should not go into normal releases. That may be: higher level design changes, muscle memory breaking, documentation breaking (e.g. changed operator names) or non-trivial visual changes. There should still be no .blend file compatibility breaking changes.\n\nIn this task we can collect such changes for consideration. This is not a \"wish a feature\" list. These are things we discussed already but couldn't do earlier because they would be too disruptive.\n\n* Active vs. selected (#82359 (Stronger binding of Active and Selected))\n* Keymap polish\n\n - Consistent selection with modifier keys #78253 (Formalize Default Selection Behavior and Key-map)\n - {key 1}/{key 2}/{key 3} for changing into vertex/edge/face edit mode #88071 (Keymap: use number keys for mode switching (2nd Iteration))\n - {key D} for view-navigation sub-menu #88092 (Keymap: use D-key for view navigation pie-menu (2nd iteration)).\n - {key Alt} usage #83689 (Default Keymap Update: Improve tool access using Alt-LMB)\n\n* Toolsystem wrap-up (change toolsystem defaults if needed)\n* Theme polish (#74358)\n* General defaults (Preferences, startup configuration, bundled workspaces, etc)\n - [ ] Set default subdivision modifier levels to be 1 for viewport and render.\n* More dynamic file selection (e.g. show import/export settings based on file selection)\n* Reevaluate closing popups on mouse moves.\n* Improve naming:\n**Avoid \"link\" for anything unrelated to link/append (e.g. *Link Materials* -> *Share Materials*).** Correct usages of \"copy\" (e.g. *Copy Modifiers* -> *Replace Modifiers*).\n* 3D cursor default orientation method to \"Surface\"\n* #89266 (Investigate renaming the \"Video Sequencer\" editor)\n* #83612 (UI: Tracking: Migrate to active tools based toolbar)", "Migrate Texture To Texture mask for existing brushes\nTexture painting brush uses two textures:\n* Texture that overrides the color of the brush (`brush.mtex`)\n* Texture Mask that acts as a masking reducing the effect of the brush. (`brush.mask_mtex`)\n\nSculpt/Vertex painting only supports a single mask.\n* Texture that acts as a masking to reduce the effect of the brush. (`brush.mtex`)\n\nThis is confusing when we combine the texture painting and vertex painting in the same mode.\n\nCleanups to be done:\n* `BKE_brush_sample_tex_3d` currently only uses mtex, perhaps a reason why sculpt is using mtex as mask_tex. masktex only has a 2d variant.\n\n\n## Approach\n\nAfter doing some prototypes and detecting the different viewpoints about mtex by different developers, I was researching a solution that could sanitize this issue. Sanitation is required due to:\n* Sculpt mode uses `mtex` for masking. Newly created brushes that could benefit from color masks are hard to implement in a maintainable fashion.\n* Sculpt mode uses a concept of primary and secondairy mask texture.\nMain idea is that all functions that access mtex/mask_mtex would access it via a wrapper.\n```\nstruct MTexAccessor {\n MTex *color;\n MTex *mask;\n};\n```\nDifferent tools/modes would then be responsible to create and fill this struct.\nSpecific implementations would only access the mask via the wrapper that is suitable for the functionality.\nFor example `SCULPT_brush_strength_factor` should pass `MTextAccessor::mask` to the `BKE_brush_sample_tex_3d`.\n\nAfter this is done we could migrate per mode/tool to the actual brush mtex attribute that is designed for it.\n\n", "Transform has hard-coded keys to the modal keymap\nCurrently some keys used during transform are hard coded, a few aren't available in the modal keymap either (`O`, `C`, `N`), see `transformEvent`.\n\nIt's not useful to be able to edit the modal keymap when there is also functionality only accessible from hard coded keys.\n\nAll functions should be moved to the modal keymap and hard coded keys removed.", "Texture on active object is not visible in solid view with sculpt mode activated\nOperating system: Windows 10, Ubuntu 16.04\nGraphics card: GeForce GTX 760\n\nBroken: 2.80\n\nTexture is not visible in solid view with sculpt mode activated\n\nCreate a texture, apply it to an object, like start cube, make sure you're in solid view mode with textured color active, you'll see the texture in object mode. After switching to sculpt mode, object becomes gray.\nIf you change view mode to LookDev or Material, everything is fine.\n\n**Extra info**\nIf you go back to Solid view and add a Shape Key, texture is visible again, but mask brush doesn't work. The problem with mask brush and shape keys is already mentioned #67303\nI made a video about those problems Mk2w41C87AI", "macOS todo list\nNOTE: this is a direct dump of Install-OS\n\n- [ ] Users have to manually change macOS defaults:\n * Map middle mouse to regular \"Mouse button 2\"\n * Make the Function keys use modifiers (so Blender sees these)\n * Change the Shift+NumPad options to not use Shift (change spaces)\n * The latter two could become part of a new standard macOS compliant map in the future?\n- [ ] ~~Finder aliases or~~(1f223b9a1f afb1a64ccb) hidden files are not being recognized by Blender\n- [ ] macOS swallows some key events, like e.g. emulated numpad - on Norvegian keyboard (see #38273).\n- [ ] Blender prevents macOS from sleep #38702", "Next/Previous Keyframe breaks when \"Show Only Selected\" is disabled\nOperating system: Linux-5.4.0-91-generic-x86_64-with-glibc2.31 64 Bits\nGraphics card: GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.91.03\n\nBroken: version: 3.1.0 Alpha, branch: master, hash: `60a9703de8`\nWorked: never, 2.79 also had this problem in a way (but slightly different due to limitations of its dope sheet). 2.83 has the exact same problem described here.\n\nNext/Previous Keyframe ( {key up} and {key down} in the dope sheet) do not jump to the next/previous key **shown**, but to the next/previous key of the **active object**.\n\nIn other words, it sort of works as if \"Show Only Selected\" is always enabled, but then even more strict, only responding to the keys of the active object. This can probably be tracked down to the dope sheet only showing animation data of the active object back in the old ≤2.79 days.\n\n1. Open the attached blend file.\n2. See that the current frame is set to frame 1.\n3. While hovering with the mouse over the dope sheet, press the up arrow {key up}.\n4. See the message \"No more keyframes to jump to in this direction\". *Expected behaviour:* it would jump to the next keyframe shown, which is at frame 5.\n5. Click on the Cube to make it active + selected.\n6. While hovering with the mouse over the dope sheet, press the up arrow {key up}.\n7. See that it jumps to frame 10, which is the next keyframe in the Cube's animation. *Expected behaviour:* it would jump to the next keyframe shown, which is at frame 5.\n\n![image.png](image.png)\n\n[next-prev-keyframe-selection-issue.blend](next-prev-keyframe-selection-issue.blend)", "COLORSPACE SELECTOR: Group box fails to show all possible colour transforms\nDebian Stretch\n\nTrunk\n\nTrial against ACES 1.0.3 set won't show all possible colour transforms when choosing via the UV Image Editor\n\nLoad the ACES 1.0.3 configuration from the official repository. Try to change the colour transform on a loaded image.\n\n![Screenshot from 2017-11-05 19-25-15.png](Screenshot_from_2017-11-05_19-25-15.png)\n", "AutoDepth ignores texture transparency\nOperating system: Win 10 64-bit\nGraphics card: 980 Ti\n\nBroken: 2.93.4 LTS, 3.0 alpha (including current latest build)\nWorked: 2.79\n\nWhen navigating using mouse with auto-depth enabled, the full-transparent parts of textures should be ignored when picking the depth.\nThis worked correctly in 2.79, but 2.93 and the latest 3.0 alpha seem to ignore this.\n\n\nEnable Auto-Depth, create an object, assign it a material with some full-transparent texture, then try to zoom / pan using mouse with the cursor on it.\n[autodepth-transparent-issue.blend](autodepth-transparent-issue.blend)", "Pinning data (mesh, curve, grease pencil, lattice, particle system) makes certain tabs/options disappear (vertex groups, shapekeys facemaps)\nOperating system: Microsoft 10\nGraphics card:GeForce GTX 10606GB\n\nBroken: 2.93\nWorked: don't know\n\n**in the properties editor, in object data properties, the pin toggle hides vertex groups and shapekeys**\n\n- select default cube\n- go to properties editor\n- press object data properties tab\n- press the pin button\n", "Front Faces sometimes doesn't work with the Mask tool\nOperating system:\nGraphics card:\n\n3.5.0 beta 24/2/2023\n\n**lasso mask brush mask outside the border when symmetry enable**\n![GIF](attachment)\nThe same as #103163 but in a more extreme case\n\n- Open attached .blend file\n- (optionally) Disable `X axis` mirror\n- Use Lasso or Box Mask tool in the region indicated\n\n[untitled.blend](https://projects.blender.orgattachment)\n", "Particle edit mode - Hide hairs doesn't work\nOperating system: Windows-10-10.0.17134 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 418.81\n\n\nBroken: version: 2.80 (sub 50)\nWorked:\nThe \"hidden\" hairs can't be selected or edited\n\n\nThe hidden hairs are still visible.\n\nAdd a hair system to the default cube \nSwitch to particle edit mode and then switch to point display/select mode\nSelect any number of particles, press H to hide\n- >The hairs are only locked, not hidden\n\n\n" ]
[ "Mask Opacity keyframes not visible anywhere.\nUbuntu 14.04 64x\nnVidia GT620\n\nBroken: 2.78a\n\nKeyframes in LayerMask \"Opacity\" or \"Invert the mask B/W\" can be created. These keyframes exist in an existing Action (can be seen in Outliner - Actions and has datapath), but they don't appear in DopeSheet - DopeSheet nor DopeSheet - Mask. They can't be modified as the other keyframes. Nor changing its type (keyframe, interpolation, handle).\n\n- Open this file: [101-mask-keyframes.blend](101-mask-keyframes.blend)\n- Check the MaskLayer Opacity animation by going from 10 to 20 and back. Keyframes are visible only in the slider (as yellow slider).\n- The same with \"Invert the mask B/W\". Frame 30 and 40 have keyframes.\n\nEDIT: file uploaded." ]
Can't sort Linked objects transparency in viewport Broken: 2.76 f337fea and above It seems that object transparency sorting is directly related to object creation order. This behaviour makes impossible to correctly sort the objects transparency in linked dupligroups. Even if a possible workaround is to manually delete in the source file all the meshes and recreate them in the desired order, this is not a handy way of dealing with very complex files with multiple dupligroups and links.[source.blend](source.blend) [scene.blend](scene.blend) Open the included scene.blend file and you'll see on the left a CubeMonkey geometry and on the right a MonkeyCube one. They are both linked from the included source.blend file. The CubeMonkey dupligroup has inside two meshes, a cube and a suzanne, with the cube, having a transparent material, created before the monkey. The MonkeyCube dupligroup has inside a duplicate of those meshes, but the cube duplicate was created after the monkey one. As you can see, transparency works only if the object with the transparent material is created first.
[ "bpy.ops.object.vertex_weight_copy() fails in multi edit mode\nOperating system: windows 10 amd ryzen 9 5950x 2 x 3090 (not in nvlink)\nGraphics card:\n\nBroken: 3.12\nWorked: don't think it ever has\n\nin multi edit copy vertex to selected fails and does not create new groups or copy the weights, you have to join the mesh first then do copy to selected then separate the mesh again which is problematic in more complex rigging scenarios with shape keys etc. \n\nincluded example blend file with both meshes selected tab into edit mode highlight 1 vertex on the cylinder and then select all the verts on the ico sphere and select copy, the copy fails. If you join the ico sphere to the cylinder mesh and do the same it works as expected.\n\ngoing to write a script as a workaround but I think it's really a bug ? (all be it a small one :-) )\n![image.png](image.png)\n\n[copyfail.blend](copyfail.blend)", "Add resync tagging to BKE_main_collection_sync_remap\nAdd a different tag to collection cache resyncing.\nThis should be a different tag then the view layer caches.\n\nBKE_main_collection_sync_remap frees existing hashes. It also reconstructs the hashes to ensure that the remapping that was done didn't create duplicates. This can happen in the situation where you replace an object with a different object that already exists in the same view layer.\nDoing de-duplication in this can be triggered many times and result to a process what isn't expected.\n\n1. Deduplication should not be the responsibility of a function that only clears and tags.\n2. Creation function should only create, not remove inconsistency\n\nA possible (still dirty) solution would be to not recreate during remap, but do the deduplication during first usage.\nTemporarly the de-duplication spends most time in resizing the hash_map. By giving a size hint resizing could be eliminated fo rmost cases.\n\nBest solution would be to move the responsibility to the actual functionality that could make these incorrect states. \n\n## Experiment\n\nWith this experiment we postpone the de-duplication check; all access to the object_bases_hash is guarded with a NULL check and is already recreated when needed. So not necessary to recreate during remap. De-duplication is performed during view layer syncing. It is unclear to me in what situation postponing the de-duplication would lead to different results/wouldn't work.\n\nNot added as a patch as this doesn't solve the responsibility issue, it just moves it to another time.\nPS this of course improves performance and many code paths can be cleaned up.\n\n```\ndiff --git a/source/blender/blenkernel/intern/layer.c b/source/blender/blenkernel/intern/layer.c\nindex 5b54f16661c..1a9457cae79 100644\n--- a/source/blender/blenkernel/intern/layer.c\n+++ b/source/blender/blenkernel/intern/layer.c\n@@ -384,7 +384,7 @@ Base *BKE_view_layer_base_find(ViewLayer *view_layer, Object *ob)\n BLI_assert_msg((view_layer->flag & VIEW_LAYER_OUT_OF_SYNC) == 0,\n \"View layer out of sync, invoke BKE_view_layer_synced_ensure.\");\n if (!view_layer->object_bases_hash) {\n- view_layer_bases_hash_create(view_layer, false);\n+ view_layer_bases_hash_create(view_layer, true);\n }\n \n return BLI_ghash_lookup(view_layer->object_bases_hash, ob);\n@@ -1308,7 +1308,7 @@ void BKE_layer_collection_sync(const Scene *scene, ViewLayer *view_layer)\n \n /* Create object to base hash if it does not exist yet. */\n if (!view_layer->object_bases_hash) {\n- view_layer_bases_hash_create(view_layer, false);\n+ view_layer_bases_hash_create(view_layer, true);\n }\n \n /* Clear visible and selectable flags to be reset. */\n@@ -1426,7 +1426,7 @@ void BKE_main_collection_sync_remap(const Main *bmain)\n /* Directly re-create the mapping here, so that we can also deal with duplicates in\n * `view_layer->object_bases` list of bases properly. This is the only place where such\n * duplicates should be fixed, and not considered as a critical error. */\n- view_layer_bases_hash_create(view_layer, true);\n+ //view_layer_bases_hash_create(view_layer, true);\n }\n \n BKE_collection_object_cache_free(scene->master_collection);\n```", "Gpencil: dopesheet selection issues [clicking in summary deselects corresponding ID channel, e.g. breaking \"Jump to keyframe\"]\nBroken: version: 2.92.0 Alpha\nWorked: n/a, tested with 2.91 and didn't work\n\nJump to keyframe command & shortcut doesn't work anymore when you duplicate a keyframe.\nDoesn't matter what amount of layers there are.\n\n1) Draw a keyframe\n2) Draw a nother keyframe at another time = works\n\nDuplicate 1) keyframe = doesn't work, please see the video\n\n\n[gp_duplicate_keyframe_jump.mp4](gp_duplicate_keyframe_jump.mp4)\n\nReason why this happens: clicking in the summary will deselect the corresponding greasepencil ID channel [on which the \"Jump to keyframe\" operator relies]\nClicking in the summary should not deselect every channel there is, but keep the channel representing the selected greasepencil object selected as well [same as for other object types such as meshes].\nThis goes hand in hand with selecting a grease pencil object in the 3DView or Outliner not selecting the corresponding ID channel [this should also be the case (same as for other object types such as meshes)]", "Hair particles won't follow instaced position under 2 level nested collections.\nOperating system: Linux-5.11.0-7620-generic-x86_64-with-glibc2.31 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 470.57.02\n\nBroken: version: 2.93.3\n\nHappens when you have an object with hair as instanced collection (A) inside another collection (B). Then, when you instance (B) the hair particle from (A) will not follow the relative position correctly.\n![Screenshot from 2021-08-28 20-36-53.png](Screenshot_from_2021-08-28_20-36-53.png)\n\n- Open .blend file\n- Select \"Cube\"\n- Object -> Quick Effects -> Quick Fur\n- {key Shift A} -> Collection Instance -> Collection\n- Move the instanced collection little away\n- {key M} -> New Collection -> Ok\n- {key Shift A} -> Collection Instance -> Collection 2\n- Move the instanced Collection 2 little away\n- You will notice the hair particle with a wrong position in relation to the original emitter Cube.\n\n1 min video here:\n[bugOrFeature.mp4](bugOrFeature.mp4)\n\nblend 2.93 here:\n[#91008.blend](T91008.blend)\n\n---\n\nNote that the concept works under 2.7 using Instaced Groups:\n![Screenshot from 2021-08-28 20-18-47.png](Screenshot_from_2021-08-28_20-18-47.png)\nblend 2.7 here:\n[ConceptWorks_b27.blend](ConceptWorks_b27.blend)\n", "Shader Image Mapping Issue\nOperating system: Mac OSX High Sierra\nGraphics card: NVIDiA GeForce\n\nBroken: (example: 2.92 Master 02948a2cab44\nWorked: N/A\n\nIt seems the mapped image is not applying to an object that's linked by Object Data\n\nBased on the default startup or an attached .blend file (as simple as possible).\n\n[repro2.blend](repro2.blend)\n\nIn this file, just going in and out of editmode causes the the (rendered) UVs to not be consistent (they appear fine in the UV Editor):\n\n![image.png](image.png)\n![image.png](image.png)\n![image.png](image.png)\n\n\n---\nOriginal report:\n[modular.blend](modular.blend)\n\nLook at the image reference in the shader for the second to last vehicle. All other vehicles with similar bodies are linked and are following the map except the second to last object. After linking the body of that vehicle, the object appears to follow the map until you render the image. ", "Outliner Sorting and Dragdrop\nCurrently, the way you sort items in the Outliner is rather unclear.\n\nWe include this option in the Filter popover:\n![Screenshot 2019-08-10 at 12.34.35.png](Screenshot_2019-08-10_at_12.34.35.png)\n\nBut when you disable this, you cannot re-order objects manually - instead they are displayed in the order of creation. \n\nAdditionally, this toggle only affects objects, not Collections, which are always manually sorted.\n\nWe can make this a lot clearer and more consistent, like so.\n\n - Replace the Sort Alphabetically toggle with an enum for with different sorting methods:\n![Screenshot 2019-09-22 at 10.48.41.png](Screenshot_2019-09-22_at_10.48.41.png)\n - Make it apply to everything: Objects, Bones & Collections.\n - When set to Free, you can then freely re-organize both Collections and objects manually. \n\n---\n\nDragdrop is also closely related to sorting once we add custom sorting. We draw small black bars between items to indicate a sort dragdrop, and we shade the line dark when dropping into an item. We could improve on this.\n\nAlso, it would be good to allow object parenting without the shift modifier key.", "Moving a keyframed object starts moving from wrong location when linked scene open in separate window\nOperating system: linux\nGraphics card: nvidia\n\nBroken: 3.2\nWorked: didn't check\n\n- Create a keyframed object that moves, i.e. frame 1 (object.x=0) and frame 30 (object.x=10)\n- Create a linked copy scene (Scene.001) and open a new main window set to that scene, and set timeline to frame 1.\n- In original window in original scene, scrub timeline to anywhere after frame 1.\n- Press \"g\" to move object in original window. Notice the object jumps to where it is in the other main window (Scene.001) instead of starting to move from where it is visually in the current window and scene.\n\nExpected:\n- Moving respects the current window/scene.\n\nRelated issues:\n- The keyframe color indicators stay orange (instead of turning yellow) when scrubbing to the frame with the keyframe and the location values don't update.\n\nTest file (first 3 steps included)\n[#99597.blend](T99597.blend)", "Duplicated volumes act like they are linked\nOperating system: Windows 10\nGraphics card: RTX 2070\n\nBroken: 2.93.1\n\n\nDuplicating a volume object creakes linked volume objects\n\n\n\n\n- Add an empty volume object\n\n- Shift-D to duplicate it\n\n- Change the density to 0.5\n\n- You can see the density is also set to 0.5 for both\n\n- Open the attached VDB from thee OpenVdb file path\n\n- You can now see that the VDB is assigned to the both.\n\n[torus.zip](torus.zip)\n\n\n\n\n\n", "2.8 - Particles in multi-level nested collections not visible\nOperating system: win10x64\nGraphics card: AMD Radeon Pro WX 7100\n\nBroken: 2.80, 54ffc4e19dc4, 2019-02-25\n\n\n\nIn nested collections, objects with particles work only in two levels of nesting. Particles in further levels of nesting seem to ignore collections instancing.\n\n\nRelated file: [particle-instances.blend](particle-instances.blend)\n\n- create cones with hair particles on a collection called **branches** ![image.png](image.png)\n- create a cube on a collection called **tree** ![image.png](image.png)\n- add a collection instance of branches within the collection called **tree** (1st level of nesting of branches) ![image.png](image.png)\n- create a new collection called **trees** and add a few collection instances of tree. \n- for all objects in trees, the particles are visible ( 2nd level of nesting) ![image.png](image.png)\n- create a new collection called **instances** and add a collection instance of trees. Here, the particle settings are not replicated. (3rd level of nesting) ![image.png](image.png).\n- For the sake of testing this further, create a new collection called **instances2** and add a collection instance of instances . Also, here the particle settings are not replicated. (4th level of nesting) ![image.png](image.png)\n\n\nIn collection Instances, only the initial particles are visible and their location seems to be reset based on the initial location\n\n\n", "Multi-Object-Mode: Operators that need refactor on their logic\nSome operators are working for multiple-object editing however are still not fully benefiting from it.\nThe most common case is that the operator works but only if all the objects have the same transformation matrix.\n\n* **~~MESH_OT_select_similar~~** (SIMEDGE_FACE_ANGLE, SIMFACE_AREA, SIMFACE_PERIMETER). 0c1934f3c2\n\n* **MESH_OT_knife_project** and **MESH_OT_knife_tool**.\nNeed to convert the code from screen space to world space. More details on [D3637](D3637).\n\n* **UV_OT_weld** (UV_STRAIGHTEN, UV_STRAIGHTEN_X, UV_STRAIGHTEN_Y).\nThe current logic to determine the first and last selected vertex is not very compatible with multi-object. We should be able to select vertices from different objects, and use their position to determine the line extremes.\n\n* **LATTICE_OT_flip**\nThe axis need to be in world space, not local space.\n\n* **~~CURVE_OT_select_similar~~** (SIMCURHAND_DIRECTION). ab77f5b5fe\nNeed to calculate direction taking scale into consideration.", "Incorrect order in undo stack when switching between Object Mode and Edit Mode\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1070 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 441.87\n\nBroken: version: 2.83 (sub 10)\nWorked: I don't know, I am a new user\n\n**Expected Behavior**\nWhen you undo, you expect to undo the last thing you did (FIFO).\n\nCurrently, if I am in Edit Mode and I change the scale of an object in the \"Transform\" panel on the right, and then undo immediately, it will undo all changes I did in Edit Mode and only then, undo the scale change even though I just did the scale change.\nIn other words, for some reason the undo stack in blender prioritizes things you didn't do in the transform panel when you are in Edit Mode even if these other changes aren't the most recent ones.\n\nFile > New > General\nA cube should appear in the center\nUse Tab to go into edit mode\n(1) Do some changes like moving vertices\n(2) Now change the scale of the object in the transform panel on the right\nNow hit Ctrl+Z to undo the last change\n\nIt will likely undo (1) the \"Edit Mode\" change instead of (2) the \"Transform Panel\" change.\nIf you keep doing Ctrl + Z it will eventually undo the transform panel change after undoing all the \"Edit Mode\" changes.", "Select similar face regions doesn't work across objects in multi-object edit mode\nOperating system: Windows 10\nGraphics card: GTX 1070\n\nBroken:\n3.0.0 alpha, 3.1.0 alpha\n\nSimilar face regions don't get selected across objects in multi-object edit mode.\n\n\nBased on the attached .blend file.\n\nI made a scene with a cube and bevelled its edges. I then copied the cube, selected both objects, entered edit mode and selected 3 faces of the active cube object where bevelled edges meet.\nThen I went to Select Similar > Face Regions and Blender selected 7 analogous face regions, but only on the active cube, not on the other object.\nIn comparison, if I add materials to these objects and try selecting faces by similar materials, both objects' faces will be selected. Any other trait among \"Select Similar\" will select faces across multiple objects.\n\n![-2021-nov-9-004.jpg](-2021-nov-9-004.jpg)\n\n[similar face regions don't get selected across objects in multi-object edit.blend](similar_face_regions_don_t_get_selected_across_objects_in_multi-object_edit.blend)", "Blender keeps crashing relocating linked library [3.5.1]\nOperating system: Windows-10-10.0.25357-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.79\n\nBroken: version: 3.5.1\n\nRelocating linked library file results in instant crash when different file is chosen. I need this because i work on both OSX and Windows. While testing file version, i had issue with indirectly linked files. These are nested files so to say. They are linked blend files inside another linked blend file. \n\n- Download and Unzip attached `RML-test file-bl350.zip` file\n- open file \"RML-test file-bl350.blend\"\n- go to `Outliner` > `Blender File` and select the linked lib file with exclamation mark \"linked object\"\n- Right click and select \"Relocate\"\n- Point to the file \"linked object-bl293\"\n\nBlender file browser closes and crashes short after.\n\nSide note\nThe linked lib blend file is name \"linked object\", if i rename the \"linked object-bl293\" to \"linked object\" it works. But because i work on both OSX and Windows and sometimes also with different version. I need to rename linked files so i dont break anything.\n\nHowever, i jsut tested these 2 files in an issue folder i created and then it links just fine. When these files are linked in the original folder, blender crashes right after i pick that file \"linked object-bl293.blend\". See attached screengrab.\n![folder structure crashing relocate blend.png](attachment)\n\n", "Linked group breaks Object Mapping in Texture Coordinates\nWindows 10\n\nBroken: 2.79b official release\n\nLinked group breaks Object Mapping in Texture Coordinates, when:\n- a texture (on a plane) uses another object (empty) as texture coordinates\n- all objects are in the same group\n\nFurther explanation in the blend file.\n\n1) Link the group \"object_mapping\" from the blend file\n2) move the group in any direction\nDespite the gradient texture on the plane using the empty's coordinates, this is completely ignored once linked as a group\n[object_mapping.blend](object_mapping.blend)", "Improve volume render passes\nCycles volumes mostly do not write to render passes currently. Given the transparency it's not always useful or meaning to do this, but we can do better.\n\nA few known issues:\n- [ ] Cryptomatte is not written for volumes. We could accumulate cryptomatte contributions of objects while ray-marching.\n- [ ] Mist is not written, which causes the background value to be used when the volume is opaque. More useful would be to either write it based on the volume position weight by transparency, or to write mist for the object behind. (#91280)\n- [ ] There is no Volume Color pass currently, equivalent to the Diffuse/Glossy/Transmission Color passes. We do now write albedo for denoising, a similar thing could be added for volumes but it's unclear if this is useful for compositing in practice, especially with overlapping volumes.\n" ]
[ "translucent objects occlude other members in group instances\nall operating systems\n\nBroken: 2.77 66552ca\n\nGroup instances do not take the \"show_transparent\" property into account. As a result, opaque members of a group may be occluded by translucent members. It dosn't happen every time as the drawing order depends by the group membership order, yet it may be a significant issue when using linked groups for character with glasses, or car with windows et cetera.\n\n![transp_sort_1.jpg](transp_sort_1.jpg)\n\nInternally, this is due to the dupli Base objects being temporary and therefore not able to be deferred to the transparency pass. A possible solution would be to draw only non transparent dupli members in the first pass, so that the transparent ones can be drawn afterwards.\n\n**A fix patch to help illustrating the issue**\n[dupli_transp.diff](dupli_transp.diff)\n![transp_sort_2.jpg](transp_sort_2.jpg)\n\nA sample .blend file containing some grouped object and their group instance: the circle masks the monkey, but not the cube in the background when in material shading\n[transp_sort.blend](transp_sort.blend)\n", "Transparency Issues in 3D View\n14.04.1 LTS, Trusty Tahr\nOpenGL vendor string: Advanced Micro Devices, Inc.\nOpenGL renderer string: AMD Radeon HD 5700 Series\nOpenGL version string: 4.3.12798 Compatibility Profile Context 14.10.1006.1001\n\nBroken: Blender 2.73 (sub 1) build commit date: 2014-12-31 23:50 c24b694\nPossibly also Blender 2.72, but not Blender 2.69?\n\n\nTranparency rendering problems in the 3D viewport. I was running a custom built 2.72 from several weeks ago, and I was having trouble with transparency that wasn't a problem in the stock Ubuntu 2.69 package. When I saw that there was a recent commit related to this, I downloaded and built 2.73 to see if it fixed the issue. It did not.\n\nI've attached a file which hopefully demonstrates the problem. It's simply a solid cube inside another cube, with the inner cube having an opaque materials and outer cube material set for alpha blend transparency (green glass). Sometimes it renders as expected, and sometimes it does not. The incorrect result is that the inner object does not show through the transparent glass outer object, even when the background does. If you remove one face of the outer cube, the effect is more obvious, with part of inner cube being rendered, and part of it not (as if the outer cube were opaque even though it isn't. The problem is intermittent, and too random for me to be able to recreate reliably, so interpret the remaining statements as impressions.\n\nThings that I have observed causing problems (or sometimes fixing problems):\n\n```\n Changing render engines.\n Changing shading modes in the 3D viewport.\n Selecting and deselecting objects in the outliner or 3D viewport.\n Switching from GLSL to multitexture and back.\n```\n\nSometimes the problem persists in the Blender Render engine, when switching from the Blender Game engine, but it usually goes away (and stays away for a while).\n\nMy apologies if I'm doing something wrong. I'm still trying to learn how to use blender, and this is all very confusing to me. I've reported it as a bug because of it's randomness and the changes in behavior across multiple recent versions of blender.\n\n[bug.blend](bug.blend)", "3D View alpha channel transparency behaviour changes depending on object creation order\nThe alpha channel transparency behavior masks older objects while allowing newer objects to be seen.\n\nIn other words, If you create a Cube first, then a plane with alpha transparency the plane masks the cube from view.\n\nBut\n\nif you create a plane with alpha transparency then a cube, the cube is not masked.\n\nFurthermore\n\nIf you create a Cube first, then a plane with alpha transparency the plane masks the cube from view. Then if you duplicate the cube, the duplicated cube is not masked. Then if you duplicate the plane, it masks everything again.\n\nIn the attached example, Cube was created first, Then Plane, Then Cube.001, Then Plane.001, Then Cube.002.\n\nAdditionally, behavior changes when objects are selected. In the above described example no objects are selected. Selected cubes are always masked by planes with alpha transparency. Selected planes never mask cubes.\n\nIt looks like there was an attempt at some point to remedy this problem by adding Object data Display Transparency option. However this has other undesirable consequences like elimination of the selection outline.\n\nThe default behavior is illogical. Requiring objects to be duplicated in the order that you want them shown is not logical. The behavior changing depending on object selection is also illogical; why would you want an object to disappear when it is selected?[alpha transparency.blend](alpha_transparency.blend)" ]
Grease pencil mirror modifier with parent set to mirror object produces unexpected result Operating system: Windows 10 x64 Graphics card: Nvidiea Geforce 1050 Broken: ad707115d5bc Worked: (optional) When moving parent object that is set as mirror axis grease pencil object transforms unexpectedly when normal objects don't. Add a grease pencil and normal Suzanne to the default scene. Give them both mirror modifiers and set the Mirror object to the cube. Parent both Suzannes to the cube. Move the cube.![mirror_error.jpg](mirror_error.jpg)
[ "Objects referenced in the `UVProject` modifier property are not snapped\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1060 3GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 441.66\n\nBroken: version: 2.90 (sub 0)\n\nWhen i select an object as projector transform in the UVProject modifier it doesn't snap to the object I added the modifier to.\n\n- add cube\n- add an empty\n- add uvproject modifier to the cube\n- set the empty as projector transform\n- enable snaping to surface\nor\n- open attached file\nWhen moving the empty it does not snap to the cube\n[bug.blend](bug.blend)", "Particle Instance from interpolated children works unexpected\nOperating system: win10 74bit\n\nBroken: 2.8, 2.79b\n\n\"Children\" option works good only with \"Along path\". Otherwise it just duplicates extra geometry where parent particles are located. \n\nOpen file and enable \"Children\" option, see how poly count is changed without visual appearance. Then check both \"Children\" and \"Along Path\" to see the difference.\n[Particle_instance_child.blend](Particle_instance_child.blend)", "Grease pencil rendering inconsistency when lines are intersecting geometry\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 750 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.67\n\nBroken:\n2.83.3\n2.90.0 Beta\n2.91.0 Alpha\n\nGrease pencil lines are sometimes rendered, sometimes not, depending on distance from camera. This seems\nto be caused by the grease pencil line intersecting the plane:\n![image.png](image.png)\nIn viewport same line is always rendered however (both in solid and rendered modes), which is confusing.\n\n - Open file:\n[grease_pencil_sorting.blend](grease_pencil_sorting.blend)\n - Hit render. Grease pencil line will not be rendered.\n - Move camera -1 or +1 on y axis. Render. Line is still not visible.\n - Move camera -1.1 or +1.1 on y axis instead and the line will get rendered.\n\n", "Draw mode - separation in Grease Pencil coping layers that are empty\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1650 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71\n\nBroken: version: 2.91.2\n\nIn Draw mode - separation in Grease Pencil on object coping layers that are empty from old GP_object. This made missunderstanding.\n\n1. Add GP Blank or Stroke\n2. Made 5 or more drawnings, eg. lines on 5 diferent layers\n3. Separate 2 layers to other GP_object to leave 3 layers\n4. Check the Object Data Properites for Stroke1 and Stroke2 after separation - the new Stroke2 have all layes but empty after separation just the 2 layers separated have objects (this is corect) like Stroke1 - no sense to import layers if object from these layers are not separated\n - this made conflict in some way of:\n1whbbc/ GP - move layer betwen objects (by menu and outliner)\n0whbbc/ GP - duplicate layer for stroke by RMB on layer or outliner\n3whbbc/ GP - Draw - Merge Layers by RMB on Stroke layer and outliner\n\nIn other way user should have option to separate with whole layers ot without (as option maybe)\n\n\n", "GPencil: Stroke not working with Holdout\nOperating system: Windows 10\nGraphics card: GeForce GTX 970\n\nBroken: 2.82a, as found on the splash screen\nWorked: Never\n\nSetting a collection as holdout in view layer options in cycles works as expected on grease pencil objects in the viewport render preview, but does not work on grease pencil objects when rendering. The entire grease pencil object is visible in the renders, whereas in the viewport render preview the parts of the grease pencil obscured by foreground objects set to holdout is alpha. \n\nCreate a grease pencil empty behind the startup cube. \nDraw some stuff. \nPut the startup cube in a collection and set the engine to cycles. \nFrom the view layers options for the new collection containing the startup cube, set it to holdout. \nTurn on render preview from the viewport shading options. Notice that the cube is invisible, along with the parts of the grease pencil that had been obscured by the cube.\nPress F12\nNotice in the rendered image that all of the grease pencil is visible, even the parts we had expected to be alpha masked from the startup cube holdout.\n\nSee the attached blend file.\n[HoldoutTrouble.blend](HoldoutTrouble.blend)\n", "Selection to Active doesn't work when the selected object is a child of the active object\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA RTX A6000/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.25\n\nBroken: version: 3.3.0 Beta\n\n\nSelection to Active operator doesn't work when the selected object is a child of the active object.\n\n\n1. Add 2 cube.\n2. Parent one of the cubes to the other.\n3. Select both cubes such that the parent is active. \n4. Use the Selection to Active operator.\n5. The operator has no effect.\n\n", "Grease Pencil modifier \"line art\" won't draw objects with Geometry Nodes Instances.\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.96\n\n\n\nBroken: version: 3.3.0 Alpha\n![image.png](image.png)\n\nWorked: Blender 3.2 \n![image.png](image.png)\n\n\n\nGrease Pencil modifier \"line art\" won't draw objects with Geometry Nodes Instances.\n\n\n\n\n - New scene.\n - Keep the cube.\n - Don't delete it.\n - Add an empty Grease Pencil Object.\n - Don't delete the cube.\n - Add a Line Art Modifier to the Grease Pencil Object,\n - Switch Source to Object, and select the cube.\n - Assign the default layer and material.\n - You should be seeing something like this\n\n![image.png](image.png)\n\n - Add geometry nodes nodes to the cube.\n - yes keep the damn cube.\n - here is the simplest setup that involves instances that I could think of\n\n![image.png](image.png)\n\n - as you can see in the viewport the grease pencil line art has dissapeared completely.\n\n\nThanks for looking into it.\n\n", "C and V keys pressed while drawing a Grease Pencil stroke unchangeable in keymaps\nOperating system: Windows 10\nGraphics card: RTX 3070\n\nBroken: 3.0.0\nWorked: n/a\n\nWhile in the middle of drawing a stroke, pressing C and V keys toggle guides on and off. \n\nThe C and V keys can be bound to something else in preferences, but whatever you bind them to, pressing them while in the middle of drawing a stroke still turns the Guides on and off. I can find no listing for these shortcuts in the Keymaps section.", "Surface smoothing when sculpting does not respect mirror modifier\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.94\n\nBroken: version: 3.2.0\n\nSmoothing in sculpt mode using Surface deformation does not respect the clipping option of the mirror modifier. This is not the case in the other brushes.\n[0281-0782.mp4](0281-0782.mp4)\n\n1.Creatre an object with at least one plane of symmetry.\n2.Delete one side and add the mirror modifier to fill that same side.\n3.In sculpt mode, try smoothing over the mirror seam using Surface deformation.\n\n", "Gpencil: Delay & Frames field values in Build Modifier should be integers only\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15\n\nBroken: version: 3.4.0 Alpha\n\nIn the Grease Pencil Build modifier, when using the mouse or the arrows to change Start Delay or Frames, the value goes through decimals instead of going directly to the next frame value.\n![00.JPG](00.JPG)\nLoad a Grease Pencil Build modifier,\nIn the Start Delay or Frames field, use the arrows or the mouse left button to change the value, or type a number with decimals.\n", "Crash after using Grease Pencil object as object font\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.94\n\nBroken: version: 3.4.1\n\nWhen I use a grease pencil object for the object font of a text, blender crashes. I have had the same issue on a different computer with the version 3.1.0.[Test.blend](Test.blend)\n\n1. Add a text object\n2. Add a grease pencil object, for example a stroke, and put it into a seperate collection\n3. Put the instancing of the text to vertices (first image) and change the object font to \"Strok\", so it references the grease pencil object (second image)\n4. Repeatedly click the \"exclude from view layer\" symbol of the collection the grease pencil object is in\n\nThank you for your effort, I hope I filled everything out correctly\n{[F14114132](1.PNG), size=full}\n{[F14114131](2.PNG), size=full}\n\n\n", "Transform: Tilt values in curves are not transformed\n2.8, 2.81\n\nWhen mirroring curves, tilt values are not mirrored.\n\nIn edit mode, MIRROR(or SCALE -1) dose not change tilt values.\nSo I can not get mirrored result (bebel geometry).\n\n(In object mode, I can get mirrored 2 curves by MIRROR(or SCALE -1),\nBut JOIN the two curves results not mirrored tilt effect.)\n\nOpen:\n[mirrored_curve.blend](mirrored_curve.blend)\n* The file contains 2 splines. One is a scaled duplicate of the other.\n* Note that the tilt of the corresponding point remains the same on both splines.", "Grease Pencil mask error\nOperating system:windows10\nGraphics card:GTX1060ti\n\nBroken: 2.83&2.9\nWorked:greasepencil-Mask error\n1.When 2.83 or later, creates two objects, the masks collide, causing a strange phenomenon, and in 2.82 there are no errors.\n2.And creating two masks under the same object can cause problems too。\niJlqkf556sA\n[GP剪贴测试.blend](GP剪贴测试.blend)", "Blender 3D shift+RMB \"set 3D cursor\" not sensing strokes made with the grease pencil nor strokes made with the annotation tool\nOperating system: Windows 10\nGraphics card: GTX 1060 6gb (Idk if this is very relevant lol)\n\nBroken: 2.82 BETA, 689a873029b9, master, 2020-01-15 21:07\nWorked: -\n\nBlender 3D shift+RMB \"set 3D cursor\" not sensing strokes made with the grease pencil nor strokes made with the annotation tool\n\nAdd a stroke, hover it with your mouse and press your \"Set 3D cursor\" hotkey combination (by default Shift RMB).\n\n**Expected result**\nWhen doing just this, but when hovering your cursor/mouse over a mesh object instead, the 3D cursor will be set on the surface of the mesh object right where the cursor/mouse is hovering over that mesh/object. As the grease pencil is rather new, Im guessing making this react with the grease pencil strokes were just something that was forgotten when implementing it.", "Mirror modifier produces odd normals along the seam for Custom Normals.\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.39\n\nBroken: version: 3.1.2\n\nDespite the normals of the seam being pre-aligned in mirror plane, so that they shouldn't change, the resulting normals after mirror seam merge aren't the average of the input, but produce some odd angles.\n\n[normals.blend](normals.blend)\nTurn Mirror modifier or it's Merge on/off -> the seam is clearly visible. Resulting normals don't point in the direction of the original vertex pairs.\n" ]
[ "Mirror modifier on grease pencil object doesn't work correctly\nOperating system:Win10\nGraphics card:gtx970\n\nBroken: 2.80 (079c7f918c81 from june 2nd)\nWorked: -\n\nMirror modifier on grease pencil object doesn't work correctly - doesn't seem to take neither origin nor orientation into account\nMight be the same issue as T60614\n\n - Create grease pencil object, move it away from the world origin\n - Create empty\n - Add mirror modifier onto the grease pencil object\n - Select the empty as mirror object\n[gp_mirror_bug.blend](gp_mirror_bug.blend)" ]
Linked rigid body dupli group will crash Blender **Category**: Physics %%%If you link a dupli group that has a rigid body joint on it, the BGE will crash mostly every second start. This bug was introduced somewhere between Blender 2.56.0 r33949 and Blender 2.57.0 r36147. Windows 7 64 bit%%%
[ "Vertex groups with identical names can exist, and when they do, a lot of things break.\nRenaming a bone of an armature also renames the matching vertex group of linked objects/obdata, if found.\n\nCurrently there is no check made for potential collisions in vgroups names, which can lead to two or more vgroups having the exact same name, which is considered as invalid data.\n\nThis could be solved in several ways:\n- Rename the existing/clashing vertex group *(and make sure all usages elsewhere are updated along)*\n- Change the specified bone name to be unique in a way that it does not conflict with any existing vertex group name.\n- Merge the (renamed) vertex group with the already existing one with that new name.\n- Refuse to rename the bone in case it would conflict with another existing vgroup name.\n\n--------------------------\n\n*Original Report*\n\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71\n\nBroken: version: 2.93.5\nBroken: version: 2.83.0\nDidn't test earlier than that (thought 2.79 is too different to matter); didn't test intervening versions; 2.83.0 is just the oldest version since 2.80 that got saved in my Blender folder.\n\nRenaming bones in an armature renames vertex groups of child mesh objects without dealing with name collision. When that happens, a lot (most?) functions involving vertex group weights no longer work correctly-- it appears that they assume vertex group names are unique identifiers.\n\n1) Make a monkey. Give it a vertex group. It's named \"Group\".\n2) Create an armature. Parent the monkey to the armature with automatic weights. Monkey now has VGs \"Group\" and \"Bone\".\n3) Enter edit on the armature. In properties/bone/name, change the name of Bone to \"Group\".\n\nMonkey now has 2 VGs named \"Group\".\n\nAnd, when they get created, stuff breaks. I consider the real bug here to be, \"Vertex groups can acquire identical names\", but one could also consider the bug to be, \"Multiple operations assume VG names to be unique identifiers when they are not necessarily unique.\"\n\n![image.png](image.png)\n\nHere's a quick screenshot of a bugged mesh (not one that I made.) Notice the sidebar list of vertex groups: we've got three different duplicated vertex groups in that list, by my count.\n\nWhat breaks when this happens? The first obvious thing, apparent from the screenshot, is interpolation of vertex groups from a subdivision modifier. We can see that the selected vertex group is no longer interpolating smoothly between verts.\n\nWhat else breaks? A \"normalize all\" operation no longer actually normalizes all vertex groups properly. Post normalization, these don't add up to 1:\n\n![image.png](image.png)\n\nI'm sure that there are other operations that would stop working as well-- those are just the quickies that I noticed. If subdivision interpolation doesn't work right, I wouldn't expect poke faces interpolation or inset faces interpolation to work any better, for example. But I haven't tested all that.\n\nI'd consider this a really low priority bug. The problem doesn't actually show up that often (I'd estimate five times in five years for me.) And it's reasonably easy to work around, provided you're willing to throw your weights away-- you just delete all groups and start again. If unwilling to delete all groups, you can probably get what you want with some math on the VGs (with a VG mix modifier or with geo nodes) and then delete only the problem groups.\n\nUnfortunately, the one big problem with this bug is that it's not very apparent when it happens, which can lead to extra wasted work.", "Blender is crashing instantly to the desktop randomly (solid viewport)\n\nOS: Windows 10 Pro 64bit (Version 21H2, OS Build 19044.2006)\nGPU: Nvidia GeForce RTX 2070 (Driver: Version 517.48 (released 27th September 2022))\nCPU: AMD Ryzen 7 2700\nRAM: 64GB\n\n\nBroken: version: 3.3 (and versions for the last couple of years)\nWorked: none since 2020 approx.\n\n\nBlender crashes seemingly randomly when performing modelling actions such as moving vertices, clicking sliders or buttons, switching to wireframe view, or moving the viewport camera in any way. There may be other actions that cause crashes. Crashes cause Blender to instantly close to desktop, leaving no crash dumps. Crashes occurring over multiple versions since 2020, multiple reinstallations of the OS, and clean reinstallations of graphics driver.\n\nUsing blender_debug_gpu.cmd, I was able to retrieve a log from a crash that has some differences to a normal log:\n\n\"*INFO (gpu.debug): Notification : Buffer usage warning: Analysis of buffer object 82 (bound to GL_SHADER_STORAGE_BUFFER (1)) usage indicates that the GPU is the primary producer and consumer of data for this buffer object. The usage hint supplied with this buffer object, GL_STATIC_DRAW, is inconsistent with this usage pattern. Try using GL_STREAM_COPY_ARB, GL_STATIC_COPY_ARB, or GL_DYNAMIC_COPY_ARB instead.*\"\n\nCurrently, have no way to reproduce the crashes at will, they just seem to happen during my normal work. Load tests using OCCT do not cause crashes.\n\n**Debug log from crash**:\n[blender_debug_output2.txt](blender_debug_output2.txt)\n\n**Normal debug log**:\n[blender_debug_output_normal.txt](blender_debug_output_normal.txt)", "Poor performance for \"Remove duplicate vertices\" for some models\n**System Information** \nOperating system: Windows 10 (but happens on Linux too)\nGraphics card: NVIDIA GeForce GTX 970 (but happens w/ no gfx card too)\n\nBroken: 2.91.0 Beta of 2020-10-26 17:29, hash edf4378c442a (master)\nWorked: unknown\n\n\"Merge vertices\" becomes very slow if glTF object is imported with vertices already merged\n\n\n* Start blender, remove all default objects\n* Import the attached glTF with:\n * Merge Vertices: Turned on\n * Shading: `Smooth Shading`\n* Select Model Group > Mesh Group > Mesh_0\n* Enter Edit mode\n* right-click Merge Vertices > By Distance\n* repeat the above process, but leave Merge Vertices turned off during import\nor\n- Open attached .blend file\n- Go to edit mode on the object named `Mesh_0_slow`\n- right-click Merge Vertices > By Distance\n- Try the same with the object named `Mesh_0_fast`\n\nNote the first time taken: for me it's around 30 sec, which is quite slow\nNote the second time taken for `Merge Vertices > By Distance` is only a second or so\n\nI speculate that this could be because this particular glTF object is reusing some buffers (the 60 meshes are just transformed copies of Mesh_0), so the merge may be doing more work than necessary, but I haven't dug into it.\n\nIn my application, I'm looping over all meshes in the scene and removing duplicate verts, so in my case I'm spending the 30 sec per mesh 60 times for a total of 30 min of processing time! Of course I shouldn't need to do that with Merge Vertices turned on, but I have other imported objects and it's all scripted so it's hard to know which ones to merge vs. not.\n\n[merge_by_distance_bug.blend](merge_by_distance_bug.blend)\n[test-molecule-1.glb](test-molecule-1.glb)\n\n", "Regression: Crash when Sculpting on a mesh from a GP Lineart Modifier\nOperating system: Windows-10-10.0.22621-SP0 64 Bits (W11)\nGraphics card: NVIDIA GeForce RTX 4090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.68\n\nBroken: version: 3.2, 4.0.0 Alpha\nWorked: 3.1\n\n![blender_4UX5Hum09w.png](attachment)\nWhen trying to sculpt a mesh in an assigned collection that a grease pencil lineart modifier references and the layer it is drawing to contains Grease Pencil strokes - it will instantly crash Blender. \n\n\n1. Download and extract zip to get the test blend file\n2. Load attached file with Load UI off\n3. Select the bust, it is in a GP lineart modifier collection \n4. Go to sculpt mode\n5. Try sculpt\n6. Crash\n\nAlternative steps:\n1. Create new scene\n2. Create a sphere\n3. Create a Grease Pencil object\n4. Add sphere to a new collection\n5. Select the GP object and add a lineart modifier\n6. Reference the sphere collection in the modifier\n7. Assign layer and material to the modifier\n8. Draw in the same layer in Draw mode of the GP\n9. switch to sculpt mode\n10. Try sculpt over sphere surface\n11. Instant crash\n\n", "Keyed Particle Duration Crash\nOperating system: Windows 7 64\nGraphics card: nVidia GeForce GTX 970\n\nv.2.80.60\nDate: 2019-05-10 22:21\nHash: de9d846353bd\n\nBlender will sometimes crash when a keyed physics type particle system references more than one particle system. This usually occurs when attempting to change the duration setting of the second particle system.\n\nIn the provided file, change the duration setting in the particle system settings. Blender will crash.\n\n[Keyed Particle Duration Crash.blend](Keyed_Particle_Duration_Crash.blend)", "Render cause crash guide many time August 10, 2022\nOperating system: macOS-13.0-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 575 OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.9.39\n\nBroken: version: 3.2.2\n\nRender crash too many\n\nFor Mac only. Do not use Windows please.\n\n![image.png](image.png)\n![image.png](image.png)\n![image.png](image.png)\n\nSee blender 3.2.2 on Cycle-x picture\n![image.png](image.png)\n\nCommand + F12 then render for a while few minutes cause crash many times.\n\n[Blender report a ticket August 10 2022.zip](Blender_report_a_ticket_August_10_2022.zip)", "Crash on deleting driver\nOperating system: Linux neo 5.10.68-1-MANJARO #1 SMP PREEMPT Wed Sep 22 12:29:47 UTC 2021 x86_64 GNU/Linux\nGraphics card: nvidia GTX 970\n\nBroken: (\n```\n3.0.0-alpha+master.a3027fb09416-linux.x86_64\n```\n)\nWorked: (?)\n\nI duplicated a Text strip via <shift><D>. I don't know where that driver on Location X came from. The original didn't have one. I then wanted to delete that driver. After deleting it and moving the current frame blender crashed.\n\n- Load attached file\n- Delete driver of 'Location X'\n- Press Cursor keys Left/Right a few times till crash.\n[crash.blend](crash.blend)", "Intermittent Segfault When Programmatically Creating Node Group\nThere have been intermittent crashes plaguing some of my addons. I think I have narrowed it down to creating node groups using the Python API. Specifically, to connecting something to a new node output.\n\nEnclosed [ldo_node_crash.py](ldo_node_crash.py) is a simple script that seems to reliably reproduce the problem for me; I hope it does for you, too. Open it in, or paste it into, Blender’s text editor, and run with ALT-P. I set the loop to run for 10 iterations, but for me, so far, it has always crashed before that.\n\nI am currently normally running Blender 2.82 on Debian Unstable AMD64; I tried a Blender build from the latest master branch, and the crash happens there, too. The backtrace looks like this:\n\n```\nblender-build-latest-debug/bin/blender(BLI_system_backtrace+0x26) [0x8257e79]\nblender-build-latest-debug/bin/blender() [0x2a09cfc]\nblender-build-latest-debug/bin/blender() [0x2a09efc]\n/lib/x86_64-linux-gnu/libc.so.6(+0x3b7e0) [0x7f5c97ff07e0]\nblender-build-latest-debug/bin/blender() [0x3919d1c]\nblender-build-latest-debug/bin/blender() [0x3919e13]\nblender-build-latest-debug/bin/blender(node_connected_to_output+0xf6) [0x391a0a6]\nblender-build-latest-debug/bin/blender(ED_node_tag_update_nodetree+0x41) [0x390df93]\nblender-build-latest-debug/bin/blender() [0x321f7c6]\nblender-build-latest-debug/bin/blender(NodeLinks_new_call+0x98) [0x323b5c9]\nblender-build-latest-debug/bin/blender(RNA_function_call+0x47) [0x3159a88]\nblender-build-latest-debug/bin/blender() [0x334374e]\n/usr/lib/x86_64-linux-gnu/libpython3.7m.so.1.0(_PyObject_FastCallKeywords+0xd7) [0x7f5c9890c887]\n/usr/lib/x86_64-linux-gnu/libpython3.7m.so.1.0(+0x6dfc3) [0x7f5c9871bfc3]\n/usr/lib/x86_64-linux-gnu/libpython3.7m.so.1.0(_PyEval_EvalFrameDefault+0x68a2) [0x7f5c98722c42]\n/usr/lib/x86_64-linux-gnu/libpython3.7m.so.1.0(_PyEval_EvalCodeWithName+0x92d) [0x7f5c988443dd]\n/usr/lib/x86_64-linux-gnu/libpython3.7m.so.1.0(PyEval_EvalCodeEx+0x3e) [0x7f5c9884465e]\n/usr/lib/x86_64-linux-gnu/libpython3.7m.so.1.0(PyEval_EvalCode+0x1b) [0x7f5c98844e8b]\nblender-build-latest-debug/bin/blender() [0x333463c]\nblender-build-latest-debug/bin/blender(BPY_execute_text+0x39) [0x33348cc]\nblender-build-latest-debug/bin/blender() [0x3969d26]\nblender-build-latest-debug/bin/blender() [0x3969dfb]\nblender-build-latest-debug/bin/blender() [0x2ce7313]\n```", "Generic Rigid Body Constraint Bug\nOperating system: Windows 10\nGraphics card: Radeon RX 470\n\nBroken: 2.83.0\nWorked: Unknown if it ever worked\n\nAngle limit not only doesn't work but causes weird neverending twitching back and forth\nUPDATE:\nTwitching happens for both cases when both rigid bodies are active and when one of them is passive.\n[M0DJ38oWQo.mp4](M0DJ38oWQo.mp4)\n\n1. Add 2 rigid bodies, 1 active, 1 passive animated\n2. Position them active on top, passive on the bottom\n3. Add an empty in between them, add a rigid body constraint to it, select the 2 rigid bodies in its settings, uncheck disable collisions.\n4. Change the joint type to Generic, limit location to 0-0 on each axis.\n5. Play. Now it works, once you select the passive RB and move it it should behave normal.\n6. Undo. Check angle limit on Z and choose some angle range (I had it set to -30 to 30).\n7. Play. Move the passive RB and watch it breaking.\n", "Multiresolution - Crash when Linear Subdivision level is above 1\nOperating system: Windows-10-10.0.17763-SP0 64 Bits\nGraphics card: GeForce GTX 970/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.79\n\nBroken: version: 2.91.0\nWorked: Never? (2.90 and 2.92 dailies seem to crash on this one as well)\nWhen using multiresolution modifier on this part of my model and using linear subdivision level above 1, Blender crashes.\nThis does not happen with other subdivision methods, as shown in video.\nI've also tried to make this mesh manifold, but Blender crashed either way.\n\n\n1. Open attached Blend file\n2. Add multiresolution modifier to a mesh\n3. Press on \"linear\" button twice\n\n[Crash_SampleFile.blend](Crash_SampleFile.blend)\n\n[MultiresCrash0001-2375.mp4](MultiresCrash0001-2375.mp4)\n\n", "PropertyGroup collection creation memory reference inconsistency\nOperating system: Linux-5.19.0-32-generic-x86_64-with-glibc2.35 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 470.161.03\n\nBroken: version: 3.3.3\n\nWhen creating a bunch of `PropertyGroup` in a collection, some attributes like the name can be dereferenced from a list holding the created group in the first place. Which may lead to crashes when PointerProperty is added to the PropGroup.\n\n- Open Blender with console\n- Run script [PropgroupMemoryInconsistency](attachment)\n- Look at the console, gaps in the print may happen:\n ![image](attachment)\n ![image](attachment)\n\n", "dual monitor will sometimes cause blender to freeze\nOperating system:win10\nGraphics card:2080s\n\nBroken: 3.4.1\nWorked: \n\ni have two monitors (4k and 2k) scrolling timeline or doing anything on one monitor and displaying cycles render viewport on the other monitor will sometimes cause blender to freeze forever\n\nit is not specific to this scene it will freeze on all kinds of scenes, might be related to the muti-monitor bug i have been reporting T96248\nhere is a screenshot of what it looks like when freezing ![dwm_dn4qjvpnKf.png](dwm_dn4qjvpnKf.png)\n\nmake some animation\nhave 2 monitors and use cycles rendered view on one monitor and scrolling timeline on the other monitor", "Blender crashes when merging mesh.vertices with a python script\nOperating system: Pop_OS 20.04\nGraphics card: Intel 4th Generation Core Proc \n\n\nBroken: 2.82a\n\n\nLink to stackoverflow question:\n\nblender-crashes-when-merging-mesh-vertices-with-a-python-script\n\nI have reuploaded the question here because I think It could be an error with blender code rather than mine. The steps to reproduce the crash would be creating an icosphere mesh, setting the max_distance variable to 0.3 and just moving nodes nearby to other ones and clicking run_script then. At some point it will close and save an ico.crash.txt. I have attached mine.\n\n[ico.crash.txt](ico.crash.txt)\n\n[#88022.blend](T88022.blend)\n\n[#88022.webm](T88022.webm)", "Blender 2.90.1 crashes after rendering the first few frames of animation.\n**System Information** \nOperating system: windows 10 64 bit\nGraphics card: Nvidia GeForce GTX 1650\n\nBroken: (2.90.1 3e85bb34d0d7; master)\nWorked(didn't): (only tried on 2.8.3 and did not work at all)\n\nWhen I try to render the animation, after about 50 or so frames(varies randomly), blender crashes with no alerts or anything that tells me what the error is, it simply closes.\nI've rendered another project, and that did indeed render, so I'm left confused why this short animation would cause a crash.\n\nEdit: I disabled motion blur, and it rendered fine. However, I would really like to know why blender won't render if motion blur is enabled. The renderer is Eevee and while my laptop isn't a super computer, it should be able to handle it. Thank you all in advance!\n\n- Open attached file\n- render the animation\n[cube-loop-tut-V1.0.blend](cube-loop-tut-V1.0.blend)", "Child Of vertex group fails when controled by Particle System\nWin10 64bit\n\nBroken: 2.79\n\nChild Of constraint fails on rotation from PS\n\nOpen file, play animation on every layer\n\nFirst layer: *Empty* with *Child Of* constraint is controled by Plane's transform animation -> works OK\nSecond layer: *Empties* with *Child Of* are controled by Plane's *Particle System* (via *Explode*) -> Location is maintained, but **rotation is non-synchronized**\nThird layer (example of how previous case is expected to work): Empties parented to *3 vertices* are controled by same PS - OK\n[Child_Of_test.blend](Child_Of_test.blend)\n" ]
[ "crash with rigid body constraints in linked group\nUbuntu 14.04\n\nBroken: 2.73, dcc599\n\nPlaying a blender file that links to a group that has rigid body constraints between its members causes an instant crash:\n```\nBlender Game Engine Started\nblender: $BLENDER_SOURCE/extern/bullet2/src/LinearMath/btAlignedObjectArray.h:177: T& btAlignedObjectArray<T>::operator[](int) [with T = btElement]: Assertion `n>=0' failed.\nAborted (core dumped)\n\n```\n\n* Get [provider.blend](provider.blend) and [consumer.blend](consumer.blend)\n* Open consumer.blend\n* Press p\n\n**Notes**\nIf you link the objects individually, instead of the group, then there's no crash. \nIf you link the group and then \"Make Local Group\", you still get a crash.\n", "Bullet physic engine crash with rigid body constraints in dupli-group instances\n**Category**: Physics\n\n\n%%%If you put some objects with rigid body constraints together in a group and add this via dupli-group in another scene or linked to another blendfile, blender would crash in a random behaviour.\n\nSteps to Reproduce:\nthe attached test blendfile defines the trampoline group in one scene. An instance of this group is added to the test scene. Press 'P' to play and with a high chance blender will crash with a segmentation fault at btUninionFind.h in the find() function. Very often the index x is a very large negative number, that causes the crash. If it doesn't crash the first time starting the scene, restart it again.\n\ngdb:\n0x08f737f8 in btUnionFind::find (this=0xa16cdb4, x=-1) at extern/bullet2/src/BulletCollision/CollisionDispatch/btUnionFind.h:116\n116\t\t\t\t\tm_elements- [x].m_id = elementPtr->m_id;\n\n\nI'm not sure why this happens, but this needed to be fixed to get the constraints in groups feature working properly:\nindex.php?func=detail&aid=18831&group_id=9&atid=306\n\n\nThis happens with official blender 2.57.1 from blender.org on linux and windows and also with latest builds (2011-06-16). with blender 2.56 I could not detect any crashes. It would be nice to get some help to fix this.\n\nbest regards,\nmoerdn%%%" ]
Mesh>Separate>Selection crashes Blender Operating system: Windows-10-10.0.22000-SP0 64 Bits Graphics card: NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12 Broken: version: 3.1.0 Alpha Mesh>Separate>Selection crashes Blender Create a cube Select some faces Mesh>Separate>Selection Blender crashes
[ "Crash when deleting one rigidbody from constraint during simulation\nOperating system: Windows 11\nGraphics card: NVIDIA GeForce RTX 3080 Laptop GPU\n\nBroken: master branch\nWorked: Don't know if it ever worked\n\nDeleting one rigidbody that is part of a constraint during simulation causes a crash.\n\n**Steps to Reproduce**\n- Add two cubes to a scene. Add a rigidbody to both cubes.\n- Add an empty object to the scene. Add a fixed rigidbody constraint to the cube. Set the cubes as the first and second object in the constraint.\n- Play the simulation for a few frames and then pause the simulation.\n- Delete either cube, then continue playing the simulation.\n- Crash", "Blender crashes when I try to subdivide my model\nOperating system: Windows 11 Pro 64-bit, 12th Gen Intel(R) Core(TM) i9-12900KF (24 CPUs), ~3.2GHz\nGraphics card: NIVIDIA GeForce RTX 3070 Ti\n\nBroken: 3.6, latest version\n\n\n\n- Open Blender, Open File\n- Go to Preferences, Turns off GPU Subdivision\n- Change to CUDA and tick Graphics Card Box\n- Goes to Modifier, Click Subdivision Surface, Processing, Crashes\n\nTo give a bit more context, my current model only has 160000 vertices which I think is quite little? But still it cannot subdivide and crashes whenever I click the subdivide option in modifiers.\n\n", "Blender crashes in edit mode in wireframe view\nOperating system: Linux Mint 21.1\nGraphics card: geforce gtx 1060\n\nBroken: 3.6.1, branch: blender-v3.6-release, commit date: 2023-07-17 12:50, hash: 8bda729ef4dc, type: release\nWorked: 3.5.1\n\nOn the attached file, selecting the bear head and going into edit mode, then switching to wireframe, or switching to edit mode while in wireframe mode, blender crashes and exit.\n\nSelect the bear head, switch to edit mode in wireframe. It crashes. It doesn't happen with a default cube in an empty file. The bear has geometry node hairs attached to it on the fur layer, but the geometry nodes are disabled. It also has an armature.\n\nThe problem also happens on windows10 on the same computer.", "Edges are selected in face mode when deselecting vertices from vertex group Panel\nBlender Version\nBroken: Current main.\nWorked: N/A.\n\nShort description of error\nDeselect Button in Vertex Groups Panel will deselect vertices that are not assigned to any groups. Edges become selected while in Face Mode as well. Also the Select Button will Select Faces that are not assigned too but those Edges that are active in face mode must be Selected for the Bug to work. Pay attention to the Edge around the triangle Fan at the top of the uv Sphere While in face mode.\n\nBlend File Incuded for simplicity\nJust Press the Deselect and notice the Faces that Get removed. and the Edges are actively Selected.\n\n", "Unable to select certain vertices (regression from 2.79)\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1080 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.38\n\nBroken: version: 2.91.0 Alpha\n\nSome vertices are impossible to select.\n\nAt first I thought it was because the vertices formed a concave area (see first file) but then I hit a second concave case (see second file).\n![image.png](image.png)\n\nWithout rotating or zooming the view try to select one of the marked vertices in both files.\n[Select1.blend](Select1.blend)\n[Select2.blend](Select2.blend)\n\n----\n\n2.79 worked in this case, open this file in 2.79 to test.\n\n[Select1(1)_279.blend](Select1_1__279.blend)", "The Select Hierarchy keyboard shortcut fails to select nested meshes\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: Quadro #2000 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.94\n\nBroken: version: 3.4.0\n\nIn the Outliner, Select Hierarchy on the context menu works as expected. The corresponding keyboard shortcut (Shift-RightBracket) fails to select meshes that are nested in an empty.\n\n1. Add an empty, called \"Parent empty\".\n2. In \"Parent empty\" add a mesh (\"Mesh A\") and an empty (\"Nested empty\")\n3. In \"Nested empty\" add a mesh called \"Nested mesh\".\n4. In the Outliner, right-click \"Parent empty\" and select Select Hierarchy. \"Mesh A\" and \"Nested mesh\" are selected, as expected.\n5. In the Outliner, select \"Parent empty\". In the Viewport, press Shift-RightBracket. **\"Nested mesh\" is not selected.**\n\n![selections.png](selections.png)\n\n[Select_Hierarchy_keyboard_shortcut.blend](Select_Hierarchy_keyboard_shortcut.blend)\n\n", "Blender 3.3 crashing unnecessarily/ unexpectedly/ frequently/ no apparent reason until now\nOperating system: Windows 10 Pro\nGraphics card: Intel i3\n\nBlender 3.3\n\n\n\nWhenever I open blender with some projects...whenever I enter material preview mode or try to render (sometimes even in solid mode...still slow) Whenever I try to apply a material and the crashes even when the project is simple and not finished or being rendered....it was working just fine and started to act weirdly during the last couple of days...I even tried, manually, to allocate more RAM to the program but that just crashed the whole thing. \n\n\nExact steps for others to reproduce the error:\n\nopen the blender file I attached as an example (The project that blender doesn't tolerate) try to apply a texture or render \n\nNOTE: I'm looking for a software solution...I don't think reproducing the error on a RTX 3090 is fair...so...we'll probably look for software solution or tweak the settings.\n\n", "GPU Subdivision: Crash on applying Subdivision Surface Modifier\nOperating system: Win 10 22H2 10.0.19041\nGraphics card: Intel® HD Graphics 5500 Driver version: 20.19.15.5171\n\nBroken: All versions after 2.93.11\nWorked: 2.93.11\n\nBlender crashes when applying the Subdivision Surfaces modifier. Tested with various different geometries (meshes, NURBS)\nCrash probably occurs with old intel GPUs\n\n- Start Blender\n- Apply SS modifier to cube OR delete cube, add another object (cube? lol), add modifier to that", "Remesh Node\nRemesh Modifier Modes will be split into two separate nodes.\n1. Voxel Remesh (Voxel Remesh algorithm)\n2. Block Remesh (original Remesh algorithm mainly useful for block effect)\n\nProperties can be used as they are in the modifier.\n\nAlgorithms are already external from Modifier code so it should be easy to reuse it for the node.\n\n\n![voxel_remesh.png](voxel_remesh.png)\n\n![block_remesh.png](block_remesh.png)", "Crash when rendering animations (GPU Subdivision ON, OFF is fine)\nSystem Information\nOperating system: WIndows 11 22H2\nGraphics card: Nvidia GeForce RTX 4080\n\nBlender Version\nBroken: 3.4.1, 3.5, 3.6\n\nForce closes when rendering animation after a number of frames and when opening larger blend files. Happens with all files. All drivers up to date and tested memory with no issues. Worked without issue for 6 months, crashing started 1 week ago.\n\nRendering animation with GPU Subdivision unchecked did not trigger a crash", "Texture Node editor --->creating image , then use created image as input node in texture node editor \nwin 10 \namd radeon \nintel i5\n\n Blender 2.8\n3d8cbb534f82\n\n\n First of all ,this is specifically about the \"texture node editor set to brush for creating an image , then using the created image as an image input in the (brush ) node editor , and again paiting in the SAME image ...\nIt totally makes sens that blender crashes because it is trying to create an image where the brush is that image itself , thus creating a feedback loop \n\n\nSteps to reproduce crash\n\n\n- Create plane \n- Go to the shader editor and create an image texture node \n- Create a new file , let's call this one ''crash'' and route it the shader's colour input \n- Go to the 'texture node editor and from the dropdown select 'brush''\n- Click the 'new tab' and enable úse nodes , by default we are presented with the checker pattern \n- go to the image editor and draw something , we are presented with a checker pattern \n- Now go back to the texture node editor'' and select ímage 'from the input nodes and route it to the tout\n- Select çrash 'as image \n- Now paint something in the image editor \n\nCrash \n\nIn the provided file , everything is already set up , al you have to do is paint in the image editor , and then route the module labeled çrash'to the output of the texture node editor [feedback crash .blend](feedback_crash_.blend)\n\n ", "Suspected asset library crash by `json_sax_dom_parser`\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.68\n\nBroken: version: 3.5.1\n\nI dont completely know why but blender crashes very often for me.\nIts doing something no idea what it is doing.\nSorry for being vague, but it seems to mostly happen when i have the viewport set to cycles render and i am trying to modify materials, in the shader editor.\n\n", "Crash while using the Cloth Filter brush with collisions enabled\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: Radeon (TM) RX 480 Graphics ATI Technologies Inc. 4.5.14739 Core Profile Context 21.6.1 27.20.22001.14011\n\nBroken: version: 3.0.0 Alpha\n\nUsing the cloth filter brush with collisions enabled on *both* the deforming object and the non-deforming object causes Blender to crash.\n\n- Open the attached .blend file with a minimal scene where this error can be observed. Everything has been already set up.\n- With the pre-selected *Cloth Filter* brush set to *Gravity* and both *Use Collisions* and *Use Face Sets* enabled, `LMB` on the \"Skirt\" mesh, and start dragging to the left of the screen, causing the \"Skirt\" mesh to start flying upwards.\n- After a brief while, release `LMB` and repeat the above operation by dragging to the right. Note how the direction of the cloth filter brush was not reversed this time.\n- Almost as soon as this new sculpting operation is initiated, typically Blender crashes. Occasionally it might take a few more attempts.\n\n[facesets-crasher.blend](facesets-crasher.blend)\n\n**Additional notes**\nIf extensive changes are performed to the \"Collisions\" mesh, the bug will not be able to be reproduced anymore.", "Blender crashes right after loading up a blend file or when creasing a specific mesh on a slightly older version of said blend file\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.77\nCPU: Ryzen 7 3700X\nRAM: 16GB, roughly 7GB available when loading\n\nBroken: version: 3.2.0\n\nFollowing a sculpting course i'm currently trying to crease the claws of a model in the attched blend file.\nBlender keeps crashing without further notice when doing so. I managed to save in the specific state that causes the crash, but can also reproduce it by creasing the front-left hoof/claw-thing in the older state\n\nLoad up file, change to sculpt mode without hiding linked duplicates (feet/hooves)\n[dog!.blend](dog_.blend)\n\nOld:\nLoad up attached blend file -> Crash immediately after apparently successfully loading the scene\n[dog!.blend](dog_.blend)\nLoad up attached blend1 file, crease said claw region with Dyntopo active -> Crash soon after doing so\n[dog!.blend1](dog_.blend1)", "Knife Tool produces bad geometry in certain cases (disconnected edges/vertices, overlapping faces)\nif i use tools knife i see this bug.\n![k2.png](k2.png)\n\n![k1.png](k1.png)\n" ]
[ "Blender crashes when using any of the separation operators.\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 780 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.11\n\nBroken: version: 3.1.0 Alpha\n\nas the title says blender crashes when you use any of the separate operations in edit mode.\n\nOpen blender, go in to edit mode with any mesh, select what you want to separate from that mesh.\n\nNOTE: Lose parts and meterial will not crash if there is nothing to separate\n\n", "[crash] Separate mesh in latest master lead to segfault. \nOperating system: ArchLinux\nGraphics card: GTX 970\n\nBroken: 3.1.r110013.g6897c2141e0, build hash: 6897c2141e0\nWorked: 3.0.r109929.gf85c58ab65e, build hash: f85c58ab65e\n\nBlender crash when trying to use the \"separate mesh\" feature in edit mode.\n\n1. Open blender with default scene\n2. Got to edit mode with the default cube\n3. Select all and duplicate\n4. Call \"Separate:>by Selection\"\n5. Crash\n\n**Crash back trace***\n```\nThread 1 \"blender-3.1\" received signal SIGSEGV, Segmentation fault.\n0x00005555567dd847 in BKE_editmesh_looptri_calc_ex ()\n(gdb) bt -full\n- 0 0x00005555567dd847 in BKE_editmesh_looptri_calc_ex ()\n- 1 0x00005555567dd904 in BKE_editmesh_looptri_calc ()\n- 2 0x00005555572af099 in EDBM_update ()\n- 3 0x00005555572e5af8 in edbm_separate_exec ()\n- 4 0x000055555687ebd2 in wm_operator_invoke.part ()\n- 5 0x000055555687f13c in wm_operator_call_internal.part ()\n- 6 0x000055555687f77f in WM_operator_name_call_ptr ()\n- 7 0x0000555557432ed9 in ui_apply_but_funcs_after ()\n- 8 0x0000555557445de0 in ui_popup_handler ()\n- 9 0x00005555568829d8 in wm_handlers_do_intern ()\n- 10 0x0000555556883ade in wm_handlers_do ()\n- 11 0x000055555688407c in wm_event_do_handlers ()\n- 12 0x0000555556879362 in WM_main ()\n- 13 0x0000555556411170 in main ()\n```\n\n**Build env**\n- gcc:11.1.0\n- boost:1.76.0\n", "Blender crash FBX separate P\nOperating system: macOS-12.0.1-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 575 OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.7.29\n\nBroken: version: 3.1.0 Alpha\n\nPush the P key select crash\n\nMacOS\nBlender 3.1.0\n\n1. Import .FBX\n2. scale object make small size like 2m\n3. edit mode\n4. Click vertex\n5. push the L key\n6. Push the P key select cause bad crash.\n\n![Fallout t.png](Fallout_t.png)\nfallout-t-45d-power-armor-blend-file-in-desc-95eb02bf32d44100ad8959e762a91269\n\nThere FBX file [fallout_t-45d_power_armor_.blend_file_in_desc.zip](fallout_t-45d_power_armor_.blend_file_in_desc.zip)", "\"Separate Selection\" crashes Blender\nOperating system: Linux-5.11.0-38-generic-x86_64-with-glibc2.31 64 Bits\nGraphics card: AMD Radeon RX 5700 XT (NAVI10, DRM 3.40.0, 5.11.0-38-generic, LLVM 12.0.0) AMD 4.6 (Core Profile) Mesa 21.0.3\n\nBroken: version: 3.1.0 Alpha\n\nBlender crashes when operator \"Separate Selection\" is used.\n\nRun Blender with \n```\nblender --factory-startup\n```\nUsing the default cube, enter edit mode and select a face, then run\n\n\n```\nP > Selection\n```\n\nBlender crashes", "Crash from Separating a Part cut from a Plane\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: GeForce GTX 1660 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.51\n\nBroken: version: 3.1.0 Alpha\n\nSeperation procedure crashes Blender 3.1 NOV 1 build. Cutting away a part via selecting P key and selecting hen hitting P and selecting Selection choice, Blender blinks out. Crash.\n\nI created a Curve and used that as my cutout which I cut into a Plane via 'Knife Project'. All is well, worked brilliant, until I cut it out. When selecting P and then Selection, Blender crashes immediately. The first time, it took a moment, like 2 to 3 seconds. Then it was fast each time I tried it again.\nFirst time, I tried it by selecting inverse area and deleting that (faces delete) and that crashed. Then I tried cloning the small area I wanted and to hit P / Selection' and that too crashed Blender.\n\nHope that helps. I have included parts that are causing that for study.\n![Screenshot 2021-11-01 221409.jpg](Screenshot_2021-11-01_221409.jpg)\nBill\nLHC{[F11673418](CrashingCutoutParts.zip)}\n\n![Screenshot 2021-11-01 221409.jpg](Screenshot_2021-11-01_221409.jpg) <--- screenshot\n\n", "Crash on mesh separate\nOperating system: Linux-5.13.0-20-generic-x86_64-with-glibc2.34 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 470.74\n\nBroken: version: 3.1.0 Alpha\nCaused by 43bc494892\n\nWhen using mesh separate blender will close with a \"segmentation fault\" message in terminal.\n\n- Open blender\n- select default cube and enter in edit mode\n- select some vertices and press P to separate. Blender will close.\n\n", "Separate Object results in a crash\nOperating system: Linux-5.14.0-3-amd64-x86_64-with-glibc2.32 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 495.44\n\nBroken version: 3.1.0 Alpha\nWorked: Bisecting points to versions prior to 43bc494892\n\nWhen entering edit mode of an object, selecting part of the mesh, then sepating that part from the rest, Blender will crash.\n\n1. Open Blender.\n2. Select a mesh object.\n3. Enter edit mode.\n4. Select a portion of the mesh.\n5. Separate the selected portion of the mesh by pressing `P` and selecting the `Selection` option.\n6. Blender should crash.\n" ]
Particles: crash when delete object used as instance Windows 7 64 version: 2.80 (sub 32), branch: blender2.8, commit date: 2018-11-19 12:16, hash: 3f59bdc1bd0, type: Release On scene I have plane which emits particles. Particles are small cubes. When I delete the big cube, then Blender crashes. 1. Open file [particle_crash.blend](particle_crash.blend) 2. Delete big Cube 3. Crash (sometimes you will need to change frame on timeline)
[ "Segmentation Fault Crashing Blender when Rendering\nOperating system: Linux-5.19.0-46-generic-x86_64-with-glibc2.35 64 Bits, X11 UI\nGraphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 535.54.03\n\nBroken: version: 3.6.1\n\nDuring rendering, Blender will often crash with segmentation fault \"Memoryblock MORE THAN 1 MEMORYBLOCK CORRUPT: error in header\" message.\n\nNeed guidance to help provide a blend file to reproduce the issue.\n\nThe issue occurs 100% of the time with an old version of a large blend file on certain frames. I have attached the debug and crash reports. \n\nMy workaround was to turn on subframes and render subframes either slightly earlier or later than the main frame. For example, if the frame I wanted to render was 187, I would render frame 187.1 or 187.2 until blender would render the frame.\n\nI believe the problem relates to a model I had commissioned, but I cannot recreate the issue in other blend files with that model.\n\nGPU memory usage is about 7.6/8 Gb, so there is headroom, and there is plenty of RAM. It does not matter if it is rendered on GPU/CPU, GPU only or CPU only it will always crash.\n\nI have tested on 2 other Windows computers with the same results, so it is not Ubuntu related.\n\nOther frames render perfectly.\n\nThere is no issue with viewport render mode. Often I get \"out of memory\", but that is only because Blender does not dump some things from memory before viewport rendering an updated scene. It's bound to be a known issue and easy to work around.\n\nI have prepared the file to upload here, but it's 1.9 Gb zipped. Before I send it there maybe some advice about troubleshooting my end someone might know and can help me with. I have spent 3 solid weeks trying to troubleshoot this and the only reliable way I know of reproducing the issue is with the full file.\n\nN.B. The update to 3.6.1 saw me return to this with an updated and improved version of the file. Background rendering will SOMETIMES render problem frames. I have included debug files for this as well.\n\nIs there any advice I can get as to how to narrow down this problem?\n\n", "F12 render all 600 frames complete cause crash.\nOperating system: macOS-13.5-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 575 OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.14.1\n\nBroken: version: 3.6.3 Release Candidate\n\nF12 render all 600 frames complete cause crash.\n\n![image](attachment)\n![image](attachment)\n\nBlender 3.6.0 crash\nBlender 4.0.0 is fine\n\n", "Rigid Body System stops working when particle system added\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: Radeon RX Vega ATI Technologies Inc. 4.5.13587 Core Profile Context 20.2.2 26.20.15019.15019\n\nBroken: version: 2.82 (sub 7) & 2.83 (sub 5)\nWorked: -\n\nI have a rigid body collision setup with various chained constraints - if I add a particle system to any of the active rigid body objects, the simulation ceases to run.\n\nBlender file attached. Try adding a particle system to the 'Brick to test particle system' object in the main collection (or any other active object, the specified one simply for convenience). \n\nThe simulation will not run. Remove the particle system, the simulation runs again. \n\nI would like to add particles emitting from the objects to simulate debris/dust but hit this issue and can't find any workaround. \n\nAny insight much appreciated!\n\n\n\n[Wall destruction march v1.blend](Wall_destruction_march_v1.blend)\n\n", "Geometry Nodes related memory leak and exception access violation\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 4070 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 535.98\n\nBroken: version: 3.5.1\nWorked: \n\nBlender freezes, memory usage spikes and eventually you get exception access violation crash.\n\nOpen attached file and enable Layer 3. Blender will freeze, memory usage will spike and eventually lead to exception access violation crash. Crash log is generated.\n\n[gnodes bug1.blend](attachment)\n\nTo stop crashing disconnect Twig Object from Object Info node. I think this started happening after I deleted the \"fir_twig\" object, but there was still a hidden reference in the Object info. However, I was not able to replicate this in a new file and the crash stops happening if I delete / modify some of the node groups, even in unrelated ways. I am pushing Blender to the limits and this is a heavily reduced file.\n\n", "Baked Particles are rendered incorrectly on frame 0 and below\nOperating system: Windows 10\nGraphics card: Geforce RTX 3070\n\nBroken: Blender 3.3.5, 3.3.8 ,3.3.7, 3.6\nWorked: Unknown\n\nWhen rendering baked particles systems that have a baked frame on Frame 0 (or below) particles are rendered incorrectly.\nParticles are rendered on the emitter instead of their correct position.\n\n\n- Open the attached blend file (Note: Particles are now displayed incorrectly even in Viewport on Frame 0)\n- Skip 2 Frames ahead in Timeline\n- Go back to Frame 0 (Note: Particles are now displayed as expected)\n- Render Frame 0, Note: Particles are rendered on the surface of the emitter, which is different from what can be observed in the viewport.\n\n", "GPencil: Blender crash when file open\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.65\n\nBroken: version: 3.4.0 Beta\n\nAs soon as I open attached file Blender crashes. Attached also crash log file.\n\n- Open attached file\n- Change radius (say 0.6)\n- Save file\n- reopen it (Crash)\n[#102930.blend](T102930.blend)", "Colection instances can't render if duplicated while instanced on a mesh with array\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 536.23\n\nBroken: version: 3.6.1\n\ncol instances disapear from render view if duplicated when instanced on an array\n\nmake a plane, add aray modifier. \nput anythng in a collection, instance it \nput the instance as child of the aray, toggle face instances on.\nduplicate the col instance: the previous one(s) will disapear from render.\n\nin this blend file, just turn render view and you'll see only the lastest col instance renders.\n\n", "blender crash if boolean + very very big scale\nOperating system: Ubuntu 20.04\nGraphics card: Geforce MX230\n\nBroken: 3.2.1, 3.2\n\n[2022-07-21 19-15-24.mp4](2022-07-21_19-15-24.mp4)\n\n1. add boolean modifier\n2. scale any object on very very big value", "Blender 2.92 crashing when editing fractured mesh\nOperating system: Linux-5.4.0-58-generic-x86_64-with-debian-bullseye-sid 64 Bits\nGraphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 450.80.02\n\nBroken: version: \n- 2.92.0 Alpha\n- 2.91.0\n- 2.90.1\n- 2.83.10\nWorked: ?\n\nI have used cell fracture to fracture a UV sphere. I did separate the parts using P. I tried to edit a part and it is where the crash happens.\n\n\n```lines\n/home/yves/Downloads/blender291/blender(BLI_system_backtrace+0x20) [0x84ba490]\n/home/yves/Downloads/blender291/blender() [0xe5293a]\n/lib/x86_64-linux-gnu/libc.so.6(+0x46210) [0x7fa720a5e210]\n/home/yves/Downloads/blender291/blender(DRW_mesh_batch_cache_create_requested+0x5a9) [0x1364e89]\n/home/yves/Downloads/blender291/blender() [0x1311158]\n/home/yves/Downloads/blender291/blender(DRW_draw_render_loop_ex+0x35d) [0x131232d]\n/home/yves/Downloads/blender291/blender(view3d_main_region_draw+0x8f) [0x1afb15f]\n/home/yves/Downloads/blender291/blender(ED_region_do_draw+0x7e1) [0x16b43f1]\n/home/yves/Downloads/blender291/blender(wm_draw_update+0x52e) [0x11c181e]\n/home/yves/Downloads/blender291/blender(WM_main+0x30) [0x11bf740]\n/home/yves/Downloads/blender291/blender(main+0x30d) [0xd8d12d]\n/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7fa720a3f0b3]\n/home/yves/Downloads/blender291/blender() [0xe4f0b3]\n```\n\n{F9530087}\n\n{F9530088}\n\n- Open the attached file and select `Sphere_cell.055`.\n- Try to switch to edit mode.\n\n\n", "Fractured object crashes Render\nOperating system: macOS-13.3-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 560X OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.10.12\n\nBroken: version: 3.4.1\n\nRendering image crashes Blender\n\nThe attached file is the output of a fractured cube using RBDLabs, nothing else. It's a series of 965 simple static meshes. When displaying rendered shading in viewport, all is well. When doing Render > Render Image, then Blender crashes. Happens on my Mac M1 and Mac Intel, on Blender 3.3.4, 3.4.1, 3.5 and 3.6 alpha. If I delete the 115 last cells or the 134 first ones, then the render will properly happen. Thanks !\n\n", "Cleanup: remove `Scene *` from dupli-list\n`SnapObjectContext` needs a `Scene *` to pass it to the dupli-list, which only needs to pass it to the particle system, which only needs it to obtain the gravity vector.\n\nThe gravity vector should only be read from the evaluated scene, but there are cases where the original scene is passed instead. Since the depsgraph is also passed to the dupli-list (`object_duplilist()`) & simulation code (`ParticleSimulationData`), that can be used to obtain the evaluated scene instead.\n\n- rainyDay\n", "Kill Particles does not make them really dead\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.47\n\nBroken: version: 2.93.6\nWorked: -\n\nIf you give a mesh a physics property of collision and check the \"Kill Particles\" Checkbox, they are not becoming dead, they just stop moving. If you add a Particle Instance to another object and only show dead, the dead objects show correctly in viewport but not in render (eevee/cycles).\n\nI created a plane, put it about 10m higher and turned it 180° on x axis. Then i added a particle system to that plane with default settings. I added another plane and scaled it up a few times and applied all transforms. I then added a collision physics property with \"Kill Particles\" enabled to that plan. Now i added an Icosphere, scaled it down, applied all transforms and added the Particle Instance modifier. As Object i chose the first created plane and only left show dead active. After baking the Particle system, you see in viewport the Icosphere as soon as the particles hit the Plane with the collison physics property. But if you then want to render the image they are gone.\n\nWith the attached .blend file you just have to click bake in the particle system properties of the ParticleEmitter object and you should see the dead ParticleInstance object at Frame 40. But if you render the image then they are gone.[ParticlesNotDead.blend](ParticlesNotDead.blend)", "2.8: Python API: Changing area type on frame change crashes Blender\nOperating system: Windows 10\nGraphics card: Quadro P4200/PCIe/SSE2\n\nBroken: 2.81a (also crashes in 2.79 and 2.80)\n\nI am attempting to sample the individual frames of an image on frame change, using a solution similar to the one described here: 5. I cannot seem to set the viewer area, however, from this context, as `bpy.context.screen` is `None`, and `bpy.context.window_manager.windows- [x].screen` seems to crash Blender in some situations.\n\nFrom the default startup file, run the following basic code:\n\n```\nimport bpy\n\ndef on_frame_change(scn):\n bpy.context.window_manager.windows[0].screen.areas[0].type = \"IMAGE_EDITOR\"\n\nbpy.app.handlers.frame_change_pre.append(on_frame_change)\n```\n\nRun the `Render Animation` operator to crash Blender.\n\nNote: This code runs fine when playing the animation in the 3D Viewport. It seems that this bug relates to the render context only.", "Metaballs particles with drag force disapearing\nOperating system: Linux-5.3.0-62-generic-x86_64-with-debian-buster-sid 64 Bits\nGraphics card: GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 440.33.01\n\nBroken: version: 2.83.2\nWorked: Never (2.8+)\n\nHi Guys,\n\nas you could see in the atachment file, the metaballs instances particles disapears on certains frames ...\nThere is no problem when Drag Force is not applied\n\nThanks in advance for your help !\nYour Software is amazing !! We love it !\n\n[MetaballsParticlesBug.blend](MetaballsParticlesBug.blend)\n\n- Open file\n- Play animation", "Parent with child containing particle emitter can't be moved on frame 1 keyframe\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.92\n\nBroken: version: 2.93.0 Alpha\n\nEmpty in provided .blend file cannot be moved on frame 1 when it has a keyframe on frame 1. It can be moved on any other frame with or without a keyframe on that frame, or on frame 1 if it doesn't have a keyframe.\n\nSelect the Empty in the provided .blend file, and attempt to move it with `g`, transform sliders, etc. It will not move.\n\n[move_bug.blend](move_bug.blend)\n\nI'm not sure how I got my .blend file in this state, as my best effort at making a seemingly identical set of objects does not reproduce it. I'm guessing someone will have to inspect the internal state of these objects to find something amiss.\n" ]
[ "Deleting particle system instance object leads to crash\n\n\nDate: 2018-11-2\nHash: 500ebf7348b\nBranch: blender 2.8\n\n\nCrash after right clicking on object that has metaball particle system and metaball has been deleted.\n\n1: Select the metaball and delete it\n2: Right click on cube\n\n[metaball_crash.blend](metaball_crash.blend)\n" ]
textues I'm on the latest version of blender and I have a bug where if I go on material preview or rendered mode the mesh and textures will disappear depending on where the I am looking at the mesh. I have tried looking it up and no one that I has found has this error or glitch. I have reinstalled blender, reset it to the factory preset and deleted and remade the save file. I have uploaded an image of what it looks like from my end, please tell me how I can fix this.![blender textures bug.jpg](blender_textures_bug.jpg)
[ "Render crashes – metal related\nOperating system: macOS-13.5.1-arm64-arm-64bit 64 Bits\nGraphics card: Metal API Apple M2 Pro 1.2\n\nBroken: version: 3.6.2\n\nI get some of these intermittently: `Context leak detected, msgtracer returned -1`\nrender ultimately fails (always at around frame 400) with this:\n\n```\nCommandBuffer Failed: cycles_metal_integrator_reset\n\nRefer to the Cycles GPU rendering documentation for possible solutions:\ngpu_rendering.html\n\nCommandBuffer Failed: cycles_metal_integrator_init_from_camera\n``` \n\n- download and extract the files attached to this issue\n- run `render.sh` + wait until blender crashes\n\n~~using the opengl backend, it works just fine~~\n\n", "Cycles: Bump node doesn't generate anything in certain conditions\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 522.25\n\nBroken: version: 3.3.0\nWorked: all versions from 2.79 to 3.4.0 alpha are affected, there is no working build\n\nI'm trying to generate a normal map using Bump node and color output of the env map as height map, it doesn't work on Cycles while it works on Eevee. Seems like the \"reflection\" output of Texture coordinate node is broken, but it works fine when I'm using another outputs though\n\nOpen the project, then click on viewport Rendered mode button - it'll start Cycles which for some reason can't generate bump map, then switch to Material preview mode - it'll start eevee which works as expected\n[bug_report.blend](bug_report.blend)\n\nEdit: typos and bad english grammar fixed, I believe", "Texture painting: Brush and fill miss some pixels.\nOperating system: Windows-8.1-6.3.9600-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.41\n\nBroken: version: 2.93.4 Release Candidate\n\nFinally I can reproduce this bug each time (and it annoys me every time I work with characters).\nTere is file with example: [fill testblend.blend](fill_testblend.blend)\nTry to fill selection \nOperation will leave randomly scattered pixels.\n![изображение.png](изображение.png)\nYou can overpaint some of them, but another few pixels you can`t overpaint or you can only from specific camera angle.\n\nDemos:\n[2021-08-22_03-27-01.mp4](2021-08-22_03-27-01.mp4)\n[2021-08-22_03-22-39.mp4](2021-08-22_03-22-39.mp4)\n\nMake lowpoly.\nUnwrap to few islands.\nAdd Multiresolution (4-5 levels)\nAdd black texture (4k)\nSelect some islands in edit mode\nGo to texture paint mode, enable paint mask\nFill with white\nInspect result, you will find missed pixels\n\n\nFrom #95663: this is also true for orthographic view (if zoomed in far enough):\n- brushes wont paint pixels at all\n- fill tool will leave black pixels\n\n- Open .blend file\n- Use fill tool on object in 3DView (will leave black pixels) or\n- Use paint brush (wont paint pixels at all)\n\n![image.png](image.png)\n\nTest File:\n[#95663.blend](T95663.blend)", "Rim on objects when shadow catcher is in play\n开启阴影捕捉后边缘有硬边BUG ![开启阴影捕捉后边缘有硬边BUG.png](开启阴影捕捉后边缘有硬边BUG.png)\n\n![2.png](2.png)\n\n![1.png](1.png)", "Preview Texture Blend\nOperating system: Arch Linux\nGraphics card: GTX 1060 6GB\n\nBroken:\n(example: 2.79b release)\n(example: 2.80, edbf15d3c044, blender2.8, 2018-11-28, as found on the splash screen)\nWorked: (optional)\n\n\nTexture gradient is not displayed correctly. Texture Blend.\nWhen you configure the texture, the preview displays the texture view.\nThe preview is more white than black.\n![Screenshot_20190102_202814.jpeg](Screenshot_20190102_202814.jpeg)\n\n![Screenshot_20190102_202738.jpeg](Screenshot_20190102_202738.jpeg)\n\nIf the texture to use as brush, you can see that the boundary particle moves wrong.\n\nIf in 2.8 open the file created in 2.7.\nThe texture is displayed differently.\nBut it works the same way as in 2.7.\n\n![Screenshot_20190103_081054.jpeg](Screenshot_20190103_081054.jpeg)\n\nRun the attached files, see how the particles behave.\n[Blend.zip](Blend.zip)\n", "Cycles: Motion blur artifacts\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.88\n\nBroken: version: 3.2.2\n\n\n**description of error**\nWhen rendering an animated rigged model on cycle **with motion blur** ; if the model has **auto smooth enable AND a subdivision modifier**, then it is possible that strange artefact will appear during the render. (doesn't happen in the viewport) \n- This bug do not happen if auto smooth is disable or doesn't have a subdivision modifier. \n- The bug also only appear during some specfic poses. So this is mainly noticiable when rendering an animation.\n- Those artefact often appear near sharp edge.\n- Only happen on Cycle, Eevee render seem fine.\n- [Edit] changing the shutter values of the blur will sometime remove the bug on some frames OR make the bug appear on frame that was fine before.\n\nHere 2 Render exemple with and without autosmooth , both has motion blur enabled :\n![AutoSmooth Enabled.png](AutoSmooth_Enabled.png) ![AutoSmooth Disable.png](AutoSmooth_Disable.png)\nAnd here an animation where you can notice the bug.\n[Animated0035-0318.mp4](Animated0035-0318.mp4)\n\n\n[MotionBlurCycleArtefact.blend](MotionBlurCycleArtefact.blend)\nIn this blender file, rendering the frame 302 will make the bug happen. \n- If you disable auto smooth on the model (the main body and not the cloth) then the render will be fine.\n- If you disable the subdivision modifier on the model then the render will be fine.\n- If you disable the subdivision modifier AND the auto smooth on the model then the render will be fine.\n\nThank\n", "GN Boolean failure\nOperating system: Linux, Debian (Stable), KDE\nGraphics card: 3090\n\nBroken: 4.0.0 Alpha, branch: main (modified), commit date: 2023-06-29 23:21, hash: f47eed749eaf, type: Release\nbuild date: 2023-07-21, 00:45:10\nWorked: Not sure. 3.6 fails too.\n\nBoolean of a collection of meshes and text objects, in GN, with Realize Instances, fails.\nText objects have a text extrude size set. They all have remesh modifier as well (an attempt to get it to work).\n\n1. Load attached blend.\n2. Examine and see the text objects are not successfully boolean-differenced from the block.\n\n", "Partial UV selection working incorrectly with Metal backend\nOperating system: macOS-13.2-arm64-arm-64bit 64 Bits\nGraphics card: Metal API Apple M1 Max 1.2\n\nBroken: version: 3.5.0 Beta\n\nUsing hide unselected in the UV editor seems to randomly 'explode' the UVs around the map.\n\nOpen [file](https://projects.blender.orgattachment), go to edit mode.\n\nUV is very messy, but when everything is selected, it's OK. Works fine with OpenGL backend\n", "Cycles destroys an existing texture image while baking to a new image\nOperating system: Windows 11\nGraphics card: rtx 2070\n\nBroken: 51bc44420b89\n\n\nBlender seems to destroy or empty an existing texture in a multi material setup while baking to a new image.\n\n\n\n\nload the attached file\n\nselect the BAKE material\n\nselect the BAKE image node\n\nRender Props -> Bake ( it is already setup)\n\nPay attention to the viewport to see that one of the textures turn black, and the BAKE texture is still black\n\nYou can try variations as in putting the BAKE node in other materials however the result seems to be the same failed bake.\n\n", "New geometry nodes viewer overlay makes mesh edit mode overlays invisible\nOperating system: Linux-5.19.10-200.fc36.x86_64-x86_64-with-glibc2.35 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 515.65.01\n\nBroken: version: 3.4.0 Alpha, current master\n\n\n| {[F13588717](image.png) size=full} | {[F13588720](image.png) size=full} |\n| -- | -- |\n", "Edit mode. Wire become non-selectable dependent on resolution (regression)\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 430.86\n\n\nBroken: version: 2.80 (sub 75)\nWorked: 2.79\n\n\nWithout multisampling wire just disappear and with multisampling it is still visible but not selectable.\n\n[2019-09-14_23-07-53.mp4](2019-09-14_23-07-53.mp4)\n[2019-09-14_23-09-58.mp4](2019-09-14_23-09-58.mp4)\n\n\n\nTry to select loop and zoom in-out with and without viewport multisampling. Here the file, but bug will appear even with UV-sphere.\n[b.blend](b.blend)\n\n", "Hairs not rendered in cycles when edit mode or particle edit mode is active\nOperating system: macOS-11.5.2-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 5500M OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.6.20\n\nBroken: version: 3.0.0 Alpha\nWorked: unknown\n\nWith the attached file, when you render with F12 while edit mode or particle edit mode is active in the viewport, the hairs are not rendered. In Eevee this does not occur.\n\nOpen attached file, select the bezier curve\nPress f12 to render while in object mode -> hairs are rendered\nSwitch to edit mode or particle edit mode and press F12 -> hairs are not rendered\n\n[Feather hair bug.blend](Feather_hair_bug.blend)\n\n", "Decals crash Eevee on AMD graphics card\nOperating system: Linux 6.2.7 Manjaro \nGraphics card: AMD 7900XT\n\nBroken: 3.3LTS, 3.4.1\n\nUsing decals will crash blender in Eevee. cycles works\n\nas an example file please see the .blend that was linked here by the decalmachine creator: 66438\n\nThe issue there is unrelated but the file can serve to show the issue I am having. The moment I switch to rendered view or materials preview blender will crash. I see no error message in console. The log files states just: \n\n```\nbpy.context.space_data.shading.type = 'RENDERED' # Property\nbpy.context.space_data.context = 'RENDER' # Property\nbpy.context.scene.render.engine = 'BLENDER_EEVEE' # Property\n \n```\n\n", "Blender Wont run.\nOperating system: Windows\nGraphics card: AMD Radeon HD 8570\n\nBroken: 2.92\nWorked: Nothing has worked. But blender worked before I did this. \n\nWhen I open blender it closes immediately.\nAnd I get this ![image.png](image.png)\n\nwatch?v=3rugIsYwl7s).\nSo Out internet was down, And I wanted to get blender On my other pc account, So I went to the main account And Thinking that the installer required internet, I took the system files, and copied them to a thumb drive and pasted them Into the other account when I did that this first started happening, so when The internet came back On. I just got rid of the files I pasted in and then Installed it. With the same result as last time. But this time the bug/glitch was on all accounts. and I tried uninstalling and reinstalling it from the apps and features and from the control panel. I also installed the app from the windows app store with no luck. If you guys know how to fix this issue then please email me at greenstoneleaf@gmail.com\n Ps, My CPU wasn't hot.\n- - -\nAble to run blender from `blender_debug_gpu_glitchworkaround.cmd` batch file", "Crash at the end of preview generation for a deleted datablock\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 536.99\n\nBroken: version: 3.6.2\nWorked: -\n\nBlender crashes if you trigger the generation of a preview for a data block and then delete the data block itself. Obviously, the preview data is generated, but since the datablock itself no longer exists, I get an `EXCEPTION_ACCESS_VIOLATION` and a crash.\n\n\nRun simple script in attached *.blend file.\n\n" ]
[ "textures\ni have a bug that where my camera moves the mesh disappears. here is my file [textures.blend](textures.blend) and i hope you can tell me how to fix this.\n" ]
crash sculpting Operating system: Windows-10-10.0.19043-SP0 64 Bits Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 462.31 Broken: version: 3.0.0 description of the error in a short video [Video_2022-01-05_200425.wmv](Video_2022-01-05_200425.wmv) blender crashes when trying to use the "Multires Displacement Smear" brush
[ "Regression: Crashes when uses preview or final render modes\nOperating system: Mac Os Monterey 12.6.1\nGraphics card: AMD Radeon R9 M380 2 GB\n\nBroken: blender 3.6.2\nWorked: Blender 3.4.1\n\nBlender 3.6.2 crashes on MacOS when you change between preview or final render modes. I Think is a problem related with the Realtime Viewport compositing. I think it is not enabled at all on MacOS but maybe developers did not do it correctly and some render features are requesting missing elements.\n\nSimply make 3 or 4 render previews and then press F12 to obtain a final render (or viceversa). Blender Crashes immediately.\n\n", "Python/BMesh: Add/removing textures between renders causes memory leak/ram crash\nOperating system and graphics card\nUbuntu 18.04, Nvidia GTX 960M\n\nBroken: blender-2.80-17bc0567268-linux-glibc219-x86_64\n\n**Working Blender Version**\nBlender 2.79b stable (ubuntu repository) with cycles\n\nIf you run the attached code and target it a directory with a large number of images, it will repeatedly:\n\n1. Load an image from file\n2. Set the image to be the content of a \"Image Texture\" node\n3. Delete/remove the image that use to be the image texture node\n4. Render \n\nAs it processes images, blender takes more and more memory. Eventually it will crash. If you leave out step 4, then it will not.\n\nBased on a (as simple as possible) attached .blend file with minimum amount of steps\n\nImport python code, run \n\nLoadAndRemoveTextures(\"/folderWithManyImages\", 2000)\n\nin the console window.\n\n[imageMemoryProblem-WorksWithStableCycles.blend](imageMemoryProblem-WorksWithStableCycles.blend)\n[imageMemoryProblem2pt80.blend](imageMemoryProblem2pt80.blend)\n\nCode:\n\n\n```\nimport datetime\nimport sys\n\nimport bpy\nimport bmesh\nfrom mathutils import Vector\nfrom mathutils import Euler\nfrom bpy_extras.object_utils import world_to_camera_view\nimport random\nimport math\nimport json\n\nimport time\nimport os\nimport gc\n\ndef RemoveImageFromMemory (passedName):\n # Extra test because this can crash Blender.\n img = bpy.data.images[passedName]\n try:\n img.user_clear()\n can_continue = True\n except:\n can_continue = False\n \n if can_continue == True:\n try:\n bpy.data.images.remove(img, True)\n result = True\n except:\n result = False\n else:\n result = False\n return result\n\ndef CollectBackgroundImagePaths(sourceDirectoryPath, imageExtension):\n file_paths = []\n\n for root, dirs, files in os.walk(sourceDirectoryPath):\n for file_name in files:\n if file_name.endswith(imageExtension):\n file_paths.append(root + \"/\" + file_name)\n return file_paths\n\ndef SetBackgroundImage(backgroundImagePath):\n #Store reference to old image so it can be removed\n old_image_name = bpy.data.materials[0].node_tree.nodes.get(\"Image Texture\").image.name\n\n #Load new image to be used\n new_image = bpy.data.images.load(filepath = backgroundImagePath)\n\n #Set the new image to be used\n bpy.data.materials[0].node_tree.nodes.get(\"Image Texture\").image = new_image\n\n #Delete the old one from the file\n remove_succeeded = RemoveImageFromMemory(old_image_name)\n gc.collect()\n\n if not remove_succeeded:\n print(\"Error removing \" + old_image_name)\n else:\n print(\"Removing \" + old_image_name + \" worked\")\n\ndef LoadAndRemoveTextures(texturesFolderPath, numberToLoad):\n background_image_paths = CollectBackgroundImagePaths(texturesFolderPath, \".png\")\n\n for example_index in range(0, numberToLoad):\n SetBackgroundImage(random.choice(background_image_paths))\n\n #If you alternate adding/removing images and rendering, it will eat all the ram on your system and crash\n bpy.ops.render.render( write_still=True )\n```", "Sculpt undo bug, mixing sculpt brush and multi-res modifier changes.\nWith current master (also 2.83).\n\nThe following steps show and error when redoing sculpt mode undo, when mixing multi-res subdivisions.\n\n- Startup file\n- Add multi-res modifier.\n- Enter sculpt mode.\n- *Repeat this 3-5 times.*\n - Multi-res subdivide.\n - Brush Stroke.\n\n- Now undo until the very beginning.\n- Now redo until the very end.\n\nWhen redoing, there are glitches where the multi-res has tearing/artifacts.\n\nSee video: [sculpt_undo_bug.mp4](sculpt_undo_bug.mp4)", "Assertion Failure: Moving Keyframe in Graph Editor beyond enum range\nOperating system: Linux Mint Mate 19\nGraphics card: Nvidia GTX 850M\n\nBroken: master 2020-11-12 @ Merge branch 'blender-v2.91-release' only on debug builds 987732181f779ca792de933aa5f001168b1f6f26\nWorked: Anything that is not a debug build will not show any problems\n\nThis issue is split off from #44219 (Pose Breakdowner bug in Gooseberry rigs)\nMoving a keyframe of an enum in the graph editor allows it to go beyond the range of the enum. This causes an assert to fail\n\n\n\n* Open the file\n* Move the keyframe up\n* Blender crashed as soon as you exceed the enum range\n[enum_property_crash.blend](enum_property_crash.blend)", "Visual bug when using strenght tool in 3D space left for Tool Panel\nOperating system: Windows 10 64Bit\nGraphics card: Nvidia GTX 960M\n\nBroken: 2.80 RC\n\nVisual bug in Sculpt mode, Vertex Paint, Weight paint and Texture paint\n\n1. Go to Texture Paint mode\n2. Set strength tool to 1.0 (shift F)\n3. Use strenght tool hotkey (Shift F) in the narrow 3D space left for the Tool Panel\n\n![20190718 B28RC Visual glitch.jpg](20190718_B28RC_Visual_glitch.jpg)", "Blender crashes after rendering a few frames of an animation\nOperating system: Windows-10-10.0.18363-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 528.49\n\nBroken: version: 3.4.1\n\nI've never had this kind of problem - Blender crashes randomly after rendering a few frames of the animation. The only \"new\" thing I'm doing is I started using geometry nodes in this scene. I have plenty of VRAM left, shouldn't be a GPU issue. Tried both in 3.4 and 3.5\n\n\n", "Crash when switching to Sculpt mode\nOperating system: \nLinux bu-dvl-2 5.13.0-51-generic #58~20.04.1-Ubuntu SMP Tue Jun 14 11:29:12 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux\n\nGraphics card:\n0:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)\n\nBroken: 3.2.0\n\ncrashed when switching to Sculpt mode\n\n- Open alien.blend (attached) \n- Switch to Sculpt mode\n\n[alien.blend](alien.blend)\n\ncrash.txt: \n[alien.crash.txt](alien.crash.txt)", "Crash while using the Cloth Filter brush with collisions enabled\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: Radeon (TM) RX 480 Graphics ATI Technologies Inc. 4.5.14739 Core Profile Context 21.6.1 27.20.22001.14011\n\nBroken: version: 3.0.0 Alpha\n\nUsing the cloth filter brush with collisions enabled on *both* the deforming object and the non-deforming object causes Blender to crash.\n\n- Open the attached .blend file with a minimal scene where this error can be observed. Everything has been already set up.\n- With the pre-selected *Cloth Filter* brush set to *Gravity* and both *Use Collisions* and *Use Face Sets* enabled, `LMB` on the \"Skirt\" mesh, and start dragging to the left of the screen, causing the \"Skirt\" mesh to start flying upwards.\n- After a brief while, release `LMB` and repeat the above operation by dragging to the right. Note how the direction of the cloth filter brush was not reversed this time.\n- Almost as soon as this new sculpting operation is initiated, typically Blender crashes. Occasionally it might take a few more attempts.\n\n[facesets-crasher.blend](facesets-crasher.blend)\n\n**Additional notes**\nIf extensive changes are performed to the \"Collisions\" mesh, the bug will not be able to be reproduced anymore.", "QuadriFlow Remesh Crash\nOperating system:iMac (Retina 5K, 27-inch, 2020)\nGraphics card:AMD Radeon Pro 5700 8 GB\nRam: 96 GB 2133 MHz DDR4\n\nBroken: 3.6.0, 3.5.0 Beta and 3.2.1\nWorked: N/A\n\n\nDear all\n\nI found that the QuadriFlow Remesh will crash when i try to remesh (40K) from also most 900K faces. I tested on 30K and so on. The only sucessful try is down to 500 faces.\n\n\nHere is the model for your reference which is modified after 3D print addon (cannot QuadriFlow if not) from the orignal question below and i also record a 1:30min video for reference as well ( YR6oPpNbKis )\n\nModel file: view?usp=share_link\n\nPlease check. Many thanks\n\nOrignal Question: mesh-doesnt-follow-the-armature", "Blender 3.6.3 SegFault Crash at startup on MacOS Ventura 13.5.2\nOperating system: MacOS Ventura 13.5.2 (22G91)\nGraphics card: Intel Iris Plus Graphics 650 1536 Mo\n\nBroken: 3.6.3 (3.6.3 2023-09-21)\nWorked: None tried on this machine\n\nCrash on startup with `Segmentation fault: 11`\n\nEither:\n- Double-click on Blender application icon\nOr:\n- command line : `/Applications/Blender.app/Contents/MacOS/Blender` with or without option `--gpu-backend`\n\n", "Pack UV's crashes blender\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 536.23\n\nBroken: version: 3.6.0\n\nwith all uv's selected, using \"pack uv's\" crashes blender\n\nopen provided file. Go in edit mode. Select all\nin uv editor go UV > Pack UV\n\nBlender crashes\n\n", "Crashes when Switching to Material Viewport / Rendered Viewport / Rendering\nOperating system: Windows 10\nGraphics card: 2 Nvidia GTX 1660 Super's\n\n[blender_system_info.txt](blender_system_info.txt)\n\nBroken: blender 2.8 / 3.4\n\n\nBlender runs completely fine when editing and building a model but once rendering is involved, even in preview, it immediately closes with no explanation. This crash will also happen with the default cube. This had not happened before and have tried Updating blender, reinstalling, simplifying, etc but no change and can reproduce the issue on my computer. i can have it in material mode if i have 0 assets in the scene but once i add something it crashes, i am suspecting a bad pathing issue as i had recently refreshed my computer but do not know how to fix it or give blender a hard reset.\n\n{[F14170509](blender.crash.txt)}[blender_debug_output.txt](https://archive.blender.org/developer/F14170500/blender_debug_output.txt)\nOpen Blender, have any Physical asset inside the scene, switch to rendered / Material Viewport, Crash\n\nI have included the project I was working on and the default cube as they create the same issue.\nPlease note that I have installed the most recent Blender program onto my laptop and opened the files attached and did not have any crash happen so it seems the issue is solely between my computer and the blender program.\n\n[Default Cube.blend](Default_Cube.blend) [Skell Rig base.blend](Skell_Rig_base.blend)", "Crash after copy pasting a material onto itself and switching to render\nOperating system: ArchLinux\nGraphics card: NVIDIA 3090\n\nBroken: Current main.\nWorked: Never.\n\n\nBlender crashes when copy pasting a material onto itself (via UI), then creating a new material slot, and then switching to the rendered view.\n\n1. Open a new scene in blender.\n2. Select the cube and go to its material tab.\n3. Next to the material list, on the right, click the down arrow and do Copy Material.\n4. From the same menu now do Paste Material.\n5. Add a new material slot using the + in the materials tab.\n6. Switch to rendered view.\n\nAttached a crash stacktrace taken with gdb, and main build with debug.\n\nIf it's useful, the crash was taken with a manually built blender, so it was a factory startup with Eevee as a renderer, but it also crashes when using Cycles.\n", "Blender freezes when using Texture paint or Weight Paint\nOperating system: Windows 10 Insider build19592\nGraphics card: GTX 1660Ti Max Q 6GB\nProcessor: i7-9750H\nRAM: 32GB DDR4-2666Mhz\n\nBroken: version: 2.83 (sub 11)\nWorked: Never (2.79, 2.8+)\n\nBlender freezes or stops responding when using Texture Paint or Weight Paint. Tried game ready and Studio drivers, still the same issue.\nMoreover, RAM consumption spikes up to more than 20GB. This happens when the brush size is increased and starts painting. \n\nAssigned GPU in Preferences>System>CUDA, but the GPU is been barely used.\n\n[Blender.rar](Blender.rar)", "Regression: Multires Unsubdivide destroys the vertex groups\nOperating system: Windows 10\n\n\nBroken: 3.0 release, 3.0 (b42354672e)\nWorked: 2.93LTS, 3.0 (cec103d5a9) \n\n\nIt seems like unsubdividing using the Multires Modifier destroys the vertex groups, interesthingly enough other kind of mesh data stays intact (like the vertex colors) after the same operation.\n\nThe Decimate modifier's Unsubdivide does not destroy the data, but using the Decimate modifiers not option in these kinds of usage because the multires one is about getting the prior subd levels for sculpting purposes.\n\n[byUQjUlY19.mp4](byUQjUlY19.mp4)\n\n\nLoad the .blend file\nSelect the torus\nMultires->Unsibdivide\nMove your mouse to the 3d viewport to get the UI update properly\nThe Vgroups are gone\n\n[multires_09122021_1051_52.blend](multires_09122021_1051_52.blend)\n" ]
[ "Crash when using Sculpt>Multi Res Displacement Smear with Dyntopo\nOperating system: macOS-12.6.1-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon HD - FirePro [D500](D500) OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.8.101\n\nBroken: version: 3.3.2 Release Candidate\nWorked: ? Tried 2.92 until 3.5 and all crash\n\nCrash when using Sculpt>Multi Res Displacement Smear with Dyntopo\n\nOpen Blender. Go to sculpt. Select Dyntopo. Select Multi Res Displacement tool. Crash.\n\n", "Multires Displacement Smear brush + Dyntopo Error\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.67\n\nBroken: version: 2.92.0\n\n[When you want to use the multires displacement smear brush with dynamic topology, blender closes.]\n\n\n1. Open Blender\n2. Enter sculpted mode\n3. Select the Multires Displacement Smear brush\n4. Activate Dynamic Topology dyntopo\n5. Pass the brush through the Bucket\n6. Blender closes\n\n[untitled.blend](untitled.blend)\n\n", "Using Sculpt mode 'Multires displacement Smear' tool and Dyntopo crashes blender.\nOperating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits\nGraphics card: NVIDIA GeForce GTX 680MX OpenGL Engine NVIDIA Corporation 4.1 NVIDIA-14.0.32 355.11.11.10.10.143\n\nBroken: version: 3.2.0 Alpha\n\nUsing Sculpt mode 'Multires displacement Smear' tool and Dyntopo crashes blender.\n\nOpen\n[TXXXX.blend](TXXXX.blend)\n\n - use Sculpt mode Multires displacement Smear tool\n - activate Dyntopo\n # use Sculpt mode Multires displacement Smear tool\n\nCrash\n\nVideo:\n[0001-0852.mp4](0001-0852.mp4)\n\nblender.crash.txt:\n\n```\n# Blender 3.2.0, Commit date: 2022-04-19 14:50, Hash 56cfd60d432b\nbpy.context.area.ui_type = 'VIEW_3D' # Property\nbpy.context.area.ui_type = 'VIEW_3D' # Property\nbpy.ops.sculpt.sculptmode_toggle() # Operator\nbpy.context.space_data.show_region_tool_header = True # Property\nbpy.ops.sculpt.dynamic_topology_toggle() # Operator\n\n# backtrace\n0 Blender 0x000000011548e367 BLI_system_backtrace + 55\n1 Blender 0x000000010b027808 sig_handle_crash + 392\n2 libsystem_platform.dylib 0x00007fff6aa9c5fd _sigtramp + 29\n3 ??? 0x00007fe5c50e8e70 0x0 + 140624830303856\n4 Blender 0x000000010c1b53ac SCULPT_do_displacement_smear_brush + 268\n5 Blender 0x000000010c1a400b do_brush_action + 4683\n6 Blender 0x000000010c1a4deb do_tiled + 443\n7 Blender 0x000000010c1a2974 do_symmetrical_brush_actions + 1700\n8 Blender 0x000000010c1a1d31 sculpt_stroke_update_step + 5089\n9 Blender 0x000000010c186f3e paint_brush_stroke_add_step + 2590\n10 Blender 0x000000010c1858dd paint_stroke_modal + 5981\n11 Blender 0x000000010c19f231 sculpt_brush_stroke_invoke + 177\n12 Blender 0x000000010b68a97b wm_operator_invoke + 555\n13 Blender 0x000000010b68c308 wm_handler_operator_call + 648\n14 Blender 0x000000010b68b6ef wm_handlers_do_intern + 2047\n15 Blender 0x000000010b6866f0 wm_handlers_do + 48\n16 Blender 0x000000010b685f11 wm_event_do_handlers + 3489\n17 Blender 0x000000010b67d4c0 WM_main + 32\n18 Blender 0x000000010b023fa6 main + 902\n19 libdyld.dylib 0x00007fff6a89fcc9 start + 1\n\n# Python backtrace\n```", "Crash on sculpting , smear tool (dynamic topology enabled )\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: Radeon RX550/550 Series ATI Technologies Inc. 4.5.14757 Core Profile Context 20.12.1 27.20.14501.28009\n\nBroken: version: 2.93.0 Alpha\n\nBlender crashes while using 'multires displacement smear tool' in sculpting with dynamic topology enabled .\n\n1. Open attached .blend file \n2. Left Click on the mesh.\n\n{[F9895741](Screenshot__205_.png),size=full}\n\n{[F9895742](Screenshot__204_.png),size=full}\n\n[sculpt crash.blend](sculpt_crash.blend)\n\n\n", "Multires displacement smear crash\nOperating system: Linux-4.15.0-47-generic-x86_64-with-glibc2.23 64 Bits\nGraphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 384.130\n\nBroken: version: 3.0.0 Alpha\n\nDyntopo and multires displacement smear sculpting tool instantly crash Blender\n\nGo to sculpting tab\nSelect Multires displacement smear tool\nEnable Dyntopo\nSculpt the object (result in a crash every time for me)", "[Sculpt] Multires Displacement Smear Crash\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.09\n\nBroken: version: 3.1.0 Alpha\n\nUsing Multires Displacement Smear brush while dyntopo is ON crashes blender\n\nAdd a Cube then go to sculpt mode, turn on dyntopo, then use the multires brush\n\n", "Blender Crashes When Using The Multires Displacement Smear Brush With Dyntopo Enabled\nOperating system: Windows 10\nGraphics card: AMD RX 580 8GB\n\nBroken: 2.92.0, 02948a2cab44, master, 2021-02-24\nAlso broken on latest: 2.93.0 Alpha, 3d7e3d5ad0b4, master, 2021-04-08\n\nI wanted to test out the Multires Displacement Smear brush, so I quickly subdivided a cube and turned on smooth shading. I then tried out the brush, and then decided to try to turn on Dyntopo, with default settings. Once I clicked again on the object, Blender crashed. I tried out the latest version and it still crashed. I have attached the related logs below.\n\nUse default startup, open Blender, then go to the Sculpting tab, select the Multires Displacement Smear brush, tick the checkbox for Dyntopo, click the object to use the brush, Blender will crash.\n\n[blender.crash.txt](blender.crash.txt)\n\n[blender_system_info.txt](blender_system_info.txt)\n\n[blender_debug_output.txt](blender_debug_output.txt)" ]
Eevee Intel HD620 broken again in 2.81 (with glitch workaround options batch files) I did put this on BlenderArtists.com, but this place worked out a lot the last time I found a bug. Eevee Glitches are back 2.81 even using the glitch workaround batch file. ![Eevee Glitch 1.png](Eevee_Glitch_1.png) However it seems to be a different problem entirely, Because it seems loading a blend file that was made around 2.80 fixes it. ![Eevee Glitch 2.png](Eevee_Glitch_2.png) Here is the Debug ouput and system files. [blender_debug_output.txt](blender_debug_output.txt) [blender_system_info.txt](blender_system_info.txt) Edit: added version information because woops, you probably need that.
[ "rendering crashed\nOperating system:\nGraphics card:\n\nBroken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen)\n\n\nBased on the default startup or an attached .blend file (as simple as possible).\n\n", "VSE strip can't be seen with frame all\nOperating system:\t\tWindows 7\nGPU:\t\t\t\tRadeon Vega 64\nGPU Software Version:\t20.4.2 (2020.0515.1537.28108)\nCPU:\t\t\t\tIntel Core i7-5960X\n\n**Blender Version(s)**\n*(listed are versions tested)*\n\nWorking:\t\t\t\t`2.79 (sub 00), branch: master, commit date: 2018-03-22 14:10, hash: f4dc9f9d68b, type: Release, build date: 2018-03-22, 09:59 AM`\nBroken:\t\t\t\t` blender-2.90.0-ba2d1c889819-windows64` (BF Build Bot)\n\n\nChannel 32 can't been seen with Frame All\n\n\n| ![2.79.png](2.79.png) | ![2.90.png](2.90.png) |\n| -- | -- |\n\n\nHave at least 2.00 Display Scaling\n\n[Channel_32.blend](Channel_32.blend)", "EEVEE-Next Volume Rendering\nUnified volume rendering will first be ported before adding any other feature. Fixing the flickering and object bounds are still major targets for the 4.0 release but are considered nice to have and could be made during Bcon2\n\nHere is a breakdown of the tasks:\n- [x] Needs compute shader based pipeline for world and geometry.\n- [x] #107176 Port current unified volume rendering as-is using compute shaders.\n#### Milestone: Volume Rendering minimum-viable-product for 4.0 release.\n\n- [ ] Correct bounds.\n- [ ] Fix flickering by changing the sampling scheme.\n#### Milestone: Extended feature for 4.0\n\n#### Extended targets\n- [ ] Support shadow casting onto opaque surfaces.\n- [ ] Support irradiance.\n- [ ] Support in bake.\n- [ ] Support per pixel volumes.\n- [x] Optimize by skipping unseen tiles.\n", "Eevee Alpha Blend artifacts in lookdev and VR with Viewport Denoising enabled\nOperating system: Windows 10\nGraphics card: Nvidia GTX 970\n\n\nBroken: version: 3.0.0 Alpha, branch: master (modified), commit date: 2021-07-26 13:54, hash: 3059853732d7\nBroken: version: 2.93.1, branch: master, commit date: 2021-06-22 05:57, hash: 1b8d33b18c2f, type: release\nBroken: version: 2.83.16, branch: master, commit date: 2021-06-15 08:46, hash: 051567553d29, type: release\nWorked: Unknown\n\n\n\nNavigation within a viewport (such as panning / orbiting the scene) with objects that have a material with Alpha Blend enabled results in visual artifacts for those materials, seemingly regardless of the alpha channel itself (i.e. it affects materials with an alpha of one).\n\nIn my case I first saw the artifacts while using the VR mode in blender where these artifacts feel extremely exaggerated in some cases. I have an environment with foliage billboards that appear like they are slightly head-locked and they sway around a lot when moving in VR. I later realised I could reproduce similar artifacts outside of VR and then realised that disabling denoising avoided the artifacts in the editor and in VR.\n\nIt seems that Eevee's denoising introduces some kind of latency related to how the alpha blending is handled which results in temporal, visual artifacts while the viewport's perspective is changing.\n\nI'd say the reproduction below probably doesn't represent how significant the artifacts feel in VR but I think it highlights the same underlying issue (the same two workarounds that affect the editor, also help in VR).\n\nTurn on Viewport Shading: Material Preview or Rendered\n\nDelete cube\nAdd plane\nAdd material (default principled BSDF is fine, though in my case I'm working with emissive shaders and I have a modified build of Blender supporting equirectangular image textures that let me access their alpha channel)\nSet material Base Color to an Image Texture.\nCreate a new image and generate a Color Grid to set as the base color. (with or without Alpha)\nSet material blend mode to 'Alpha Blend'\n\nGyrate/pan/orbit the viewport view. (Note the artifacts are related to the viewport navigation that needs to move around, and just moving/rotating the plane itself won't show artifacts)\n\n(For the Color Grid the artifacts mainly look like shimmering, and glints on the white letters. That's quite different to the original artifacts I saw in VR for my use case but still it seems to represent the same underlying issue.)\n\nUnder render properties, toggle Viewport Denoising and perform the same viewport movements to compare.\nWith Viewport Denoising back on, switch to using Alpha Clip instead of Alpha Blend and again compare.\n\n[eevee-denoise-artifacts.blend](eevee-denoise-artifacts.blend)", "Persistent Data causes the Image Editor to not update during rendering + pixel glitches in topper pixel lines\nOperating system: Windows 11\nGraphics card: NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.23\n\nBroken: version: 3.1.0 Beta\n\nVery often, when you render a sequence, it was on nearly every scene I was working on, there is not shown the render results, and you see the transparent background.\nUpdate in the image Editor is only shown once the whole render completes.\nSometimes it works randomly on some frames. And sometimes you have even a pixel glitch when the progress is not shown. As shown at the end of the video, you have sometimes that glitch on the top. When it is there, it is always the first\\second pixel line.\nThe Pictures are properly rendered and saved, but often the progress in the render results window is not shown and there are some glitches. But they will not appear in the final picture. ONLY in the render preview.\n\nWorks on my projects every time. Nothing particularly.\n\nWait a little bit. The second frame in the video has a glitch.\n[2022-02-01 19-39-28.mp4](2022-02-01_19-39-28.mp4)\n\nProblem is from on frame 3:\n[2022-02-04 08-09-30.mp4](2022-02-04_08-09-30.mp4)\n[Citty.blend](Citty.blend)", "EEVEE viewport rendering loop bug when using walk or fly navigation\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GT 1030/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71\n\nBroken: version: 3.0.0 Alpha\nWorked: As far as I know, this bug was always in Blender\n\nEEVEE viewport rendering loop bug when using walk or fly navigation:\nwhile using fly or walk navigation and staying still, the sampling always just jumps back to 0 when finished sampling and just starts sampling over and over again thus creating an irritating loop of constant resampling\n\n1. Use EEVEE\n2. For the purpose of this example, change the scene filter size to 50px so that the effect is easily noticeable \n3. Press shift + ` to go to walk navigation (fly navigation has this bug too)\n4. Stay still so that the viewport could start sampling to the specified amount\n\nNotice when the sample amount reaches the specified viewport samples amount, rendering starts again as in if you have moved\n\n[EEVEE viewport navigation loop bug.blend](EEVEE_viewport_navigation_loop_bug.blend)\n\n\n\n\n\n", "Eevee Light Limitation testcase T91611 crashes on Win11 Intel Arc GPU \nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: Intel(R) Arc(TM) A770 Graphics Intel 4.5.0 - Build 31.0.101.4090\n(note: also tested on driver .4032 latest stable, which also crashes)\n[blender_system_info.txt](blender_system_info.txt)\n\nBroken: 3.3.2, 3.4.1\n\n![lights2.png](lights2.png) \n\nWhile tracking down another bug (direct lights not appearing in Eevee), I found that the test case for #91611 hard crashes blender.\n\nAnalyzing the code, the crash happens because the GPU module cannot create a 3D texture with dimensions `4096x4096x576`. The result is `nulltptr`\n```\nif (!success) {\n delete tex;\n return nullptr;\n}\n```\n\nbacktrace:\n\n```\n>\tblender.exe!blender::gpu::Texture::attachment_type(int slot) Line 257\tC++\n\n \tblender.exe!GPU_framebuffer_texture_attach_ex(GPUFrameBuffer * gpu_fb, GPUAttachment attachment, int slot) Line 316\tC++\n \tblender.exe!GPU_framebuffer_texture_layer_attach(GPUFrameBuffer * fb, GPUTexture * tex, int slot, int layer, int mip) Line 331\tC++\n \tblender.exe!EEVEE_shadows_draw_cubemap(EEVEE_ViewLayerData * sldata, EEVEE_Data * vedata, int cube_index) Line 203\tC\n \tblender.exe!EEVEE_shadows_draw(EEVEE_ViewLayerData * sldata, EEVEE_Data * vedata, DRWView * view) Line 316\tC\n \tblender.exe!eevee_draw_scene(void * vedata) Line 247\tC\n \tblender.exe!drw_engines_draw_scene() Line 1111\tC\n \tblender.exe!DRW_draw_render_loop_ex(Depsgraph * depsgraph, RenderEngineType * engine_type, ARegion * region, View3D * v3d, GPUViewport * viewport, const bContext * evil_C) Line 1767\tC\n \tblender.exe!DRW_draw_view(const bContext * C) Line 1637\tC\n \tblender.exe!view3d_draw_view(const bContext * C, ARegion * region) Line 1552\tC++\n \tblender.exe!view3d_main_region_draw(const bContext * C, ARegion * region) Line 1587\tC++\n \tblender.exe!ED_region_do_draw(bContext * C, ARegion * region) Line 551\tC\n \tblender.exe!wm_draw_window_offscreen(bContext * C, wmWindow * win, bool stereo) Line 960\tC\n \tblender.exe!wm_draw_window(bContext * C, wmWindow * win) Line 1127\tC\n \tblender.exe!wm_draw_update(bContext * C) Line 1385\tC\n \tblender.exe!WM_main(bContext * C) Line 648\tC\n \tblender.exe!main(int argc, const unsigned char * * UNUSED_argv_c) Line 589\tC\n \t[External Code]\t\n\n```\n\n[blender_debug_output.txt](blender_debug_output.txt)\n\n- Download and open any of the test cases bellow\n- Click Render Preview in viewport\n\n[Light ViewportRender ERror.blend](Light_ViewportRender_ERror.blend)\n[lighttest2.blend](lighttest2.blend)", "Stereo Panorama in EEVEE\nStereo panorama is challenging on its own since we need to support slice rendering.\nNo plans to support this in the viewport, but at least for rendering.\n\nTo be tackled after #68991.", "EEVEE image sequence frame offset not working [in multiple image texture nodes having the same image datablock]\nOperating system: WIN 10\nGraphics card: RTX 2070\n\nBroken: 2.81 date 2019-09-08\nWorked: none\n\nif I use one video texture in different materials, I only change the frame offset of the texture node\n- CYCLES: work as expected ( image is offset in time)\n- EEVEE: all materials use the same frame of the video texture\n\n![test_offset_v02_eevee.jpg](test_offset_v02_eevee.jpg)\n\n![test_offset_v02_cycles.jpg](test_offset_v02_cycles.jpg)\n\n[test_offset_blender-02.zip](test_offset_blender-02.zip)\n\n\nset viewport to \"rendered\" mode. just switch from EEVEE to CYCLES to see the difference (the number displayed on the texture is the frame number of the texture)", "Support Scenes Overrides\nCurrently Scenes liboverrides are not really working, changes to its master collection will be lost, resync of scene itself is not possible when the override is the active scene, etc.\n\nSee e.g. #89963 (crash when library override is applied to an object)", "Avoid graphical glitches during threaded preview generation\nWhen previews are generated using an OpenGL engine, there can be a number of glitches until the preview is done. That's because some data is accessed/modified that is not thread safe. E.g. `object_preview_render()` modifies `U.pixelsize`. I think other glitches are caused by overriding the active theme in `ED_view3d_draw_offscreen()` - although when I avoided this some time ago for similar work on threaded offscreen drawing for VR, this didn't solve the color flickering.\nThe active theme should probably use thread local storage.\n\nBesides that, the preview generation should be thread safe with OpenGL:\n* It uses the draw-manager's own context, which is mutex protected.\n* The non-thread-safe immediate mode API is not used inside the draw-manager.\n* The draw-manager already has workarounds for GPU driver issues with threaded drawing.\n\nA note: We could also speed up Eevee preview generation significantly by using viewport render quality, not final render quality. The `_imbuf` offscreen rendering functions don't expose the `is_image_render` option for that, which they probably should.", "Decals crash Eevee on AMD graphics card\nOperating system: Linux 6.2.7 Manjaro \nGraphics card: AMD 7900XT\n\nBroken: 3.3LTS, 3.4.1\n\nUsing decals will crash blender in Eevee. cycles works\n\nas an example file please see the .blend that was linked here by the decalmachine creator: 66438\n\nThe issue there is unrelated but the file can serve to show the issue I am having. The moment I switch to rendered view or materials preview blender will crash. I see no error message in console. The log files states just: \n\n```\nbpy.context.space_data.shading.type = 'RENDERED' # Property\nbpy.context.space_data.context = 'RENDER' # Property\nbpy.context.scene.render.engine = 'BLENDER_EEVEE' # Property\n \n```\n\n", "lost 90% of my progress\nOperating system:\nGraphics card:\n\nBroken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen)\n\n\nBased on the default startup or an attached .blend file (as simple as possible).\n\ni was 90% through my build and had forgetten to save although i havent made saving every five minutes my priority anyways i was almost done when it freezes then crashes and all of mt work is now gone this has already happened once but i didnt lose anything so i therefore didnt report it\n\n", "Move some parameters to Blender's DNA\nThese parameters are supported (or going to be) by EEVEE-Next, and we should avoid duplicating the settings for each engine:\n- Motion blur curve\n- Panoramic camera settings\n- View Layer material override\n\nThis is a big change and 4.0 should be the right time to do this.\n\n", "EEVEE: Volumetric simulation show ghosting in playback\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 452.06\n\nBroken: ALL versions up to and including version: 2.91.0 Alpha\n\n\n\nHere's the video of the problem, as can be seen, I have to stop playback to clear the viewport vdb data from the previous frames. Left is EEVEE viewport, right is solid mode (so you can see what the eevee viewport should be displaying:\n\nIt isn't related to EEVEE volume optimisation as I have tried reducing the number of voxels displayed and also reducing the volume samples, viewport samples, and turning off the denoiser. \n\nlatest gpu driver and blender version, resetting blender to factory defaults doesn't help.\n\n[2020-08-20 04-22-55.mp4](2020-08-20_04-22-55.mp4)\n\nHere's the blend file:\n\n[vdb playback bug.rar](vdb_playback_bug.rar)\n```\n\n```\nP.S, the fps is Extremely slow compared to other 3d apps I've tested this sim in (with shading). Is this due to all of the surplus vdb data not being cleared? Perhaps there needs to be an option to cache to RAM if reading from disk is the cause?\n" ]
[ "Glitches on Eevee with Intel HD620\nthis is the system info generated by blender 2.81nafter loading factory settings\n\n![defaultCubeFactorySettingsLoaded.png](defaultCubeFactorySettingsLoaded.png)\nthis is the rendered cube\n\n\nBroken: 2.81 from oct 16 and before\nWorked: 2.8\n\nThe Eevee rendering shows a lot of missing pixels, some greyed out , some transparent. Workbench and Cycles don´t have the problem.\n\nWith brand new installed 2.81, first opening, selecting general, F12 to render: missing or grey displayed parts of the cube. Also happens with more complex models and also in 2.82 while it worked well in 2.8 . \n\n[system-info.txt](system-info.txt) " ]
Eevee Next crash on enabling Viewport Shading or starting a Render Operating system: Windows-10-10.0.19044-SP0 64 Bits Graphics card: NVIDIA GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.59 Broken: version: 3.4.0 Alpha Testing Eevee Next in latest build - blender crashes after enabling renderer select Eevee Next as renderer, enable renderer or go to Shader tab. must be something with setup/shaders or graphics card
[ "Viewport Shading 'Attribute' Option Broken for Instanced Geometry\nOperating system: Windows 10\nGraphics card: Nvidia GTX 2080\n\nBroken: 3.5\nWorked: 3.4, 3.4.1\n\nWhen instancing a mesh to another meshes vertices, the Solid Viewport Color Option 'Attribute' is no longer displaying the vertex color data.\n\nCreate A Sphere, and using \"Vertex Paint Mode\" Paint a color onto the sphere.\nUsing geometry nodes set up the following, Group Input (Geometry) -> Mesh to points - > Instance on points -> Realize Instances -> Output (Geometry)\nSet a simple sphere as the object to be instanced.\nSet Shading mode to 'Solid'.\nToggle 'Attribute'\n\n", "Fractured object crashes Render\nOperating system: macOS-13.3-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 560X OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.10.12\n\nBroken: version: 3.4.1\n\nRendering image crashes Blender\n\nThe attached file is the output of a fractured cube using RBDLabs, nothing else. It's a series of 965 simple static meshes. When displaying rendered shading in viewport, all is well. When doing Render > Render Image, then Blender crashes. Happens on my Mac M1 and Mac Intel, on Blender 3.3.4, 3.4.1, 3.5 and 3.6 alpha. If I delete the 115 last cells or the 134 first ones, then the render will properly happen. Thanks !\n\n", "Viewport Render crashes on macOS 12.3\nOperating system: macOS-12.3-arm64-arm-64bit 64 Bits\nGraphics card: Apple M1 Apple 4.1 Metal - 76.3\n\nBroken: version: 3.1.0 Beta\n\n\nUpdated MacOS to 12.3 (Beta) and going to Viewport Render will cause a full Mac freeze then crash. A hard reboot is the only resolution.\n\nNot sure if this is caused from the latest version of MacOS (12.3 Beta) or if it's the latest version of Blender (3.1Beta). \nI haven't tried with the latest Blender 3.1 Beta build with Monterey 12.2 Beta as this would require me to wipe the computer and reload all apps and files in the OS downgrade process.\n\nOpen default scene and toggle the Viewport Render button.\n\n", "Cycles GPU Compute 5000 x 5000 pixels render F12 crashes\nOperating system: macOS-13.5-x86_64-i386-64bit 64 Bits\nGraphics card: Metal API AMD Radeon Pro 575 1.2\n\nBroken: version: 4.0.0 Alpha\n\nCycles GPU Compute 5000 x 5000 pixels render F12 crashes\n\nMacOS 13.5\nSee youtube about Blender crash guide during 5000 x 5000 pixels.\n\nNot matter both same crash Blender 3.6.3 and 4.0\n\n", "Crash with certain file. Sculpt mode. Vertex color fill + edge.\nOperating system: Windows-8.1-6.3.9600-SP0 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40\n\nBroken: version: 2.93.0 Alpha\n\nWhen I try to apply vertex color Fill (Sculpt mode) on edge in this particular file, I get crash\nAnd all fine for shapes/triangle.\n\n[VC + edge crush.blend](VC___edge_crush.blend)\n\n[debug_logs.7z](debug_logs.7z)\n", "Cycle crash\n[System Information](https://projects.blender.orgattachment)\n\nBlender version: 3.4.1\n\nCrash when switching from Material Preview to Rendered in Viewport Shading and GPU Compute was set for Cycles. In CPU mode it's OK.\n\n\nOpen project.\nSelect CPU in Cycles settings.\nSwitch from Material preview to Rendered in Viewport shading.\nNow it works.\nChange to GPU Compute in Cycles settings.\nCrash...\n\n", "Eevee viewport soft shadows are broken on higher sample count\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.92\n\nBroken: version: 2.93.0\nWorked: ---\n\nEevee soft shadows in viewport have color spills. But it works fine on final render (F12)\n\n![eevee_viewport_soft_shadows_problem.png](eevee_viewport_soft_shadows_problem.png)\n\n- Open .blend file\n\n[bug_soft_shadows.blend](bug_soft_shadows.blend)\n\n- Switch to Rendered Mode of Viewport Shading\n- Wait half a min and see the problem(", "Viewport rendering bug : unable to make the render progress (infinite calculation)\nOperating system: Windows 11\nGraphics card: RTX 3090\n\n**3.0.1**\n\nI installed the latest studio drivers for the graphic card (28 january 2022 version), and then :\n\nI encounter a really strange bug when using the viewport rendering (with or without denoising) on some projects. This bug only happens on this new computer, not on my iMac.\n\nDescription : it's like the viewport rendering \"never stops\" and fails to progress. I see the object, but in the \"worst\" rendered version only. It doesn't progress at all and I can hear the graphic card working infinitely, trying to calculate it.\n\nThe bug is present both using CUDA and Optix. Notice that normal rendering works really fine.\n\nUPDATE : The bug is also present with an old version of the studio drivers.\n\nBlend file : [realistic-atom-1.blend](realistic-atom-1.blend)\n\n", "crash when rendering with optics\nOperating system: windows\nGraphics card: 3060\n\n**Error**\n\n```\n# Blender 3.4.1, Commit date: 2022-12-19 17:00, Hash 55485cb379f7\n\n# backtrace\nException Record:\n\nExceptionCode : EXCEPTION_ACCESS_VIOLATION\nException Address : 0x00007FF7B98A5710\nException Module : blender.exe\nException Flags : 0x00000000\nException Parameters : 0x2\n\tParameters[0] : 0x0000000000000001\n\tParameters[1] : 0x0000000000000000\n\n\nStack trace:\nblender.exe :0x00007FF7B98A56F0 blender::default_construct_n<blender::SimpleMapSlot<std::pair<int,int>,blender::meshintersect::ITT_\nblender.exe :0x00007FF7B98B6730 blender::Array<blender::SimpleMapSlot<std::pair<int,int>,blender::meshintersect::ITT_value>,1,blend\nblender.exe :0x00007FF7B98B5770 blender::Map<std::pair<int,int>,blender::meshintersect::ITT_value,0,blender::PythonProbingStrategy<\nblender.exe :0x00007FF7B98B7570 blender::meshintersect::trimesh_nary_intersect\nblender.exe :0x00007FF7B98BE4D0 blender::meshintersect::boolean_trimesh\nblender.exe :0x00007FF7B98BE240 blender::meshintersect::boolean_mesh\nblender.exe :0x00007FF7B94D43D0 blender::meshintersect::direct_mesh_boolean\nblender.exe :0x00007FF7B3ACF380 exact_boolean_mesh\nblender.exe :0x00007FF7B3ACE760 modifyMesh\nblender.exe :0x00007FF7B37C78F0 modifier_modify_mesh_and_geometry_set\nblender.exe :0x00007FF7B37C6190 mesh_calc_modifiers\nblender.exe :0x00007FF7B37C5F80 mesh_build_data\nblender.exe :0x00007FF7B37C8560 makeDerivedMesh\nblender.exe :0x00007FF7B3759B30 BKE_object_handle_data_update\nblender.exe :0x00007FF7B3759990 BKE_object_eval_uber_data\nblender.exe :0x00007FF7B39AA920 blender::deg::`anonymous namespace'::evaluate_node\nblender.exe :0x00007FF7B39AA6C0 blender::deg::`anonymous namespace'::deg_task_run_func\nblender.exe :0x00007FF7B92A2780 tbb::internal::function_task<Task>::execute\ntbb.dll :0x00007FFA475AF220 tbb::recursive_mutex::scoped_lock::internal_try_acquire\ntbb.dll :0x00007FFA475AF220 tbb::recursive_mutex::scoped_lock::internal_try_acquire\ntbb.dll :0x00007FFA475A4FD0 tbb::interface7::internal::isolate_within_arena\ntbb.dll :0x00007FFA475AA120 tbb::task_scheduler_init::terminate\ntbb.dll :0x00007FFA475AD800 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFA475AD800 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFA60E41B20 configthreadlocale\nKERNEL32.DLL :0x00007FFA61A27600 BaseThreadInitThunk\nntdll.dll :0x00007FFA63722680 RtlUserThreadStart\n\n\nThreads:\nThread : 00004b34\nntdll.dll :0x00007FFA6376D6D0 NtDelayExecution\nblender.exe :0x00007FF7B9267160 BLI_thread_is_main\n```\n\nuse a lot of boolean modifiers(4-6) and high subdivision modifier level(3) and set it to display the changes only on the render and use optix\n\n", "Blender Crash. Code marked as unreachable has been executed.\nOperating system: Windows-11-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 536.67\n\nBroken: version: 3.6.1, 4.0.0 Alpha\nWorked: didn't test\n\nOpen the .blend and go to frame 60. Crash\n\nThis is a .blend from a random user. So, sadly, I don't know the exact steps to reproduce.\nIt just said: \"Code marked as unreachable has been executed. Please report this as a bug.\"\n\n", "Crash when selecting line art\nOperating system: Linux mint 21. Blender installed using flatpak.\nGraphics card: See attached system_information.txt\n\nBroken: version: 3.5.1\n\nBlender Crashes.\n```\nbacktrace\n\nPython backtrace\nFile \"/app/blender/3.5/scripts/startup/bl_ui/space_view3d.py\", line 704 in draw\nFile \"/app/blender/3.5/scripts/modules/bpy_types.py\", line 903 in draw_ls\n```\n\n```Py\nbpy.ops.outliner.item_activate(deselect_all=True) # Operator\nbpy.ops.outliner.item_activate(deselect_all=True) # Operator\n```\nWith attached blend file, in the outliner, select cameras, line-art then try to change the color of the background.\n\n", "LineArt; Crash after press play in a scene with LineArt modifier\nOperating system: Linux-5.4.0-105-generic-x86_64-with-glibc2.27 64 Bits\nGraphics card: GeForce GT 630/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 390.144\n\nBroken: version: 3.2.0 Alpha\n\nNo idea what crashes blender. Just press play and wait some seconds.\n\nI would love to help solving this issue, so when someone could remind me where the crashreport usually lands in Linux, i could share that as well.\n[Narrator.blend](Narrator.blend)\n\n", "Blender Opens Window then Closes/crashes\nOperating system: Windows 10\nGraphics card: AMD FirePro W2100\n\nBroken: 3.5.1 2023-04-24 18:11 Hash:e1ccd9d4a123 Branch: Blender -v3.5-release\nWorked: first version used on this computer\n\n-First attempted to run blender, found error by running the debug, error:\n\n_EXCEPTION_ACCESS_VIOLATION_\n\n- Did specific driver updates for AMD FirePro W2100 and Intel CPU\n\n- Then ran dell command update\n\n- New error appeared after driver updates and running blender:\n\n_A graphics card and driver with support for OpenGL 3.3 or higher is required.\nInstalling the latest driver for your graphics card might resolve the issue._\n\n- Then downloaded GPU-Z to figure out OpenGL version\n- Open GL version was 1.1 when monitor DisplayPort was plugged into the motherboard\n- Open GL version was 4.5 when monitor DisplayPort was plugged into GPU\n\n- Now blender window would appear but closes immediately\n- running blender_debug_gpu_glitchworkaround.cmd in the Blender file worked to make Blender run but is NOT the overall fix\n- updated python\n- did windows updates\n\nunsure\n\n", "Command Line Rendering with EEVEE is slow\nWin 7 Pro 64Bit \nGTX 1070\nDriver: 417.22\n\nBroken:\nblender-2.80-606223f6a61-win64\n\n\nIf I render with EEVEE via Command Line, the GPU Load is around 40-50% (4min 33sec).\nRendered the same scene in a normal way via Gui, the GPU Load is around 90-98% (3min 20sec).\n\nIf I render the same scene with Cycles via Command Line, the GPU Load is around 90-98%\n\nblender -b PathToBlend -a\n\n\nI've tried several scenes with the same result all the time.\n\n[cube-eevee.blend](cube-eevee.blend)\n\n[cube-cycles.blend](cube-cycles.blend)\n", "viewport shading > color > texture, textures not affected by transformation\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 536.99\n\nBroken: version: 4.0.0 Alpha\n\n\nViewport solid mode color option \"Texture\" does not take mapping nodes into account.\n\n---------\n\nOriginal description:\n\nwhen switching to texture in viewport shading color properties, the image textures are only affected by UV editor and not by texture coordinates node, in My opinion this texture preview is much more faster and better than EEVEE, if only you can ditch EEVEE and make the workbench preview the main material preview that support all nodes, If you notice Cinema 4D ,Max and Maya, they all use a material preview similar to this Blender Workbench preview, I don't know if you noticed these days almost everyone is saying that they prefer previewing and editing their material in cycles rather than EEvee because its way more faster to load, I tested in a 2k scene cycles took a couple of seconds switching to render view on CPU, Eevee took 12 Mins to load all textures, I hope Eevee next solves this issue if not, I would really hope that you consider developing the workbench preview \n\n?\n\n" ]
[ "Eevee-Next crash when rendering an object\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: Radeon (TM) RX 470 Graphics ATI Technologies Inc. 4.5.13571 Core Profile Context 19.30.02 26.20.13002.133\n\nBroken: version: 3.4.0 Alpha\n\nEevee-Next crashes when rendering an object. I'm fairly certain it's because my video card is too old but it would be nice to know.\n\n\n- start blender\n- delete all the objects from the scene (optional)\n- switch the renderer to eevee-next\n- switch the viewport to material preview\n- add a cube (if step 2 done)\n- crash\n\n" ]
Jittered DOF produces wrong results, uniform blur. Eevee Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71 Broken: version: 2.93.0 Alpha Eevee's new Jittered DOF blurs the image uniformly regardless of which parts of the image should be in focus within the focus distance. It seems the jittering isn't orbiting the camera around the focus point, but in parallel or around the camera center. Comparison shots: Jitter only: ![eevee_jitter.png](eevee_jitter.png) No jitter: ![eevee_nojitter.png](eevee_nojitter.png) Cycles: ![cycles.png](cycles.png) - Open attached blend - Go to rendered view or press f12 to see - Compare with either Cycles, or Eevee with "Jitter camera" turned off and increasing "Max size" [293_JitteredDOFbugEevee.blend](293_JitteredDOFbugEevee.blend)
[ "Eevee refraction regression in orthographic view\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71\n\nBroken: version: 2.93.0 Alpha\nWorked: 2.91\nWorked: 2.92\n\nIn orthographic view, with the view or camera camera perpendicular to a refractive surface, screen space refractions appears blurry, as if it had roughness, even with refraction shaders with 0 roughness\n\n2.91: ![a_291.png](a_291.png)\n\n2.93: ![a_293.png](a_293.png)\n\nEdit: In perspective it's also noticeable in the center. It looks like a small ball or dot that distorts the image slightly\n\n\nOpen file in different versions\n[bugRefractionEevee.blend](bugRefractionEevee.blend)\n\n\n", "EEVEE/Cycles discrepancy in how image texture node's alpha is managed.\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.79\n\nBroken: version: 3.2.0 Alpha\nWorked: ?\n\nWorkbench and EEVEE perform an unpremultipy calculation when premultiplied alpha mode is selected and the image texture node's alpha socket has a connection.\nWorkbench and EEVEE ignore the image alpha when straight alpha mode is selected and the image texture node's alpha socket has a connection.\nSee: [node_shader_tex_image cc](node_shader_tex_image.cc$125-153)\n\nIn Cycles, there is no apparent difference between the straight and premultiplied alpha modes and the alpha socket's connection status does not change how the alpha is managed.\nSee:\n[shader_nodes cpp](shader_nodes.cpp$200-250)\n[image cpp](image.cpp$471-566)\n[image_oiio cpp](image_oiio.cpp$154-204)\n\nExample:\n![Alpha Mode Discrepancy.png](Alpha_Mode_Discrepancy.png)\nExample 2:\n![Alpha Mode Discrepancy2.png](Alpha_Mode_Discrepancy2.png)\n\n**Test File**\n[Alpha_Image_Test_3.1.0.blend](Alpha_Image_Test_3.1.0.blend)\n", "Render glitches on cycles when 'Motion Blur' and 'Use Limit Surface' are turned on. \nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.89\n\nBroken: version: 2.92.0\nAlso broken in: 2.93.0 Alpha, branch: master, commit date: 2021-03-20 21:00, hash: 9ca67c47a152, type: Release\nbuild date: 2021-03-20, 23:00:48\nWorked: unknown. This file was created within 2.92\n\nWhen rendering this file I get (for me) random glitches in the render, when Motion Blur is active in Cycles.\nIn the attached file you can see this in for example frames 13,46,77 and 153 (amongst others) for the figure on the left and in frames 57,65 and 82 for the figure on the right.\nTurning off motion blur makes the glitches go away. It happens - for me - both with CPU only and with GPU renders.\n\nThe only objects - as far as I can tell - that produce these glitches are the two 'jasjes' with the material called 'overhemd'. (changing 'overhemd' to a different color also changes the glitches to that same color) Apart from the very obvious triangular glitches, you can also see some sort of wrinkly render errors near the ties on the shirt that only appear when the glitch is visible.\n\nFrame (13) with a glitch: ![Renderglitch_frame13.jpg](Renderglitch_frame13.jpg)\nFrame (14) without a glitch: ![Noglitch_frame14.jpg](Noglitch_frame14.jpg)\n\nThe objects started out as duplicates of each other.\n\n- Open attached file\n- Render frame 153 (or any of these: 13, 46, 77)\n\nI'm sorry the file is as large as it is, but I haven't had this happen in other renders/files yet, so I couldn't reproduce with another file.\nPlease let me know if you prefer to get Dropbox links instead of an actual upload.\n\n[Statler_en_Waldorf_animatie_013.blend](Statler_en_Waldorf_animatie_013.blend)", "Shader nodes. True normal produces flaws in Eevee\nOperating system: Windows-8.1-6.3.9600-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 473.04\n\nBroken: version: 3.1.2\nBroken: 2.93.7, `a5b7f9dc9011`, 2021-12-14 16:35\n\nWhen I use True normal in this shader, it produces mapping errors, depending on zoom and angle.\nCycles is okay, Flat Normals works well too, as they should.\nOpen file, switch between Normals and True Normals, compare result\n[FaceTangentUVs.blend](FaceTangentUVs.blend)\n![55165852.png](55165852.png)\n![55170753.png](55170753.png)\n[2022-04-12_08-45-37.mp4](2022-04-12_08-45-37.mp4)\n", "Motion Blur glitches, the further an object is placed from the world origin (even with no motion)\nMac Os 10.14.5\nRadeon Rx580 \n\nBlender 2.8 & 2.81 Beta (5/11/19 build)\n\nObjects are seriously corrupted when the motion blur checkbox is ticked, even when there is no camera or object motion.\n\nI have attached a simple project with only a Cube, Camera & light... & placed it 500,000m from the world origin on the Y-axis.\n\nThe image is distorted in rendered camera view...moving the cube backwards towards the world origin fixes the issue at around 50,000m\n\nMoving the object further away (try adding a zero to push the cube 1,000,000 from the world origin) distort the object more.\n\nSwitching off motion blur on the (static!) camera restores the image quality.\n\nI'm doing a space animation with some large distances involved, & this bug has just bitten me. I'd appreciated if others could confirm.\n[Motion Blur Draw Distance Test.blend](Motion_Blur_Draw_Distance_Test.blend)\n\n![Screenshot 2019-11-06 at 21.06.37.png](Screenshot_2019-11-06_at_21.06.37.png)\n\n", "Grease pencil motion blur color bleeding and noise\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.95\n\nBroken: version: 3.2.0\n\nRendering objects in front of grease pencil with motion blur causes bleeding of the color behind the grease pencil and a noisy result independent of sample count.\nThis happens for both the stroke and fill option of the grease pencil.\nThis happens for both Eevee and Cycles.\n\nScene setup and Cycles result (note the orange pixels):\n![image.png](image.png)\nEevee:\n![image.png](image.png)\n\nHave grease pencil between two objects with motion blur enabled.\n[GreasyMotion.blend](GreasyMotion.blend)\n", "EEVEE-Next: Known Issues\nThis task lists the minor missing features that are known for not yet working with EEVEE-Next.\n\nPriority of each task needs to be assessed and assigned.\n\n# LookDev\n- [ ] camera world alignement isn't working.\n- [ ] blur background isn't working.\n- [ ] diffuse contribution isn't taken into account.\n\n# Shadow\n- [ ] big performance bottleneck caused by rendering method\n\n# Hardware support\n- [ ] Metal backend doesn't support shadow rendering and GI baking yet", "EEVEE motion blur in cryptomatte\nI have tested this in 2.93.3 and even blender-3.0.0-beta+v30.bd734cc4419a to check if it got added there. \nThe issue is simple to explain: cryptomattes in eevee don't include motionblur. In Cycles they do include the motion blur. Is this a known thing, will it be addressed in the next updates?\nI suppose it could also be an undiscovered bug as the blender manual describes it as following \"[...] mattes will be anti-aliased and take into account effects like motion blur and transparency.\" cryptomatte.html - well in eevee it doesn't take motion blur into account", "Object cryptomatte is not respecting the camera Dof\nOperating system: Windows 11\n \n\nBroken: 3.0, 3.6\nWorked: never?\n\n\n\nCycles object cryptomatte is not respecting the camera depth of field while the material one respects it properly. See the image for comparison\n\n![image](attachment)\n\n\nload the attached .blend (it already has the object and the material cryptomattes enabled)\n\nrender\n\ncompare the current cryptomatte types in the compositor\n\n", "Cycles: Motion blur Artifacts and high render time with Metaball\nOperating system: Ubuntu Linux 22.04 / Windows 10 64-bit\nGraphics card: Nvidia GeForce RTX 3080\n\nBroken: 3.60, 3.61, 3.62, 4.0.0-alpha+main.d0dcfb815964\nWorked: unknown\n\n**Short Description**\nActivating motion blur in Cycles results in artifacts and higher render time for 2% of frames\nReproducible across Ubuntu/Windows, CPU/CUDA/OptiX.\n\n\n- Open attached file \"phoenix12-reprocase.blend\"\n- Enable motion blur (should already be enabled)\n- Reduce transmission bounce\n- Render frame 189\n- Render frame 190 (takes significant time to render. Also notice Artifacts)\n\nIn the provided file, frames 74, 124, 179, 190 seem to have this problem. Turning off motion blur fixes the problem.\n\n|189 | 190 |\n|---|---|\n| ![image](https://projects.blender.orgattachment) | ![image](https://projects.blender.orgattachment) |", "Rendered Object Blurs if Auto Smooth Normals Turned On or Edge Split Modifier is Added\nOperating system: macOS Monterey Version 12.3.1\n\nGraphics card: Intel Iris Plus Graphics 1535 MB\n\n(Though I ran this animation though SheepIt Render Farm (animation below), and just about all the frames had the bug.)\n\nBroken: Blender 3.0.1 and Blender 3.2.1.\nWorked: Never\n\n\nObject looks blurry if Auto Smooth Normals is turned on or and Edge Split Modifier is added. \n\n![02 - Auto Smooth Normals On.png](02_-_Auto_Smooth_Normals_On.png)\n\n![03 - Edge Split On - Not Applied.png](03_-_Edge_Split_On_-_Not_Applied.png)\n\nIt looks fine Auto Smooth Normals turned off and no Edge Split Modifier (doesn't look as good in many cases). \n\n![04 - Edge Split Applied.png](04_-_Edge_Split_Applied.png)\n\nOf if you apply the Edge Split Modifier (looks fine in this case, but not ideal as it's a destructive process). \n\n![01 - No Autosmooth Normals, No Edge Split.png](01_-_No_Autosmooth_Normals__No_Edge_Split.png)\n\nHere's the bug in a video render:\n\n[V02 Vid0001-0065.mp4](V02_Vid0001-0065.mp4)\n\nObject is parented to a bone, which has a Child Of constraint of a different armature's bone. (As a test, I created another armature with a single bone, and switched the Child Of constraint to this new armature, and the bug still happened.) \n\n\n[Testing Area V1.blend](Testing_Area_V1.blend)\nUse the attached stripped down Blend file. \nTurn on Auto Smooth Normals or add an Edge Split Modifer and then render. \n", "EEVEE crash while rendering animation, cycles works.\nOperating system: Win10\nGraphics card: GTX1070MAX-Q\nCPU : i7-6700HQ\nRAM : 32GB DDR4\n\nBroken: 2.90\nWorked: -\n\nBlender crashes w/o any errors when I started to rendering animation in Eevee. \nIt happens on 2 laptops and it always happen in 154 or 155 frame while rendering.\nIn attachment you can download the project which gets this error. \nWhen I use cycles rendering it works perfect.\n\n[#80740.blend](T80740.blend)\n\n- Open file\n- Render frames 154 and 155\n", "Cycles: Bump node doesn't distort normals\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 442.59\n\nBroken: version: 2.83 (sub 10)\nWorked: Never\n\nHeight input have no effect on bump node output in cycles.\nThe main problem, that Generated texture cordinates give seams with bump. That is why I desided to try Normal input.\n\nEevee:\n![33162506.jpg](33162506.jpg)\n\nCycles:\n![33172906.jpg](33172906.jpg)\n\nHere the example file.\n[WhereNormals.blend](WhereNormals.blend)\n", "Motion Blur is rendered on dead particles\nOperating system: macOS-11.5.2-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 5600M OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.6.20\n(Tested also on a Windows 10 PC + Nvidia GTX 1080)\n\nBroken: version: 2.93LTS, 3.5\n\nMotion blur is rendered on dead particles that are still visible, such as particles that die on collision. Same for Eevee and Cycles renders, baked and not baked particles.\n\n![motionblur.png](motionblur.png)\n\n- Enable default motion blur in either Eevee or Cycles.\n- Use a plane to create a Particle System with **Render** > **Extra** > **Dead** and **Physics** > **Deflection** > **Die on Hit** options ticked\n- Render particles as object, preferably something where it is easy to see the motion blur\n- Add a plane with a **Collision** modifier under the particle system\n- Render a frame where some particles are dead and are no longer moving on the collision plane.\n\n[motionblur.blend](motionblur.blend)\n", "Eevee renders full frame and cut it instead region rendering\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 441.20\n\nBroken: version: 2.82 (sub 6)\n\n\nI tested with same settings and I have the same time for whole frame and region.\n![27602721.png](27602721.png)\n![27591921.png](27591921.png)\n\nIt makes problem, when I want to render small part zoomed. Now the workaround — is making new camera with smaller angle and render from it.\nIf it is limitation, may be render should create temporary camera that cuts region.\n\nRender same scene with Eevee through {key F12} and it`s region and compare render time." ]
[ "Eevee DOF with \"Jitter Camera\" broken\nOperating system: Linux-5.8.0-44-generic-x86_64-with-glibc2.31 64 Bits\nGraphics card: GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.32.03\n\nBroken: version: 2.93.0 Alpha\nWorked: blender-2.93.0-8d50a3e19e02-linux64\nCaused by bb2af40ec7\n\nDOF when using \"Jitter Camera\" in Eevee is completely blurred in the latest master. The whole frame gets blurred independent from the focus point.\n\n- Open attached blend file:\n[Eevee_DOF_v01.blend](Eevee_DOF_v01.blend)\n- Activate a preview render or press F12 to render a frame. This is the result in the latest master:\n![Master.png](Master.png)\n- In the current Build Bot build (version see above) it looks like it should:\n![Latest_Buildbot.png](Latest_Buildbot.png)\n\n" ]
Bold/Italics Bug Operating system: Windows-10-10.0.17134 64 Bits Graphics card: GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.36 Broken: version: 2.80 (sub 74) Worked: (optional) When trying to make highlighted text bold, the buttons on the font menu respond, but the highlighted text doesn't become bold and/or italicized. However, it does work when typing text with those buttons toggled. The same issue occurs with underline and small caps. I'll attach a test file and the fonts I used, and a screen cap showing the issue. Add a text object Enter edit mode Make sure the text fonts for each type are different like in the screenshot provided. Highlight text using Shift+arrow keys Toggle the Bold, Italics, Underline, and/or Small Caps in the Font menu [Bold Ital Text Test.blend](Bold_Ital_Text_Test.blend) ![Font Bug.PNG](Font_Bug.PNG) [Rubik-Bold.ttf](Rubik-Bold.ttf) [Rubik-Regular.ttf](Rubik-Regular.ttf) [Rubik-BoldItalic.ttf](Rubik-BoldItalic.ttf) [Rubik-Italic.ttf](Rubik-Italic.ttf)
[ "Graph Editor menu item Key -> Clean Channels and Key -> Clean Keyframes have the same descriptive text\nOperating system: macOS-11.5.2-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 560X OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.6.20\n\nBroken: version: 3.0.0 Alpha\nWorked: none\n\nThe graph editor menu item Key -> Clean Channels and Key -> Clean Keyframes have the same descriptive text when they do two different things.\nKey -> Clean Channels help text should be changed to Clears keyframes on channels that have default values.\n\nCreate some animation on the default cube\nopen the graph editor\nselect the curves\nChoose the Key menu\nHover over the Clean Channels and Clean Keyframes menu items to see the text.\n", "GPencil: Shortcuts in Draw Mode are hardcoded\nMultiple keys in the `gpencil_draw_modal` function are hardcoded and (some) don't show up in the info bar. This makes it impossible for the user to know what certain keys do as well as impossible to change them in the keymap. All of those keys should be in the keymap with the default keys set as they are now.\n\nHere is a list of these (hardcoded) shortcuts:\n\n - {key Enter}, {key Pad_Enter}, {key Esc}, {key Space}, {key Ctrl Z} (?): Confirm\n - {key Mousewheel_Up}, {key Pad_Plus}: Increase size of eraser\n - {key Mousewheel_Down}, {key Pad_Minus}: Decrease size of eraser\n - {key O}: Set center of guide\n - {key V}: Turn off speed guide\n - {key M}: Alternate or flip guide direction\n - {key L}: Turn on line guide; {key Ctrl L}: Turn on line guide with angle = 0; {key Alt L}: Turn on line guide with last angle\n - {key C}: Turn on circular guide\n - {key K}: Turn line guide clockwise\n - {key J}: Turn line guide anti-clockwise\n", "Double clicking on text edit controls doesn't select the full word\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 2080 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.09\n\nBroken: version: 2.93.0 Alpha\n 2.91 release\nWorked: unknown\n\nDouble clicking on text edit controls doesn't select the full word.\n\nJust open the default blender and try to select the cube name on the properties, please place the mouse cursor in the middle of the Cube word, and double click.\n[e8rUuja443.mp4](e8rUuja443.mp4)\n\n", "Keymap: custom key modifiers work inconsistently\nOperating system: Arch Linux, no DE, i3wm\nGraphics card: GTX 960\n\nBroken: 2.80\nWorked: 2.79\n\nI'm left-handed on the tablet, so I bind my sculpt hotkeys to the numberpad. Binding NumpadEnter+LMB to sculpt inverted (same as holding Ctrl) no longer works in 2.80. However, binding NumpadEnter+MMB to pan the view does work. Not sure where the conflict is. This setup did work in Blender 2.79.\n\nLoad factory settings\nImport .py keymap provided (or bind manually; sculpt.brush_stroke and view3d.move)\nEnter sculpt mode\nAttempt to sculpt inverted by holding NumpadEnter+LMB\n\n[system-info.txt](system-info.txt)\n[custom_modifier_bug.py](custom_modifier_bug.py)\n\nSimilar bugs from ages ago:\nT44349\nT34822", "Changing Hotkey for Perspective/Orthographic isn't working after being changed\nOperating system: Windows-10-10.0.18362 64 Bits\nGraphics card: GeForce RTX 2080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 430.86\n\n\nBroken: version: 2.80 (sub 74)\nWorked: (optional)\n\n\nWhen changing the hotkey for the Perspective/Orthographic Toggle to 'Ctrl + 5' or 'Shift + Ctrl + 5' the hotkey stops working (I cannot test whether it works with the default hotkey as I have no numpad).\n\n1. Start up Blender.\n2. Open preferences.\n3. Go to keymap tab.\n4. Go to 'View Persp/Ortho' hotkey. (Can be searched by typing 'ortho' into search tab)\n5. Change Hotkey to 'Ctrl 5'.\n6. Unset the 'Subdivision Set' hotkey.\n7. Test hotkey.\n\n", "Grease Pencil: Erasing/Cutting does not auto-key layers\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.59\n\nBroken: version: 3.5.0 Alpha\n\nUsually whatever edits are done in Edit, Sculpt or Draw mode result in creating a new keyframe, if auto keying is enabled in the timeline.\nThe issue is that the Eraser brush and the Cutter tool in Draw Mode do not result in auto-keying.\nThis is easily resulting in lost work.\n\nNote: This is the same issue with the Annotate tools\n\nOn the other hand if \"Use Additive Drawing\" (Snowflake icon) is enabled in the header, erasing will result in correct auto-keying behaviour.\nThis inconsistency doesn't seem intentional.\n\n- Create a grease pencil object\n- Enable auto-keying in the timeline\n- Switch to draw mode\n- Go to the next frame and draw a stroke (It will correctly create a new keyframe)\n- Go to the next frame and erase part of the stroke (No new keyframe was created)", "Keyboard shortcut doesn't work after switching applicationss\nOperating system: windows 11\nGraphics card: Intel(R) UHD Graphics 630 & NVIDIA GeForce GTX 1060 with Max-Q Design\n\nBroken: Blender 3.1, a solid update to an already outstanding release. Released March 9th, 2022\n\nWhen using different Keyboard shortcut for every window, keyboard shortcut doesn't work when we switch between applications\nCTRL, ALT, Shift, tab are fine, but all of the characters are no response, such as G, E, Shift D, etc.\n\n- Open Windows Settings tab\n- Enable: `Let me use a different input method for each app window` {nav Time & Language > Typing > Advanced Keyboard Settings}\n- Open chrome or any other application and change input method (Chinese for example)\n- Open blender and keep default input method (English for example)\n- Type something in other application window\n- Switch to Blender and use hotkey", "Add support for more gettext flags to UI translation tools\nAs reported in 101830#issuecomment-1023470 , Weblate `C-format` is not very smart, and generates a lot of false-positives.\n\nThe solution is likely to not enforce these checks over the whole messages, but selectively enable them for messages that actually need it (e.g. (almost?) all RNA-extracted message will not have such formatting).\n\nThis will require updates in the python modules and add-on code generating these translation files.\n\n----------------\n\nParent task: infrastructure/blender-projects-platform#65", "Color swatch in grease pencil in the topbar is half transparant, showing whats underneat\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.79\n\nBroken: version: 3.5.1\n\nThe color swatch in the top bar in Grease Pencil draw mode is half transparant, showing what is in the viewport underneath. I don't want my color swatch to show anything but the solid color that I've chosen. \n\n![image](attachment)\n\nPS\nThis is also present in the latest 3.6 beta", "Action editor key frames not displaying sometimes\nSometimes when working with multiply animations and switching through them in the action editor. The Keyframes stop displaying for certain action. \nWhen the Panel with the action editor View is removed and added again, the displaying is working again.\nThis bug was seen in Version 2.76 and daily Build from 10/30/2015.\n\nError:\n![action_editor_display_missing_error.png](action_editor_display_missing_error.png)\nFixed after closing and opening action editor view\n![action_editor_display_missing_error_after_panel_recreate.png](action_editor_display_missing_error_after_panel_recreate.png)\n\nMy Project without Mesh. Bug is seen in walk_back_cycle action.\n[animation_editor_error_project.blend](animation_editor_error_project.blend)\n\nThis bug is very annoying in my workflow.\n\nGreetings and thank you for your work!", "Baking vertex colors does not respect alpha with \"Diffuse\" selected but respects alpha with \"Direct + Indirect\" also selected\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.59\n\nBroken: version: 3.2.1\n\nI believe this is a bug: when baking vertex colors, the alpha channel is included ONLY if \"Direct + Indirect + Color\" are all enabled, but then lighting gets baked in as well which is often not intended.\nThis leads to the situation that It doesn't look like there's a way right now to bake just color + alpha to a Color Attribute with alpha channel.\n\n- open the attached blend file: [BugDiffuseAlphaVertexBake.blend](BugDiffuseAlphaVertexBake.blend)\n- select the Cube\n- switch viewport to Eevee\n- make sure Render Engine is set to Cycles so things can be baked\n- in the Bake tab, click \"Bake\" with Bake Type=Diffuse and Contributions=[Color]\n- note the result doesn't have an alpha channel in vertex colors, it's just black\n![image.png](image.png)\n- now, enable \"Direct\" + \"Indirect\" and Bake again\n- note the result has aloha channel BUT now looks incorrect as only diffuse was intended to be baked...\n![image.png](image.png)\n\n- also note that neither \"Color + Direct\" nor \"Color + Indirect\" result in an alpha channel\n- both \"Direct\" only and \"Indirect\" only result in alpha channels but then the color can't be baked.", "Font Noto Color Emoji doesn't work in VSE\nOperating system: Ubuntu 18.04 64bit\nGraphics card: NVIDIA GTX 750 Ti\n\nBroken: v2.81 Alpha 2019-09-25 20:42\n\nWhen setting font to Noto Color Emoji (from Google) on a Text strip in Sequencer, no characters (as letters or ?) are shown in preview nor render. In previous version the Blender crashed.\n\nOpen VSE, add Text strip and change font to Noto Color Emoji.\n\n\n\n**Crash log from previous version**\n\n```\n# Blender 2.81 (sub 8), Unknown revision\nbpy.context.scene.sequence_editor.sequences_all[\"Text.219\"].text = \"\" # Property\nbpy.context.scene.sequence_editor.sequences_all[\"Text.219\"].text = \"?\" # Property\nbpy.context.space_data.bookmarks_active = 8 # Property\nbpy.context.space_data.bookmarks_active = 9 # Property\nbpy.ops.font.open(filepath=\"//../../../../../../usr/share/fonts/truetype/noto/NotoColorEmoji.ttf\", relative_path=True) # Operator\n\n# backtrace\n/usr/lib/blender/blender(BLI_system_backtrace+0x33) [0x55fa3afc0963]\n/usr/lib/blender/blender(+0x11f37a6) [0x55fa3ad927a6]\n/lib/x86_64-linux-gnu/libc.so.6(+0x41100) [0x7f261a11f100]\n/usr/lib/blender/blender(+0x2ec786b) [0x55fa3ca6686b]\n/usr/lib/blender/blender(+0x2ec7a6d) [0x55fa3ca66a6d]\n/usr/lib/blender/blender(+0x132cc18) [0x55fa3aecbc18]\n/usr/lib/blender/blender(+0x1340b9e) [0x55fa3aedfb9e]\n/usr/lib/blender/blender(+0x1341dae) [0x55fa3aee0dae]\n/usr/lib/blender/blender(+0x1342a1a) [0x55fa3aee1a1a]\n/usr/lib/blender/blender(BKE_sequencer_give_ibuf+0x14d) [0x55fa3aee1dfd]\n/usr/lib/blender/blender(sequencer_ibuf_get+0x1c1) [0x55fa3b7d2141]\n/usr/lib/blender/blender(sequencer_draw_preview+0x198) [0x55fa3b7d22f8]\n/usr/lib/blender/blender(+0x1c2d148) [0x55fa3b7cc148]\n/usr/lib/blender/blender(ED_region_do_draw+0x561) [0x55fa3b6a3fd1]\n/usr/lib/blender/blender(wm_draw_update+0x426) [0x55fa3b198696]\n/usr/lib/blender/blender(WM_main+0x30) [0x55fa3b195e10]\n/usr/lib/blender/blender(main+0x2e4) [0x55fa3ad503b4]\n/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xeb) [0x7f261a10209b]\n/usr/lib/blender/blender(_start+0x2a) [0x55fa3ad8ee5a]\n```\n\n[NotoColorEmoji.ttf](NotoColorEmoji.ttf)", "Theme > Shader Editor, Sidebar > Alpha value does not work\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA RTX A3000 12GB Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 537.13\n\nBroken: version: 3.6.1\n\nIn side of the Shader editor, if you want to change the color works correctly, but if you want to change the Alpha value, is not working.\n\nGo to Preferences > Themes > Node editor > Theme space > Region Background\n\n", "Many Blender's keyboard shortcuts do not work on Russian keyboard layout\nOperating system: Linux (elementary OS 5.0, Ubuntu-18.04-based) \nGraphics card: NVIDIA GTX 1080Ti\n\n2.80 (sub 60), branch: blender2.7, commit date: 2019-04-30 22:49, hash: 480a09a92f7f, type: Release build date: 2019-04-30, 23:02:55\n\nThere are two keyboard layouts on my system: English (US, primary) and Russian (RU, secondary).\nWhen Russian layout is selected, only some of Blender's keyboard shortcuts work as expected, namely:\n\nBlender 2.8 keyboard shortcuts that **work correctly** on Russian keyboard layout:\n- All F keys (F1-F12),\n- All top row Numeric keys (1, 2, 3 ...),\n- All Numpad keys,\n- All Ctrl+any single key combos, e.g. Ctrl+B, Ctrl+S...\n\nBlender 2.8 keyboard shortcuts that **do not work (=have no effect whatsoever)** on Russian keyboard layout:\n- All single-letter keys (e.g., B, A, G, S, R...)\n- All Alt+any single key combos, e.g. Alt+B, Alt+A...\n- All Shift+any single key combos, e.g. Shift+V, Shift+D...\n\n1. Add a secondary (Russian) keyboard layout to your system.\n2. Switch your keyboard layout to Russian.\n3. Launch Blender 2.8 beta.\n4. Select a default primitive object (e.g., a cube) \n5. Try to modify the object using any single-letter keyboard shortcuts. e.g., move (G), scale (S), extrude (E), inner extrude (I), etc. or Alt+any letter, or or Shift+any letter.\n\n[system-info.txt](system-info.txt)\n", "Not recognizing numpad page up /down keys .\nOperating system: Windows-10-10.0.17134 64 Bits\nGraphics card: GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.60\n\n\nBroken: version: 2.80 (sub 75)\nWorked: (optional)\n\n\nBlender is failing to recognize the numpad keys !!!\n\nTrying to use the change workspace shortcut ctrl+PageUp /down and blender is not recognizing the keys in numpad and keep assuming the key 9 and 3 . Other software is fine and i can use Page up and Down, and the home end keys. \n\n" ]
[ "Change Text Font in Bold, Italic doesn't work\nOperating system: Windows 7\nGraphics card: NVIDIA GTX780\n\nBroken: 2.80\n\nWhen trying to change a text in bold or italic, it doesnt do anything, even loading the font italic and bold manually from folders in good way.\n\nCreate a text, load a font, check italic or bold.\n\nThank you!![Font_bug.JPG](Font_bug.JPG)" ]
Jump to previous/next keyframe button breaks upon update to 3.6.3 Operating system: Windows 11 Graphics card: NVIDIA GeForce RTX 3060 Broken: 3.6.3 Worked: 3.6.2 Just updated to 3.6.3 and went to continue working, only to immediately see that the buttons to jump forward and back by keyframe are greyed out. ![image](attachment) I've never seen this before, and it doesn't appear to have anything to do with anything I did in this file because it seems to be present everywhere. This function is pretty essential to me, might have to just roll back my update and wait for 3.6.4 Open Blender, look down; it should be visible at the bottom.
[ "Cursor warping not supported on Remote Session\nOperating system: Linux-3.10.0-1160.59.1.el7.x86_64-x86_64-with-glibc2.17 64 Bits\nGraphics card: NVIDIA RTX A5000/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 510.47.03\n\nBroken: version: 3.2.2\nNever worked on previous Blender Version as far as I am aware\n\nMouse wrapping (seem in `Walk Navigation` for example) in Remote Sessions is unusable.\nAs Unreal had a similar issue that was fixed, I was wondering if that was something that could be fixed for Blender as well.\nIt happens both on Linux and Windows.\n\nInfo from the Remote tech used and possible issue:\nrelative_mouse_support/\nInfo on Unreal Problem and Solution:\n141157\n\n- Under a Remote session, go to View > Navigation > Walk Navigation to activate the tool.\n- panning and tilting around,\nthe camera will lag a lot and get out of control by over-panning/tilting\n\nThanks a lot :)\n\n", "NLA: Active Strip State lost when dragging Strip between tracks\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: Quadro RTX 3000/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 528.95\n\nBroken: version: 3.6.0\nWorked: Never Worked\n\nClicking on a strip and dragging or G dragging the Strip on the timeline on the same Track and then hitting TAB to enter tweak mode is working, but if I do the same thing but drag it to another TRACK then hit TAB I get an error\n\nOpen my example Blend file and select the \"Click and Drag Me to the Drag Strip Here track\" STRIP and drag it to \"Click and Drag Me to the Drag Strip Here track\" then hit the TAB key to enter tweak mode, you should see an error as shown in the image. \n\"No active strip(s) to enter tweak mode on\n\"\n\n![image](attachment)\n\n", "Timeline > Playback > Follow Current Frame Does not work if you drag the frame number widget.\nOperating system: Win 10\nGraphics card: AMD R7 200\n\nBroken: Blender 3.61 release.\nWorked: never, checked back till 2.83.20\n\nFollow Current Frame only works with keyboard arrow keys and ALT+Middle mouse button dragging in the timeline editor area\nDoes not work with the click and drag area of the Timeline header current frame box, or its arrow buttons\n\nAs show in attached video\n1. Open Default General file\n2. In the Timeline, Click on Playback > Follow Current Frame\n3. Drag the frame number widget, the frame indicator will go outside the region, while if use play or keyboard arrow keys, region follows the frame indicator.\n4. Expectation is that it should follow the frame, regardless of where the current frame is being changed from.\n\n", "Object with follow-path constraint jumps off path, continuing slightly displaced.\nOperating system: Linux, Debian 10 (Buster)\nGraphics card: Secret (970)\n\nBroken: (example: 2.81 alpha, 2019-08-09 a571ff2c16c6, master as found on the splash screen)\nWorked: Unsure\n\nEmpty leaps off path.\n\nLoad attached blend. Move forward about 12 or so frames and you'll see the Empty jump off the path a bit. Increasing the curve resolution draws it increasingly closer to the visible path.[cam-follow-path.blend](cam-follow-path.blend)", "Keyboard shortcut doesn't work after switching applicationss\nOperating system: windows 11\nGraphics card: Intel(R) UHD Graphics 630 & NVIDIA GeForce GTX 1060 with Max-Q Design\n\nBroken: Blender 3.1, a solid update to an already outstanding release. Released March 9th, 2022\n\nWhen using different Keyboard shortcut for every window, keyboard shortcut doesn't work when we switch between applications\nCTRL, ALT, Shift, tab are fine, but all of the characters are no response, such as G, E, Shift D, etc.\n\n- Open Windows Settings tab\n- Enable: `Let me use a different input method for each app window` {nav Time & Language > Typing > Advanced Keyboard Settings}\n- Open chrome or any other application and change input method (Chinese for example)\n- Open blender and keep default input method (English for example)\n- Type something in other application window\n- Switch to Blender and use hotkey", "'Solve Camera Motion' operator sometimes prevents Auto Save from running\nBroken: 3.5.1, 3.6\nWorked: maybe 3.4\n\nInvestigated in #107421 by @3di.\nIt's still unclear when this happens, but it could be replicated with the attached file.\nThe function `void wm_autosave_timer(Main *bmain, wmWindowManager *wm, wmTimer * /*wt*/)` in `wm_files.cc` skips AutoSave if any modal operators are running.\nIn this case, this can happen with the `\"CLIP_OT_solve_camera\"` operator even after the operation is theoretically completed.\n\n- Unzip attached .blend file\n- Go to \"Motion Tracking\" workspace\n- In the solve tab, press `Solve Camera Motion`\n\nAuto Save stops saving or saves very late.\n\nno%20autosave.zip?dl=0\n\n", "Fly and walk navigation in AZERTY issues\nOperating system: windows 10\nGraphics card: rtx 3060\n\nBroken: Blender 3.6.1 (Steam)\n\n\nHello,\nIm on a AZERTY keyboard and the problem is that when i change my movements keybinds for fly (or walk) navigation it keeps repeating the action (even if i unpress the key) for the binds that i changed. For exemple i changed \"forward\" key by Z and when i press Z the camera will keep going forward forever.\n\n- Go in the View 3d fly (or walk) modal keymap settings\n- In \"Forward\" replace W by Z, \"Left\" Q by A, \"Down\" A by Q, \"Z axis correction\" Z by W\n- Go in fly (or walk) navigation mode\n- Try to move with ZQSD, A and E\n- Then when you press S,D or E it will work normaly but if you press Z, Q or A and release the key it will keep going in that direction exept if you press the opposit direction key (S for Z, D for Q, E for A)\n\nThanks for paying attention, lov u <3\n\n", "Redo panel does not work for the 3d cursor\nUbuntu 18.04\n\nBroken: 7d38654\n\nRedo panel for moving the 3d cursor does not work as expected.\n\nStart moving the 3d cursor and then change the value in the redo panel.\n![move 3d cursor.gif](move_3d_cursor.gif)\n\n\nMy guess is that this happens because the 3d cursor is not effected by the normal undo.", "Switching object with alt+click do not fade inactive objects\nOperating system: Windows-8.1-6.3.9600-SP0 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40\n\nBroken: version: 2.92.0\n\nExpected: same fading as with direct entering to sculpt/edit or as with newer switch operator.\n\n[2021-03-09_16-33-47.mp4](2021-03-09_16-33-47.mp4)", "Adjust Last Operation: Other changes outside that panel are reverted back automatically\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 445.87\n\nBroken: version: 2.90.0 Alpha\n\nHere the demo and file\n[2020-06-23_20-30-11.mp4](2020-06-23_20-30-11.mp4)\n[Scene state reset.blend](Scene_state_reset.blend)\n\n1. Add some objects, add last one\n2. Change visibility for other objects via outliner\n3. Change property in adjustment popup\n4. Scene settings resetted to previous", "Missing Letter V and Black Screen\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: AMD Radeon(TM) Graphics ATI Technologies Inc. 4.5.0 Core Profile Context 23.7.1.230626\n\nBroken: version: 3.6.0\n\nWhenever I open Blender, the viewport is black and the letter v is not displayed in any of the menus. Here is a link to a screenshot: VZui9.png \n\nIt simply appears like this on startup.\n\n", "Update property when adding or removing keyframe\nRemoving keyframe can cause issues in all editors and adding keyframe needs to update VSE.\n\nWhen removing keyframe, RNA update function should be called, since property value may change. This is reproducible with simple 3 keyframe animation, place CFRA on middle keyframe, remove (press Shift + Alt +I on propery in side panel) it and no update will happen.\n\nWhen adding keyframe, sequencer prefetch is not notified about this change. So it works on outdated data until keyframe is added. Simply notifying prefetch is not enough and cache must be cleared too which is currently done from RNA update function.\nSimilar case is speed effect, where it calculates input frame based on animation, which is integrated over time. Array mapping current to input frames is cached and recalculated in RNA update function.", "Segfault on unregistering operator/menu with open props dialog.\nOperating system: Linux\nGraphics card: Intel\n\nBroken: 2.92, 2.93\n\n\nWhen an operator currently has a `wm.props_dialog_(self)` open, unregistering it will cause a segfault.\n\nThis only seems to happen reliably when the module it's from has at least one `bpy.types.Menu` subclass that's also been registered.\n\nThe displayed values of property fields in the dialog will sometimes flicker and switch values with each other for a split second before the segfault.\n\n\n[InvokeSegfault.blend](InvokeSegfault.blend)\n\n1. Open the attached file.\n\n2. Invoke the operator from the 3DView toolbar.\n\n3. Use a system hotkey (E.G. `ALT`+`TAB`) to switch to the window with the text editor space while leaving the props dialog open.\n\n4. Run the script again from the text editor window.", "Keyframing off Animated property of rigid body on second frame of rigid body simulation\nOS: Ubuntu 13.10\nLinux kernel: 3.11.0-18-generic\n\nBroken: 2.70-b64bdb2-linux-glibc211-x86_64\n\n\nNormally, keyframing off the Animated property of a rigid body will cause rigid body to maintain its velocity and rotation that it has at the last animated keyframe. However, if the Animated property is keyframed off on the second keyframe of the rigid body simulation, the object will continue the animation from a stand-still, i.e. it loses its initial velocity / rotation.\n\n\n\nCreate bug:\n\n - Open new Blender file\n - Keyframe location of the default cube\n - Go to frame 20, move cube along the y-axis by 20 units and keyframe location.\n - Enable Rigid Body for the cube\n - Go to frame 10, enable Animated (Physics context -> Rigid Body panel) and keyframe it\n - Go to frame 11, disable Animated and keyframe it\n - Go to Scene context -> Rigid Body Cache panel, and set Start to 10 (and say, End to 50)\n - Go to 3D View and hit ALT A to start animation. Notice that when the cube reaches frame 10, it loses its y-velocity and just falls straight down.\n\nResolution:\n\n - Set the start of Rigid Body Cache to 9. \n - Update cache by unlinking the RigidBodyWorld group from Rigid Body World panel, then choose it again.\n # Play animation again, and it's fine.\n\nAlthough, I have figured out how to get it working, I think this is unexpected behaviour (which took me a long time to figure out).\n\nSteps 1-7 have already been completed in this file: [rigidBody_bug.blend](rigidBody_bug.blend)\n", "Regression: Crash when animation is playing\nOperating system: Windows 10\nGraphics card: 2x RTX3080\n\nBroken: 3.6 and 3.6.1 release canditate\n\nPress the space bar, the animation starts and Blender closes. The console says : EXCEPTION_ACCESS_VIOLATION\nI also test the file with an independent portable version of Blender, but the crash still occurs.\n\nPress space bar to play the animation and wait the frame 48.\n\n[Fluent_Testing_7_for_blend_dev.blend](https://projects.blender.orgattachment)" ]
[ "\"Jump to keyframe\" grayed out. Unable to jump between keyframes.\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 537.34\n\nBroken: version: 3.6.3\nWorked: 3.6.2 and also 4.0\ncaused by 56781c80b7 because the follow up commit 211d631428 was not merged to 3.6.3\n\nThe \"jump to keyframes\" buttons in the timeline are grayed out, using the arrows doesn't allow me to jump between keyframes. \n\n**Long description**\nThe issue is not linked to a single project but to any project I make. I tried reinstalling blender, resetting all the settings to \"Factory Settings\". While in \"Graph Editor\" by moving the curse in it I can Jump betten the keyframes but in the \"Timeline\", \"Dopesheet\" and \"Viewport\" by using the arrows or \"Favourite menu\" or the button itself, nothing happens as the function itself is grayed out. \n\nI also tried to disable all the addons but the issue persisted.\n\n**How it happend**\nI have no idea how it happened. \n" ]
Crash of Geometry Node modifier when connecting to Join Geometry. Operating system: Linux-5.10.83-1-MANJARO-x86_64-with-glibc2.33 64 Bits Graphics card: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 495.44 Broken: version: 3.0.0 Worked: --- I have made simple Geo Nodes setup - generate bunch of Curves instances, randomly on surface of mesh with Realize Instances. Lets say we duplicate this modifier second time (on same mesh object) - and we Join Geometry of new mod generated curves with previous modifier generated curves. Blender will crash. Error log: ``` bpy.ops.node.link(detach=False, has_link_picked=False, drag_start=(710.879, 104.07)) # Operator # backtrace /snap/blender/1237/blender(BLI_system_backtrace+0x20) [0xb0b3460] /snap/blender/1237/blender() [0x10babdb] /usr/lib/libc.so.6(+0x3cda0) [0x7f65f296eda0] /snap/blender/1237/blender() [0xc763c0] /snap/blender/1237/blender() [0x199720f] /snap/blender/1237/blender(_ZN7blender9modifiers14geometry_nodes22GeometryNodesEvaluator23run_node_from_task_poolEP8TaskPoolPv+0x1153) [0x17261f3] /snap/blender/1237/blender() [0xb0b71dd] /snap/blender/1237/blender() [0x14b5b05] /snap/blender/1237/blender() [0x14b5dbb] /snap/blender/1237/blender(BLI_task_pool_work_and_wait+0xaa) [0xb0b6fea] /snap/blender/1237/blender(_ZN7blender9modifiers14geometry_nodes23evaluate_geometry_nodesERNS1_29GeometryNodesEvaluationParamsE+0x2e2) [0x1719ac2] /snap/blender/1237/blender() [0x170af16] /snap/blender/1237/blender() [0x13a857e] /snap/blender/1237/blender() [0x13aaffe] /snap/blender/1237/blender() [0x13aba90] /snap/blender/1237/blender(makeDerivedMesh+0x8f) [0x13abc3f] /snap/blender/1237/blender(BKE_object_handle_data_update+0x3c0) [0x116a800] /snap/blender/1237/blender(BKE_object_eval_uber_data+0x2f) [0x116abaf] /snap/blender/1237/blender() [0x1631fe2] /snap/blender/1237/blender() [0x16321b2] /snap/blender/1237/blender() [0xb0b71dd] /snap/blender/1237/blender() [0x14b5b05] /snap/blender/1237/blender() [0x14b5dbb] /snap/blender/1237/blender(BLI_task_pool_work_and_wait+0xaa) [0xb0b6fea] /snap/blender/1237/blender(_ZN7blender3deg23deg_evaluate_on_refreshEPNS0_9DepsgraphE+0x1f0) [0x1632570] /snap/blender/1237/blender() [0x11a6eb1] /snap/blender/1237/blender(wm_event_do_depsgraph+0xab) [0x14bf98b] /snap/blender/1237/blender(wm_event_do_refresh_wm_and_depsgraph+0x87) [0x14bfab7] /snap/blender/1237/blender(wm_event_do_notifiers+0x3f0) [0x14c6a10] /snap/blender/1237/blender(WM_main+0x28) [0x14bb128] /snap/blender/1237/blender(main+0x31e) [0xfa3bbe] /usr/lib/libc.so.6(__libc_start_main+0xd5) [0x7f65f2959b25] /snap/blender/1237/blender() [0x10b753c] ``` 1. Join Output of Separate Components[Curve] socket to JoinGeometry[Geometry] socket as shown in image below with red line. Blender 3.0 will crash. ![image.png](image.png) Additional Info: Removing output attributes from previous modifier (Normal, Tangent, Factor, Random) - helps to get rid of the crash. Minimal Blend file: [JoinNodeCrash16.blend](JoinNodeCrash16.blend)
[ "Geometry nodes crash involving point translation and points to volume\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: AMD Radeon RX 5700 XT ATI Technologies Inc. 4.5.14830 Core Profile Context 21.4.1 27.20.21002.112\n\nBroken: version: 3.0.0 Alpha\nWorked: Unknown.\nCannot open reference file in stable (crashes immediately). \nMy oldest 3.0 from 2021-08-01 (`836aeebf7077`) also has the issue.\n\nBlender crashes in certain setups involving point translation and points to volume.\n\n- Open .blend file\n- Connect \"Crash\" node with Reroute\n\nUpon some more testing I found that there are more specific values or ranges that cause the problem, when using the power node one is around 2 to the power of 24.003.\nKnowing values that crash, the attribute fill node can be used:\n\n![image.png](image.png)\n[attribute-fill.blend](attribute-fill.blend)\n[attribute-power.crash.txt](attribute-power.crash.txt)", "Regression: Crash with boolean modifier\nOperating system: Fedora Linux 36 (Workstation Edition)\nGraphics card: Nvidia Geforce RTX 3080\n\nBroken: 3.2.1, 3.3 alpha\nWorked: 3.1\n\nCrash with boolean modifier\n\n- Open .blend file\n- In boolean modifier tab -> select `dot cutter` for boolean operation\n[yin_yang-v1.blend](yin_yang-v1.blend)\noriginal file: [F13292564](yin_yang.blend)", "Bake fluid domain simulation crashes when using a depsgraph poll\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 2070 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 462.59\n\nBroken: version: 2.92.0\n\nWhen using bpy.context.evaluated_depsgraph_get() in a poll and then baking a fluid blender crashes\n\n1. use the provided file with a fluid prepared to bake data or create a fluid domain and a fluid source\n[mantaflow.blend](mantaflow.blend)\n\n2. make sure the chace type is set to modular\n![image.png](image.png)\n\n3. run the simple operator script (should come with the blend file)\n[operator_simple.py](operator_simple.py)\n\n4. press the bake Data in the Fluid domain settings and blender should crash\n![image.png](image.png)\n\n\n", "Modifiers which deform spline points propagate across all users of the same data unexpectedly\nVersion: 2.81 build Oct 23 (Linux 64)\n\nWhen a Curve Object Modifier uses the \"Apply On Spline\" setting, it seems to affect the curve data directly. This means that if a curve data block is used by multiple objects, a modifier on one of those objects will affect all the others.\n\n[curve_modifier_bug.blend](curve_modifier_bug.blend)\n\nTo reproduce, open and inspect the attached file. Notice that the objects on the left both have deformation modifiers, while their clones on the right do not. However, the curve object still appears to be modified because it uses the same data as the modified curve object. This is not how modifiers are supposed to behave. \n\nThe expected behavior is demonstrated by the two mesh objects. Like the curve objects, they also share the same data, but the effect of the modifier is limited to the owner of the modifier.", "Geometry Nodes socket is not showing relevant value info for current modifier\nOperating system: win 10\nGraphics card: 1050 ti\n\nBroken: 3.3.0 beta\n\nUsing many modifiers with the same GN node tree (multiple users) has some issue with data updating.\nIf you bring cursor over socket to see its value, then it shows only data from first GN modifier, no matter what modifier is selected at the moment. Seems to be only interface problem, as internally processed data is correct.\n\nIn attached file bring cursor over orange socket (Object type) and it will show same object for both modifiers, when in fact they are different.\n[socket_info_issue.blend](socket_info_issue.blend)", "Hotkeys conflict between Shader Nodes, Compositing Nodes, GeoNodes and Texture Node Editor.\nOperating system: Windows-10-10.0.17763-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.68\n\nBroken: version: 2.93.6\n\nI have hotkeys on frequently used nodes in shader editor. When I switch to Compositing, first of all I have hotkeys already assigned to similar nodes (I did it in shader editor, but they are automatically assigned in compositing). Secondly, I get an error in Compositing - Not a shader or geometry node tree.\n\n1) Apply the \"I\" button to the \"Invert\" node in the shader editor\n2) Switch to Compositing or Texture Node Editor\n3) Call the invert node with the I button\n\nYou get the following error \n```\nPython: Traceback (most recent call last):\n\nFile \"D:\\BF_daily_build\\2.93.0\\blender-2.93.7-candidate+v293.4ec6cc412d7f-windows.amd64-release\\2.93\\scripts\\startup\\bl_operators\\node.py\", line 138, in invoke\n result = self.execute(context)\nFile \"D:\\BF_daily_build\\2.93.0\\blender-2.93.7-candidate+v293.4ec6cc412d7f-windows.amd64-release\\2.93\\scripts\\startup\\bl_operators\\node.py\", line 129, in execute\n self.create_node(context)\nFile \"D:\\BF_daily_build\\2.93.0\\blender-2.93.7-candidate+v293.4ec6cc412d7f-windows.amd64-release\\2.93\\scripts\\startup\\bl_operators\\node.py\", line 92, in create_node\n node = tree.nodes.new(type=node_type)\n\nRuntimeError: Error: Cannot add node of type ShaderNodeInvert to node tree 'Geometry Nodes'\n\nNot a shader node tree\n\nlocation: <unknown location>:-1\n```\nbandicam_2021-11-26_16-53-56-020.mp4\nNode_Conflict.blend\n\n", "Crash with certain file. Sculpt mode. Vertex color fill + edge.\nOperating system: Windows-8.1-6.3.9600-SP0 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40\n\nBroken: version: 2.93.0 Alpha\n\nWhen I try to apply vertex color Fill (Sculpt mode) on edge in this particular file, I get crash\nAnd all fine for shapes/triangle.\n\n[VC + edge crush.blend](VC___edge_crush.blend)\n\n[debug_logs.7z](debug_logs.7z)\n", "GPU Subdivision: Crash on applying Subdivision Surface Modifier\nOperating system: Win 10 22H2 10.0.19041\nGraphics card: Intel® HD Graphics 5500 Driver version: 20.19.15.5171\n\nBroken: All versions after 2.93.11\nWorked: 2.93.11\n\nBlender crashes when applying the Subdivision Surfaces modifier. Tested with various different geometries (meshes, NURBS)\nCrash probably occurs with old intel GPUs\n\n- Start Blender\n- Apply SS modifier to cube OR delete cube, add another object (cube? lol), add modifier to that", "Suspected asset library crash by `json_sax_dom_parser`\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.68\n\nBroken: version: 3.5.1\n\nI dont completely know why but blender crashes very often for me.\nIts doing something no idea what it is doing.\nSorry for being vague, but it seems to mostly happen when i have the viewport set to cycles render and i am trying to modify materials, in the shader editor.\n\n", "Render crash when using Python API to modify object Attribute data in frame_change_pre handler\nOperating system: Windows 10 Home\nGraphics card: GTX 1070 8GB\n\nBroken: Blender 2.93.0 84da05a8b806 (2021-06-02 11:21)\nWorked: n/a\n\n\nThis issue was discovered during development of an addon that generates procedural meshes in a `frame_change_pre` handler. When adding attributes to these meshes in the `frame_change_pre` handler, Blender can crash during render on random frames.\n\nThe `Render → Lock Interface` option is enabled as per the note in the [handlers documentation ](bpy.app.handlers.html#note-on-altering-data).\n\nI have created a simplified script that reproduces this crash during render, typically within a minute of starting the render. This script randomly generates triangles and attribute values in a frame change handler:\n\n```lines=5\nimport bpy, random\n\n\ndef frame_change_pre(scene):\n n_triangles = 10000 # number of triangles to generate\n n_attributes = 10 # number of attribute 'layers' to generate\n \n tsize = 0.1\n vertices = []\n triangles = []\n for i in range(n_triangles):\n xshift, yshift, zshift = random.uniform(-3, 3), random.uniform(-3, 3), random.uniform(-3, 3)\n vertices.append((-tsize + xshift, -tsize + yshift, zshift))\n vertices.append((tsize + xshift, -tsize + yshift, zshift))\n vertices.append((0 + xshift, tsize + yshift, zshift))\n triangles.append((3 * i, 3 * i + 1, 3 * i + 2))\n\n object = bpy.data.objects[\"Cube\"]\n object.data.clear_geometry()\n object.data.from_pydata(vertices, [], triangles)\n \n for i in range(n_attributes):\n attribute_name = str(i)\n try:\n object.data.attributes.remove(object.data.attributes.get(attribute_name))\n except:\n pass\n \n attribute = object.data.attributes.new(attribute_name, \"FLOAT\", \"POINT\")\n for value in attribute.data:\n value.value = random.uniform(0, 1)\n \n \nbpy.app.handlers.frame_change_pre.append(frame_change_pre)\n```\n\nIncreasing the number of triangles and/or number of attribute layers seems to increase the frequency of crashes. The crashes do not seem to occur when rendering from the command line.\n\nThis is the error reported after the crash:\n\n```\nError : EXCEPTION_ACCESS_VIOLATION\nAddress : 0x00007FF7736C6490\nModule : blender.exe\nThread : 00000814\n```\n\nAttached is the crash log: [attribute_crash_example.crash.txt](attribute_crash_example.crash.txt)\n\n\nAttached is a .blend file including the script that reproduces this issue.\n\n1. Open the .blend file\n2. Press 'Run Script'\n3. Begin rendering the animation (Blender > Render > Render Animation)\n\n[attribute_crash_example.blend](attribute_crash_example.blend)\n\n-----\nSeems easier to reproduce on a debug build since it hits an assert (although i'm not sure who is at fault there, could be the script, could be blender, @HooglyBoogly will likely know since he worked in this area recently) \n\n1) Make a debug build\n2) Load up the .blend above\n3) Hit the Play button on the Python script\n4) Rather than render, just his play on the timeline\n5) Boom!\n\n```lines=10\nBLI_assert failed: K:\\BlenderGit\\blender\\source\\blender\\blenkernel\\intern\\mesh_normals.cc:361, BKE_mesh_vertex_normals_ensure(), at 'CustomData_has_layer(&mesh->vdata, CD_NORMAL) || mesh->totvert == 0'\n\nStack trace:\nblender.exe :0x00007FF783355EA0 bli_windows_system_backtrace_stack_thread K:\\BlenderGit\\blender\\source\\blender\\blenlib\\intern\\system_win32.c:233\nblender.exe :0x00007FF783354F30 BLI_windows_system_backtrace_stack K:\\BlenderGit\\blender\\source\\blender\\blenlib\\intern\\system_win32.c:320\nblender.exe :0x00007FF783354900 BLI_system_backtrace K:\\BlenderGit\\blender\\source\\blender\\blenlib\\intern\\system_win32.c:386\nblender.exe :0x00007FF783359730 _BLI_assert_print_backtrace K:\\BlenderGit\\blender\\source\\blender\\blenlib\\intern\\BLI_assert.c:50\nblender.exe :0x00007FF777848300 BKE_mesh_vertex_normals_ensure K:\\BlenderGit\\blender\\source\\blender\\blenkernel\\intern\\mesh_normals.cc:361\nblender.exe :0x00007FF7778467E0 BKE_mesh_calc_normals K:\\BlenderGit\\blender\\source\\blender\\blenkernel\\intern\\mesh_normals.cc:475\nblender.exe :0x00007FF77951DC80 ED_mesh_update K:\\BlenderGit\\blender\\source\\blender\\editors\\mesh\\mesh_data.c:1106\nblender.exe :0x00007FF77885B520 Mesh_update_call K:\\BlenderGit\\2022_full_with_tests\\source\\blender\\makesrna\\intern\\rna_mesh_gen.c:7350\nblender.exe :0x00007FF778528720 RNA_function_call K:\\BlenderGit\\blender\\source\\blender\\makesrna\\intern\\rna_access.c:7336\nblender.exe :0x00007FF778A024F0 pyrna_func_call K:\\BlenderGit\\blender\\source\\blender\\python\\intern\\bpy_rna.c:6304\npython310_d.dll :0x00007FFA32E09B40 _PyObject_MakeTpCall E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Objects\\call.c:215\npython310_d.dll :0x00007FFA330F0690 _PyObject_VectorcallTstate E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Include\\cpython\\abstract.h:112\npython310_d.dll :0x00007FFA330F0C90 call_function E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Python\\ceval.c:5870\npython310_d.dll :0x00007FFA330E37B0 _PyEval_EvalFrameDefault E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Python\\ceval.c:4232\npython310_d.dll :0x00007FFA330F0350 _PyEval_Vector E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Python\\ceval.c:5072\npython310_d.dll :0x00007FFA32E08510 _PyFunction_Vectorcall E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Objects\\call.c:342\npython310_d.dll :0x00007FFA32E0EAC0 _PyObject_VectorcallTstate E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Include\\cpython\\abstract.h:114\npython310_d.dll :0x00007FFA32E0ED10 method_vectorcall E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Objects\\classobject.c:53\npython310_d.dll :0x00007FFA330F0690 _PyObject_VectorcallTstate E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Include\\cpython\\abstract.h:115\npython310_d.dll :0x00007FFA330F0C90 call_function E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Python\\ceval.c:5870\npython310_d.dll :0x00007FFA330E37B0 _PyEval_EvalFrameDefault E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Python\\ceval.c:4183\npython310_d.dll :0x00007FFA330F0350 _PyEval_Vector E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Python\\ceval.c:5072\npython310_d.dll :0x00007FFA32E08510 _PyFunction_Vectorcall E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Objects\\call.c:342\npython310_d.dll :0x00007FFA32E07FD0 PyVectorcall_Call E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Objects\\call.c:255\npython310_d.dll :0x00007FFA32E086F0 _PyObject_Call E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Objects\\call.c:290\npython310_d.dll :0x00007FFA32E07680 PyObject_Call E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Objects\\call.c:318\nblender.exe :0x00007FF778A12F20 bpy_app_generic_callback K:\\BlenderGit\\blender\\source\\blender\\python\\intern\\bpy_app_handlers.c:354\nblender.exe :0x00007FF776ECF220 BKE_callback_exec K:\\BlenderGit\\blender\\source\\blender\\blenkernel\\intern\\callbacks.c:51\nblender.exe :0x00007FF776ECF400 BKE_callback_exec_id K:\\BlenderGit\\blender\\source\\blender\\blenkernel\\intern\\callbacks.c:67\nblender.exe :0x00007FF7776D5C60 BKE_scene_graph_update_for_newframe_ex K:\\BlenderGit\\blender\\source\\blender\\blenkernel\\intern\\scene.c:2648\nblender.exe :0x00007FF7776D5C10 BKE_scene_graph_update_for_newframe K:\\BlenderGit\\blender\\source\\blender\\blenkernel\\intern\\scene.c:2712\nblender.exe :0x00007FF778A46A10 ED_update_for_newframe K:\\BlenderGit\\blender\\source\\blender\\editors\\screen\\screen_edit.c:1729\nblender.exe :0x00007FF778A70B30 screen_animation_step_invoke K:\\BlenderGit\\blender\\source\\blender\\editors\\screen\\screen_ops.c:4754\nblender.exe :0x00007FF777D74A30 wm_operator_invoke K:\\BlenderGit\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c:1339\nblender.exe :0x00007FF777D6FE10 wm_handler_operator_call K:\\BlenderGit\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c:2340\nblender.exe :0x00007FF777D72F10 wm_handlers_do_keymap_with_keymap_handler K:\\BlenderGit\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c:2693\nblender.exe :0x00007FF777D720D0 wm_handlers_do_intern K:\\BlenderGit\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c:3020\nblender.exe :0x00007FF777D70B70 wm_handlers_do K:\\BlenderGit\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c:3161\nblender.exe :0x00007FF777D6A440 wm_event_do_handlers K:\\BlenderGit\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c:3775\nblender.exe :0x00007FF777D3EB60 WM_main K:\\BlenderGit\\blender\\source\\blender\\windowmanager\\intern\\wm.c:642\nblender.exe :0x00007FF776EB2C60 main K:\\BlenderGit\\blender\\source\\creator\\creator.c:564\nblender.exe :0x00007FF7837A1B00 invoke_main d:\\a01\\_work\\20\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_common.inl:79\nblender.exe :0x00007FF7837A18B0 __scrt_common_main_seh d:\\a01\\_work\\20\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_common.inl:288\nblender.exe :0x00007FF7837A1890 __scrt_common_main d:\\a01\\_work\\20\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_common.inl:331\nblender.exe :0x00007FF7837A1BC0 mainCRTStartup d:\\a01\\_work\\20\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_main.cpp:17\nKERNEL32.DLL :0x00007FFAE8F27020 BaseThreadInitThunk\nntdll.dll :0x00007FFAE9062630 RtlUserThreadStart\n\n```\n\n", "Merge By Distance Node breaks Motion Blur in Cycles\nOperating system: Win 10 Pro / Version: 10.0.19043 Build 19043\nGraphics card: Nvidia 3080Ti / Driver Ver: 511.79\n\nBroken: 3.1.0 Stable & 3.2 master_f6b73966101d\n\n\n\nGeometry Nodes -> Merge By Distance Node breaks motion blur in Cycles. Works fine in EV. \n\n\n1: Take a mesh, split edges, \n2. Set Position to give faces motion along their normal vector, \n3. Extrude Mesh by faces, \n4. Join Geometry with original faces, \n5. Merge By Distance\n6. Render in cycles with Motion Blur, Mesh Explodes. Now Remove Merge By Distance and render again.\n\n![MotionBlurCyclesGeoNodes.png](MotionBlurCyclesGeoNodes.png)\n[MBTest.blend](MBTest.blend)", "Joining objects can create more customdata layers (e.g. UVMaps) than allowed, can eat huge amounts of RAM, bloats the filesize\nOperating system: Linux-6.1.18-200.fc37.x86_64-x86_64-with-glibc2.36 64 Bits, WAYLAND UI\nGraphics card: AMD Radeon Graphics (renoir, LLVM 15.0.7, DRM 3.49, 6.1.18-200.fc37.x86_64) AMD 4.6 (Core Profile) Mesa 22.3.7\n\nBroken: version: 4.0.0 Alpha\nWorked: never\n\nJoining objects can create more customdata layers (e.g. UVMaps) than allowed.\nWhile there is no hard limit for UV layers (yet), we usually restrict this to 8 from the UI.\nWhy can this be a problem?\n\nSee reports #111564, #71823, #96926\n\nJoining many (hundreds or thousands -- which is not uncommon for CAD data) small objects with uniquely named UV layers will result in many, many UV layers (not only UVs, other customdata layers / attributes may be affected as well, but encountered most frequently for those), each then taking up memory/space for the whole -- now possibly very large -- mesh.\n\nThis will - unexpectedly - bloat up the filesize tremendously, also take up huge amounts of RAM for the joining operation, leading to possible crashes.\nThis is also not actually supported for UVMaps (the UI limit/restriction of 8 is there for a reason since e.g. Eevee, probably Cycles, too, dont handle more then 8).\n\n- open `uv_maps_on_merge_single_user_mesh_unique_uv_layer_names.blend` (1.6MB)\n- join all objects, save (file is now 3.8MB, the joined object has 121 UVmaps)\n- the problem gets much worse if the resulting object is larger and/or if object count increases\n\n", "Geometry Nodes: Evaluate node tree for get dependencies\n/ in a progress /", "Connect failed in certain case\nWin8 64bit | GTX680 \n\nBroken: 2.71.6 a0b3604\n\nWhen select two vertices and press J to connect, it fails to add vertices to edges in between.\n\nPlease see the attached case for example. Thanks for checking.\n\n![connect.png](connect.png)\n\n[vertex_connect.blend](vertex_connect.blend)", "Animated Values in Node Trees and Geometry Nodes Modifier are not distinguishable \nOperating system: all\nGraphics card: all\n\nBroken: blender-3.0.0-alpha+master.12e8c783535c and below\n\nHello dear Blender devs,\nHello dear Geometry Nodes developers and maintainers,\n\nI did wait some time before reporting this as a \"bug\" as from some perspective this might sound like a feature request. But as there are some, to users unidentifiable names used, I guess this is may very well count as a bug.\n\nWhen working in Geometry nodes it is important to be able to keyframe some values and properties to achieve more controlled and art directable Animation of the Asset. While the setting of keyframes works really well, it gets really complicated to tell the different animation channels apart as they neither show the nodes name nor the nodes Label.\n\n\nOpen attached file, try to figure out which graph in the editor belongs to which Node.\n[geonodes_01.blend](geonodes_01.blend)\n\nFor simplification I added three screenshots each showing one of the three cases I could Isolate where this bug appears:\n![animated_nodes.jpg](animated_nodes.jpg)\n1.) Animating Node Values in the Geometry Nodes Tree\n\n\n![exposed_nodes.jpg](exposed_nodes.jpg)\n2.) Animating Exposed Custom Properties of the Geometry Nodes Modifier\n\n\n![shader_nodes.jpg](shader_nodes.jpg)\n3.) Animating Node Values inside the Shader Graph.\n\n\nThank you in advance for your evaluation of this bug report\n\nAlex / zuggamasta" ]
[ "Naming attribute in multiple geometry nodes modifier causes blender to crash \nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1050/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 466.11\n\nBroken: version: 3.0.0\n\nWhen I stack up multiple geometry node modifiers with node groups similar to the one below and try to rename the output attributes then blender crashes. \n![output attribute bug.png](output_attribute_bug.png)\nthis is the error from the console\n![crash report.jpg](crash_report.jpg)\n\n1. open this blend file: [output attribute bug.blend](output_attribute_bug.blend) or set up the same node group from the picture above\n2. Duplicate the geometry nodes modifier up to 5 times\n3. Try to rename the output attributes in the modifier panel of each of the geometry nodes modifier and then blender crashes\n\n**Some things to note about this bug:**\n\n- The error only happens when the geometry being instanced are curve objects. mesh works just fine.\n- The attribute output does not need to be connected to anything. Just that they must be named in the modifier panel and they must be at least two outputs beyond just the geometry output.\n- The bug goes away when the Realize Instance node is removed.\n- The crash is triggered when you duplicate the geo nodes modifier and try to rename the output. (It does not matter if it's duplicated or a new node group. as long as it meets the criteria above it will eventually crash)\n- The previous step must be repeated like 2 to 3 (at most 5) times before there’s a crash (at least on my end).\n- I can stack the same geometry nodes modifier with the same node group over and over as many times as I like. The crash only happens when I try to enter the name of the output attribute in the modifier panel.\n\n" ]
Blender Cycles standalone does not properly read/enable sample clamping from XML Problem is that sample clamping is read, but not enabled after that - xml_read_integrator method is missing something like this: state.scene->film->use_sample_clamp = integrator->sample_clamp_direct != 0 || integrator->sample_clamp_indirect != 0;
[ "Compiling shaders for Eevee locks up the viewport until the process is complete (MacOS)\nOperating system: macOS-11.2.3-arm64-arm-64bit 64 Bits\nGraphics card: Apple M1 Apple 4.1 Metal - 71.0.7\n\nBroken: version: 2.93.0 Beta\nWorked: I don't believe this has ever been good on the Mac platform\n\nWhen working in a heavy scene (the spring or barbershop demo, for example), the UI will \"beach ball\" or lock up while blender calculates Eevee shaders. On a pc, these calculations don't appear to lock up the interface the way it does on Mac. The expected behavior would be that the UI remains responsive at all times.\n\nOpen the Spring or Barbershop demos. Switch the viewport to full Eevee interactive rendering. The UI will lock up while Blender calculates the shaders. Once this process is complete, the viewport will return to normal behavior.\n\n", "Improvement ideas for using Driver Context Properties to access scene custom properties\nThe #105132 pull request introduces access to properties of the current scene and view layer via an implicit rather explicit reference.\n\nThe existing implementation is perfectly fine for built-in properties, but I have some additional ideas aimed at making it easier and more convenient to allow scene-global custom settings via custom properties.\n\nBasically, since the properties have to be added by the user, it would be convenient to support the case when it doesn't exist. It also may be nice to allow setting overrides at several different levels of abstraction.\n\nThus:\n\n* Allow an optional default value that would be returned by the variable if the referenced property doesn't exist, instead of failing with an error.\n\n* Allow fallback from Layer to Scene, and then World: one World can be used by multiple Scenes, which can have multiple Layers.\n\nSince this all only makes sense for *custom* properties, maybe it can be a new mode specifically aimed at them, e.g. some kind of \"Layer/Scene/World Custom Property\", which has options for the custom property name (without the `[\"...\"]` quoting), channel index (for vectors), and default value.\n\nThese are things missing for the new driver things to fully cover the features of the View Layer mode of the Attribute material node.", "Cycles Regression: Changing \"Start Samples\" in denoiser resets viewport render\nOperating system: Linux-5.14.0-3-amd64-x86_64-with-glibc2.32 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 495.29.05\n\nBroken version: 3.0.0 Alpha\nWorked: Prior to Cycles-X merge\n\nChanging the `Start Samples` value for the viewport denoiser resets the viewport rendering. This did not happen prior to the Cycles-X merge.\n\n1. Create a scene that has noticeable amounts of noise in Cycles.\n2. Enable viewport denoising.\n3. Enter rendered viewport mode.\n4. Change the `Start Samples` value of the viewport denoiser. You will notice that viewport rendering will reset back to 1 sample. This did not happen prior to the Cycles-X merge.", "Incorrect parent tree when exporting and importing scene with multiple rigged objects\nArch GNU+Linux, Kernel 4.18.5\n\nBroken: 2.79.6, Git 19c65cd (branch master)\nWorked: None that I'm aware of\n\n\nIf you have a scene with multiple rigged objects, the armatures and meshes are incorrectly parented upon exporting then importing them. Rather than there being two armatures at the root of the scene with each one containing a single mesh, there will be (if you have two objects) one armature at the root, the other armature as a child of it, with both meshes attached to the inner-most armature.\n\nNote that this certainly seems to be a fault of the importer and not the exporter: I've manually reviewed the exported model and it appears fine. Additionally, upon attempting to import a Collada file generated by custom software I've got the exact same problem as importing the file generated by Blender.\n\n\nStart with an empty scene, and create a cube. Add a single bone. Make the cube a child of the bone, using the armature deform with automatic weights option (not using any weights prevents this problem from occurring).\n\nRepeat this a second time.\n\nExport the scene as a Collada file.\n\nOpen a new instance of Blender, and import the scene with Collada.\n\nThe objects will have incorrect parents, and this has consistently occurred each time I have tried it:\n\nHere are the screenshots of the scene, before exporting (matches attached blend file): ![Screenshot_20180904_165511.png](Screenshot_20180904_165511.png)\n\nAnd after export/import: ![Screenshot_20180904_165717.png](Screenshot_20180904_165717.png)\n\nSample Blender file before export: [expimptest.blend](expimptest.blend)", "Workbench/Solid : Texture interpolation not displaying properly in viewport (shared across all users of an image)\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.18\n\nBroken: version: 3.5.0\nWorked: --\n\nLow resolution textures are no longer being correctly displayed as a sharp graphic in the viewport when the texture interpolation is set to \"closest\" in the material shader.\n\nfeature works as intended in rendered view so long as Eevee or Cycles is selected. Workbench does not work as intended in rendered view.\n\nplace object into scene. Locate a low resolution asset such as pixel art and map the texture to the object. \n\ntextures have always appeared blurry at first in the viewport but common pixel art practice is to set the interpolation from \"linear\"(or whichever is set to default) to \"closest\"\n\nWe have 4 materials each having individual Image Texture nodes (but all using the same image).\n\nIf you take the example file, and set Interpolation to Closest on all of them, you'll get it working in the viewport as well.\n\n", "Inconsistent Limitations of Instances in Geometry Nodes\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15\n\nBroken: version: 3.2.0 Alpha\n\nIt's not clear what operations can or can't be done to an instance, eg. Extrude and Scale Element, Dual Mesh, Triangulate etc all work fine but Set Position doesn't. \n\nSorry for the complex file but I wanted to leave in all the nodes I'd been through before realising that I was working an Instance still.\nThe Set Position node was the first one in that line that gave me any indication that I was still on an instance.\n\n[12 Marching Squares.blend](12_Marching_Squares.blend)\n", "Occasional render glitches when using simulation zones on an object without a material.\nThis bug has an easy workaround, mostly posting this so anyone running into the same issue knows the solution.\n\nOperating system: Linux-5.15.0-79-generic-x86_64-with-glibc2.35 64 Bits, X11 UI\nGraphics card: NVIDIA GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 530.30.02\n\nBroken: version: 3.6.2\nWorked: N/A, 3.6 is the first version with simulation nodes.\n\nIn Eevee, rendering an object with a simple simulation zone applied in geometry nodes and no material assigned to the object results in some rendered frames being blank or displaying odd glitches.\n\nThe workaround is to simply assign a material to the object.\n\nCheck out the attached .blend file for reproduction.\n\n", "Error reporting in modifiers\n[D11591: Alembic: import arbitrary attributes](D11591) adds some error reporting for attribute reading. It would be nice to formalize this, and extend it to be applicable in other areas, Alembic I/O or otherwise.\n\nOne area of improvement would be to stop outputting to the console while telling users to look it: on some platform, or depending on how Blender was started, there may not be a console readily available, and Blender would need to be restarted with a console.\n\nThis can fixed by using `ReportLists` where applicable.\n\nFurther, modifiers should have the ability to carry multiple error messages as multiple things can go wrong (e.g. if multiple attributes could not be imported, we should have one error per attribute). This would be the responsability of modifier type. [D15492: Modifiers: add a callback to copy the error message](D15492) introduces some API for modifiers to manage their own errors.\n\n----------------\n\n**Discussion summary**\n\nRather than [D15492](D15492), extend `ModifierData` with an optional `ReportList*` which would help differentiate between info/warning/error, and have it all displayed in the UI generically.\n\nSee [P3197](P3197.txt) for a quick implementation. Here is an example, based on [D11591: Alembic: import arbitrary attributes](D11591):\n\n![Capture d’écran_2022-09-15_20-07-07.png](Capture_d_écran_2022-09-15_20-07-07.png)", "Add Driver : Clicking the pickers (object / input variable) dont work\nBroken:2.80, 4c31bed6b46, blender2.8, 2018-11-30\n\nClicking the object picker in the `Add Driver` should enter object picking mode, but does nothing.\n![Peek 2019-07-09 10-48.gif](Peek_2019-07-09_10-48.gif)\n\nBased on the default startup :\n- Select the **Cube**\n- Right click on **Location/X** and **Add a Driver**\n- Into **Object field**, click on the **picker**\n\n\n> In #58341#702152, @angavrilov wrote:\n> This happens because `ui_context_rna_button_active` within operators and poll functions invoked for the popover UI elements can't find the actual UI control in the popover, and instead returns the property UI control through the context menu of which the popover was invoked. It seems there is a big issue with context and region management in some popovers, and may require a fix in the UI core rather than a specific operator.\n> \n> Edit: Note that this issue is different from the picker attached to the Add Input Variable - that one is simply not (re-)implemented yet to work with the new way Add Driver works.\n\n\nEven though `Object` picker vs `Input Variable` picker are slightly different issues, will keep them together here since from a user perspective this is so tightly related.", "--addons does not enable the relative addon checkbox\nWindows 7\n\nBroken: 2.79\n\nBy using [--addons ](https:*docs.blender.org/manual/en/dev/advanced/command_line/arguments.html)*add-on*, the checkbox in the UI of*Blender User Preferences*\"Add-ons\" page is not enabled for*add-on//.\n\n - type `.\\blender.exe --addons mocap`\n - open *User Preferences*\n - click *Animation* under *Categories*\n - search for *Animation: Motion Capture Tools*\n - verify the checkbox is not enabled for this addon", "No Vector Displacement On Instances\nWindows 10 x64\n\n2.79.4\n\nVector displacement doesnt work with instances, It mirrors the displacement on the first object, Im sure this is working as intended but there are many cases where you need to displace actual instances as well.\n\nHaving a checkbox somewhere to enable instance displacement would be amazing\n\n\n\n![blender_2018-07-27_22-07-02.png](blender_2018-07-27_22-07-02.png)\n\n[instances.blend](instances.blend)\n", "Uncheck Save Copy freezes on next render - Mutex is still locked\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 452.06\n\nBroken: version: 2.91.0 Alpha\n2.90.1 and 2.83.5 have the same behavior\n\nWith default scene :\nWhenever I try to save a render, I uncheck both save as render and save copy, the next time I hit render, blender will freeze.\n- Unticking save as render only does not seem to create the freezes, however the option is not saved, I have to manually uncheck it every time.\n\nNew file : \n- Save file\n- Hit render\n- Save as\n- Uncheck Save as Render and Save Copy\n- Save.\n- Hit Render again = freeze\n\n\n", "Depsgraph - Dependency Cycle - concurrency issue leading to memory after use errors.\nDisclaimer: This is a very elusive 'bug'. I stumbled on it after making changes in a completely unrelated area (liboverrides diffing code in fcddb7cda7). Artificially raising the amount of threads seems to make it more easily reproducible though.\n\nReproducible fairly consistently on my machine with Sprites production file `110_0010_A.anim.blend` version `r2747`. This file contains dependency loops, which as far as I understand makes depsgraph fail to fully handle dependencies between updates, leading to some data being freed while/before it is used from another ID.\n\nNot sure how much we support these dependency loops cases, but think crashes at least should not be accepted here?\n\n--------------------------------\n\nHere is a small patch I used to debug:\n\n```\ndiff --git a/source/blender/blenkernel/intern/object_update.cc b/source/blender/blenkernel/intern/object_update.cc\nindex 625aa666023..7f1f4a1b4d2 100644\n--- a/source/blender/blenkernel/intern/object_update.cc\n+++ b/source/blender/blenkernel/intern/object_update.cc\n@@ -376,6 +376,20 @@ void BKE_object_select_update(Depsgraph *depsgraph, Object *object)\n if (object->type == OB_MESH && !object->runtime.is_data_eval_owned) {\n Mesh *mesh_input = (Mesh *)object->runtime.data_orig;\n std::lock_guard lock{mesh_input->runtime->eval_mutex};\n+\n+ BLI_assert(mesh_input->runtime->mesh_eval != nullptr);\n+ BLI_assert(mesh_input->runtime->mesh_eval == static_cast<Mesh *>(object->data));\n+ if (mesh_input->runtime->mesh_eval != static_cast<Mesh *>(object->data)) {\n+ printf(\n+ \"%s: mesh_input->runtime->mesh_eval (%p) of %s does not match object->data (%p) of \"\n+ \"%s\\n \",\n+ __func__,\n+ mesh_input->runtime->mesh_eval,\n+ mesh_input->id.name,\n+ object->data,\n+ object->id.name);\n+ }\n+\n BKE_object_data_select_update(depsgraph, static_cast<ID *>(object->data));\n }\n else {\n```\n\nThe interesting part of the error log with an ASAN build:\n\n```lines=10\nDependency cycle detected:\n OBGEO-log_moss/MODIFIER(GeometryNodes) depends on\n GRfallen_log/GEOMETRY_EVAL_DONE() via 'Nodes Modifier'\n OBGEO-log_moss/GEOMETRY_EVAL() via 'Collection Geometry'\n OBGEO-log_moss/MODIFIER(GeometryNodes) via 'modifier stack order'\nDependency cycle detected:\n OBGEO-oak_slingshot-moss/GEOMETRY_EVAL() depends on\n OBGEO-oak_slingshot-moss/MODIFIER(GeometryNodes) via 'modifier stack order'\n GRPR-slingshot_tree/GEOMETRY_EVAL_DONE() via 'Nodes Modifier'\n OBGEO-oak_slingshot-moss/GEOMETRY_EVAL() via 'Collection Geometry'\nDetected 2 dependency cycles\n\nBLI_assert failed: source/blender/blenkernel/intern/object_update.cc:380, BKE_object_select_update(), at 'mesh_input->runtime->mesh_eval != nullptr'\nBLI_assert failed: source/blender/blenkernel/intern/object_update.cc:381, BKE_object_select_update(), at 'mesh_input->runtime->mesh_eval == static_cast<Mesh *>(object->data)'\nBKE_object_select_update: mesh_input->runtime->mesh_eval ((nil)) of MEPlane.029 does not match object->data (0x61c000286888) of OBGEO-oak_slingshot-moss\n\n =================================================================\n==404553==ERROR: AddressSanitizer: heap-use-after-free on address 0x61c0002868b0 at pc 0x000013bb005c bp 0x7f394ec88070 sp 0x7f394ec88068\nREAD of size 2 at 0x61c0002868b0 thread T137\n - 0 0x13bb005b in BKE_object_data_select_update /home/bastien/blender/src/source/blender/blenkernel/intern/object_update.cc:357\n - 1 0x13bb0a4d in BKE_object_select_update /home/bastien/blender/src/source/blender/blenkernel/intern/object_update.cc:393\n - 2 0x168103db in operator() /home/bastien/blender/src/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc:1532\n - 3 0x1684125a in __invoke_impl<void, blender::deg::DepsgraphNodeBuilder::build_object_data_geometry(Object*)::<lambda(Depsgraph*)>&, Depsgraph*> /usr/include/c++/12/bits/invoke.h:61\n - 4 0x1683a429 in __invoke_r<void, blender::deg::DepsgraphNodeBuilder::build_object_data_geometry(Object*)::<lambda(Depsgraph*)>&, Depsgraph*> /usr/include/c++/12/bits/invoke.h:111\n - 5 0x1683289f in _M_invoke /usr/include/c++/12/bits/std_function.h:290\n - 6 0x1696ceb0 in std::function<void (Depsgraph*)>::operator()(Depsgraph*) const /usr/include/c++/12/bits/std_function.h:591\n - 7 0x1696787c in evaluate_node /home/bastien/blender/src/source/blender/depsgraph/intern/eval/deg_eval.cc:101\n - 8 0x16967caf in deg_task_run_func /home/bastien/blender/src/source/blender/depsgraph/intern/eval/deg_eval.cc:119\n - 9 0x2f3f586c in Task::operator()() const /home/bastien/blender/src/source/blender/blenlib/intern/task_pool.cc:164\n - 10 0x2f3f9022 in tbb::internal::function_task<Task>::execute() /opt/lib/tbb/include/tbb/task.h:1059\n - 11 0x7f39bce4cff4 in tbb::internal::custom_scheduler<tbb::internal::IntelSchedulerTraits>::process_bypass_loop(tbb::internal::context_guard_helper<false>&, tbb::task*, long) (/opt/lib/tbb/lib/libtbb.so+0x2cff4)\n - 12 0x7f39bce4d382 in tbb::internal::custom_scheduler<tbb::internal::IntelSchedulerTraits>::local_wait_for_all(tbb::task&, tbb::task*) (/opt/lib/tbb/lib/libtbb.so+0x2d382)\n - 13 0x7f39bce32fb6 in tbb::internal::arena::process(tbb::internal::generic_scheduler&) (/opt/lib/tbb/lib/libtbb.so+0x12fb6)\n - 14 0x7f39bce4206f in tbb::internal::market::process(rml::job&) (/opt/lib/tbb/lib/libtbb.so+0x2206f)\n - 15 0x7f39bce4605b in tbb::internal::rml::private_worker::run() (/opt/lib/tbb/lib/libtbb.so+0x2605b)\n - 16 0x7f39bce46298 in tbb::internal::rml::private_worker::thread_routine(void*) (/opt/lib/tbb/lib/libtbb.so+0x26298)\n - 17 0x7f39ab0a7fd3 in start_thread nptl/pthread_create.c:442\n #18 0x7f39ab12866b in clone3 ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81\n\n0x61c0002868b0 is located 48 bytes inside of 1704-byte region [0x61c000286880,0x61c000286f28)\nfreed by thread T137 here:\n - 0 0x7f39bc6b76a8 in __interceptor_free ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:52\n - 1 0x2f43bbfa in MEM_lockfree_freeN /home/bastien/blender/src/intern/guardedalloc/intern/mallocn_lockfree_impl.c:117\n - 2 0x134f9b18 in BKE_id_free_ex /home/bastien/blender/src/source/blender/blenkernel/intern/lib_id_delete.c:168\n - 3 0x134f9b49 in BKE_id_free /home/bastien/blender/src/source/blender/blenkernel/intern/lib_id_delete.c:174\n - 4 0x1364372f in BKE_mesh_eval_geometry /home/bastien/blender/src/source/blender/blenkernel/intern/mesh.cc:1876\n - 5 0x1681190d in operator() /home/bastien/blender/src/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc:1561\n - 6 0x16841442 in __invoke_impl<void, blender::deg::DepsgraphNodeBuilder::build_object_data_geometry_datablock(ID*)::<lambda(Depsgraph*)>&, Depsgraph*> /usr/include/c++/12/bits/invoke.h:61\n - 7 0x1683a7bb in __invoke_r<void, blender::deg::DepsgraphNodeBuilder::build_object_data_geometry_datablock(ID*)::<lambda(Depsgraph*)>&, Depsgraph*> /usr/include/c++/12/bits/invoke.h:111\n - 8 0x16832ad5 in _M_invoke /usr/include/c++/12/bits/std_function.h:290\n - 9 0x1696ceb0 in std::function<void (Depsgraph*)>::operator()(Depsgraph*) const /usr/include/c++/12/bits/std_function.h:591\n - 10 0x1696787c in evaluate_node /home/bastien/blender/src/source/blender/depsgraph/intern/eval/deg_eval.cc:101\n - 11 0x16967caf in deg_task_run_func /home/bastien/blender/src/source/blender/depsgraph/intern/eval/deg_eval.cc:119\n - 12 0x2f3f586c in Task::operator()() const /home/bastien/blender/src/source/blender/blenlib/intern/task_pool.cc:164\n - 13 0x2f3f9022 in tbb::internal::function_task<Task>::execute() /opt/lib/tbb/include/tbb/task.h:1059\n #14 0x7f39bce4cff4 in tbb::internal::custom_scheduler<tbb::internal::IntelSchedulerTraits>::process_bypass_loop(tbb::internal::context_guard_helper<false>&, tbb::task*, long) (/opt/lib/tbb/lib/libtbb.so+0x2cff4)\n\npreviously allocated by thread T0 here:\n - 0 0x7f39bc6b83b7 in __interceptor_calloc ../../../../src/libsanitizer/asan/asan_malloc_linux.cpp:77\n - 1 0x2f43c32f in MEM_lockfree_callocN /home/bastien/blender/src/intern/guardedalloc/intern/mallocn_lockfree_impl.c:223\n - 2 0x134ede74 in BKE_libblock_alloc_notest /home/bastien/blender/src/source/blender/blenkernel/intern/lib_id.c:1101\n - 3 0x134edfdc in BKE_libblock_alloc /home/bastien/blender/src/source/blender/blenkernel/intern/lib_id.c:1113\n - 4 0x134ef71d in BKE_libblock_copy_ex /home/bastien/blender/src/source/blender/blenkernel/intern/lib_id.c:1274\n - 5 0x134e9788 in BKE_id_copy_ex /home/bastien/blender/src/source/blender/blenkernel/intern/lib_id.c:637\n - 6 0x13632b83 in BKE_mesh_copy_for_eval /home/bastien/blender/src/source/blender/blenkernel/intern/mesh.cc:1109\n - 7 0x122b0c00 in operator() /home/bastien/blender/src/source/blender/blenkernel/intern/DerivedMesh.cc:1130\n - 8 0x122c264c in operator() /opt/lib/tbb/include/tbb/task_arena.h:96\n - 9 0x7f39bce332b4 in tbb::interface7::internal::isolate_within_arena(tbb::interface7::internal::delegate_base&, long) (/opt/lib/tbb/lib/libtbb.so+0x132b4)\n #10 0x7fff66c6047f ([stack]+0x4b47f)\n```\n\nThis trace makes it pretty clear that `BKE_object_select_update` from object evaluation code accesses data that has been freed by Mesh evaluation code (`BKE_mesh_eval_geometry`).\n\nNote that skipping (returning) here does not help, since code will crash in another place then (like inside the `BKE_library_foreach_ID_link` call in `deg_validate_copy_on_write_datablock`).\n\n----------------------------\n\nPS: Also seems weird to me that freeing runtime `mesh_eval` in `BKE_mesh_eval_geometry` is not protected by a lock on `mesh->runtime->eval_mutex`?\n", "Support Scenes Overrides\nCurrently Scenes liboverrides are not really working, changes to its master collection will be lost, resync of scene itself is not possible when the override is the active scene, etc.\n\nSee e.g. #89963 (crash when library override is applied to an object)", "Application handler not executed when video sequencer contains a strip\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 462.59\n\nBroken: version: 2.93.4\n\nA registered handler for frame_change_post does not get executed while rendering an animation when there is a strip present in the video sequencer.\n\n1. Open the example file and turn on the system console\n2. Execute the example script present in the file\n3. Render an animation, note how you can see the handler getting called before each rendered frame in the console\n4. Add a strip to the video sequencer (for example a solid color)\n5. Render another animation, note how this time the handler doesn't get called per frame anymore\n6. Remove the strip again\n7. Render once more, note how it works again as expected\n\n**Example file**\n[bug_example.blend](bug_example.blend)\n" ]
[ "Cycles Standalone not respecting integrator sample_clamp_direct\nWindows 8.1 64-bit\n\nBroken: Latest git from the Cycles standalone repository. At this commit rCae057c51edfc85661574b0db5cf411b5d145ffbb\n\nCycles standalone does not clamp sampled values, regardless of the integrator's sample_clamp_direct value.\n\nCycles does respect this value when set through the blender UI in 2.77RC2. Only cycles standalone has this issue.\n\nAttached a short xml file to reproduce this in Cycles standalone. It contains a cube with an emission shader of strength 10, and sample_clamp_direct set to 0.5. This should produce a render of a gray cube, but instead it will render white.\n\n[scene_cube_test.xml](scene_cube_test.xml)\n" ]
Painting face sets with 'Automasking face sets Boundary On' results in 'spotty' faceset windows 11 gtx1080 Broken: version: 3.1.2 Worked: not sure Painting face sets with 'Automasking face sets Boundary On' results in 'spotty' faceset Remesh default cube (.04 or so) go to sculpt mode turn on facesets boundary paint facesets some faces not painted, resulting in 'spotty' faceset. see pic as this description isn't great.![faceset_bug.jpg](faceset_bug.jpg) Also happens with CTRL pressed **Edit: more info on the build**
[ "Visualized face normals are duplicated when Edit Cage is enabled in subdivision modifier (GPU subdivision turned OFF)\n### Simplified Report\n\nHaving Edit Cage on subdivision modifier enabled causes visualized face normals to be duplicated started from the origin. Here is a simplified file with a single face:\n\n![20220830-084513.png](20220830-084513.png)\n\n[editCageWrongNormalDisplay.blend](editCageWrongNormalDisplay.blend)\n\nThis issue exists back to 2.83.\n\n### Original Report\n\nOperating system: Ubuntu 22.04 LTS\nGraphics card: Nvidia Quadro M4000\n\nBroken: 2.93.10, 2.83\nWorked: Unknown.\n\n\"Flying\" normals everywhere\n\nI have not discovered a correlation. The alignment of the normal is random, it changes when you exit edit mode and return.![Screenshot from 2022-08-28 11-53-05.png](Screenshot_from_2022-08-28_11-53-05.png)\n\n![Screenshot from 2022-08-28 11-52-51.png](Screenshot_from_2022-08-28_11-52-51.png)\n\n![Screenshot from 2022-08-13 09-34-02.png](Screenshot_from_2022-08-13_09-34-02.png)\n\n![Screenshot from 2022-08-13 09-35-09.png](Screenshot_from_2022-08-13_09-35-09.png)\n\n![Screenshot from 2022-08-28 11-52-31.png](Screenshot_from_2022-08-28_11-52-31.png)\n\n![Screenshot from 2022-08-13 14-33-00.png](Screenshot_from_2022-08-13_14-33-00.png)", "Black Artifacts While Using Adaptive Subdivision\n{[F7718097](bug.png)}Operating system: Windows-10-10.0.18362 64 Bits\nGraphics card: GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 436.15\n\n\nBroken: version: 2.80 (sub 75)\n\n\nBlack artifacts on edges of geometry while using adaptive subdivision. I was trying to duplicate my workflow from other 3d software. Extruding geometry from 2d curves creates extra edges on the model. And extra edges create weird shadows on displacement.\n\nImport curve from dxf file. Use extrude Object Data > Geometry. Fill mode: Both. Use subdivision and displacement.\n\n[1.blend](1.blend)\n", "Draw Face Set brush bug\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 950M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40\n\nBroken: version: 3.0.0 Alpha\n\nDraw Face Set brush doesn't work properly and select faces randomly\n[DjHiCdF9fE.mp4](DjHiCdF9fE.mp4)", "Constrain axis always draws on top [covers mesh in unfavorable ways]\nThe mesh outline is not visible when extruding or moving along the axes. The axes overlap the faces of the mesh themselves, and because of this, it is not convenient to precisely position the extruded faces.\nIt exists on all versions of the 2.8x blender.\n![изображение.png](изображение.png)\nTo repeat the problem, you can select an edge in the editing mode and simply drag along the y axis. In this case, the contour will not be visible by how much it is moved from its actual position.\n![изображение.png](изображение.png)\n\n![изображение.png](изображение.png)\nWith the same action in 2.79, I see black the contours of the mesh as far as it changes when moving.\nBring it back as it was in 2.79", "Z-fighting in wireframe moded\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 432.00\n\nBroken: version: 2.90.1\nAlso tested with the latest 2.92 alpha build. Same results.\n\nI experience Z-fighting in wireframe mode when there are overlapping faces.\nWireframe mode should only render edges. Z-fighting indicates that faces are rendered too, but it only happens when they partially overlap.\n\nDuplicate the default cube and move it slightly in one axis, so that faces of the two cubes partially overlap. Switch to wireframe mode and you will see faces flickering where they overlap. You won't see it if the two cubes fully overlap by staying roughly in the same spot.\n\n[wireframe glitch.blend](wireframe_glitch.blend)\n", "Unify Interpolation In Vertex Paint And Sculpt Mode\nVertex paint squares colors when it interpolates, while the paint tools in sculpt mode do not. This should really be made consistent across both modes. \n\n\n", "Paint Mode: Color Fill Tools\nNOTE: This design is still under discussion and is incomplete.\n\n# Issue\n\nCurrently there are different implementations of filling a solid color while in a mode:\n- Fill Tool (Texture Painting)\n- Fill operator (Vertex Paint Mode)\n- Color Filter (Sculpt Mode)\n\nThis needs to be reworked for consistency and to ensure more convenient and efficient workflows.\n\n# Requirements\n\nThere are certain broader features that will be required, no matter how the design of color filling looks like:\n- Fill everything that is not masked\n- Gradual Fill (Not full strength)\n- Fill via gestures (Box, Lasso, Line, Polyline)\n- Fill entire UV-islands, mesh-islands, face sets\n- Fill faces instead of pixels\n\nThere is also the common use of gradients and expand. This should be further notes down in #99770.\n\n# Goal\n\n### Key Problem\n\nThere are many different ways to give all of these tools to the user.\nWhat we should avoid is to have a large set of tools or tool settings scattered throughout the UI.\nThis is already an observable problem with the existing gesture and filter tools in sculpt mode:\n- None of the tools have shortcuts\n- Picking the tool, tool-type and adjusting the settings is time consuming\n- Each tool has their own disconnected settings\n\n### Conclusion\nWe should aim for a more systematic approach.\nAll of the requirements need to be easy to understand and access.\nThat is easier to accomplish if there are fewer tools that are not specifically just for a single purpose.\n\n# Proposal\n\nInstead of adding a lot of new tools/brushes and settings for filling in colors, we can rely on the current and planned masking features.\n\n### Mask -> Fill\n\nFilling should be as instant as possible. But first you need to define what to fill.\nBlender often has a strong design of \"Selecting -> Operation\". By strengthening the masking features via #97955 we could rely on this for color filling operations too.\n\n### Fill Operator\n\nThe most important part as a baseline is a simple operator that immediately fills in everything that is unmasked.\nCurrently this is implemented in Vertex Paint Mode with the shortcut `Shift + K`.\nThis could get a more convenient shortcut on the left of the keyboard.\n\nIt needs to be always clear what color will be used for the operator.\nThe easiest answer would be the primary color of the currently used tool/brush.\nIf the current brush/tool doesn’t have a primary color, then the primary color of the scene color should be used.\nIn that case it becomes very important that this color is somehow exposed. Otherwise there will be too much unnecessary switching between masking and painting tools.\n\n### Auto-Masking\n\nThis way of targeting specific areas is useful for any brush or tool. It already proved itself essential in Sculpt Mode.\nThe aim should be to use auto-masking for the fill operator as well.\n\nIt will be vital to add auto-masking support to the image editor for painting. Topology auto-masking in this case could mask UV islands instead.\n\nOpen question:\n- Is a “UV-island” auto-masking in the 3D Viewport needed or is it more convenient to initialise face sets from UV seams?\nThis could save us space in the auto-masking pie menu.\n\n### Masking Modes\n\nWe also need to allow filling by faces instead of pixels.\n\nWe are already aiming to implement three masking modes in Paint Mode (#97955) and an inverted masking approach (#97903) that could also cover this use case.\nWith this feature it would be as easy as pressing `2` on the keyboard and using any masking tool/operator to mask faces.\nThe fill operator can then fill all unmasked areas, or they can be painted in more detail with any painting tool.\n\n### Gradual Filling\n\nFor this the Color Filter, fill type should still be used. \nBut the fill operator could also get a strength input in the adjust last operation panel.\n", "Select Interior Faces causes assertion failure with zero-area faces in certain situations\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\n\nBroken: version: 3.0.0 Alpha, branch: master, commit date: 2021-06-23 17:19 , hash: `8f4d991594`\nWorked: Unsure\n\nA specific mesh, which includes a zero-area face, causes an assertion failure when running the *Select All By Trait > Interior Faces* operator\n\n1. Open the attached .blend file\n2. In edit mode, hit F3, type \"select interior faces\", hit enter\n3. Assertion failure\n\n[interior-face-assert.blend](interior-face-assert.blend)\n\nThe bug appears to be benign outside of debug mode.\n\nThe assertion is:\n\n`BLI_assert failed: D:\\blender-git\\blender\\source\\blender\\editors\\mesh\\editmesh_select.c:2944, EDBM_select_interior_faces(), at '-BLI_heap_node_value(node_min) >= cost'`\n\nBoth `-BLI_heap_node_value(node_min)` and `cost` are NaN (I just stuck in a `printf`).\n\nThe exact positioning of of the edges, save for those around the zero-area face, seems to be irrelevant. I can't recreate the problematic mesh by hand, however.\n\n![image.png](image.png)\n\nI believe this is a minimal example: I can't delete any more faces without the problem going away.\n\nStack trace: [P2206](P2206.txt)", "Cannot sculpt under masked geometry 2.92\nOperating system: windows 10\nGraphics card: nvidia 1050ti\n\nBroken: 2.92.0, also 5ec6c8d267\n\nWorked: (optional)\n2.83.12lts\n\nLast report on the same issue #80980 (Cannot sculpt behind Hidden geometry)\nCannot sculpt under maked geometry. I reported this bug in a previous version and it was fixed. the bug is now back.\n\n|![image.png](image.png) |![image.png](image.png)|\n| -- | -- |\n\n- Add a UV sphere.\n- Assign some vertices to a vertex group, \"del\".\n- Add mask modifier, mode = vertex group, select \"del\", check \"invert\"\n- Go to sculpt mode, notice the vertices highlighted under the brush or the geometry modified while sculpting. In 2.83.12, they're on the back side of the hole. In 3.0, they're part of the \"del\" group.\n\n![image.png](image.png)\n\n\n", "GPencil: Fill tool Ignore Transparent strokes setting broken\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.94\n\nBroken: version: 3.5.0 Beta\n\nFill tool not ignoring transparent strokes when the settings is enabled. When you enable Show boundary lines, it shows that transparent strokes are not a boundary but the fill still uses them as boundaries.\n\n- Open attached file and try the fill tool. Under the Advanced menu 'Ignore Transparent' and 'Show Lines' are enabled.\n\n", "Masks overlay not visible with Mirror Modifier\nOperating system: Linux-5.15.0-58-generic-x86_64-with-glibc2.35 64 Bits\nGraphics card: Quadro GP100/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 510.108.03\n\nBroken: version: 3.5.0 Alpha\nWorked: Unclear. Tested all the way back until 3.1\n\nThe mask overlay is regularly disappearing when using modifiers. The most reliable to reproduce this issue is the Mirror modifier.\n\n- Add an object with a mirror modifier\n- Duplicate the object\n- Enter sculpt mode on one of the objects and create a mask\n- Exit sculpt mode, select the other object, then the primary object again and enter sculpt mode (The mask is no longer visible)\n- Use the shortcut `Alt Q` to switch to another object and switch back (The mask should now be visible)\n- Or disable the modifier and the mask should appear.", "New Dyntopo Functionality\nThese are the features planned after the new Dyntopo optimisations and features in #82121 are done. The idea is to fully support Dyntopo in all features that were introduced in the last 5 versions of Blender, while introducing some new features that only make sense with Dyntopo.\n\n- Make geometry undo steps compatible with Dyntopo for\n - Voxel/Quadriflow\n - Trimming tools\n - Delete Face Set\n - Mask Slice\n\n- Make mask extract work with dyntopo.\n- Add an option to skip dyntopo topology updates per brush\n- Detail Flood Fill by Face Set.\n- Make Trimming tools flood fill the new face set with dyntopo detail size.\n- Investigate a new algorithm for smooth that has consistent strength between different mesh densities.\n- Option to enable Dyntopo in Draw Sharp, Grab and Smooth (if possible, these brushes needs original coordinates).\n- Option for the cloth, pose and boundary brushes to update the topology of the deformed area after the action is finished.\n- Unify the detail size of dyntopo and voxel to make them generate detail at similar resolutions.\n- Make project gesture tools update the topology after the action, making them automatically collapse the highly deformed edges.\n- Face Set extrude tool (can be mode option of Face Set edit, but I would rather have a separate operator).\n- Mask by detail size tool.\n- Init Face Sets by detail size.\n- Detail flood fill to average detail size.\n- Face Set split option for the Face Set line gesture tool.\n- Geometry Eraser brush (investigate if it is possible to make it erase from the center of the mesh, not only from the silhouette boundaries).\n- Insert geometry brush.\n- Edit Dyntopo detail size operator \n- Make Dyntopo generate geometry based on Sculpt Vertex Colors instead of edge length (areas with more color detail will have more geometry)\n- Dyntopo simplify by Sculpt Vertex Colors\n \n", "Sculpt mode: hide masked do not work when modifier enabled, but hidden part works with modifier.\nOperating system: Windows-8.1-6.3.9600-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.41\n\nBroken: version: 3.0.0 Alpha\n\n\nAs title said. Hiding works with modifier but not work simultaneously as «hide masked»\nFor example, edit mode work well with mirror and hiding, hiding by faceset works well too...\n\n**Steps to Reproduce**\n- Open .blend file\n- Paint with mask brush\n- {nav Sculpt > Hide Masked} \n\nTest File:\n[#92372.blend](T92372.blend)\n[2021-10-20_18-49-00.mp4](2021-10-20_18-49-00.mp4)\n", "Bevel modifier creates zero area faces with unexpected normals when clamping to an unbeveled edge.\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 970/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.79\n\nBroken: version: 2.92.0\nWorked: I cannot find a working version, I've checked 2.83 and 2.81. (I tried to use 2.79, but I've forgotten how to use it.)\n\n\n\n\nEdit (Baardaap): When the bevel modifier is clamped to an unbeveled edge, it creates a zero area face. This in itself it to be expected and not really a problem though it might be nice to prevent. When you bevel with the bevel operator the same happens. The problem is that the bevel modifier causes a recalculation of all normals, which generates random normals for the zero area faces. These random normals lead to strong shading artifacts when the shading is set to shade smooth.\n\noriginal report follows:\n----------------------------------------\n\n\n\n\n\n\nInconsistent normal behaviour when using a bevel modifier with\n(a) amount exactly matching the face dimension (or is clamped), and\n(b) auto smooth off\nWhen compared with auto smooth on, or just bevelling an edge directly.\n\nIn the sample file attached, I've created an L shape by creating a plane, then extruding 3 additional edges.\nI've added a reflective material to see how the normal affects the reflections.\nFor each L shape, I've then added a bevel modifier, only changing amount/segments. Or alternatively I've done bevel edge, and only set amount/segments.\nThen I've either set to smooth or flat shading, and/or turned-on auto-smooth.\n\nIn the attached file, I've prepared the different test scenarios.\nFrom bottom to top:\n - Modifier/Flat,\n - Modifier/Smooth, // This is the row where I see inconsistencies (highlighted in red)\n - Modifier/Smooth/AutoSmooth,\n - BevelEdge/Flat,\n - BevelEdge/Smooth,\n - BevelEdge/Smooth/AutoSmooth,\n\nFrom left to right:\n - Amount=2, Segments=10, // obvious difference for the flat plane above the bevel, plus weird anomaly for top segment of bevel\n - Amount=2, Segments=3, // obvious difference for the flat plane above the bevel\n # Amount=1, Segments=3, // this row has no apparent differences\n\n![image.png](image.png)\n\nWhen viewing the file, I find it best to use material preview mode, then orbit up/down, and compare the reflections of the different rows.\n\n\nMy analysis.\nWhen performing a bevel, the faces being bevelled shrink to make space for the bevel, but retain their original normal.\n![image.png](image.png) ![image.png](image.png)\n\nWhen the bevel amount matches the face size, then those faces still exist, however they have zero size - represented by the red lines.\n![image.png](image.png)\n\nUsing the spreadsheet in 2.93, I can see inconsistencies with the normal vector for these faces.\n\nHere I've set the bevel modifier segments=1, and amount=2.\n![image.png](image.png)\n\nAnd the corresponding spreadsheet (annotated).\n![image.png](image.png)\n\nYou'll note that the two empty faces do have valid unit normals, though both a pointing at Z=1.\nYou would expect the vertical face - [x] to have a normal with X=1.\n\nHowever if you compare with the reference scenarios like having auto-smooth=on, or applying a bevel edge directly, this is what you see.\n![image.png](image.png)\n\nIn this case, rows 0 and 4 actually have the normal vector set to 0, 0, 0. (I.e. technically an invalid unit vector.)\n\n\nSo, what I believe is happening is that when there is an invalid normal vector, then blender refuses to perform smoothing across from one face to another. The smoothing ends at the bevel edge and the adjacent face in this case is shaded flat.\n\nGetting back to the bevel modifier when auto-smooth is off, while this has valid unit vectors, one of those vectors has the wrong orientation.\nThis is why there is a reflection anomaly on the vertical face, but not on the horizontal face.\n![image.png](image.png)", "Data Transfer modifier works only for Byte Color & Face Corner color attributes\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12\n\nBroken: version: 3.2.0\n\nIf a target color attribute Domain is *Vertex* or it's Data Type is *Color*, the data are not transferred.\n\n[data-transfer-color-attr-bug.blend](data-transfer-color-attr-bug.blend)\nYou can see in the attached .blend that the Data Transfer modifier is set correctly, but the Col attribute isn't updated.\nAfter doing Convert Attribute -> Domain: *Face Corner*, Data Type: *Byte Color*, it starts to work correctly.\n\n\n" ]
[ "Regression. Sculpting, face set painting with faceset boundary automasking works wrong\nOperating system: Windows-8.1-6.3.9600-SP0 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40\n\nBroken: 2.92 release, 2.93.0 Alpha\nWorked: 2.83.9\n\nBroke between baf124c753 and f45f8a7a89 (pretty sure it is e5ebaa9fd6\n\n\nAs title says, combination of global automasking to face sets boundary and face set painting produces this:\n![изображение.png](изображение.png)\n[facedraw bug.blend](facedraw_bug.blend)\n\n[2021-03-28_11-54-54.mp4](2021-03-28_11-54-54.mp4)\n\n" ]
Regression. Sculpting, face set painting with faceset boundary automasking works wrong Operating system: Windows-8.1-6.3.9600-SP0 64 Bits Graphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40 Broken: 2.92 release, 2.93.0 Alpha Worked: 2.83.9 Broke between baf124c753 and f45f8a7a89 (pretty sure it is e5ebaa9fd6 As title says, combination of global automasking to face sets boundary and face set painting produces this: ![изображение.png](изображение.png) [facedraw bug.blend](facedraw_bug.blend) [2021-03-28_11-54-54.mp4](2021-03-28_11-54-54.mp4)
[ "The bridge tool fails in a situation with multiple rows of faces facing each other\nWin10 Pro 64 bit; AMD Ryzen 2700X; Nvidia GTX 1060 6GB; 32 gigs RAM\n\nBroken: hash d1be30f (buildbot build May 4).\nWorked: never\n\nIn a situation where you have multiple rows of faces that face each other across empty space (with other areas where they face away from each other). The bridge tool (even with*loop pairs* checked) is unable to give priority to the direction the normals are facing. The result of this is that instead of getting nice bridges among the multiple rows of cubes, the tool produces faces that overlap and have zero area. As hinted, the*loop pairs* checkbox in this case does not do anything and the result is the same.\n\nOpen the .blend, invoke the bridge operator (the result is the same whether or not \"loop pairs\" is selected.\n\n**blend**\n[IffyBridge.blend](IffyBridge.blend)\n\n[IffyBridge.blend](IffyBridge.blend) (updated blend)\n\nAn additional note; I submitted this issue years ago, but it was never fixed and I couldn't find my old report. If the bug is not going to be fixed, then just close this as a todo item or with a \"won't fix\" tag.\n", "Sculpt Mode: Improve Expand performance\nWith [D16434: Sculpt Mode: Invert Expand behavior for masking consistency](D16434) it will be a stronger focus to highlight the Expand operators as a core feature in sculpt mode to create masks & face sets.\n\nThe issue is that the operator tends to be too slow to initialize on high res meshes.\nThis is especially the case for the geodesic expanding method.\n\nWe need to address these performance issues.\nOne usggestion was to incrementally calculate the distances while the operator is running.", "Skin modifier does not work on meshes created from scratch during evaluation (primitives, etc.)\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.11\n\nBroken: version: 3.0.0 Alpha\nWorked: NA\n\nSkin Modifier does not work with Geometry Nodes Mesh Primitives, see attached blend file.\n\nOpen attached file, note that Skin Modifier has no effect.\n\n[GN_skin_modif_bug.blend](GN_skin_modif_bug.blend)\n", "Hide by face set and switch between objects not working in SCULPT Mode INDUSTRY COMPATIBLE\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.51\n\nBroken: version: 3.4.0\n\nHide by face set and switch between objects not working in SCULPT Mode INDUSTRY COMPATIBLE\n\nOpen blender, switch to industry compatible keymaps, and then if you try to hide faces by face sets, you don t have that option. The same goes for switching objects in sculpt mode. Further more, mask pie doesn't exist in sculpt mode in industry compatible version.\n\n", "\"Z\" changed to \"depth\" breaks consistency in compositing and in Render layers\n\nwin7 gtx 550ti\nOperating system and graphics card\n\nBroken by: 4cf7fc3b3a\n\n\"Z\" changed to \"depth\" breaks consistency in compositing and in Render layers\n\n\n- Make sure that the **z**-pass is checked in the Render Layers tab\n- Open node editor, notice that the**z**-pass is now **depth**-pass\n- Notice as well that everywhere else it is still consider as**z**-pass even in the manual z_combine.html\n\n![zed.png](zed.png)\n\nAlthough **depth** is more meaningful name, it is breaking consistency. Suggestion: we bring back the old behavior or we change everywhere to z-depth or depth.\n", "Custom normals doesn't properly sets on corner cases using \"Set From Faces\"\nOperating system: Windows-10-10.0.17763-SP0 64 Bits\nGraphics card: GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 445.87\n\nBroken: version: 2.92.0 Alpha\n\nWhen there is two faces with sharp edges \"Set From Faces\" operator doesn't seem to perform as intended - it produces one normal instead of two separate.\n\n![Set_From_Faces.gif](Set_From_Faces.gif)\n![изображение.png](изображение.png)\n\nUse attached .blend for testing\n\n[set_from_faces.blend](set_from_faces.blend)\n", "Applying Subdivision/Multires Modifier De-merges UV's\n### Update\n\nThe issue of custom-data (UV's specifically) becoming detached remains, this problem existed before b88dd3b8e7, it was just less obvious since selection connected near-by UV's. Now UV's are merged by default at a very low threshold when applying modifiers to mitigate the problem. Keeping this report open as it would be good if subdivision-surface didn't separate UV's, replies to this report contain some notes that could lead to a solution. In practice users should not experience problems caused by this behavior, so marking low priority. ~ @campbellbarton.\n\n----\n\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: Radeon (TM) RX 480 Graphics ATI Technologies Inc. 4.5.14736 Core Profile Context 20.8.3 27.20.12027.1001\n\nBroken: version: 2.91.0 Alpha \nWorked: working in 2.90 \n\nCaused by b88dd3b8e7\n\nWhen applying a subdivision modifier, certain UV's points disconnect from their neighbors. This does not seem to occur with the F3 menu subdivide operation.\n\n- Open default blender scene.\n- Subdivide cube - 1 level and apply it. Do this step 4x\n- In the UV editor use \"Alt select\" to select face loops at random.\n- Alt click around until a face loop is not fully completed, this will reveal unmerged vertices.\n- Check area that did not complete by moving faces, vertices, edges etc to confirm unmerged UV's.\nThis does not seem to be an issue with the newly added 9a52b30cc0 in my eyes, rather an issue with subdividing.\n[UV Disconnect.blend](UV_Disconnect.blend)\n\n", "Booleans are completely breaking on my object\nOperating system: macOS Monterey (ARM64)\nGraphics card: Apple Silicon `M1`\n\nBroken: 3.2.0 Alpha & others\nWorked: *2.83.X*? (reported in comment)\n\nBooleans can often be very touchy and may require positioning them just right for them to do operations properly. It seems that it really depends on where the vertices line up. I've been cutting window slots out of ridged galvanized steel plates using boolean cubes and it's worked for every other object. However, this one particular piece in my scene has been causing endless trouble for me despite being the exact same procedure. Seems as though I need to put my boolean objects in the EXACT RIGHT place for them to work right. I found that adding a ludicrous number of subdivisions w/ the subsurface modifier can somewhat help, but it greatly depends on whether or not I position my cubes in the right spot. It is preventing me from placing my windows where they need to go on my scale accurate historic building recreation. I don't know why this object is being so temperamental but it is blocking me from making any progress on this side of the building and I'm afraid I'll keep running into the problem later on.\n\nI may post additional demo files that showcase more boolean issues as I frequently run into problems of faces not being filled properly, crappy vertex extrusions, objects being weirdly combined instead of differenced, and many more annoyances. I hope booleans can get a lot more love from the developers so that they work as intended.\n\n![Screen Shot 2022-02-16 at 4.21.02 PM.png](Screen_Shot_2022-02-16_at_4.21.02_PM.png)\n\nI'm not entirely sure how to reproduce an issue like this. It mostly plagues more detailed models but can happen anywhere and depends on object positions, alignment, topology, and so on. Attached is a problematic file.\n\n**Attached file information**\n[F12870489](brokenBooleans.blend.zip) There are several issues present. For one thing, the boolean modifier is struggling to cut a simple rectangle out of a plane. It is adding geometry to certain parts, cutting out geometry that shouldn't be cut out, and is not accurate at all. I've noticed that using the \"fast\" option usually yields better results than using the \"exact\" option. However, in the case of this object, it actually breaks it EVEN MORE! Try selecting the \"cutoutGalvanizedSteel\" (planar object) and setting the booleans to \"fast\" to see a new problem emerge. Adding a solidify modifier to the very top of the stack will fix the issue. However, booleans should work on planes, too.\n\n[F12871474](BorkedBooleans.blend.zip) Many different problems. Boolean objects are displayed as wireframes. If you see a boolean as having geometry, it's because it is being added by the Boolean modifier. The boolean modifier likes to add the boolean's geometry to the source mesh sometimes, even when it is set to difference or intersection. In issue 2, there is a mesh problem in the boolean. If you enter edit mode, you can see that the problematic vertices are selected. They crash the boolean operation altogether. Merging these vertices will solve the issue, but for more complex boolean objects, this may not always be an option.\n\n[brokenBooleans.blend.zip](brokenBooleans.blend.zip)\n[BorkedBooleans.blend.zip](BorkedBooleans.blend.zip)", "Vertex Paint Viewport Overlays stencil mask not working\nplatform: Windows-10-10.0.19042-SP0\nGraphics card: 1080\n\nBroken: 3.1.0 Alpha \n```\n commit date: 2021-11-14 00:26 hash: 7e82c840b7a4\n build date: 2021-11-15, 00:51:48\n```\n\nWorked: Has'nt worked for ages\n\nGo to vertex paint mode, select some polys on a model.\nGo to overlay options/vertexpaint/stencil mask opacity the slider does nothing to unselected polys overlay.\n\n\n![Overlays_Notworking.jpg](Overlays_Notworking.jpg)\n\n", "Extrude manifold on multiple non-adjacent faces gives wrong results\nOperating system: Darwin-19.5.0-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 5500M OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.9.15\n\nBroken: version: 2.90.0 Alpha\nWorked: never\n\nWhen using extrude manifold when multiple non-adjacent faces are selected, you sometimes get some weird and inconsistent results with missing edges.\n\nDefault cube -> edit mode\nAdd one loop cut\nSelect two opposing faces next to the loop cut\nTransform orientation: normal, pivot individual origins\nExtrude inwards\nResult: ngons on both sides with missing edges where they should be. Also the result is different on both opposing sides.\n\nImage: on the left extruding a single face; on the right extruding multiple faces at once:\n![Schermafbeelding 2020-07-05 om 12.03.05.png](Schermafbeelding_2020-07-05_om_12.03.05.png)\n\n----\n\nExample blend file.\n\n[T78635_test.blend](T78635_test.blend)\n\n", "Vertex paint mode breaks permanently under certain conditions (Global undo involved)\nOperating system: Linux-6.1.18-200.fc37.x86_64-x86_64-with-glibc2.36 64 Bits, WAYLAND UI\nGraphics card: AMD Radeon Graphics (renoir, LLVM 15.0.7, DRM 3.49, 6.1.18-200.fc37.x86_64) AMD 4.6 (Core Profile) Mesa 22.3.7\n\nBroken: version: 3.6.0 Alpha\n\nCaused by 575ade22d4de (vertex paint now does `SCULPT_undo_push_begin_ex` in wpaint_invoke [which leads to `BKE_undosys_step_push` using sculpt undo])\n\nVertex paint mode breaks permanently under certain conditions\n\n- turn OFF Global undo in Preferences\n- enter vertex paint mode\n- make two strokes\n- Undo (prior to 575ade22d4de nothing was undone, now stroke is actually undone)\n- Undo again (this now takes you out of vertexpaint mode into object mode prior to 575ade22d4de you would never leave vertexpaint mode)\n- enter vertex paint mode\n- painting is not possible anymore (strokes have no effect)\n- this is also true for other objects\n\n", "Armature combined with subdivision incorrect normals\nOperating system: Windows 10 Pro\nGraphics card: GeForce 1050ti\n\nBroken: 2.82 (broken in a different way), 2.83.14, 2.92, 2.93 beta, 3.0 alpha\nWorked: 2.79b (important is working in 2.81)\nWhen using an armature modifier and subdivision modifier on the same mesh you get the wrong normals. If the armature is applied to the mesh then the subdivision normals are correct. The problem with the armature and subdivision together only applies if the armature is posed.\n\nThis broke between good ba1e9ae4733a and bad da6929488a64, probably 9516921c05\n\nI think that a bug has come into 2.82 a fix has been applied but it has broken it differently. So between 2.81 and 2.82 something broke, then a fix was put in that is still broken but in a different way. So 2.81 is the good version.\n\nCreate a mesh and create an armature on the mesh. Add a subdivision modifier. Make sure the armature has a pose. Show the normals.\nThe consequences will mean that the surfaces are wrong and the subsurface and general render will just look wrong.\nGood:\n![good.png](good.png)\nBad:\n![bad.png](bad.png)\n\n[blender2_79b.blend](blender2_79b.blend)\n\n[blender2_92.blend](blender2_92.blend)", "Creating UV Maps from Face Sets\n# Issue\n\nThis is based on a popular request from users.\nOn very high density sculpts with messy topology it's very time consuming to create UV seams and unwrap the UVs.\n\nFor that case it can be a fast solution to use face sets from sculpt mode to create a new UV map.\nSome users already started creating geoemtry node operators and addons to acheive this:\n2017\n\n<video src=\"attachment\" title=\"face_set_to_uv.mp4\" controls></video>\n\n# 'Unwrap Face Sets' Operator\n\nTo get proper feedback on the new UV map it might be best to add an operator \"Unwrap Face Sets\" to the \"UV\" menu in the UV Editor.\nThen the easiest steps to create a UV map from Face Sets is to switch to the UV Editing workspace and do the needed operations there.\n", "Mask brush stops working in tiling sculpting mode after changing its size through \"F\" hotkey\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.59\n\nBroken: version: 2.93, 3.3.0\nWorked: -\n\nWhen an object has the Multires modifier, mask brush stops working in tiling sculpting mode after. (See video below)\n[Desktop 2022.09.17 - 21.18.10.07.mp4](Desktop_2022.09.17_-_21.18.10.07.mp4)\n\n- Open attached file or\n - Add a grid object\n - Add a multires modifier\n - Subdivide Simple a few times\n - Select mask brush in sculting mode\n - set tiling on x and y axis to 1 or 2m \n- try paint mask (sometimes the tiling doesn't work at this stage, you need to paint again and undo)\n- change brush size through F hotkey\n- try paint mask (tiling stops working)\n- press undo\n- try paint mask (tiling works again)\n\n[tiling_sculpt_bug.blend](tiling_sculpt_bug.blend)\n\n", "Paint Mode: Masking Modes\nThis is an important task related to the implementation of Paint Mode and #96225.\n\n# Painting Modes & Selections\n\nIn the current painting modes there are various ways of masking. Including all of these in their current form in a single Paint Mode would lead to a muddled and confusing design.\nBut still, these ways of masking should be supported:\n\n- Masking per vertex (Like Sculpt Mode masking)\n- Masking per face (To achieve sharp edges on face corner color attributes and image textures)\n- Masking based on selection (Synched with edit mode)\n- Masking based on a texture (Stencil Mask)\n\n# Issue\n\nThese ways of masking are very different and currently implemented as completely separate features.\nMoving all of these with their current design to a new Paint Mode would lead to multiple masks and selections having to be enabled and managed at the same time, each with their own overlay.\nThis issue can already be observed in the current Texture Paint Mode when enabling any of the selection masking modes and stencil masking at the same time.\n\nThe ideal way moving forward in Paint Mode has to be by combining these masking methods into a single cohesive design without regression in functionality.\n\n# Proposal\n\n### Masking Modes\n\nThe proposal is to add three easily accessible “Masking modes” to choose which data is being used for the masking operations in Paint Mode.\nThese should be easy to switch between via the number keys. \nThis directly parallels the selection modes in edit mode, grease pencil and the UV editor. And just like in these other modes they should be interchangeably usable for intuitive and fast masking.\n\n![mask_modes_mockup.png](mask_modes_mockup.png)\n\nThe 3 modes would let you:\n\n- **Mask Vertices** (Vertex float)\nSame behaviour as sculpt mode.\n\n- **Mask Faces** (Face bool)\nWill restrict the masking to only fill in entire faces as completely masked or unmasked. This is far more useful than trying to paint face float values, which will almost always result in a stepping effect.\n\n- **Mask Pixels** (Greyscale image texture))\nThis feature should replace the current “Stencil Mask”.\n\n### Converting Masks\n\nThese masking features are meant for loose and temporary masks, similar to selections in other modes. \nFor more permanent masking for material and texture mixing it would still be preferred to paint image textures and use them as masks in the material.\n\nWith that use case in mind, it would be easiest to implement to convert the mask to another domain and data type every time the masking mode is changed (Similar to selection modes in Edit Mode).\n\nAlternatively we could test a way of abstracting/propagating the selection between those modes but that could just end up as far more complicated, less predictable and for questionable advantages.\n\n### Edit Mode Syncing\n\nAn important task that is tied to this is to convert the mask of Paint Mode to the Edit Mode selection (and vise versa).\nThis way masks can be much more precisely created in Edit Mode.\nWhile switching between Edit Mode should not be required - masking in Paint Mode should be intuitive enough for most cases - some workflows rely on this for painting precise attributes and technical textures.\n\nSo keeping this functionality will be a priority!\n\n(There are even other potential advantages from considering a Paint Mode mask an Edit Mode selection, like assigning materials directly in Paint Mode. \nThe design of #97903 could help in making this more clear.\n\n# Sculpt Mode\n\nIf these masking modes should be included in Sculpt Mode as well is questionable. \nMasking faces and based on an image texture is no use if you are only able to affect vertices with all tools available.\nThe only advantage would be to avoid mask conversion on mode switching (Which shouldn't be a problem) and to allow painting face corner color attributes with the Sculpt Mode painting toolset (Which is not what Sculpt Mode is for. For sharper edges you should increase the amount of geometry or use the bigger Toolset of Paint Mode)." ]
[ "Painting face sets with 'Automasking face sets Boundary On' results in 'spotty' faceset\nwindows 11\ngtx1080\n\nBroken: version: 3.1.2\nWorked: not sure\n\nPainting face sets with 'Automasking face sets Boundary On' results in 'spotty' faceset\n\nRemesh default cube (.04 or so)\ngo to sculpt mode\nturn on facesets boundary\npaint facesets\nsome faces not painted, resulting in 'spotty' faceset. see pic as this description isn't great.![faceset_bug.jpg](faceset_bug.jpg)\n\nAlso happens with CTRL pressed\n\n**Edit: more info on the build**" ]
Camera inside hidden layer volume makes it visible Win8.1, 3x gtx580, Ubuntu14, IntelGMA 2.77a It does say in manual that "Currently we do not support: Correct ray visibility for volume meshes", but I'm not confident what that means so to be sure: When a volume's layer is set to hidden, the volume becomes visible when camera get's inside it. Open file, press render -> the volume shading is present. [volume2.blend](volume2.blend)
[ "Cycles brightness difference between CPU, GPU and CPU+GPU\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.59\n\nBroken: version: 3.3.1\n\nSeems a noticeable difference on how cycles render depending if you use GPU, CPU and XPU and you use transparent materials.\n\nGPU\n![gpu.png](gpu.png) \n\nCPU:\n![cpu.png](cpu.png)\n\nCPU+GPU:\n![xpu.png](xpu.png)\n\nAs you can see, there's a visible line at the top of the render-\nTrying to encapsulate the bug i get this result. \n\nCreate a interior scene, add a glass material and try to render with both CPU and GPU.\n**i guess the problem is related to the material.\n![untitled.png](untitled.png)\n\nHere is the scene.. \n[GlobalIllumination2.blend](GlobalIllumination2.blend)\n\nThanks.\n\n\n", "Mesh to Volume modifier is recalculated even if the volume object is disabled/hidden\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40\n\nBroken: version: 2.93.0 Alpha\n\nI'm disabling the volume object in the viewport to move the origin mesh, but the viewport is lagging until I turn off the \"Mesh to Volume\" modifier.\nMaybe it is better to not compute the \"Mesh to Volume\" modifier while the volume object is hidden/disabled?\n\n- Open attached file\n- hide the volume object\n- move the origin mesh\n[H.blend](H.blend)\n\n", "In eevee, shading disappears when SSS is enabled\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.92\n\nBroken: version: 2.93.0\nWorked: -\n\nShading disappears in Eevee if one object is located on another object and both have Subsurface enabled\n\nWhen an object has no shading, it looks unrealistic and wrong.\nTo get around this bug, I render two images and connect them in the compositor.\n\nMaybe it is possible to somehow enable these shading without a second render?\nSSS is needed for both objects.\n\nBall Subsurface On (0.02)\n![SSS-on.jpg](SSS-on.jpg)\nBall Subsurface Off (0.0)\n![SSS-off.jpg](SSS-off.jpg)\n\n.Blend file\n[bugshafowsubsurface.blend](bugshafowsubsurface.blend)\n", "Camera texture coordinate output in orthographic view is different from orthographic camera\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.07\n\nBroken: version: 3.0.0\n\n\nTexture coordinate camera output does not give expected results in the z component when viewing through the viewport in orthographic mode\n\nTexture coordinate camera output does not give expected results in the z component when viewing through the viewport in orthographic mode.\nTo see this seperate the z component and the problems will be directly visible.\nThis issue does not appear when viewing through a camera.\n\nTest file:\n[Camera_test.blend](Camera_test.blend)\n\nThank you and have a nice day!\n", "X RAY mode cannot be toggled while in pose mode\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: AMD Radeon(TM) R4 Graphics ATI Technologies Inc. 4.5.13547 Core Profile Context 25.20.15018.12\n\nBroken: version: 2.93.5\n\n while modifying animations i tried to turn on xray mode to see inside a mesh while moving bones around only to find it was not functioning\n\nstep 1: create mesh\nstep 2: go to pose mode\nstep 3: toggle xray and see it do nothing\n", "Irradiance volume visibility collection not working properly\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 960M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 496.13\n\nBroken: version: 2.93.5\nWorked: Unknown\n\nThe irradiance volume visibility collection is not working as intended. File is included.\n\nDownload [this example. ](view?usp=sharing)\nWhen you open the file you'll notice immediately that the IV is already set to Collection, which means in theory it should NOT be affecting anything in \"Collection 2\". Even if you delete the light cache and rebake it, no matter what happens, it affects everything outside \"Collection\" regardless. The way I see it, visibility collection is meant to affect whom it collects lights from and meshes to light up, but so far it only seems to care about gathering lights alone.\n\nThis ALSO affects rendering it out. For that, just change the view layer to V1, and turn on Collection 2 to replicate.\n\nWorse still, disabling the visibility/renders of the irradance volume still lights up other objects no matter what. This, in my opinion, is a huge issue. It means I have to delete the light cache whenever I need it off, and rebake it, wasting a TON of time just to render it and only have it affect a singular object.", "Hiding a nested collection doesn't immediately update its parent instances in the scene\nBroken: 483ae407d9d1 (blender2.8 HEAD)\nWorked: ?\n\nHiding a nested collection doesn't immediately update its parent instances in the scene.\n\n\n[outliner-deg.blend](outliner-deg.blend)\n\nHide the `Torus` collection (via the screen icon), this should hide this collection objects in the `B - I Instanced a torus` collection, however it doesn't unless you save and re-open or force depsgraph update in other ways.\n\n![image.png](image.png)\n\nIf you toggle the `A - I have a torus` collection off, this one affects the instanced visibility immediately.\n\n*Note 1: The file only has Empties because I was looking at the depsgraph image and it was giving me a simpler depsgraph this way.*", "Add support for \"Channels\" to the Color Attributes\n_This design task is part of a request from a major game development studio who is actively using Blender in production._\n\nCurrently, for Color Attributes, we can specify the domain (Vertex, Face Corner) and Data Type (float32RGBA, int8RGBA)\n\nThis is a proposal to add a \"Channels\" panel to the User Interface, similar to the \"Channels\" tab found in many popular 2D drawing packages.\n(Attached is a screenshot from https://www.photopea.com . We would not include the \"RGB\" entry or the layer preview)\n\n\nThe proposed \"Channels\" panel would most likely be a sub-panel of the existing \"Color Attributes\" panel, although this part may be subject to change following user feedback.\n\nThe \"Channels\" panel would have four entries corresponding to:\n * Red (i.e. The red channel of the Color Attribute)\n * Green\n * Blue\n * Alpha \n\n**This first part corresponds to the \"User Interface\" portion of the task. (Including serialization of the UI state.)**\n\nEach of the entries would have a toggle to show or hide the channel. The current behavior is associated with all channels visible.\nIf only one channel is visible, the associated channel would render as gray-scale if the viewport is in \"Vertex Paint\" mode, and potentially in other visualizations also.\nIf the Red, Green, or Blue channels are hidden, the visualization will render as if they were zero.\nIf the Alpha channel is hidden, the visualization will render as if the Alpha was at full. (Either 1.0f or 255)\nIf no channels are visible, the visualization will render black.\n\n**This second part represents the \"Visualization\" portion of this task.**\n\nIn addition, each channel entry will have a selection toggle. Again, the fully selected state corresponds to the current behavior.\nThe selection state will affect the operation of the \"*Paint*\" style tools, and potentially any other operators which affect the color attributes, including Invert, Levels, Brightness/Contrast, etc etc.\n\n**This third part represents the \"Modification\" portion of the task, and bounds the complete scope of the task into a manageable amount of effort while still providing considerable value to the Game Dev Studio's workflow.**\n\nIt is important to note that at this stage, neither the Channel Visibility, nor the Selection State will modify the Data Transfer nodes, baking, scripting, Color Attribute creation, or any other indirect way of modifying the Color Attributes. These may be added on later in a separate Design Issue, but this issue is restricted to direct manipulation of the Color Attributes by the user.\n\nNote also, this particular Design Issue does not change the export of any data from Blender, only the display and user interactions.\n\n", "Constrain axis always draws on top [covers mesh in unfavorable ways]\nThe mesh outline is not visible when extruding or moving along the axes. The axes overlap the faces of the mesh themselves, and because of this, it is not convenient to precisely position the extruded faces.\nIt exists on all versions of the 2.8x blender.\n![изображение.png](изображение.png)\nTo repeat the problem, you can select an edge in the editing mode and simply drag along the y axis. In this case, the contour will not be visible by how much it is moved from its actual position.\n![изображение.png](изображение.png)\n\n![изображение.png](изображение.png)\nWith the same action in 2.79, I see black the contours of the mesh as far as it changes when moving.\nBring it back as it was in 2.79", " Verts/Faces instantiation recursion: child items reappear if they are collection instances\nOperating system: kubuntu\nGraphics card: nvidia\n\nBroken: 2.82a - 2.90.1\nWorked: I don't think it did in the 2.8 series\n\n\nThe lower plane is the face-instancer of a blue sphere, and a collection instance that consists only of the peg (the one to the right). When the plane gets instantiated, the sphere is hidden (as expected) but the collection instance of the peg appears.\n\n![rendered.png](rendered.png)\n\n![viewport.png](viewport.png)\n\n[instantiating-a-collection-vs-object.blend](instantiating-a-collection-vs-object.blend)", "Volumes look much much different in master compared to 2.79b\nWindows 10 pro x64\nGTX 970\nThread Ripper 1950x\n\n![2018-09-01_16-30-18.png](2018-09-01_16-30-18.png)\n\nBasic volume shader with noise texture from build bot today doesnt look the same as 2.79b\n![blender_2018-09-01_16-30-03.png](blender_2018-09-01_16-30-03.png)\n\n![blender_2018-09-01_16-30-55.png](blender_2018-09-01_16-30-55.png)\n[untitled.blend](untitled.blend)\n", "3D Paint Mode stencil disappears when panning viewport.\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 496.76\n\nBroken: version: 2.93.4\n\nWhen panning viewport in 3D paint mode with stencil mask enabled, the stencil mask disappears when moving the viewport, however does not disappear when zooming it, which indicates it's not a technical limitation.\n\n1. Enter 3D paint mode\n2. Enable texture mask, select some texture and set mapping to stencil\n3. Navigate the viewport\nResult: The stencil disappears when moving the viewport, which makes it very difficult to line up stencil projection with the 3D geometry\nExpected: The stencil does not disappear when navigating the view\n\n", "Unable to adjust Opacity of Camera Background Image\nOperating system: Linux-5.11.0-43-generic-x86_64-with-glibc2.31 64 Bits\nGraphics card: Mesa Intel(R) Xe Graphics (TGL GT2) Intel 4.6 (Core Profile) Mesa 21.0.3\n\nBroken: version: 3.0.1; Also tested broken in Blender 2.93.1 and 2.93.5.\n\nWorked: (newest version of Blender that worked as expected) 2.83.18\n\n\n**Opacity of camera background image cannot be adjusted.**\n\n\n\n\n- select camera\n- switch to active camera view\n- check camera background image\n- add camera background image\n- adjust opacity slider (Nothing happens - image remains at 100% opacity)\n\n\n\n\n\n", "Objects do not retain View State when turning Collections Off then back On\nOperating system: Linux-5.8.0-48-generic-x86_64-with-debian-bullseye-sid 64 Bits\nGraphics card: GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.39\n\nBroken: version: 2.92.0\n\nIf an object has been hidden within a collection, after turning the collection off and then back on the object becomes visible again. It's \"hidden\" state is not retained.\n\n\n- Drag the cube into a new collection\n- Disable `Hide in viewport (eye button)` option for cube\n- Disable `Exclude from view layer option (checkbox)` for collection.\n- Enable checkbox, now cube is visible (it should not)\n\nResult = the cube is visible, it should remain hidden.\n\nN.B. This does not affect whether the cube is hidden from renders - the render view state is retained.\n\n", "Regression: 3.0.0: The curve is not hidden in the Viewport if there is a Bevel value\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 527.56\n\nBroken: 3.0.0 `d046a1f2fa `\nWorked: 3.0.0 `1275ce61b1`\n\nHiding the curve display in the viewport as an object does not work\n\nIf you add a curve to the scene and try to hide its display and the ability to select in View Object Types, then hiding works.\nIf you add a profile for a curve or Bevel, then hiding does not work. In this form, the curve is hidden only when it is done as a hide mesh.\nPerhaps this is the correct behavior.\n\n[2022-12-28 16-39-53.mp4](2022-12-28_16-39-53.mp4)\n" ]
[ "Volumes stop casting shadows inside geometry when their layer visibility is off\nWin8.1, 3x gtx580, Ubuntu14, IntelGMA\n\n2.77a\n\nIt does say in manual that \"Currently we do not support: Correct ray visibility for volume meshes\", but I'm not confident what that means so to be sure:\n\nWhen volume mesh is intersecting another mesh it casts shadows properly, but if volume's layer gets hidden from render, the inside volume shadows disappear.\n\nOpen file, press render -> no shadow inside the box.\n[volume.blend](volume.blend)" ]
Optix AO Cuda Error Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: GeForce RTX 2080 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.51 Broken: version: 2.92.0 Alpha Enabling the checkboxes for inside and only local of ambient occlusion node basically crashes blender ![image.png](image.png) The type of error I get ![image.png](image.png) Enable Optix Rendering in preferences Add AO node to default cube and enable local/inside
[ "Blender 3.5.0 Win11 RTX3090 Fatal Crash on activating Cycles\n@deadpin thanks for replying.\n\nDriver Version: 31.0.15.3161 (NVIDA 528.24) DCH Win1164 installed\n\nCycles now working without issue thank u.\n\n_Originally posted by @Jaymi-McManus in /blender/blender/issues/106953#issuecomment-923094_\n\n>>>>>\n\nUpdate: \n\n1. Closed the ticket too soon, after adding some simple color, specular, metallic, changes in BSDF and then navigating between layout and other tabs, fatal crash occurs again\n\n2. Updated NVIDIA drivers to 31.0.15.3161 (NVIDIA 531.61) DHC / Win11 64 the issue still persists\n\nUpdate logs attached.", "Collada import/export: transparent textures don't work\nOperating system: Linux\n\nBroken: blender-3.3.0-alpha+master.dfb8c90324c0, probably all versions since 2.8\nWorked: 2.79\n\nCollada cannot import or export transparent (alpha) textures.\n\nImport this .dae\n\n[BlenderLogoDae.zip](BlenderLogoDae.zip)\n\nThe result (with 2.79 for comparison).\n\n![out.png](out.png)\n\nManually hook up the alpha in the node graph and export. Open the .dae in a text editor and confirm there is no <transparent> element (which sets the alpha texture). You can confirm exporting works in 2.79 by exporting and reimporting.\n\n**Other**\nNote that OpenCollada's parsing of transparency is weird and buggy, see [D11259](D11259) and 651.", "Support Scenes Overrides\nCurrently Scenes liboverrides are not really working, changes to its master collection will be lost, resync of scene itself is not possible when the override is the active scene, etc.\n\nSee e.g. #89963 (crash when library override is applied to an object)", "EOL GPU problems tracking report\nThis is a task to keep track of End Of Life GPU problems with blender 2.8\n\n(Note that closed issues at time of writing is not because they are resolved but because of lack of respons from reporter)\n\n**AMD**\nHD 8670M #64469 (UI and 3D viewport doesn't update visually unless mouse hovers over other UI elements)\nHD 8550G #58544 (White Viewport in [Object Mode])\nHD 7730M {#63243\nHD 7600 {#70091}}\nHD 7600 #70146 (hair eevee rendering broken.)\nHD 7450M #61890 (AMD Radeon HD 7450M. Exit before splash screen. 4-component vector of vec4 to: 4-component vector of uvec4)\nHD 7420G #63149 (Interface and vertices flickering)\nHD 7160M #61165 (Blender 2.8 beta doesnt start)\nHD 6870 #64081 (Eevee glitching [Linux, Radeon GPU])\nHD 5700 #62572 (unwrapping bug )\nHD 5700 #62701 (Hair edit mode crashes with AMD Radeon HD 5700)\nHD4870 #65721 (Crash on start)\nHD 4850 #61206 (Linux and AMD RV770 interface glitches)\nHD 4600 #59738 (Buggy GUI) #61896 (UI graphic glich) #63850 (Icons bug)\nHD 4550 #60104 (Blender's visuals go transparent and spasms )\nHD 4500M #63661 (Unstable back color in menues/ titlescreen. shifting Transparency /black )\nHD 4350 #59635 (blender 2.80.0 beta wont open on windows machine)\nHD 4300 #65075 (blender interface background of menus and every element in ui flickers (transparent and not))\nHD 3650 #60681 (Blinking menu and other menu)\nHD 3450 #63751 (when i open blender beta it chashes at start)\nHD 3200 #62543 (Crash at startup)\nHD 2600 #59738 (Buggy GUI)\n\n**NVIDIA**\nGTX 9800 #60425 (EEVEE objects black when using shadows, on 9800 GTX)\nGTX 9800 #65250 (Slackware, Blender 2.8 UI fonts glitch with nouveu driver.)\n\n**Intel**\n\nHD GFX (Baytrail) #65138 (Intel HD Graphics bone selection problems in edit mode/pose mode)\nHD 4000 #58938 (Crash when using EEVEE and Intel HD 4000) #65666 (Blender not responding a lot of time, especialy when working with texture and materials)\n\n**macOS**\n(AMD)\nHD 6750 #62072 (Princioled BSDF and Indirect Lighting BUG ) #65453 (Bake indirect lighting turns irradiance volumes into black areas)\nHD 4870 #62982 (Blender 2D draw mode shows as corrupted screen)\nHD 4670 #66014 (Blender 2.8 using Mac OS, all objects turn black in Lookdev mode)\nHD 2400 XT #60979 (2D Animation view goes crazy when trying to use brush)\n(NVIDIA)\nGS 8800 #59955 (Blender starts with totally corrupted graphics)\nGT 9600M #61844 (User interface looks very weird when starting Blender 2.8 with older MacBook Pro (Mid 2009))\nGT 130 #61551 (macOS 10.11 and NVIDIA user interface display broken)\nGT 320M #60179 (Bad render of default scene Mac OSX)\n780M #62578 (Eevee Screen Space Reflections crashes on OSX 10.9 / 10.11)\n640M #63018 (macOS 10.10 / NVIDIA: missing letters in 2.80 UI)\nQuadro 4000 #62766 (Eevee DOF cut plane)\n(Intel)\nHD 3000 #65551 (Bad shading on LockDev on Macbook 11\")\n", "Error: Illegal address in CUDA queue copy_from_device\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 535.98\n\nBroken: version: 3.6.0\n\nWhen rendering in GPU mode, Render crashes.\n\nAttached Blend File\nAny frame after 1150 crashes on render with the title error for us.\nTry rendering frame 1160 - This one crashes for me all the time.\n\n", "Cycles - AO Shader node causes infinite \"loading render kernels\" and crashes on return to solid mode view\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.09\n\nBroken: version: 3.2.0\n\nAO Shader node causes infinite \"loading render kernels\" and crashes on return to solid mode view\n[AO BUG Test.blend](AO_BUG_Test.blend)\nAttaching Sample file.\nJust render the scene in viewport (doesnt render, just \"loading render kernel\" message)\nTry to go back to solid view - results in freeze/crash\n\nregards\n", "Crash when rendering a specific 4k scene with Cycles Metal\nOperating system: macOS-13.3.1-arm64-arm-64bit 64 Bits\nGraphics card: Apple M2 Pro Apple 4.1 Metal - 83.1\n\nBroken: version: 3.5.1\n\nWhen I render with Blender 3.5.1 on a MacBook 16\" with an M2 Pro chip at a 4K quality, Blender closes before finishing the rendering process.\"\n\n- Open attached .blend file\n- Make sure you have enabled Metal GPU+CPU in the Preferences\n- Render the scene\n\nIt should crash about halfway through the rendering process.\n\n![Funcions.blend](attachment)\n", "Crash handling collections in a timer\nOperating system: Mac OS Monterey version 12.0.1\nGraphics card: Radeon Pro 555X 4 GB\n\nBroken 3.0.1\nbroken blender-3.2.0-alpha+master.d3b1cce4000b-darwin.x86_64-release.dmg \n\nBuilding Nodes add-on causes Blender to crash consistently when editing nodes in Building Style Editor window. I've been in communication with the author off the add-on (user name Durman on GitHub), and he has provided the script and instructions to reproduce the crash below.\nCrash log [blender.crash.txt](blender.crash.txt)\nAsan report [F12872713](T95861_asan.txt)\n\n[#95861.blend](T95861.blend)\n\n1. Open the attached file\n4. Push execute button of the text editor\n5. Wait until the crush\n\n", "Regression: Crashes when uses preview or final render modes\nOperating system: Mac Os Monterey 12.6.1\nGraphics card: AMD Radeon R9 M380 2 GB\n\nBroken: blender 3.6.2\nWorked: Blender 3.4.1\n\nBlender 3.6.2 crashes on MacOS when you change between preview or final render modes. I Think is a problem related with the Realtime Viewport compositing. I think it is not enabled at all on MacOS but maybe developers did not do it correctly and some render features are requesting missing elements.\n\nSimply make 3 or 4 render previews and then press F12 to obtain a final render (or viceversa). Blender Crashes immediately.\n\n", "Blender 2.90.1 crashes after rendering the first few frames of animation.\n**System Information** \nOperating system: windows 10 64 bit\nGraphics card: Nvidia GeForce GTX 1650\n\nBroken: (2.90.1 3e85bb34d0d7; master)\nWorked(didn't): (only tried on 2.8.3 and did not work at all)\n\nWhen I try to render the animation, after about 50 or so frames(varies randomly), blender crashes with no alerts or anything that tells me what the error is, it simply closes.\nI've rendered another project, and that did indeed render, so I'm left confused why this short animation would cause a crash.\n\nEdit: I disabled motion blur, and it rendered fine. However, I would really like to know why blender won't render if motion blur is enabled. The renderer is Eevee and while my laptop isn't a super computer, it should be able to handle it. Thank you all in advance!\n\n- Open attached file\n- render the animation\n[cube-loop-tut-V1.0.blend](cube-loop-tut-V1.0.blend)", "Crashes when Switching to Material Viewport / Rendered Viewport / Rendering\nOperating system: Windows 10\nGraphics card: 2 Nvidia GTX 1660 Super's\n\n[blender_system_info.txt](blender_system_info.txt)\n\nBroken: blender 2.8 / 3.4\n\n\nBlender runs completely fine when editing and building a model but once rendering is involved, even in preview, it immediately closes with no explanation. This crash will also happen with the default cube. This had not happened before and have tried Updating blender, reinstalling, simplifying, etc but no change and can reproduce the issue on my computer. i can have it in material mode if i have 0 assets in the scene but once i add something it crashes, i am suspecting a bad pathing issue as i had recently refreshed my computer but do not know how to fix it or give blender a hard reset.\n\n{[F14170509](blender.crash.txt)}[blender_debug_output.txt](https://archive.blender.org/developer/F14170500/blender_debug_output.txt)\nOpen Blender, have any Physical asset inside the scene, switch to rendered / Material Viewport, Crash\n\nI have included the project I was working on and the default cube as they create the same issue.\nPlease note that I have installed the most recent Blender program onto my laptop and opened the files attached and did not have any crash happen so it seems the issue is solely between my computer and the blender program.\n\n[Default Cube.blend](Default_Cube.blend) [Skell Rig base.blend](Skell_Rig_base.blend)", "crash when rendering with optics\nOperating system: windows\nGraphics card: 3060\n\n**Error**\n\n```\n# Blender 3.4.1, Commit date: 2022-12-19 17:00, Hash 55485cb379f7\n\n# backtrace\nException Record:\n\nExceptionCode : EXCEPTION_ACCESS_VIOLATION\nException Address : 0x00007FF7B98A5710\nException Module : blender.exe\nException Flags : 0x00000000\nException Parameters : 0x2\n\tParameters[0] : 0x0000000000000001\n\tParameters[1] : 0x0000000000000000\n\n\nStack trace:\nblender.exe :0x00007FF7B98A56F0 blender::default_construct_n<blender::SimpleMapSlot<std::pair<int,int>,blender::meshintersect::ITT_\nblender.exe :0x00007FF7B98B6730 blender::Array<blender::SimpleMapSlot<std::pair<int,int>,blender::meshintersect::ITT_value>,1,blend\nblender.exe :0x00007FF7B98B5770 blender::Map<std::pair<int,int>,blender::meshintersect::ITT_value,0,blender::PythonProbingStrategy<\nblender.exe :0x00007FF7B98B7570 blender::meshintersect::trimesh_nary_intersect\nblender.exe :0x00007FF7B98BE4D0 blender::meshintersect::boolean_trimesh\nblender.exe :0x00007FF7B98BE240 blender::meshintersect::boolean_mesh\nblender.exe :0x00007FF7B94D43D0 blender::meshintersect::direct_mesh_boolean\nblender.exe :0x00007FF7B3ACF380 exact_boolean_mesh\nblender.exe :0x00007FF7B3ACE760 modifyMesh\nblender.exe :0x00007FF7B37C78F0 modifier_modify_mesh_and_geometry_set\nblender.exe :0x00007FF7B37C6190 mesh_calc_modifiers\nblender.exe :0x00007FF7B37C5F80 mesh_build_data\nblender.exe :0x00007FF7B37C8560 makeDerivedMesh\nblender.exe :0x00007FF7B3759B30 BKE_object_handle_data_update\nblender.exe :0x00007FF7B3759990 BKE_object_eval_uber_data\nblender.exe :0x00007FF7B39AA920 blender::deg::`anonymous namespace'::evaluate_node\nblender.exe :0x00007FF7B39AA6C0 blender::deg::`anonymous namespace'::deg_task_run_func\nblender.exe :0x00007FF7B92A2780 tbb::internal::function_task<Task>::execute\ntbb.dll :0x00007FFA475AF220 tbb::recursive_mutex::scoped_lock::internal_try_acquire\ntbb.dll :0x00007FFA475AF220 tbb::recursive_mutex::scoped_lock::internal_try_acquire\ntbb.dll :0x00007FFA475A4FD0 tbb::interface7::internal::isolate_within_arena\ntbb.dll :0x00007FFA475AA120 tbb::task_scheduler_init::terminate\ntbb.dll :0x00007FFA475AD800 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFA475AD800 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFA60E41B20 configthreadlocale\nKERNEL32.DLL :0x00007FFA61A27600 BaseThreadInitThunk\nntdll.dll :0x00007FFA63722680 RtlUserThreadStart\n\n\nThreads:\nThread : 00004b34\nntdll.dll :0x00007FFA6376D6D0 NtDelayExecution\nblender.exe :0x00007FF7B9267160 BLI_thread_is_main\n```\n\nuse a lot of boolean modifiers(4-6) and high subdivision modifier level(3) and set it to display the changes only on the render and use optix\n\n", "Blender crashes when using bpy.ops.view3d.view_orbit with a custom context\nOperating system: Linux-5.15.11-arch2-1-x86_64-with-glibc2.33 64 Bits\nGraphics card: AMD RENOIR (DRM 3.42.0, 5.15.11-arch2-1, LLVM 13.0.0) AMD 4.6 (Core Profile) Mesa 21.3.2\n\nAlso tested on WIndows:\n\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: AMD Radeon(TM) Graphics ATI Technologies Inc. 4.5.14756 Core Profile Context 20.40.32 27.20.14032.8\n\nBroken (Linux): version: 3.0.0\nBroken (Windows): version: 3.0.0\nWorked: Never, the crash happens in 2.7 and 2.6 doesn't seem to support the override thing (I haven't tested subversions)\n\nBlender crashes when using `bpy.ops.view3d.view_orbit` with a custom context\n\nRun this in the Python console:\n```\narea = [n for n in bpy.context.screen.areas if n.type == \"VIEW_3D\"][0]\noverride = bpy.context.copy()\noverride['area'] = area\nbpy.ops.view3d.view_orbit(override, type='ORBITLEFT')\n```\n\n[blender.crash.txt](blender.crash.txt)", "Optix - Out of GPU memory in RTX 4090 but not in RTX 3090/3080\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 4090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.61\n\nBroken: version: 3.3.7\n\n\nI'm getting \"System is out of GPU memory\" while rendering in blender 3.3.1/3.3.7 optix with RTX 4090, but the same scene rendering fine in RTX 3090 and RTX 3080 in same system (Ryzen9 7950X, 128GB RAM). Tried updating to latest nvidia studio drivers( 535.96) as well as downgraded ( 531.61) still no luck. This issues not happening for small scenes with render time in optix less than 15mins. But for complex shot with render time over 30 mins giving out of GPU memory but render happening fine in 12GB 3080 and 24GB 3090 cards\n\n", "Crash on toggle bone layer\nOperating system: OpenSUSE Linux, kernel 5.10.7\nGraphics card: intel \n\nBroken: blender-2.92.0-a5637756491c-linux64\n\nBlender crashes when I'm trying to enable bone layer visibility.\n\n1) Open example file: \n[rig-bug3.blend](rig-bug3.blend)\n2) Click on the *second* rig bone layer: ![Screenshot-rig-bug.jpeg](Screenshot-rig-bug.jpeg)\n\nResult: blender crashes with backtrace:\n\n```\n# Blender 2.92.0, Commit date: 2021-02-05 15:23, Hash a5637756491c\nbpy.ops.outliner.item_activate(extend=False, deselect_all=True) # Operator\nbpy.ops.outliner.item_rename() # Operator\nbpy.ops.outliner.orphans_purge(num_deleted=40) # Operator\nDeleted 40 data-block(s) # Info\nbpy.ops.outliner.orphans_purge(num_deleted=10) # Operator\nDeleted 10 data-block(s) # Info\nbpy.ops.outliner.orphans_purge(num_deleted=1) # Operator\nDeleted 1 data-block(s) # Info\nNo orphaned data-blocks to purge # Info\nSaved \"rig-bug3.blend\" # Info\nbpy.context.space_data.context = 'DATA' # Property\nSaved \"rig-bug3.blend\" # Info\n\n# backtrace\n/home/z/soft/blender-2.92.0-a5637756491c-linux64/blender(BLI_system_backtrace+0x20) [0x865fd90]\n/home/z/soft/blender-2.92.0-a5637756491c-linux64/blender() [0xeb3a2a]\n/lib64/libc.so.6(+0x3d6c0) [0x7ff5377926c0]\n/home/z/soft/blender-2.92.0-a5637756491c-linux64/blender(DRW_displist_vertbuf_create_pos_and_nor+0x5e) [0x13d443e]\n/home/z/soft/blender-2.92.0-a5637756491c-linux64/blender(DRW_curve_batch_cache_create_requested+0x4ea) [0x13d24ea]\n/home/z/soft/blender-2.92.0-a5637756491c-linux64/blender() [0x85bf76b]\n/home/z/soft/blender-2.92.0-a5637756491c-linux64/blender(BLI_ghash_free+0x4e) [0x85c00ee]\n/home/z/soft/blender-2.92.0-a5637756491c-linux64/blender() [0x13840e7]\n/home/z/soft/blender-2.92.0-a5637756491c-linux64/blender(DRW_draw_render_loop_ex+0x1ac) [0x138649c]\n/home/z/soft/blender-2.92.0-a5637756491c-linux64/blender(view3d_main_region_draw+0x8f) [0x1c0442f]\n/home/z/soft/blender-2.92.0-a5637756491c-linux64/blender(ED_region_do_draw+0x7e1) [0x17ab221]\n/home/z/soft/blender-2.92.0-a5637756491c-linux64/blender(wm_draw_update+0x52e) [0x123c70e]\n/home/z/soft/blender-2.92.0-a5637756491c-linux64/blender(WM_main+0x30) [0x123a5a0]\n/home/z/soft/blender-2.92.0-a5637756491c-linux64/blender(main+0x31e) [0xdeb30e]\n/lib64/libc.so.6(__libc_start_main+0xea) [0x7ff53777ce0a]\n/home/z/soft/blender-2.92.0-a5637756491c-linux64/blender() [0xeb03c3]\n\n```" ]
[ "\"Only local\" ambient occlusion option causes error on OptiX 2.92\n**System Information:**\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: RTX 2060 SUPER 457.30\n\n**Blender Version:**\nBroken version: 2.92.0 Alpha\nWorked: NA as ambient occlusion on OptiX was not available \n\n**Short description of error:**\n\n> CUDA_ERROR_ILLEGAL_ADDRESS in cuStreamSynchronize(cuda_stream[thread_index]) (device_optix.cpp:812)\n\n\nThe error above appears when an object is rendered in cycles with OptiX and an `Ambient Occlusion` node with the option `Only Local` enabled.\n\n**Exact steps for others to reproduce the error:**\n1. With the default startup file, change the render engine to Cycles and enable GPU compute, ensuring OptiX is enabled in the user preferences.\n2. Change to rendered viewport mode.\n3. Select the default cube, and in a shader editor, add an `Ambient Occlusion` node, attaching at least one of its outputs somewhere in the node tree.\n4. On the `Ambient Occlusion` node, enable the option `Only Local`. You should see the error reported above appear in the viewport in the top left. If not, try exiting and re-entering rendered mode or duplicating the cube." ]
zero length or missing line segment with predefined grease pencil line stroke Operating system: windows 10 Graphics card: amd 580 Broken: 2.8 beta date: 2019-03-02 00:57 hash: 490a385c8124 Based on the default startup. Steps: draw new line extrude new line, scroll to 2, click Look at extrude count at the bottom of the video please note the new and disconnected yellow point at the end of the video [zero_length_or_missing_line_segment.mp4](zero_length_or_missing_line_segment.mp4)
[ "Grease pencil eraser settings not loaded on startup when using ctrl+LMB with the Draw tool\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: Intel(R) HD Graphics 620 Intel 4.5.0 - Build 26.20.100.7925\n\nBroken: version: 2.90.0\n\nWhen first opening a blend file, your eraser settings are set to default when using ctrl+LMB with the draw tool, and only update after switching to the eraser tool and using it.\n\n\n- Open attached file (the Stroke object is selected and the Draw tool activated in Draw mode).\n- Draw a line\n- Erase part of the line using the same tool but with Ctrl selected. Notice how it behaves as if the `\"Eraser Soft\"` brush is used. \n- Switch to the Eraser tool, erase part of the line. Notice how it behaves according to the specified Brush: `\"Eraser Point\"`. \n- Switch back to Draw tool, and hold down ctrl to erase another part of the line, it should now start behaving like the `\"Eraser Point\"` brush.\n\n[eraser bug.blend](eraser_bug.blend)\n\n", "Drag tool-tip stays when mouse leaves the window\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 536.99\n\nBroken: version: 4.0.0 Alpha\n\nTool-tips displayed on drag stays after mouse leaves window\n\nOpen any file importer and drag any file, after exit the main window tooltip will still show\n\n\n\n<video src=\"attachment\" title=\"2023-08-18 21-26-50.mp4\" controls></video>\n\n", "Very slow brushstroke in Blender 2.91 compared with older Blender version\nWin 10\n2080 rtx\n\nblender 2.90 and 2.91\n\npainting is very low and produce imprecise brushstroke with blender 2.91 compared with 2.90 (and previous) blender version. \n\nlook at the videos and/or try to paint with the attached file.\nThanks\n[blender_2.91.mkv](blender_2.91.mkv)\n\n[test_painting.blend](test_painting.blend)\n\n[blender_2.90.mkv](blender_2.90.mkv)\n\n", "Grease Pencil phasing through objects even when 3d location is selected \nOperating system: Windows 10\nGraphics card: NVIDIA RTX 2060 SUPER\n\n3.1.2\n\nGrease Pencil strokes that should be under the floor/behind objects are phasing through with a weird grainy texture. Looks perfectly fine in viewport rendering but when I render an image/animation it looks weird. Not sure what im missing or if its a bug?\n\n**Blender project**\n[clothtest.blend](clothtest.blend)\n\n![error.jpg](error.jpg)", "Grease Pencil shimmers in the viewport and renders\nOperating system: Windows 7 Ultimate\nGraphics card: Nvidia Quadro 2000\n\n2.92.0\n\nI have a video below, If you see carefully the lines are shimmering, Is there any way to avoid that? watch?v=aBIJbTTiLlU \nAttached a blender file as well.\nI tried \n- increasing samples of viewport \n- increasing anti-aliasing of grease pencil. \n- different render systems 'eevee' and 'cycles'. \n- Tried all possible file exports but the problem is in the viewport itself.\nShould I try denoising it? although that didn't work so well either.\nThe problem just isn't going way. Is it my system? Could you help?\n\n[room fix.blend](room_fix.blend)", "\"Input Pending\" for Loop Cut and Slide when called from menu.\nOperating system: Windows 10 64 bit\nGraphics card: Nvidia GTX 1660Ti\n\nBroken: 3.3.2\nWorked: 2.93\n\n**Caused by:** da2ba402689d7ed752b0b37ad49dce1a5851cc77\n\n**Reproducing the error:**\n\n- Ctrl+R on default cube edit mode, regardless of selection mode, loop cut slide works as usual.\n- Use search menu or header->edge menu and select loop cut slide, header bar only shows \"Input Pending\", if pressed left mouse, then operator runs correctly. If pressed right mouse, then operator is cancelled.\n\n\n\n", "Timeline/Frame ranges inconsistencies in UI\n#39484 raised that timeline frame range representation actually show (real_length - 1) interval… So e.g. a scene having same start and end frame is shown as zero length. This is also inconsistent with how caches are drawn in same window (they start at -0.5 frame and end at +0.5 frame), which allows to represent the real length, assuming 'frame' itself as a sort of “center” value.\n\nTo fix #39484 I simply made same thing for frame range, but this was to quick in fact, we need a design decision here and make it consistent in all time-related windows (timeline, VSE, MCE, animations, etc.).\n\n@sebastian_k proposed to rather draw a [start, end+1] interval, adding a small green square of one frame width to the cursor:\n\n![Image_2014-04-12_at_3.44.20_nachm..png](Image_2014-04-12_at_3.44.20_nachm..png)", "Error code in NodeShader Color default_value\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 536.99\n\nBroken: version: 4.0.0 Alpha\n\ncode in files\nthe color default_value require a 3-dimensional array , but when specified as a 3-dimensional array, the red channel is missing\n\n\n", "Grease Pencil Vibrating Contours\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GT 740/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 452.06\n\nBroken: version: 2.83.4\n\nHi, i i have bug on Grease Pencil contours. When i move camera in animation contours vibrate, changing size. This is not problem with my PC, because i tried it on another and problem is the same. I tried Anit-Aliasing, change render engine (Cyles and Evee), the same bug is in viewport and in render animation. I'm attach the video of this bug. This bug occurs just with camera or object move. \n\n1. Create Grease Pencil object.\n2. Move camera to \"zoom\" it.\n\n[vibrating contours.mp4](vibrating_contours.mp4)\n\n[vibrating contours.blend](vibrating_contours.blend)\n", "Scene Line Art problem when used with Grease Pencil objects.\nOperating system: Windows 10\nGraphics card: Radeon RX 590\n\nBroken: (2.93.0 Beta, 0f66dbea904f, master, 2021-04-21)\nWorked: ()\n\nScene Line Art or Object Line Art are located in front of the Grease Pencil objects.\n\n![LineArtProblem.png](LineArtProblem.png)\n[SceneLineArt_and_GPencil.blend](SceneLineArt_and_GPencil.blend)", "Glitches on Video Sequence timeline\nOperating system: Linux 5.9.11\nGraphics card: Intel Haswell\n\n[system-info.txt](system-info.txt)\n\nBroken: 2.92\n\nShowing glitches on video sequence timeline when area of Video Sequencer resizing\n\nSteps shown on video\n\n[2020-12-02_15-19-26.mov](2020-12-02_15-19-26.mov)", "Grease Pencil Tint / Also Vertex Paint on Grease Pencil Objects very slow with Cintiq Pro 24\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15\n\nBroken: version: 3.4.1\n\nWhen i use Grease Pencil Tint with the a Cintiq 24 Pro it's very very slow. I have to wait after each stroke to continue. Drawing with the mouse is no problem.\nSame with vertex paint on a grease pencil object.\n\nWindows Ink and Wintab made no difference\n\nJust tinting with the cintiq stylus in the attached scene on the current layer.\n\n", "Collection holdout on grease pencil objects\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 750/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71\n\nBroken: version: 2.93.4\nWorked: unknown\n\nHoldout option on collection doesn't work, if objects it is containing are grease pencil objects. Alpha of contained GP objects remains on 1 / solid in viewport as well as in render.\n\nPS: This behavior would help a lot with compositing linework made with \"linework modifier\" of grease pencil. In shots where characters are obscured by objects linework should obscure them as well but if in the same shot character comes in front of the object suddenly the opposite is needed.\n\nsample .blend file (steps included):\n[collection holdout grease pencil bug.blend](collection_holdout_grease_pencil_bug.blend) \n1. create GP drawing (GP Suzanne will work fine)\n2. create collection for it and move it in the colection\n3. repeate first two steps but move the new GP object in front of the first one (Default GP stroke might be mor suitable in this case)\n4. in collection settings of the collection made for second object (the stroke) check the holdout option.\n5. render image and you should see the second gp object remaining opaque.\n\n**given result**\n\n![given result.png](given_result.png)\n**expected result**\n[achieved by converting GP stroke to curve and extruding the curve]\n![expected result.png](expected_result.png)\n\n", "Schrodinger's Animation errors\nOperating system: Windows 10\nGraphics card: GTX 760\n\nBroken: 2.80, Hash: d30f72df8ac, 2019-06-19\n\nIf you filter the action editor by errors it will not show any unless you have seen them. This makes it very tedious to find errors with my keyframes. I've added a gif to show the problem better.\n\nMake an armature with several bones and create an action with keyframes for all of the bones. \n\nDelete one of the bones. \n\nIf you don't have enough space to show all the channels in the action editor then the filter by error thing will not correctly show you the keyframes for the missing bone.\n\nIf you scroll down and see the errors with your own eyes, the filter will work.\n\n![GIF.gif](GIF.gif)", "Grease Pencil eraser acts as though full pressure was applied when tablet stylus is released\nGraphics card: GTX 980\nReproduced on these operating systems:\n- Windows 10\n- Arch Linux 6.3.1 (KDE Plasma 5.27)\n\nReproduced using these drawing tablets:\n- HUION H610PRO V2\n- HUION Q11K\n\nBroken: Reproduced in 3.5.1 and 4.0 (locally compiled 7372b3bdda350)\nWorked: Before 74f291cdea979 (2016-01-11)\n\nErasing lightly with a pressure-sensitive tablet is made difficult by a bug that erases a large area (as if the stylus was pressed down with maximum pressure) whenever the stylus is released:\n\n<video src=\"attachment\" title=\"pen_pressure_release_bug.mp4\" controls></video>\n\nThis is the code that introduced this issue (added in 74f291cdea979 for #47101)\nRemoving it completely resolves this issue:\n```cpp\n /* Hack for pressure sensitive eraser on D+RMB when using a tablet:\n * The pen has to float over the tablet surface, resulting in\n * zero pressure (#47101). Ignore pressure values if floating\n * (i.e. \"effectively zero\" pressure), and only when the \"active\"\n * end is the stylus (i.e. the default when not eraser)\n */\n if (p->paintmode == GP_PAINTMODE_ERASER) {\n if ((event->tablet.active != EVT_TABLET_ERASER) && (p->pressure < 0.001f)) {\n p->pressure = 1.0f;\n }\n }\n```\n\nA sample of what I observed by logging pen pressure events while reproducing the issue:\n```\ntablet.active: 1, p->pressure: 0.399948\ntablet.active: 1, p->pressure: 0.326324\ntablet.active: 1, p->pressure: 0.246231\ntablet.active: 1, p->pressure: 0.168350\ntablet.active: 1, p->pressure: 0.097900\ntablet.active: 1, p->pressure: 0.038330\ntablet.active: 1, p->pressure: 0.000000\n```\nWhen I **release** my stylus, an event of type `EVT_TABLET_STYLUS` (`1`) with a pressure value at (or very close to) `0.0f` is sent. This triggers the above conditional that sets `p->pressure` to `1.0f` (full pressure), causing the issue.\n\nIn the attached .blend file:\nUsing a pressure sensitive drawing tablet, lightly use the Grease Pencil eraser tool to erase the strokes, then release your stylus.\n(If your drawing tablet sends an event with a pressure value lighter than `0.001`, the issue will occur)\n\n## Question: Is #47101 still relevant and applicable?\nI'm not sure I fully understand the use-case that was effected by #47101 or whether it is even still applicable to Blender today, 8 years later.\nIf someone can shed some light on what the intended behavior of 74f291cdea979 is and whether it is still needed, I will happily work on a pull request to reconcile this issue (or simply remove the conditional if it is no longer applicable)\n\n" ]
[ "line segment disappears when using extrude of predefined grease pencil line stroke\nOperating system: windows 10\nGraphics card: amd 580\n\nBroken: 2.8 beta date: 2019-03-02 00:57 hash: 490a385c8124\n(example: 2.79b release)\n(example: 2.80, edbf15d3c044, blender2.8, 2018-11-28, as found on the splash screen)\nWorked: (optional)\n\n\nBased on the default startup.[scroll_below_3_and_line_segment_disappears.mp4](scroll_below_3_and_line_segment_disappears.mp4)\nSteps: \n\tdraw new line\n\textrude new line, scroll down to 3 (is still working), scroll to 2 and line disappears \n\tLook at extrude count at the bottom of the video \nNOTE: has not worked for builds in past week", "2 incorrect line segments with predefined grease pencil line stroke\nOperating system: windows 10 \nGraphics card: amd 580 \n\nBroken: 2.8 beta date: 2019-03-02 00:57 hash: 490a385c8124\n\n\nBased on the default startup.\nSteps:\n\tdraw new line\n\textrude new line, scroll to 2, click \n\textrude new line, scroll from 2 to 8 \n\t\tat 2 it goes to previous point and has nothing to do with new point/mouse cursor \n\t\tbeyond 2 it makes 2 segments starting at third to last point and ending at mouse cursor with a middle point tending towards the second to last point. starting at time 17 you can see the 2 line segments tending to the middle point as I move around the cursor. At time 24 you can see this 2 line segment going from 1 to 2 line segments and their connecting point changing, I am only scrolling the middle mouse for the number of segments. At time 34 you can see the red point that it was tending to and that it is not connected\n\tNOTE: doing other combinations of the same operations after these steps leads to more and new odd behavior \n\t\tline segments going in opposite direction \n\t\tline never being created \n\t\tline not created until switching focus to another windows application and back again \n\t\t...\n\n\n\n[incorrect_2_line_segments_grease_pencil.mp4](incorrect_2_line_segments_grease_pencil.mp4)" ]
Hotkey "N" are unexpectedly translated in menus Windows 8.1 pro and GTX660 Broken: 2.76a Hotkey "N" are unexpectedly translated in menus(normal operation for mesh EditMode for example). See the attached image. ![Normalmenu.PNG](Normalmenu.PNG) It's related this task: T46268 If we have no time to fix it, and have a chance to release until 2.8, you can postpone it. I'm sorry for reporting at the last time again...
[ "\"Ctrl+Scroll\" to pan horizontally cause issue inside geometry node editor \nOperating system: Windows-10-10.0.16299-SP0 64 Bits\nGraphics card: GeForce MX150/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 441.87\n\nBroken: version: 2.93.0\n\n[ The two actions (Pan horizontally & change any float value of the parameters) are linked to same key combo (Ctrl+Scroll) inside geometry node editor which conflicts,]\n\n[1. Add cube and goto Geometry node editor\n2. add Transform or any node inside geometry node editor.\n3. Try to pan horizontally with Ctrl+scroll. As soon the node hit your mouse pointer while panning, the panning action will stop and it will change the slider value where the node hit the mouse pointer, this cause accidental change in value and other issue. either use Alt+scroll to pan. this same thing should be fundamental everywhere that Alt+scroll to change different tabs and Ctrl+scroll to change values, if possible.{[F10173799](Untitled.png)}]\n\n", "Translation is not displayed in the node attribute interface\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 496.49\n\nBroken: version: 3.5.0 Alpha\n\nTranslation is not displayed in the node attribute interface.\n![4IN6Y]W3O[TB6@}K9$PW~4L.png](4IN6Y_W3O_TB6__K9_PW_4L.png)\nShaders can translate languages, but there is no translation language in the property panel of geometric nodes.\n![X@@KXLBM9W@5OK%{BNZRN@R.png](X__KXLBM9W_5OK__BNZRN_R.png)", "Support socket icons in the Group Sockets Input/Output type enum\n{[F10225900](image.png), size=full} (crude mockup)\n\nThe issue is that the socket colors are not icons, but maybe they should/could.", "Problem with Panel class in layout and with translation texts\n**Targeting Project**\nGUI Development\n\nOperating system: \nLinux, Kernel: 4.15.0-20-generic x86_64 bits: 64 compiler: gcc v: 7.3.0 Desktop: Cinnamon 4.0.8 \nDistro: Linux Mint 19.1 Tessa base: Ubuntu 18.04 bionic \n\nGraphics card:\nDevice-1: Intel 4th Gen Core Processor Integrated Graphics vendor: Hewlett-Packard driver: i915 v: kernel \nDevice-2: NVIDIA GK208M [GeForce GT 740M] vendor: Hewlett-Packard driver: nouveau v: kernel bus ID: 01:00.0 \nDisplay: x11 server: X.Org 1.19.6 driver: modesetting,nouveau unloaded: fbdev,vesa \nresolution: 1920x1080~60Hz, 1920x1080~60Hz \nOpenGL: renderer: Mesa DRI Intel Haswell Mobile v: 4.5 Mesa 18.0.5 direct render: Yes \n\nBlender 2.80 (sub 75)\n\tbuild date: 2019-07-29\n\tbuild time: 17:17:04\n\tbuild commit date: 2019-07-29\n\tbuild commit time: 14:47\n\tbuild hash: f6cb5f54494e\n\tbuild platform: Linux\n\tbuild type: Release\n\nOn the 3D Viewport, the main screen of 'Layout', you see the drop down list of 'Object Types Visibility' where English texts are all visible and well spaced.\n\n![Screenshot from 2019-08-02 03-42-35.png](Screenshot_from_2019-08-02_03-42-35.png)\n\nWhen switched to the Vietnamese translation language, it looks like this:\n\n![Screenshot from 2019-08-02 03-34-25.png](Screenshot_from_2019-08-02_03-34-25.png)\n\nWhere 'heading' and item texts are BOTH obscured to the right, trailing with two dots ('..')\n\nThe code for this module is at:\n\n![Screenshot from 2019-08-02 03-35-21.png](Screenshot_from_2019-08-02_03-35-21.png)\n\nand the piece of text translation is this:\n\n![Screenshot from 2019-08-02 03-35-08.png](Screenshot_from_2019-08-02_03-35-08.png)\n\nPlease take this 'blender.mo' file of Vietnamese I translated and compiled locally: \n\n[blender.mo](blender.mo)\n\nand drop in to the location:\n\n2.80/datafiles/locale/vi/LC_MESSAGES\n\nof your binary before switching to Vietnamese, select to turn on translation only for 'Interface' and 'Tooltips' while testing (because I only turning on these options on my pc).\n\n**Questions**\n\nCan 'Panel's be able to calculate their size and extendable at run time to cater for the size of the 'Longest' string of text (based on the dpi of font chosen and configuration scale) and aligning themself away from the edge of the parent windows (so do not overlapped the underneath) as in this situation:\n\n![Screenshot from 2019-08-02 03-58-02.png](Screenshot_from_2019-08-02_03-58-02.png)\n\n- Run Blender\n- Drop the translation 'blender.mo' file into the directory mentioned\n- Edit (Biên Soạn) ->Preferences (Cấu Hình) -> Interface (Giao Diện) and click on Translation (Phiên Dịch). In the language combo box, select 'Vietnamese' (Tiếng Việt). Then click to turn on 'Tooltips' (Chú Thích Công Cụ) and 'Interface' (Giao Diện).\n- Click on drop down panels as shown in the images and notice their contents and layout.", "Problem with mouse walk navigation\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.90\n\nBroken: version: 2.91.2\n\nWalk navigation breaks when key map is changed for Up and Down operation.\n\n- Load blender with factory settings\n- Open keymap from `Edit -> Preferences`\n- `3D View -> View 3D Walk Modal`\n- Change key value for Up and Down\n- In viewport `View -> Navigation -> Walk Navigation`\n- Use updated keys to move Up and down\n\n![problem.jpg](problem.jpg)\n\nAs far as i could see, the problem happens when instead of the q down and e keys we put the midle mouse roll up or down. As you can see in the picture. I have tried with other keys and each time there is a problem with the middle mouse button. Simply the middle mouse button goes up, but when it turns so rool down it doesn't work?\nDoes it fix it or do you have an idea how to fix it?\n", "Rebind default 'Set 3D Cursor' hotkey to Shift+Alt+Middle doesn't work\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 466.47\n\nBroken: version: 2.93.0, 3.4\nWorked: it was working with 2.92\n\nRebinding the default Shift+Right press hotkey to Shift+Alt+Middle press hotkey doesn't work. It moves the 3D cursor but I can't drag it everywhere I want like the default behavior.\n\n- Find the default shorcut by typing cursor to the search bar\n- Under 3Dview there is Set 3D Cursor (view3d.cursor3d)\n- Change the default to Shift+Alt+Middle\n- It doesn't work as expected\nioGcz_mV78k", "\"Input Pending\" for Loop Cut and Slide when called from menu.\nOperating system: Windows 10 64 bit\nGraphics card: Nvidia GTX 1660Ti\n\nBroken: 3.3.2\nWorked: 2.93\n\n**Caused by:** da2ba402689d7ed752b0b37ad49dce1a5851cc77\n\n**Reproducing the error:**\n\n- Ctrl+R on default cube edit mode, regardless of selection mode, loop cut slide works as usual.\n- Use search menu or header->edge menu and select loop cut slide, header bar only shows \"Input Pending\", if pressed left mouse, then operator runs correctly. If pressed right mouse, then operator is cancelled.\n\n\n\n", "Segfault on unregistering operator/menu with open props dialog.\nOperating system: Linux\nGraphics card: Intel\n\nBroken: 2.92, 2.93\n\n\nWhen an operator currently has a `wm.props_dialog_(self)` open, unregistering it will cause a segfault.\n\nThis only seems to happen reliably when the module it's from has at least one `bpy.types.Menu` subclass that's also been registered.\n\nThe displayed values of property fields in the dialog will sometimes flicker and switch values with each other for a split second before the segfault.\n\n\n[InvokeSegfault.blend](InvokeSegfault.blend)\n\n1. Open the attached file.\n\n2. Invoke the operator from the 3DView toolbar.\n\n3. Use a system hotkey (E.G. `ALT`+`TAB`) to switch to the window with the text editor space while leaving the props dialog open.\n\n4. Run the script again from the text editor window.", "Interface. Sculpt mode, checkbox title not react to click\nOperating system: Windows-8.1-6.3.9600-SP0 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 375.70\n\nBroken: since 2.83.9, checked with version: 2.93.0\n3.0 alpha broken too\n{[F10178598](изображение.png) size=full} — here\n\n\n[2021-06-18_00-08-00.mp4](2021-06-18_00-08-00.mp4)\n", "Pie Menus initiated by tweak events will disable the mouse button used in the tweak event. Works fine for regular menus, operators.\nWindows 10\ngeForce GTXTitan\n\nBroken: blender-2.77.0-git.94e18c5-AMD64\nWorked: (optional)\n\nI've set up some UI shortcuts that use 'tweak' events (or directional gestures) for various pie menus, regular menus, and operators. This work fine for regular menus and operators. After calling a pie, however, the tweak button defined in the input editor (left, right, middle, action) becomes unusable. \n\n1) Open User Prefs, select the add-ons tab, and enable Official Pie menu addon\n2) Select the 'Input' tab in User Prefs, and in the keymap filter (set to name), type the the word 'pie' without quotes\n3) The first filtered pie is 'Frames'. change the hotkey as follows: \nClick the event mapping dropdown (its set to keyboard by default), and change to Tweak. two new options appear next to it: 'Left', and 'Any'.\nChange the type of event, or leave it as 'Left' \nChange 'Any' to a direction.\nSelect a modifier key such as Shift\n\n4) go to the 3d view and execute the new shortcut you set up. The playback options should appear in the pie menu but are not selectable. Hitting the escape key will get out of the pie, but the defined tweak button is not usable.\n\nNOTE: If you use the default right click select, you can still place the cursor, but can't trigger the shortcut again. If left click select is set, then normal tweak events like moving selected objects are also not possible.\n\nNOTE: Toggling Object/Edit mode will make the button usable again.", "GPencil: Shortcuts in Draw Mode are hardcoded\nMultiple keys in the `gpencil_draw_modal` function are hardcoded and (some) don't show up in the info bar. This makes it impossible for the user to know what certain keys do as well as impossible to change them in the keymap. All of those keys should be in the keymap with the default keys set as they are now.\n\nHere is a list of these (hardcoded) shortcuts:\n\n - {key Enter}, {key Pad_Enter}, {key Esc}, {key Space}, {key Ctrl Z} (?): Confirm\n - {key Mousewheel_Up}, {key Pad_Plus}: Increase size of eraser\n - {key Mousewheel_Down}, {key Pad_Minus}: Decrease size of eraser\n - {key O}: Set center of guide\n - {key V}: Turn off speed guide\n - {key M}: Alternate or flip guide direction\n - {key L}: Turn on line guide; {key Ctrl L}: Turn on line guide with angle = 0; {key Alt L}: Turn on line guide with last angle\n - {key C}: Turn on circular guide\n - {key K}: Turn line guide clockwise\n - {key J}: Turn line guide anti-clockwise\n", "UI: Drag Tool option is misaligned and should not use colon\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 462.59\n\nBroken: version: 3.0.0 Alpha\n\nDrag Tool option is misaligned and should not use colon:\n{[F11087908](image.png), size=full}\n\nBtw. `Gizmos:` shouldn't use colon either\n\n", "Keymapping does not update for the python api after hotkey is changed in settings\nOperating system: Linux-6.1.19-gentoo-x86_64-x86_64-Intel-R-_Core-TM-_i5-6300HQ_CPU_@_2.30GHz-with-glibc2.36 64 Bits\nGraphics card: Mesa Intel(R) HD Graphics 530 (SKL GT2) Intel 4.6 (Core Profile) Mesa 23.0.3\n\nBroken: version: Didn't work at least since version 3.3 and last tested with 3.5.1 (sorry in gentoo Blender doesn't seem to have precise git info)\n\nThe following python code:\n```python\nimport bpy\n\ndef check_hotkey(category, keymap_name):\n kc = bpy.context.window_manager.keyconfigs.active\n keymap = kc.keymaps[category].keymap_items[keymap_name]\n\n print(keymap.to_string())\n\ncheck_hotkey(\"Window\", \"wm.open_mainfile\")\n```\nprints `Ctrl O` But, if the `wm.open_mainfile` keymap changes, and then when the script is run again, it does not detect that the keymap changed.\n\n1. Run the script above, it will print the keymapping\n2. change the `wm.open_mainfile` to anything\n3. The script will print the exact same keymapping from the step 1, instead of new \n\n\nTested with default Blender scene.\n\n", "USD: Attribute import warnings and errors\nBroken: latest master branch\n\nAttempting to read certain USD attribute types generates warnings and errors in cases where conversion should be possible\n\nReading the attached `read_attribs_test.usd` (originally provided by @Bone-Studio) generates the following warnings and errors. Although it's to be expected that some attributes can't be handled (e.g., non-array floats and ints), it seems like we should be able to convert point3[hfd] and perhaps string arrays.\n\n> Error: Generic primvar primvars:dopobject: invalid type string[]\nWarning: Unsupported type string for mesh data\nWarning: Unsupported type string for mesh data\nWarning: Unsupported type int for mesh data\nWarning: Unsupported type int for mesh data\nWarning: Unable to get array values for primvar primvars:neighbors\nError: Generic primvar primvars:orient: invalid type quatf[]\nError: Generic primvar primvars:patchname: invalid type string[]\nWarning: Unsupported type point3f[] for mesh data\nWarning: Unsupported type point3f[] for mesh data\nWarning: Unsupported type point3f[] for mesh data\nWarning: Unsupported type point3f[] for mesh data\nWarning: Unsupported type point3f[] for mesh data\nWarning: Unsupported type point3f[] for mesh data\nWarning: Unsupported type float for mesh data\nWarning: Unsupported type float for mesh data\nWarning: Unsupported type float for mesh data\nWarning: Unsupported type float for mesh data\nError: Generic primvar primvars:target_path: invalid type string[]\nWarning: Unsupported type float for mesh data\nWarning: Unsupported type float for mesh data\nWarning: Unsupported type float for mesh data\nWarning: Unsupported type float for mesh data\n\n", "VSE/UI: Operators missing shortcut keys\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 462.59\n\nBroken: version: 3.0.0 Alpha\n\nSet Preview Range to Strips & Set Frame Range to Strips:\n{[F10276617](image.png),size=full}\n\nAnimation Render options are missing keys:\n{[F10276638](image.png),size=full}\n\nSide of Frame... Current Frame - is also suffering from a bad name and ctrl+left click on Playhead to select is missing.\nLeft & Right: Brackets do not work on non English keyboards.\n{[F10276621](image.png),size=full}\n\nAll of the handle selection options are missing keys:\n{[F10276625](image.png),size=full}\n\nAll of the Channel selection options are missing keys:\n{[F10276627](image.png),size=full}\n\nJump to previous/next marker are missing keys:\n{[F10276631](image.png),size=full}\n\n\n\n\n" ]
[ "All Hotkey \"C\" are unexpectedly translated in menus\nWindows 8.1Pro x64\n\nBroken: 2.76TB1, RC1, RC2\nWorked: 2.75\n\nAll \"C\" key of hotkey strings for menus are translated.\nThe msgstr \"C\" has been already used for Compositor (:src: bpy.types.CompositorNodeLevels.channel:'COMBINED_RGB'). I coldn't expected such translation for hotkeys.\nPlease exclude [A-Z] from hotkey translating or make special translation tags for it.\n\nThanks, \n\nSee the attached image.![wrongtranslation.jpg](wrongtranslation.jpg)" ]
GeometryNodes, render engines does not properly reads "material_index" attribute in object mode Operating system: Linux-5.4.0-72-generic-x86_64-with-glibc2.31 64 Bits Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.73.01 Broken: version: 3.0.0 Alpha In this example the material id its not properly read by the renders engines in object mode, only in edit mode works fine [id2.mp4](id2.mp4) [espumatest.blend](espumatest.blend) 1- try changing the attribute fill to 0 or 1 2- switch to edit mode and try again
[ "Breaking nodes API changes for 4.0\n- [x] Remove `Node.width_hidden`\n- [ ] Complete \"Spline\" to \"Curve\"/\"Curves\" rename in geometry nodes\n- [ ] Stop storing node locations relative to their parents\n- [ ] Use a separate type for internal links (in RNA too) (see [D16960](D16960))\n- [ ] Use a separate type for node group interface inputs and outputs and node sockets\n- [ ] Use dynamically allocated `char *` array to store string socket default values", "Color attributes in sculpt mode not showing in instance objects\nOperating system: Linux-5.15.0-47-generic-x86_64-with-glibc2.35 64 Bits\nGraphics card: GeForce GTX 670MX/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 418.226.00\n\nBroken: version: 3.4.0 Alpha\n\nWhen sculpting an object its instance reflect the changes after the stroke, but not with color attributes, you have to go out of sculpt mode to see the color attributes.\n\n1. Open a new sculpt file.\n2. Make and instance in object mode with Alt D\n3. Enter sculpt mode of the original object.\n4. Paint some color attributes\n5. Sculpt with clay brush to see the expected behavior.\n\n[Grabación de pantalla desde 17-09-22 16:08:53.webm](Grabación_de_pantalla_desde_17-09-22_16_08_53.webm)\n\n\nOne funny thing is that if you give the original object a mirror modifier, the changes to the instance are in real-time, not after the stroke, both for sculpt and for paint. But not when you sculpt or paint in the one without the modifier.\n\n\n[Grabación de pantalla desde 17-09-22 16:22:16.webm](Grabación_de_pantalla_desde_17-09-22_16_22_16.webm)\n\n", "Output from Geonodes Edge Domain to Shader behaves strangely\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: Quadro K3100M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 426.78\n\nBroken: version: 3.1.0 Beta\nWorked: Never, as far as I know\n\nWhen retrieving data stored on the edge domain in a shader, the values are inconsistent between adjacent faces, and generally do not interpolate across faces as expected.\n\n![image.png](image.png)\n![image.png](image.png)\n\nOpen attached file and switch to rendered mode.\n\n[Edge Domain Issue Demo.blend](Edge_Domain_Issue_Demo.blend)\n", "Object Info node random output doesn't work properly\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: AMD Radeon HD 7600M Series ATI Technologies Inc. 4.5.13399 Core Profile Context 0\n\nBroken: version: 3.6.2\nWorked:\n\n**Short description of error and steps for others to reproduce the error**\nI have a scene with many collection instances of a collection containing a car and its wheels. The car has a material on it with its base color being controlled by an object info node's random output:\n[![enter image description here][1]][1]\n\nEverything looks good as long as I am in material preview with the overlays turned off:\n[![enter image description here][2]][2]\n\nBut with the overlays turned on(or sometimes the other way around) or if rendered using the EEVEE render engine, all the cars will have the same color.\n[![enter image description here][3]][3]\n\nHere is the .blend file:\n4whyzTYK#LYLMOGpAT3VvUi4j73Jg63W2p8sG_HRQ8L3E_A107z0\n\n [1]: Api9y.png\n [2]: XZ0Gz.png\n [3]: OeeZJ.jpg\n\n", "Writing to 8 bit integer \"enum\" attributes in geometry nodes\nThis is needed to make writing `curve_type`, `normal_mode`, and other curve attributes work properly. There are two potential approaches:\n- Allow writing `int32_t` values as `int8_t` attributes transparently.\n - This is inconsistent with the way we handle byte colors and other types currently.\n- Add a `8 Bit Integer` mode to the store named attribute node\n - This should probably be done anyway\n - It's a little less intuitive, since it doesn't \"just work\"\n - It also doesn't solve writing with the modifier output attributes\n\nThere is also the problem of clamping the written values when they are out of range of the enum.", "Cycles box mapping not working with rotated texture coordinates\nubuntu 14.04, 630GT, 4930k\n\nBroken: 2.74\n\n\nbox mapping doesn't work with object mapping (object) if the object is rotated (only 1 side is properly projected)\n\n\n1. open the blend file\n2. copy \"Cube\" and rotate it (90 degress)\n3. render\n\n\n\n\n\n\n\n\n", "Geometry Nodes Object Group input does not remove dependencies\n[system-info.txt](system-info.txt)\n\nBroken:version: 3.4.0 Alpha, branch: master, commit date: 2022-10-04 22:45, hash: f9a10e7ed039, type: release\n...been already around for a while\n\nIt seems that Blender does not correctly remove the dependency from the formerly connected object from the Geometry Nodes Object Group input.\nEven when deleting all the default values.\n\n- Append the object `Cube` from the attached .blend file\nit will also append Suzanne even though all former links in the setup have been removed.\nThe only thing that helps to get rid of the dependency is to delete the input and recreate it together with all the links. \n[dependency_bug.blend](dependency_bug.blend)\n...and do not get me wrong i really like Suzanne! But if she appears all the time even when she is not invited it gets a bit annoying.\n", "Material Preview (EEVEE) can cause access violations when switching to edit mode\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.65\n\nBroken: version: 3.6.3\nWorked: N/A\n\nSwitching to edit mode with material preview (EEVEE) enabled results in a crash \n(Log from my machine produced with the joined blender file also joined to this report)\n\nusing the file joined in this report:\n- Open the scene\n- Select \"Circle.039\"\n- Switch to material preview\n- Attempt to enter edit mode on \"Circle.039\"\n\n", "Geometry Nodes socket is not showing relevant value info for current modifier\nOperating system: win 10\nGraphics card: 1050 ti\n\nBroken: 3.3.0 beta\n\nUsing many modifiers with the same GN node tree (multiple users) has some issue with data updating.\nIf you bring cursor over socket to see its value, then it shows only data from first GN modifier, no matter what modifier is selected at the moment. Seems to be only interface problem, as internally processed data is correct.\n\nIn attached file bring cursor over orange socket (Object type) and it will show same object for both modifiers, when in fact they are different.\n[socket_info_issue.blend](socket_info_issue.blend)", "Linked data-block has \"pointer\" property still active\nBroken: version: 3.4.0 Alpha, branch: Unknown, commit date: Unknown Unknown, hash: `rBUnknown`\nWorked: Probably never\n\n\n\n[torus.zip](torus.zip)\n\nOpen torus.blend. It has a linked collection containing the selected object `Torus`.\n\nAs you can see in the image, the \"Object\" rna properties (parent, and the array modifier one) are both active:\n\n{[F13627034](image.png), size=full}\n\nIn fact you can even click on the property to change it (the popup show up, but clicking on it at least doesn't change it):\n\n{[F13627039](image.png), size=full}", "UVEditor: Add developer option to show vertex, edge and poly indexes.\nSimilar to the 3d viewport we should add option to show the vertex, edge and poly indexes to the uv editor.\n\nWithout I have looked to close to the current code-base this should be possible by adding the option to the UVEditor overlay and some tweaks in the overlay engine. \n\nCurrent work-around is to use a split screen.\n![Screenshot 2023-01-23 at 16.06.17.png](Screenshot_2023-01-23_at_16.06.17.png)\n", "Textures not displayed in sculpt mode due to missing UVs (PBVH rendering, Multires)\nOperating system: Windows-10-10.0.17763 64 Bits\nGraphics card: GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 417.35\n\n\nBroken: version: 2.80 (sub 55)\nWorked: 2.79b\n\n\nModel with Multiresolution modifier doesn't display texture in Sculpt Mode.\nRender engine doesn't matter.\n\n![2019-04-14 00_59_29-Window.png](2019-04-14_00_59_29-Window.png) \n![2019-04-14 00_59_54-Window.png](2019-04-14_00_59_54-Window.png)\n\nObserved in display modes:\n1. Solid (Lighting: Studio / Color: Texture)\n2. LookDev\n3. Rendered (in Cycles mesh is invisible)\n\n- Open [test.blend](test.blend)\n- Enable \"Display modifier in viewport.\"\n\nOR\n\n- Switch to LookDev mode\n- Apply multiresolution modifier to a mesh with texture\n- Add single subdivision (`Sculpt Base Mesh` OFF)\n", "Causing other objects to be named .001 doesn't immediately update the Viewport Name Display\nI found this in 3.0.0 but happens the same in 3.1.0.\n\nWhen you turn on Viewport Name Display:\n![image.png](image.png)\n\nAnd then you rename a new object the same as object that was already in the scene:\n![image.png](image.png)\n\nThe name of the original doesn't update until you somehow \"touch\" the object by moving it, entering Edit Mode etc.\n\nIt doesn't get fixed by simply affecting something else.\n\nIn the .blend you need to select the object with name \"Plane.001\" and rename it to \"Plane\" then the object on the left stays named as Plane until you somehow affect it.\n[Bug-ViewportDisplayName.blend](Bug-ViewportDisplayName.blend)", "Geometry nodes crash involving point translation and points to volume\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: AMD Radeon RX 5700 XT ATI Technologies Inc. 4.5.14830 Core Profile Context 21.4.1 27.20.21002.112\n\nBroken: version: 3.0.0 Alpha\nWorked: Unknown.\nCannot open reference file in stable (crashes immediately). \nMy oldest 3.0 from 2021-08-01 (`836aeebf7077`) also has the issue.\n\nBlender crashes in certain setups involving point translation and points to volume.\n\n- Open .blend file\n- Connect \"Crash\" node with Reroute\n\nUpon some more testing I found that there are more specific values or ranges that cause the problem, when using the power node one is around 2 to the power of 24.003.\nKnowing values that crash, the attribute fill node can be used:\n\n![image.png](image.png)\n[attribute-fill.blend](attribute-fill.blend)\n[attribute-power.crash.txt](attribute-power.crash.txt)", "Geometry Nodes + Shader Editor + Asset Browser bug\nOperating system: macOS-13.1-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 5500M OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.9.51\n\nBroken: version: 3.5 `7bf75231e8c5` , 3.4.1 `55485cb379`\nWorked: (latest 3.3.2 for Mac Intel)\n\nGeometry Nodes Editor + Shader Editor loads in all marked, related assets from Asset Browser causing crash and memory overload\n\n- Extract Asset.zip\n- Open default blender scene and assign asser library path as shown in the image\n- Open node editor\n- SHIFT+A action cause immediate memory overload from Asset Browser\n\n![Screenshot 2023-01-12 at 10.38.30 AM.png](Screenshot_2023-01-12_at_10.38.30_AM.png)\n\n[Assets.zip](Assets.zip)\n\n[asset-library-indices.zip](asset-library-indices.zip)" ]
[ "Geometry nodes material index attribute not working correctly on generated/instanced geometry\nOperating system: Linux-5.8.0-7630-generic-x86_64-with-glibc2.32 64 Bits\nGraphics card: Quadro RTX 6000/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.32.03\n\nBroken: version: 2.93.0 Alpha\nFYI, the history on this:\nprior to 1a81d268a1 this was working in editmode (but not objectmode)\nafter 1a81d268a1 no material was shown in the viewport at all\nthen with 6583fb67c6 we had first material showing again, but setting index was not working in either objectmode nor editmode\n\nchanging the material_index attribute does not seem to have an effect on created/instanced data, even though the material index seems to change accurately in the spreadsheet and the material slots are set to `Object` type. What is especially strange about this is that the issue does not persist for cycles rendering.\n[geo-nodes_material_index_bug-2021-04-09_12.25.49.mp4](geo-nodes_material_index_bug-2021-04-09_12.25.49.mp4)\n(same for geometry generated with a primitive node)\n\nOriginal file:\n[geo-nodes_material_index_viewport.blend](geo-nodes_material_index_viewport.blend)\n\nUpdated to fields:\n[geo-nodes_material_index_viewport.blend](geo-nodes_material_index_viewport.blend)\n\n", "Material Assignment broken when multiple materials assigned to Object \nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.65\n\nBroken: version: 3.0.1\n\n\nWith multiple materials assigned to the Object data, the Set Material and Set Material Index nodes are non-functional on generated geometry.\nWith a Set Material followed by a Set Material Index node, you can get it to switch between index 0 and 1.\nWith just a Set Material node, you can only display Index 1.\nWith just a Set Material Index node, you can only display index 0.\n\nAlso happens in 3.1 builds.\n\n\nCreate a node tree and generate geometry. Assign materials to the Object rather than mesh and attempt to use the Set Material or Set Material Index nodes to change them.\n\nAttached file is set up accordingly.\n\n[2022-02-02 02-36-56.mp4](2022-02-02_02-36-56.mp4)\n\n[material bug.blend](material_bug.blend)" ]
Shape Keys stoped working Operating system: Windows 10 64x Graphics card: GTX 1070 Broken: dd3f5186260e If i enter edit mode, the deformation is ok. But it's not changing on the object mode. It probally have something to do with the keyframing bug that i reported yesterday, on the same file: [keyframes.blend](keyframes.blend) If i delete all the shape keys, including Basis, and do all over again, everything goes back to normal. Including the keyframing. But it sucks having to redo everything everytime if stops working. I will try to keep and eye on what may triggers it, since i will redo it all again.
[ "Keyframing Stretch property in IK won't work properly - iTaSC Solver\nDoesn't work in all versions 2.79b, 2.83, 3.00\n\nWhen using iTaSC solver for an armature, you can't keyframe or use a driver for the bone stretch property. If you do it will be buggy and won't work as expected.\n\nThe Stretch property I'm talking about\n![image.png](image.png)\n\n1. Make a a small armature with iTaSC Solver\n2. Add IK Bone Constraint\n3. Animate the stretch property whether in the bone constraint or the bone property\n4. Keyframe your rig and see that it's not behaving properly\n\n**note: I know it may seem incomprehensible but if you click constantly \"Update Dependencies\" in the drivers panel you will see the expected result**\n\n[Bug report.blend](Bug_report.blend)", "Object transforms affecting Sculpt Mode Brush behaviour\nThis is a design proposal to change some underlying behaviour of the brush system in Sculpt Mode.\n\n**The issue:**\nWhen scaling or rotating an object and then proceeding to sculpt on it in Sculpt Mode, the brush behaviour is generally affected by the transforms of the object.\nSo if the scaling is 1 on X & Y but 3 on Z, the brush radius will be 3 times as high. \nIf the object is scaled down in general, the brush strength will be lower in total.\nIf the object is also rotated, the brush radius will be as well and rake effects like for the Snake Hook brush will be badly affected since the object rotation is added to the rotation of the brush.\n\nIn recent versions the brush radius is at least reflecting the object transforms, which helps spotting these negative influences and reminding the user to apply the object transforms before sculpting.\nBut there is not benefit to having the Sculpt Mode being affected by the object transforms, so this is just a limitation of the current system.\nIt's also good to add that on the other hand Edit Mode is not negatively affected by the transforms of the object.\n\n[2020-03-02 11-42-04.mp4](2020-03-02_11-42-04.mp4)\n\n**The proposal:**\n\nTo make the sculpting workflow easier on the user it would be ideal if the brushes are not affected by the local transforms of the object but are instead based on the world scale & orientation.\nOnly symmetry options should be directly influenced bu the local transforms.", "Apply modifiers on objects with shapekeys (with some exceptions)\nThis feature request was discussed with Campbell Barton during meeting 2021-02-23\n\nCurrently it is not possible to apply modifiers to an object that has shapekeys, even though it would be technically possible for most modifiers. I suggest making it possible to apply modifiers to objects with shapekeys with some exceptions.\n\n![image.png](image.png)\n\nFor example:\n\nThe subdivision and wire modifier does not modify the objects topology as the shape change. This modifier could be applied while still keeping the shape keys.\n\n---\n\nScreen capture example of how to apply modifiers and keep shapekeys.\n[apply modifiers with shape keys.mp4](apply_modifiers_with_shape_keys.mp4)\n\n---\n\nModifiers that can't be applied in a simple way when the object has shapekeys.\n\n- Boolean\n- Build\n- Decimate\n- Geometry nodes (in some cases. Easiest to just exclude this modifier)\n- Mirror (**IF USING BISECT**)\n- Remesh\n- Skin\n- Volume to mesh\n- Weld\n- Explode\n- Fluid\n- Ocean\n- Particle instance (Since source particle system density mapping can be applied in world space)\n- Particle system \n\n![image.png](image.png)\n\nWhen the user tries to apply any of these modifiers when the object has shape keys, the error message should be:\n***Modifier that changes topology based on shape cannot be applied to a mesh with shape keys***\n\nNote:\nWhen applying a modifer of type \"Modify\" (for example \"Data transfer\"), the current shape should be used when applying the modifier (i.e. the resulting shape of all combination and values of the objects shape keys)\n\n\n", "Lattice loses base shape after removing all shape keys\nOperating system: win64\nGraphics card: 1050ti\n\nBroken: 3.2.0\n\nLattice doesn't restore geometry after pressing *Delete all shape keys* from *Shape Key Specials* rollout. Manual removing is also broken.\n\n\n\n - Add Lattice to default scene\n - Create a shape key for it\n # Press *Delete all shape keys* from *Shape Key Specials* rollout (below \"+\" & \"-\" buttons) -> shape key is applying instead of removing\n\nOr in attached file do step 3\n\n[lattice_remove_shapekey.blend](lattice_remove_shapekey.blend)", "Changing Hotkey for Perspective/Orthographic isn't working after being changed\nOperating system: Windows-10-10.0.18362 64 Bits\nGraphics card: GeForce RTX 2080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 430.86\n\n\nBroken: version: 2.80 (sub 74)\nWorked: (optional)\n\n\nWhen changing the hotkey for the Perspective/Orthographic Toggle to 'Ctrl + 5' or 'Shift + Ctrl + 5' the hotkey stops working (I cannot test whether it works with the default hotkey as I have no numpad).\n\n1. Start up Blender.\n2. Open preferences.\n3. Go to keymap tab.\n4. Go to 'View Persp/Ortho' hotkey. (Can be searched by typing 'ortho' into search tab)\n5. Change Hotkey to 'Ctrl 5'.\n6. Unset the 'Subdivision Set' hotkey.\n7. Test hotkey.\n\n", "Holding Ctrl disables Object Lock Modes\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.59\n\nBroken: version: 3.2.1\n\n\nObject Lock Mode have no effect when Ctrl is held, for instance, while using Shortest Path Selection as shown in the following video:\n\n[bug-object-lock-mode.mp4](bug-object-lock-mode.mp4)\n\nThis also happens in other cases like selecting Reference and Background images:\n\n[lockobject.mp4](lockobject.mp4)\n\n", "\"Whole Character\" keying set not working properly with autokey enabled\nOperating system: macOS-11.5.2-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 575X OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.6.20\n\nBroken: version: 2.93.4\n\nUsing the keying set \"Whole character\" with autokey enabled creates a keyframe only for the selected bone and not for all bones and properties.\n\n- Open attached file or create a new armature with more than one bone, add a few bone properties to each bone.\n- Enable autokey and set \"Whole Character\" as the keying set.\n- Move one bone and you can see that only the transform values are keyed.\n- If you enable \"Only active keying set\" in the autokey options and move the bone, a keyframe for the custom properties of the selected bones, at least, will be created, but other bones and properties will be unaffected.\n[bugreport.blend](bugreport.blend)\n", "Outline of plane in Object mode does not Render after applying transforms\nBroken: Current main.\nWorked: N/A.\n\nOutline of plane in Object mode does not Render after applying transforms and looking Down the plane in top down view or any view.\n\n1. Delete the default cube.\n2. Add a Plane.\n3. Numpad 7 for top down view.\n4. selct the plane and rotate on x axis 90 degrees\n5. Apply all transforms.\n\nFrom Blend File Just Select the plane and press numpad 7 to go to Topdown view and Out line should stop rendering.", "UV Unwrapping: Disconnect between unwrapped geometry and displayed geometry with shapekeys\nOperating system: Linux-5.15.11-76051511-generic-x86_64-with-glibc2.34 64 Bits\nGraphics card: Quadro RTX 6000/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 470.86\n\nBroken: version: 3.2.0 Alpha\nWorked: (presumably) never\n[uv_unwrap_shapekeys-2022-02-07_12.29.52.mp4](uv_unwrap_shapekeys-2022-02-07_12.29.52.mp4)\nUV unwrapping uses active shapekey as if it was fully applied, even though it isn't active in the viewport.\n\nI don't think you can call this a bug, but unwrapping another geometry than the one you see should not be intended behaviour. It's a big point of confusion and potential source for errors. So I'm creating a report nonetheless.\n\n- Create shapekey on plane\n- Deform shapekey\n- Turn on `Shape Key Edit Mode`\n- UV unwrap geometry while deformed shapekey is active\n\nFile:\n[uv_unwrap_shapekeys.blend](uv_unwrap_shapekeys.blend)\n", "Pinning data (mesh, curve, grease pencil, lattice, particle system) makes certain tabs/options disappear (vertex groups, shapekeys facemaps)\nOperating system: Microsoft 10\nGraphics card:GeForce GTX 10606GB\n\nBroken: 2.93\nWorked: don't know\n\n**in the properties editor, in object data properties, the pin toggle hides vertex groups and shapekeys**\n\n- select default cube\n- go to properties editor\n- press object data properties tab\n- press the pin button\n", "Select next active fails in some cases (default cylinder, cube)\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: Quadro K2100M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 411.63\n\nBroken: version: 3.1.2\n\nWhen adding object: circle or cylinder, when selecting vertices, it does not select the next vertex at command: shif + ctrl + (+).\nif I select several vertices manually and give the command: shift + ctrl + (-) deselect, it works perfectly.\n\nany other option works, works well with other objects, sphere, monkey sesame, the circle object works if you select two consecutive vertices, if you select one vertex yes one no, it no longer works. .]\n\n- add cylinder object\n- Edit mode\n- Select 2 vertices then {key shift ctrl +}\n![Screenshot (1014).png](Screenshot__1014_.png)\n[2022-05-24 19-58-17.mp4](2022-05-24_19-58-17.mp4)", "Motion blur doesn't work with curve with subdivision\nOperating system: Windows 10\nGraphics card: GTX 780\n\nBroken: blender 3.3.1\nWorked:\n\nMotion blur doesn't work with curve with subdivision\n\n- render F12 : the motion blur works with simple curve\n- subdivise curve\n- render F12 : the motion blur doesn't work anymore\n\n![image.png](image.png)\n\n![image2.png](image2.png)\n\n[motion_blur_curve.blend](motion_blur_curve.blend)\n\nThanks a lot!", "Strokes in front of a 3d object will change and become jagged after it is placed\nOperating system: windows 10\nGraphics card: 2070 super\n\nBroken: 2.93.0\n\n\nIn front of a 3d object like a plane, the strokes will alter itself and become jagged after you let go of the stroke to place it. On full screen in my video it becomes very apparent especially the second time I do it.\n\nTest File:\n[#91204.blend](T91204.blend)\n[stroke becomes wavy after leting go of the pen this one.mp4](stroke_becomes_wavy_after_leting_go_of_the_pen_this_one.mp4)", "Vertex Transformation, Number Rounding Problem, versions 2.79 and above!\nOperating system: Windows 7 x64 Ultimate SP1\nGraphics card: onboard Intel HD 4600\n\nBroken:\n2.79 (latest) AND 2.80 latest beta\n\nWorked: (optional)\n2.77a works correctly!\n\n\nThis problem is happening on blender versions 2.79 and 2.80! It is NOT present in 2.77a.\nHow to replicate: Selecting a vertex and clicking on its axis transformation on the right pane (N), for example on the Y-axis, enter the number 47.15426 for example.\nSo far, so good. But after clicking on that same field again (to edit or just copy the value to the clipboard), it gets automatically rounded off (just by clicking on it) to 47.1543 for no reason.\nBasically, when I want to select the coordinate of that vertex (47.15426 is its correct value) and just copy it to my clipboard so I can paste it into another program, that number gets changed automatically to 47.1543 inside Blender and it stays that way after de-selecting the Y-axis number field in the Transformation tab!\n\nIn 2.77a version, no such thing can happen, I have been using it since 2016 and there weren't any problems with that.\nI have tested both the 32-bit and 64-bit versions of the affected 2.79 and 2.80 releases, all have this issue.\n\nOpen the attached .blend file: [vertex_coordinate_rounding_problem.blend](vertex_coordinate_rounding_problem.blend)\nThe vertex is already selected. Just navigate with your mouse to the Y: axis transformation and click on the field with the number. It will change from 47.15426 to 47.1543 (which literally lowers the precision of the float by a decimal point). If you try that in Blender 2.77a, this will not happen.", "'Set Origin' operator shows non-functional options (depending on selected object type and chosen operation -- e.g. Bounds Center (Center of Mass) is not working)\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.59\n\nBroken: version: 3.1.2\n\n(Origin set to Center of Mass) \nCenter: Bounds Center does not work. Same result as Median Center. \nAlso if the \"Bounds\" checkbox will be toggled in the Viewport Display(Object Properties Tab) while having the Set Origin dialog opened it will be toggled when switching options in the dialog box. \nI checked it with 1 imported FBX and one Suzanne that i deformed. \nHowever Maya and Houdini set the pivot to the correct center.\n\nSet Origin > Origin to Center of Mass (Surface or Volume) in the dialog switch from Center: Median Center to Bounds Center.\n\n[center_of_mass.blend](center_of_mass.blend)\n" ]
[ "(Certain) shapekeys stopped working in 2.8\nOperating system: Windows 10 64\nGraphics card: GTX 1080\n\nBroken: dc3b5024be1a\n\nRecent builds broke shapekeys on this object. If you delete all shapekeys including base and add a new shapekey it will work.\n\n[ShapekeyBug.blend](ShapekeyBug.blend)\n\nOpen provided blend file and change value of shapekey 01. Nothing will happen even when the shapekey should show a deformation" ]
Instance Object is overriding Object Colors Operating system: Linux-5.3.0-29-generic-x86_64-with-debian-buster-sid 64 Bits Graphics card: Quadro GP100/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 440.48.02 Broken: version: 2.83 (sub 2) When setting up Object Colors for objects and then instancing the collection that they are in, the instance object is overriding the object color with its own color. This could be by design or an oversight but it hurts viewport pre-viz if object colors are heavily used. - Change the object color for the default cube - Instance the Collection the cube is in to the same scene - The object color of the instance should now be white
[ "Geometry Nodes: Mismatching data types connections work differently from other node editors\nOperating system: win10\nGraphics card: 1050ti\n\nBroken: 3.5.0\n\nFloat math node overrides color data, even though it is muted. Same setup works in shader editor without problems.\n\nOpen file and activate *Viewer* in GN. Expected result: colored output (judging by shader area behavior)\n\n", "Eevee contact shadows appearing from objects with shadows disabled\nOperating system: Windows 10\nGraphics card: RTX 3080\n\nversion: 3.5.1\n\nIssue:\nObjects in Eevee with the material setting \"Shadow Mode\" set to \"None\" still casts contact shadows.\n\nreplication:\nWith the default scene add a plane and scale it up so a visible shadow is being casted on it from the default cube, go into material settings of the default cube and set shadow mode to none. Then go to the default point light and enable contact shadows on it. (or view the blend file)\n\n", "Bone Group Colour changes color to defaults when switch to Custom Color Set\nOperating system: Linux-6.2.6-76060206-generic-x86_64-with-glibc2.35 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 525.105.17\n\nBroken: version: 3.5.1\nWorked: Unsure\n\nFor any bone color set, R=0 of regular/solid.\nIf above color-set is selected then switched to \"Custom Color Set\", Blender will change the colours to Red, Green and Blue rather than keeping the existing colours.\n\n- Add Armature and a Bone Group\n- Change that new Bone Groups to use Theme 16-20. (or set R channel of regular/solid to 0 of any color-set)\n- Now select to \"Custom Color Set\".\n\nBlender will change the normal and selected colors to Red and Green rather than keeping the existing colors.\n\n", "Random Per Island working incorrectly with sharp edges and volumes\nOperating system: Linux-5.0.0-36-generic-x86_64-with-debian-buster-sid 64 Bits\nGraphics card: TITAN X (Pascal)/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 430.50\n\nBroken: version: 2.82 (sub 4)\nWorked: (optional)\n\nRandom Per Island not working correctly with sharp edges or volumes.\n\n\nSharp Edges:\n\n- Create Cube\n- Add Bevel Modifier with Harden Normals\n- Set Smooth Shading\n- Set Auto Smooth\n- Random Per Island is affected incorrectly by sharp edges, even after applying Bevel modifier\n\nVolumes:\n\n- Create cube (or array of objects)\n- Create volume shader\n- Assign Random Per Island to volume shader\n- No random colors\n\n[random_per_island.blend](random_per_island.blend)", "Object Info Random - inconsistent result\nOperating system: Win10 64\nGraphics card: gtx1050ti\n\nBroken: 2.79, 2.8\n\n*Random* output from **Object Info** depends on every object in scene, even *Empties*!\nThere are two identical scene sets with linked objects, but *Empty* belongs to *Scene.001* only. *Cube* is instanced via duplifaces and *Random* produces different result if *Empty* isn't linked in both scenes.\n\nOpen file, viewport render Scene and Scene.001\n[Obj_info_Random_out.blend](Obj_info_Random_out.blend)", "Graph Editor: Automatic Colours can be confusing\nProblem: when there are many curves, the mapping from X/Y/Z/W to colour is inconsistent. For example, the same hue can be used for X in one bone and Y in another.\n\n**Proposal**: No concrete proposal yet, apart from the desire to have consistent X/Y/Z/W colours. The colour generator code could be altered to always produce the same hue for the same RNA `array_index`, for example, or use `array_index/array_length`.\n", "Instancing Performance Improvements\nPerformance of instances in the viewport is much worse than is should be. This task is mean to keep track of possible improvements.\n- [ ] Use a vector or similar data structure instead of an linked list for storing an objects instances.\n- [ ] Don't recompute an object's instance list on every redraw.\n- [x] Store bounding box in geometry so that it is not recomputed for every geometry instance (#96968).\n- [ ] Remove the nested instance limit, avoiding the need to realize instances in some cases\n- [ ] Support passing many instances of the same to the render engine at once to reduce per-instance overhead. ", "GPU: Design topic for displaying outline for instances\nSee 2 for discussion on devtalk\nWe might have technical reasons, but we don't need to distract users with drawing an outline around each instance.\n\nDesign topic could be should we group the outlines per original object (when using multiple objects to instance) or should we outline the object that creates the instances (eg contains the node group).\n\nPersonally I think we should have a single outline for an object. Not taking into account that it draws instances or not.\n", "Display Workbench Textures On Curve Objects\nOperating system: Darwin-17.7.0-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon HD - FirePro [D500](D500) OpenGL Engine ATI Technologies Inc. 4.1 ATI-1.68.24\n\nBroken: version: 2.82 (sub 6)\nSame on Windows version with same hash as well as in older versions of the 2.8x series.\n\nWorked: (optional)\nWorked in 2.7x Blender viewport ('Texture' mode)\n\nTextures don't display on curve extrusions in 'Solid' viewport shading mode even when UVs are assigned and 'Texture' is chosen as the object color. Instead, Curve extrusions simply stay gray.\nThese same textures show up fine on regular mesh objects in the same viewport. Also the curves display as intended in Material Preview and Rendered modes.\n\n\nIdeally open attached blend file to see the issue right away.\n\nAlternatively :\n1. Create a curve object and give it depth and UVs and apply a material\n2. Import a bitmap texture, attach to the curve's material and select it\n3. Switch to Solid shading mode and activate Texture as object color\n4. Compare look in Solid and Material Preview\n5. Repeat the above steps for a mesh object with UVs\n\n\n[textures_on_curves.blend.zip](textures_on_curves.blend.zip)", "Texture paint in viewport is not using the color space of the image.\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: AMD Radeon RX 5700 XT ATI Technologies Inc. 4.5.14802 Core Profile Context 22.2.1 30.0.14023.7007\n\nBroken: version: 3.2.0 Alpha\n\nIf you paint a noncolor texture like a normal map, painting it directly in the 2D image correcly uses the non-color space, but painting in the viewport doesn't.\n\n\n- With any non-color texture, try to paint both in viewport and in the 2D image\n[2022-02-15 10-34-07.mp4](2022-02-15_10-34-07.mp4)\n\nAditional note: This seems to happens when you sample from the 2D image. By contrast, if you sample the color from the 3D view, you can correctly paint on it, BUT in the 2D viewer the color becomes brighter.", "Blender Interface Does Not Respect Windows Colour Profiles\nOperating system: Windows 10 Home 1909\nGraphics card: Nvidia GTX 1080\n\nBroken: 2.83.0 on Windows\nWorked: 2.83.0 on OSX\n\nBlender's interface shows incorrect colours on high colour gamut monitors in Windows 10. Any monitor over 100% sRGB is showing colours to be incorrectly vibrant in every panel, including image viewer, 3D view and compositing.\nThis is believed to be due to Blender failing to reference the OS's installed ICC/ICM profile, or the interface entirely lacking any colour management that respects monitor profiles.\nSince OSX has system-wide colour management, this issue is not apparent. Windows does not have system-wide colour management, and apps must perform their own referencing of the installed ICC/ICM profile.\n\nOpen Blender on a high-gamut monitor in Windows 10. Compare to sRGB 100% monitor or OSX.\nError initially produced on a Dell UP2516D high-gamut monitor.", "Irradiance volume won't detect instanced lights when filtering by collection, even if the instance copy is located in a visible collection\nOperating system: Linux-5.18.12-3-MANJARO-x86_64-with-glibc2.35 64 Bits\nGraphics card: AMD Radeon RX 570 Series (polaris10, LLVM 14.0.6, DRM 3.46, 5.18.12-3-MANJARO) AMD 4.6 (Core Profile) Mesa 22.1.3\n\nBroken: version: 3.2.1\n\nLights in instanced collections will sometimes not be detected by the Irradiance Volume object when baking indirect lights. This seems to occur when the irradiance object filters by collection, in which case an instanced light is ignored even if the empty doing the instancing is located in the visible collection, an issue that doesn't occur when lights are placed directly inside that collection.\n\nCreate a collection, place a point light in it, permanently hide this collection. Create yet another collection containing a room mesh with an irradiance volume, in the irradiance settings tell the volume to only account for the room collection it's in. Inside the room's collection add a collection instance for the light in the first collection.\n\nOr in the attached blend: Always leave the LightBlueDirect collection visible for comparison. First bake the indirect lighting with LightRedDirect enabled and LightRedInstanced disabled, irradiance will bake fine. Now from the outliner hide LightRedDirect and show LightRedInstanced in its place, which contains a copy of the light from the invisible instance LightRed (always disabled), you'll notice that this time the red light won't contribute to irradiance although it appears in the render.\n\n[irradiance.blend](irradiance.blend)\n\n![Screenshot_20220724_181512.png](Screenshot_20220724_181512.png)\n![Screenshot_20220724_181526.png](Screenshot_20220724_181526.png)\n\n", "Objects colors bug\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.09\n\nBroken: version: 3.0.0\n\nWhen change frame colors are rebuilding... When there was less objects was no problems. I can upload this file if you need.\nSee in video. \n[2022-01-25 18-51-54.flv](2022-01-25_18-51-54.flv)\n\n[#95200.blend](T95200.blend)\n- Open file\n- Scrub timeline\n\nColor of objects will change. In original file ([F12825448](ADS-800-CDC_монтаж_ушка.rar)) color would change even to black.\n", "material_slot_remove_unused operator cannot operate on a specific object(s) using a context override\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.11\n\nBroken: version: 2.91.0, (also 2.93.7, 3.2.0, 3.3.0 Alpha (branch: master, commit date: 2022-06-07 18:08, hash: `173a15bcda`))\nWorked: 2.90.1\n\nPreviously, the context override `{'active_object': my_object}` could be used to override the object that `bpy.ops.material_slot_remove_unused` would operate on to `my_object`.\nI'm thinking this may have stopped working in 1a650fdcb2, in particular, the change of using `object_array_for_shading_edit_mode_disabled` which calls `object_array_for_shading_impl` (now appears to be `ED_object_array_in_mode_or_selected` in `source/blender/editors/object/object_edit.c`) to get the objects to operate on instead of using `CTX_data_active_object`.\nAs far as I can tell, `ED_object_array_in_mode_or_selected` now gets the objects to operate on directly from the `view_layer` of the context.\nI could not find any context attributes that I could override to change the object(s) the operator operates on (besides overriding `view_layer` with a newly created view layer where I've selected only the objects I want to operate on).\n\nGiven the default startup .blend file:\n - Select the default cube as the active object\n - Add a new material slot to the default cube\n - Open the Python Console and run `default_cube = bpy.context.object`\n - Duplicate the default cube\n - Deselect the default cube\n - Select the duplicate cube as the active object\n - In the Python Console used earlier, run `bpy.ops.object.material_slot_remove_unused({'object': default_cube})`\n - Note that on 2.90.1 and older, the context override must instead be `{'active_object': default_cube}`, (attempting to use this override on 2.91.0 and newer will result in `RuntimeError: Operator bpy.ops.object.material_slot_remove_unused.poll() failed, context is incorrect`)\n # Note that on 3.2 and newer, you can alternatively use `with bpy.context.temp_override(object=default_cube): bpy.ops.object.material_slot_remove_unused()`\n\nOn 2.91.0 and newer, the selected duplicate cube will have its unused material slots removed instead of the default cube specified in the context override.\n(On 2.90.1 and older, the default cube will have its unused material slots removed and the selected duplicate cube will remain unchanged)\nReplacing the `material_slot_remove_unused` operator with `material_slot_remove` or `material_slot_add` in all of these steps (though, also using the override `{'object': default_cube}` on 2.90.1 and older) will cause the operator to operate on the default_cube as expected.", "UI: Color picker lightness/value changes Hue and Saturation (only in Preferences > Themes?)\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 441.87\n\nBroken: version: 2.83.6\n\nThe color jumps erratically by adjusting the lightness value, worse the closer to black\nSeems to converge towards specific colors (see video).\nDoesn't seem like node colors are affected.\n\n1. Open a theme setting.\n2. Adjust the lightness value.\n[ZVj8uWcUpy.mp4](ZVj8uWcUpy.mp4)\n" ]
[ "Instanced objects get their viewport display color ignored (by design)\nBroken: 022ad416702d\nWorked: 022ad416702d~\n\nInstanced objects get their viewport display color ignored.\n\nThis is by design, as you can see in 022ad41670:\n```\nDRW: use object color from instancer\n\nOtherwise it's impossible to set the color of instanced library objects.\nFollows convention of instancer controlling draw options.\n```\n\n[viewport-display.blend](viewport-display.blend)\n\n**My issues with the design**\nThe original commit seems like a workaround for the fact that the override system is not implemented yet.\nI find this too arbitrary and I would favour the flexibility of having a per-object granular viewport display object color instead (i.e., revert the mentioned commit)." ]
Vertex Snapping with "Closest" dont work correctly Operating system: Windows-10-10.0.19042-SP0 64 Bits Graphics card: GeForce 8800 GT/PCIe/SSE2 NVIDIA Corporation 3.3.0 Broken: version: 3.0.0 Vertex Snapping with "Closest" dont work correctly I want snap object to object by vertices: 1) Turn on the snap button. 2) Select Vertex option. 3) Select Closest option. 4) Try to snapping objects by vertex to vertex, but snapping is missing. Look like a bug. Is Closest option meant snapping with closest vertices or not? O_o [2021-12-16 12-02-54.mp4](2021-12-16_12-02-54.mp4)
[ "Bug when working with the Child Of constraint and the Selection to Cursor command\nBroken: version: 3.0.0 Alpha\nWorked: Never\n\nWhen working with the Child Of constraint the `Select To Cursor` command does not work correctly.\n\n- Open attached file\n- In the 3d View press {key Shift S} and `Select To Cursor`\n[Bug_ChildOf_Selection2Cursor.blend](Bug_ChildOf_Selection2Cursor.blend)\n\n---\n**Original Report:**\nWhen working with the Child Of constraint, it is impossible to use it several times by enabling and disabling the influence of the constraint. \nHe second time the offset is different and the child object jumps away from the desired position. \nIt's hard to put it in the right place. I tried to use a 3D cursor for this, but the Select To Cursor command does not work correctly when working with this the Child Of constraints.", "Edges are selected in face mode when deselecting vertices from vertex group Panel\nBlender Version\nBroken: Current main.\nWorked: N/A.\n\nShort description of error\nDeselect Button in Vertex Groups Panel will deselect vertices that are not assigned to any groups. Edges become selected while in Face Mode as well. Also the Select Button will Select Faces that are not assigned too but those Edges that are active in face mode must be Selected for the Bug to work. Pay attention to the Edge around the triangle Fan at the top of the uv Sphere While in face mode.\n\nBlend File Incuded for simplicity\nJust Press the Deselect and notice the Faces that Get removed. and the Edges are actively Selected.\n\n", "Solidify Modifier wrong solidification normals in some cases\nOperating system: Windows 11\nGraphics card: ATX4000\n\nBroken: 3.5.0\n\nIn some corner cases, the Solidify modifier uses wrong solidification normals.\n\nWith the \"Faces linked only by one vertex.obj\" object, where some faces are sharing only one vertex and no edge, the solidification behaves as if ignoring that shared vertex.\n\nWith the \"Triangulated mesh wrong solidification.obj\" object the vertex in coordinates (-1, 1, -1) does not solidify properly, while the exact same mesh, but not triangulated (\"Triangulated mesh right solidification.obj\" object) solidifies right.\n\n", "bpy.ops.object.vertex_weight_copy() fails in multi edit mode\nOperating system: windows 10 amd ryzen 9 5950x 2 x 3090 (not in nvlink)\nGraphics card:\n\nBroken: 3.12\nWorked: don't think it ever has\n\nin multi edit copy vertex to selected fails and does not create new groups or copy the weights, you have to join the mesh first then do copy to selected then separate the mesh again which is problematic in more complex rigging scenarios with shape keys etc. \n\nincluded example blend file with both meshes selected tab into edit mode highlight 1 vertex on the cylinder and then select all the verts on the ico sphere and select copy, the copy fails. If you join the ico sphere to the cylinder mesh and do the same it works as expected.\n\ngoing to write a script as a workaround but I think it's really a bug ? (all be it a small one :-) )\n![image.png](image.png)\n\n[copyfail.blend](copyfail.blend)", "Transform: Snap to the visualized cage of the edited mesh\n## Motivation\nCurrently in editing mode the snap is always made on the values of the bmesh.\nBut intuitively the user tries to snap on the displayed cage which can be affected by the `On Cage` option.\n\n## Proposal\nUse `mesh_eval_final` or similar when the cage does not match bmesh.\nVertices and edges originating from modified faces can be ignored in snapping.", "Booleans are completely breaking on my object\nOperating system: macOS Monterey (ARM64)\nGraphics card: Apple Silicon `M1`\n\nBroken: 3.2.0 Alpha & others\nWorked: *2.83.X*? (reported in comment)\n\nBooleans can often be very touchy and may require positioning them just right for them to do operations properly. It seems that it really depends on where the vertices line up. I've been cutting window slots out of ridged galvanized steel plates using boolean cubes and it's worked for every other object. However, this one particular piece in my scene has been causing endless trouble for me despite being the exact same procedure. Seems as though I need to put my boolean objects in the EXACT RIGHT place for them to work right. I found that adding a ludicrous number of subdivisions w/ the subsurface modifier can somewhat help, but it greatly depends on whether or not I position my cubes in the right spot. It is preventing me from placing my windows where they need to go on my scale accurate historic building recreation. I don't know why this object is being so temperamental but it is blocking me from making any progress on this side of the building and I'm afraid I'll keep running into the problem later on.\n\nI may post additional demo files that showcase more boolean issues as I frequently run into problems of faces not being filled properly, crappy vertex extrusions, objects being weirdly combined instead of differenced, and many more annoyances. I hope booleans can get a lot more love from the developers so that they work as intended.\n\n![Screen Shot 2022-02-16 at 4.21.02 PM.png](Screen_Shot_2022-02-16_at_4.21.02_PM.png)\n\nI'm not entirely sure how to reproduce an issue like this. It mostly plagues more detailed models but can happen anywhere and depends on object positions, alignment, topology, and so on. Attached is a problematic file.\n\n**Attached file information**\n[F12870489](brokenBooleans.blend.zip) There are several issues present. For one thing, the boolean modifier is struggling to cut a simple rectangle out of a plane. It is adding geometry to certain parts, cutting out geometry that shouldn't be cut out, and is not accurate at all. I've noticed that using the \"fast\" option usually yields better results than using the \"exact\" option. However, in the case of this object, it actually breaks it EVEN MORE! Try selecting the \"cutoutGalvanizedSteel\" (planar object) and setting the booleans to \"fast\" to see a new problem emerge. Adding a solidify modifier to the very top of the stack will fix the issue. However, booleans should work on planes, too.\n\n[F12871474](BorkedBooleans.blend.zip) Many different problems. Boolean objects are displayed as wireframes. If you see a boolean as having geometry, it's because it is being added by the Boolean modifier. The boolean modifier likes to add the boolean's geometry to the source mesh sometimes, even when it is set to difference or intersection. In issue 2, there is a mesh problem in the boolean. If you enter edit mode, you can see that the problematic vertices are selected. They crash the boolean operation altogether. Merging these vertices will solve the issue, but for more complex boolean objects, this may not always be an option.\n\n[brokenBooleans.blend.zip](brokenBooleans.blend.zip)\n[BorkedBooleans.blend.zip](BorkedBooleans.blend.zip)", "Weight paint vertex select difficult to see (depends on surface color)\nThis is an issue since 3.2x\n\n**Short description of the issue**\nVertex selection is difficult to see in some cases, depending on the surface color.\n\nChanging the view-port shading \"Color\" can make the unselected vertex color match the selected vertices color.\n\n<video src=\"attachment\" title=\"screenshot.webm\"></video>\n\n**Exact steps for others to reproduce the issue**\n- Open attached .blend file.\n", "Multi-Object-Mode: EditMesh Tools\nNote, while these follow menus, duplicates have been removed.\n\n## Remaining\n\n- MESH_OT_select_similar_region ([D3672](D3672))\n- MESH_OT_knife_project (leave aside for now, too complex - see [D3637](D3637))\n- MESH_OT_knife_tool (leave aside for now, too complex - see [D3637](D3637))\n\n\n## Mesh Menu:\n\n- ~~MESH_OT_duplicate_move~~ 1ade071052\n- ~~MESH_OT_extrude_edges_indiv~~ d8f70a26fd\n- ~~MESH_OT_extrude_faces_indiv~~ 07774d4860\n- ~~MESH_OT_extrude_verts_indiv~~ 7c415e6fd7\n- ~~MESH_OT_extrude_edges_move~~ 1d7bdbd273\n- ~~MESH_OT_extrude_vertices_move~~ 1d7bdbd273\n- ~~MESH_OT_delete_loose~~ bfc9d426bb\n- ~~MESH_OT_decimate~~ 5b45d32f3a\n- ~~MESH_OT_dissolve_degenerate~~ (initial comsmit) bfc9d426bb\n- ~~MESH_OT_dissolve_limited~~ 09e14cb5bc\n- ~~MESH_OT_face_make_planar~~ 0e5a4f927a\n- ~~MESH_OT_vert_connect_nonplanar~~ b942106c73\n- ~~MESH_OT_vert_connect_concave~~4043e4b820\n- ~~MESH_OT_fill_holes~~ 69b95b45f4\n- ~~MESH_OT_symmetrize~~ 03a916e5b5\n- ~~MESH_OT_symmetry_snap~~ 7f9768cb80\n- ~~MESH_OT_bisect~~ f9eb2f29fe\n- ~~MESH_OT_sort_elements~~ ffb424c85f\n\n## Snap Menu:\n\n\n- ~~VIEW3D_OT_snap_selected_to_grid~~ 016ba0f38b\n- ~~VIEW3D_OT_snap_selected_to_cursor~~ ec3357e03a\n- ~~VIEW3D_OT_snap_selected_to_active~~ ec3357e03a\n- ~~VIEW3D_OT_snap_cursor_to_selected~~ ec3357e03a\n- ~~VIEW3D_OT_snap_cursor_to_center~~ (no change required)\n- ~~VIEW3D_OT_snap_cursor_to_grid~~ (no change required)\n- ~~VIEW3D_OT_snap_cursor_to_active~~ (no change required)\n\n\n## Vertex Menu:\n\n- ~~MESH_OT_merge~~ b73c7381cc\n- ~~MESH_OT_remove_doubles~~ 22b2bab702\n- ~~MESH_OT_rip~~ 9d0d7c375e\n- ~~MESH_OT_rip_edge~~ 6539c1fc41\n- ~~MESH_OT_split~~ fc8d903000\n- ~~MESH_OT_separate~~ 5e915baec4\n- ~~MESH_OT_mark_sharp~~ 0ac3d5f7db\n- ~~MESH_OT_vertices_smooth~~ d915aa57f8\n- ~~MESH_OT_vertices_smooth_laplacian~~ 1f30232aa7\n- ~~MESH_OT_blend_from_shape~~ 6ae09dfcad\n- ~~OBJECT_OT_vertex_group_smooth~~ 3dee8b4a12\n- ~~MESH_OT_shape_propagate_to_all~~ 3a43528274\n\n## Edge Menu:\n\n- ~~MESH_OT_edge_face_add~~ de2d642c84\n- ~~MESH_OT_subdivide~~ (initial patch)\n- ~~MESH_OT_subdivide_edgering~~ 853e55b043\n- ~~MESH_OT_unsubdivide~~ e245f7c09c\n- ~~TRANSFORM_OT_edge_crease~~ (initial patch)\n- ~~MESH_OT_mark_seam~~ 61f0608b4a\n- ~~MESH_OT_mark_sharp~~ 0ac3d5f7db\n- ~~MESH_OT_edge_rotate~~ 66ffbf9b7d\n- ~~MESH_OT_edge_split~~ 207b549d40\n- ~~MESH_OT_bridge_edge_loops~~ eb2226dde2\n- ~~TRANSFORM_OT_edge_slide~~ (wrapper to other operator, working)\n- ~~MESH_OT_loop_multi_select~~ df49155cfb\n- ~~MESH_OT_loop_to_region~~ 8b41999ea0\n- ~~MESH_OT_region_to_loop~~ 56d65719b3\n\n\n## Face Menu:\n\n- ~~MESH_OT_flip_normals~~ 4704f2687a\n- ~~MESH_OT_edge_face_add~~ de2d642c84\n- ~~MESH_OT_fill~~ b726ff4fc4\n- ~~MESH_OT_beautify_fill~~ e42b8c32ab\n- ~~MESH_OT_inset~~ 570455fb83\n- ~~MESH_OT_bevel~~ d9e04cb594\n- ~~MESH_OT_solidify~~ f309c34cfe\n- ~~MESH_OT_intersect~~ dffd37877d\n- ~~MESH_OT_intersect_boolean~~ 46aec45b2a\n- ~~MESH_OT_wireframe~~ a0a78f6da4\n- ~~MESH_OT_poke~~ 3a9669bfff\n- ~~MESH_OT_quads_convert_to_tris~~ (initial patch bfc9d426bb\n- ~~MESH_OT_tris_convert_to_quads~~ (initial patch bfc9d426bb\n- ~~MESH_OT_face_split_by_edges~~ b6a822d726\n- ~~MESH_OT_faces_shade_smooth~~ e4c4e8566f\n- ~~MESH_OT_faces_shade_flat~~ 9fc0c0c3de\n- ~~MESH_OT_uvs_reverse~~ 63951bc987\n- ~~MESH_OT_uvs_rotate~~ faaffc4011\n- ~~MESH_OT_colors_rotate~~ 42c5c20e54\n- ~~MESH_OT_colors_reverse~~ 753be0a2a5\n\n## Mesh Toolbar: (should be added to menu)\n\n- ~~MESH_OT_loopcut~~ e87dd9aa00\n- ~~MESH_OT_convex_hull~~ e1cee0ac71\n- ~~MESH_OT_delete~~ (initial patch bfc9d426bb)\n- ~~MESH_OT_delete_edgeloop~~ 49be803ad6\n- ~~MESH_OT_dissolve_edges~~ 7f5c469716\n- ~~MESH_OT_dissolve_faces~~ 848d9cda0e\n- ~~MESH_OT_dissolve_mode~~ (wrapper of vert/edge/face dissolve)\n- ~~MESH_OT_dissolve_verts~~ 5f59a8bb11\n- ~~MESH_OT_drop_named_image~~ b4d23818c8\n- ~~MESH_OT_dupli_extrude_cursor~~ 68a719f1ea\n- ~~MESH_OT_duplicate~~ 1ade071052\n- ~~MESH_OT_edge_collapse~~ 2349b9777a\n- ~~MESH_OT_edgering_select~~ 7fa77cd31d\n- ~~MESH_OT_edges_select_sharp~~ dd93c80747\n- ~~MESH_OT_extrude_region~~ 1d7bdbd273\n- ~~MESH_OT_extrude_repeat~~ 9a125ca5fe\n- ~~MESH_OT_faces_select_linked_flat~~ 1bb9ccf887\n- ~~MESH_OT_fill_grid~~ 1cbe3b6e03\n- ~~MESH_OT_hide~~ 5d8937e8ba\n- ~~MESH_OT_loop_select~~ 7fa77cd31d\n- ~~MESH_OT_normals_make_consistent~~ 266638d783\n- ~~MESH_OT_offset_edge_loops~~ efd843b51c\n- ~~MESH_OT_reveal~~ f4c1685a16\n- ~~MESH_OT_screw~~ badd88ca02\n- ~~MESH_OT_select_all~~ (initial patch bfc9d426bb)\n- ~~MESH_OT_select_axis~~ c899f21800\n- ~~MESH_OT_select_face_by_sides~~ 90c9458b2f\n- ~~MESH_OT_select_interior_faces~~ e161c51e7f\n- ~~MESH_OT_select_less~~ b6a7fa1880\n- ~~MESH_OT_select_linked~~ (initial commit) bfc9d426bb\n- ~~MESH_OT_select_linked_pick~~ (initial commit) bfc9d426bb\n- ~~MESH_OT_select_loose~~ eacb2eb423\n- ~~MESH_OT_select_mirror~~ 3ebe389605\n- ~~MESH_OT_select_mode~~ (initial patch bfc9d426bb)\n- ~~MESH_OT_select_more~~ 2309131b4d\n- ~~MESH_OT_select_non_manifold~~ 4da2aec2bb\n- ~~MESH_OT_select_nth~~ 63c2397171\n- ~~MESH_OT_select_random~~ 847f028b71\n- ~~MESH_OT_select_similar~~ 75b2091d42\n- ~~MESH_OT_select_ungrouped~~ 1d8e6c5cd0\n- ~~MESH_OT_shortest_path_pick~~ c32cc3e43e\n- ~~MESH_OT_shortest_path_select~~ 5a431be629\n- ~~MESH_OT_spin~~ ab8dded330\n- ~~MESH_OT_vert_connect~~ 944054fbb6\n- ~~MESH_OT_vert_connect_path~~ fc7316fb54\n", "Selecting vertices and centering the model crashes Blender\nOperating system: Windows 10\nGraphics card: RTX 2070 \n\nBroken: 03015a9b222e\n\n\nSelecting some vertices and trying to center the selection crashes blender. See the crash log\n\n[crash.txt](crash.txt)\n\nOpen the attached .blend\nSelect the object\nGo into edit mode\nSelect all vertices\nCenter (press Numpad .)\n\n\n\n\n\n[_13122021_2147_15.blend](_13122021_2147_15.blend)", "No snapping for objects referenced in modifiers (even if disabled)\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1070 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.67\n\nBroken: version: 2.91.0 Alpha\nWorked: probably never; hopefully it's just an oversight. Even 2.79b is broken\n\nI've experienced this a handful of times but finally sat down to investigate from the user perspective here today (sorry, haven't looked at the code). But apparently the object you use as Simple Deform's \"origin\" will not be snap-able to the object that has Simple Deform on it. It doesn't matter if the modifier is enabled or disabled or if the settings actually produces no deformation, it always breaks snapping for the origin object.\n\n[snap-issue.blend](snap-issue.blend)\n\n- Open the attached .blend file OR follow next instructions to setup\n - Start with default scene and add an Empty to the scene\n - Add a Simple Deform modifier to the Cube\n - Set the Simple Deform's \"origin\" object to the Empty, the mode to \"Bend\" and the \"Angle\" to 0deg (to prevent any deformation)\n - Set the scene snapping mode to vertex\n\n- Grab the Empty and attempt to snap it to verts of the Cube -- it cannot snap (bug)\n\n- Disable the modifier and repeat the snap attempt -- it still cannot snap to the Cube (bug)\n\n- Create a new object and attempt to snap the empty to that new object -- it succeeds (the Sphere in the attached .blend file)\n\n- Delete the modifier and repeat the snap -- finally, it is able to snap to the Cube\n\n", "Support for snapping to Lattice objects\nOperating system: Darwin-17.2.0-x86_64-i386-64bit 64 Bits\nGraphics card: NVIDIA GeForce GTX 1050 Ti OpenGL Engine NVIDIA Corporation 4.1 NVIDIA-10.27.6 378.10.10.10.20.109\n\nBroken: version: 2.82 (sub 0)\nWorked: (optional)\n\nIt is not possible to snap any type of vertex (mesh, curve or lattice vertex) to a lattice vertex.\n\nsee video\n\n[latice_verts_not snapping.blend](latice_verts_not_snapping.blend)\n\n[lattice_verts_not_snapping.mp4](lattice_verts_not_snapping.mp4)\n\n", "Auto Merge Vertices removes Active Element status when active vertex is merged\nOperating system: Fedora Linux\nGraphics card: AMD\n\nBroken: 3.3.0 - 3.6.1\n\nIn edit mode when the active vertex is merged with a non selected vertex, it loses it's Active Element status.\n**Sometimes** this also happens when the active vertex is merged with **selected** vertices, as seen in the second video.\n\n1. Be in edit mode.\n2. Turn on Auto Merge Vertices.\n3. Select two or more vertices.\n4. Let the active vertex merge with a non selected vertex by moving it.\n5. Transform Pivot Point \"Active Element\" no longer works.\n\n", "Keyframing Corner pinning in compositing is inconsistent\nOperating system: windows 10\nGraphics card: Nvidia geforce GTX 1050 Ti\n\nBroken: 3.3.0\n\n\nWhen using the background X symbols to drag and drop corners with corner pinning, only the topmost value of each vector is keyframed\nExample image(wanted to edit a meme):\n![image.png](image.png)\n\n- Open attached file\n- Single Render to Update Compositor\n- Move the Corner Pins\nor\n- Arrange nodes as seen.\n```\n{F13601679}\n```\n- Select the corner pin node\n- Try to keyframe the location of the second image/video, using auto keyframes and the background viewport manipulators.\nOnly the topmost (X) value gets keyframed\n\n[Corner pin.blend](Corner_pin.blend)\n", "Intersect Selection in edit mode\nOperating system: Linux-5.17.5-76051705-generic-x86_64-with-glibc2.35 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 510.73.05\n\nBroken: version: 3.3.0 Alpha\n\nIntersect existing Selection apply just to what in the viewport frame \nI can t reproduce it with an exact steps\nopen the linked file and select some vertexes with Select Box and with Intersect Mode\nthe intersection apply just to the vertexes shown in the viewport frame \nsame problem in 2.83 - 3.1 - 3.2\n[bug.blend](bug.blend)", "Improved way to display weight painting colors\nWeight group colors in vertices blend between their neighbors by going through the entire range of values between the 2 points\n![image.png](image.png)\n\nFor example if a vertex has a 1.0 (red) value and one of it's neighbors has a 0.0 (blue) value, the face will show a rainbow interpolation going trough orange, yellow, green, cyan and finally blue\n![image.png](image.png)\n\nIn certain situations where each of the vertices of a face have different values (like 1.0, 0.5, 0.75, 0.0) it will create weird intersections in the middle that look like there is a vertex there that doesn't exist\n![image.png](image.png)\n\nThe problem is even worst when the wireframe is not displayed and we only see gradients of colors indicating vertex values that do not exist\n![image.png](image.png)\n\nThe solution is to fix the color blending mode to simply **mix** between the 2 neighboring colors. This way it is very clear that vertices have values of 1.0, 0.75 and 0.5 and nothing in between.\n![image.png](image.png)" ]
[ "Vertex Snapping to Closest confusingly relies on Bounding Box \nOperating system: Linux-4.13.10-041310-generic-x86_64-with-debian-stretch-sid 64 Bits\nGraphics card: GeForce GTX 1050/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 390.67\n\nBroken: version: 2.81 (sub 16)\n\n\n![vertex_snapping_closest.png](vertex_snapping_closest.png)\n\nVextex Snapping these two objects together at their corner vertices, using the CLOSEST method, fails, because confusingly it seems to rely on the object's bounding box\n\n[video demo ](watch?v=ozFH-BzDZmE)\n\n[vertex_snap_closest_uses_bbox.blend](vertex_snap_closest_uses_bbox.blend)\n\n* open the attached blend\n* try snapping the two objects together using their corner vertices\n\n", "object mode Snap with Closest doesn't work right\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.65\n\nBroken: version: 3.2.0 Alpha\nWorked: I don't think it ever did?\n\nSnap To: Vertex\nSnap with: Closest.\n\nWhen trying to snap an object to another object in object mode, it isn't the **closest vertex** that snaps to the target. Instead, It's the closest corner of the bounding box. Seems more like a bug, than the intended design.\n\nI've attached a .blend file.\nIf you grab OBJ2 and try to snap it to the center vertex (middle of the cross) of OBJ1, the center vertex of OBJ2 should snap to the center vertex of OBJ1, right? That **vertex** is the **closest** to the target.\nInstead, it snaps with the top right corner of OBJ2, which makes no sense.\n\nIf this is by design, perhaps it needs a better explanation?\nThe tooltip for \"closest\" says that it snaps the closest point to the target. There is no indication that it is the closest point of the bounding box, not the closest vertex.\n\nAs a side note, there could be a new \"Snap with\" option - 3D Cursor. In object mode, the user would place the cursor on whichever vertex they want to snap with, then they can accurately snap the object to the other object based on the position of the 3D cursor.\n\n[Snap issue.blend](Snap_issue.blend)\n\n\n" ]
Edge lengths missing in Viewport Render Image Operating system: win7x64 Broken: 2.91alpha Worked: 2.79 Edge lengths get skipped in Viewport Render Image. - In mesh Edit Mode select any edge, - Activate Viewport->Overlays->Measurement->Edge length, - View -> Viewport Render Image, - Edge lengths are missing.
[ "Brushes Assets Viewport User Interface\n{[F13331829](image.png), size=full}\n\nAdditional Notes:\n\n{[F13331831](image.png), size=full}", "EEVEE is ghosting with viewport denoising enabled.\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12\n\nBroken: version: 3.0.0 Alpha\n\nHere's a viewport render:\n[EEVEE ghosting0001-0090.mp4](EEVEE_ghosting0001-0090.mp4)\n\nHere's what it looks like during playback if viewport denoising is enabled:\n[2021-10-23 17-07-44.mp4](2021-10-23_17-07-44.mp4)", "2.93 EEVEE ScreenSpace Reflections - Trace Precision Factor - Faded Reflections (Reflections Not Fully Reaching The Upper Surface of Objects ''\nOperating system: Windows-10\nGraphics card: GeForce GTX 960M\nBroken: version: 2.93.0 Beta\n\n\n![2.93 - SSR - TRACE PRECISION 0.25.png](2.93_-_SSR_-_TRACE_PRECISION_0.25.png)\n![2.92 - SSR - TRACE PRECISION 0.25.png](2.92_-_SSR_-_TRACE_PRECISION_0.25.png)\n![2.93 - SSR - TRACE PRECISION 1.png](2.93_-_SSR_-_TRACE_PRECISION_1.png)\n![2.92 - SSR - TRACE PRECISION 1.png](2.92_-_SSR_-_TRACE_PRECISION_1.png)\n\n\n![2.92 - SSR - TRACE PRECISION 1.png](2.92_-_SSR_-_TRACE_PRECISION_1.png)\n![2.93 - SSR - TRACE PRECISION 1.png](2.93_-_SSR_-_TRACE_PRECISION_1.png)\n\n\nThe new 2.93 screenspace reflection implementation' s trace precision is not enough to put reflections on all the surface of object (especially near the top parts of surface near upper edge) compared to the screenspace reflections with same or less trace precision in old 2.92 implementation. Its like reflection always fades to top and increasing trace precision doest fix it.\nNormally trace precision allows for reflections go all the way up on (for example cube surface) to make its surface fully reflected, but new 2.93 Trace precision 1 doesnt allow for fully making surface reflective and give darker less reflective areas near upper side edges or upper corners\n\nFor instance, in most cases: 2.92' SSR with trace precision 0.25 is almost = (almost equal to ) = 2.93 SSR with trace precision 1 (maxed)\n\n(Even though camera is further away enough to get all the reflections from screenspace , new SSRI 2.93 trace precision is inadequate and kind of gives the effect of ''as if'' we make zoom in so screenspace doesnt see all objects and the top part of cube didnt get any reflections and get darker and faded into weak reflections) \n\nMoreover, when its compared with cycles, with trace precision of 1 ob both , 2.92 one looks closer to cycles while 2.93 has faded reflection on upper pars of surface (maybe even though new reflection implementation uses cycles implementation, new implementations inadequate trace precision might be making it differerent from cycles)\n\n\n1. Create a plane scale by 5 and move -1 (down)\n2. Edit the material of default cube and previously created plane by using same material and give it a red color FF0000 with max saturation 1 \n3. Optional step: make base color saturation of material lower to see faded darkening effect more Plus Make it metallic if you want to see the result more with metallic or just leave it as it is\n4. Ensure viewport shading settings do not use scene world but use the forest HDRI and maximize world opacity and remove blur\n5. In properties rendering tab, Enable screenspace reflections and make edge fading zero. Also uncheck half-res trace\n6. Go camera view and dont zoom too much on viewport so screenspace reflection can see everything around\n7. !!Do same processes in 2.92 and 2.93 releases to compare \n8. Then, set 2.92 and 2.93 have trace precision to 0.25 - and observe\n- In 2.93 U will notice the reflected surface of the cube as u approach top edges/as u go up, have darker/unsaturated or ''Faded'' screenspace reflections caused by the trace preciison is not enough to reach there\n- however in 2.92, the reflection reaches better to all the surface and it has almost no faded or darker look\n9. Make 2.93 SSR trace precision 1 while 2.92 SSR is still 0.25 and observe:\n- then u will notice, ''the result of 2.93 SSR Trace precision 1 '' is more similar to ''2.92 SSR with trace precision of 0.25 ''\n10. When 2.93 SSR Trace precision is 1, make 2.92 SSR trace precision 1 and observe agan\n- Then u will notice 2.92 SSR Trace precision is the ideal to fully trace all reflection to surface perfectly without having any faded area with less reflection. On the other hand, 2.93 Trace precision 1 is still not adequate to put reflection to upper parts of cubes surface near top edges with full power and precision\n\n'!! Compare these on both 2.93 and older 2.92 version with old SSR implementation\n\nIn summary in 2.92 when we increase trace precision from 0 to 1, the tracing or visibility of reflections go all the way up to top edge of cubes surface making it fully reflected as trace precision maxed\nOn the other hand, in 2.93 if we increase trace precision from 0 to 1, the reflections still cannot reach all the way up to cubes surface near top edge which gives a faded and partially traced upper surface area.\n\nMaybe, To solve this maybe, the screenspace trace precision factor can be multiplied by 4-6 or maybe the it should be square cubed so the 2.93 trace precision of 2.92.\n\n[2.93&92 SSR-TRACE PRECISION 1 - CAMERA VIEW .blend](2.93_92_SSR-TRACE_PRECISION_1__-_CAMERA_VIEW_.blend)\n\n[2.93&92 SSR-TRACE PRECISION 0.25 - VIEWPORT VIEW POSITIONED .blend](2.93_92_SSR-TRACE_PRECISION_0.25_-_VIEWPORT_VIEW_POSITIONED_.blend)\n\n[2.93&92 SSR-TRACE PRECISION 1 - VIEWPORT VIEW POSITIONED .blend](2.93_92_SSR-TRACE_PRECISION_1_-_VIEWPORT_VIEW_POSITIONED_.blend)\n\n[2.93&92 SSR-TRACE PRECISION 0.25 - CAMERA VIEW.blend](2.93_92_SSR-TRACE_PRECISION_0.25__-_CAMERA_VIEW.blend)", "Viewport rendering bug : unable to make the render progress (infinite calculation)\nOperating system: Windows 11\nGraphics card: RTX 3090\n\n**3.0.1**\n\nI installed the latest studio drivers for the graphic card (28 january 2022 version), and then :\n\nI encounter a really strange bug when using the viewport rendering (with or without denoising) on some projects. This bug only happens on this new computer, not on my iMac.\n\nDescription : it's like the viewport rendering \"never stops\" and fails to progress. I see the object, but in the \"worst\" rendered version only. It doesn't progress at all and I can hear the graphic card working infinitely, trying to calculate it.\n\nThe bug is present both using CUDA and Optix. Notice that normal rendering works really fine.\n\nUPDATE : The bug is also present with an old version of the studio drivers.\n\nBlend file : [realistic-atom-1.blend](realistic-atom-1.blend)\n\n", "Cycles misses intersections when objects are too close\nBroken: 2.79b\n\nWhen two objects are too close, Cycles can miss intersections.\nIn the attached file, there are two intersecting semitransparent planes (at the center).\nIf the color is green or pink it indicates that the ray only intersected one plane.\n\n- Open the attached .blend file and render.\nNote how the line where the planes intersect has a coloured border.\n[transparent_planes.blend](transparent_planes.blend)", "The alembic exporter does not export edges\nOperating system:\nGraphics card:\n\nBroken: 3.3 906b9f55afbf\n\n\n\nThe alembic exporter fails to export edge only meshes properly. The resulting mesh is only composed of vertices and no edges are present.\n\n\nActual Object\n![blender_JbENfINGkB.jpg](blender_JbENfINGkB.jpg)\n\n \nAlembic export imported back , no edges are present\n![blender_RXzTWmCzbb.jpg](blender_RXzTWmCzbb.jpg)\n\n\n\nLoad the attached .blend file\n\nExport the \"a\" object as an alembic file\n\nImport it back\n\n[alembic_bug_13052022_1705_21.blend](alembic_bug_13052022_1705_21.blend)", "Problem with stop animation when View Viewport Render Animation\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1650 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 497.17\n\nBroken: version: 3.5.0\n\nThere is big gap and Problem with **stop** animation when View -> Viewport Render Animation is started in blender, eg. when it's selected accidentally and as alternative to View -> Viewport Render Image.\n\nTry to stop this animation. By me when I made this mistake not found solution other by kill blender process, cos stop button not was available or \"x\" btn like render (in case render view updating each image on Evee rendering process).\nNo imagine some big project and situation that user must waiting to finish, and he is not sure about saved file and blender is hanged due this process.\n\n", "The viewport grid is visible over the curves hair \nOperating system: Linux-5.15.14-1-lts-x86_64-with-glibc2.33 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 495.46\n\nBroken: version: 3.3.0 Beta\n\nThe viewport grid is visible over the curves hair with cycles render engine.\n\nWith cycles > Press render preview on the viewport.\n[grid_cycles_and_hair_bug.blend](grid_cycles_and_hair_bug.blend)\n\n{[F13429852](image.png) size=full}", "UI: Image/UV Editor\nThe UI of the Image and UV Editor can be improved.\n\n* Move smooth edges option to user pref\n* Move overlays to an overlay popover\n![Screenshot 2019-11-20 at 00.59.39.png](Screenshot_2019-11-20_at_00.59.39.png)\n\n![Screenshot 2019-11-27 at 13.33.26.png](Screenshot_2019-11-27_at_13.33.26.png)\n\n* Move display settings to a popover\n* Change the Pixel Coordinates toggle into an enum to choose between Pixels or Normalized\n![Screenshot 2019-11-20 at 00.59.09.png](Screenshot_2019-11-20_at_00.59.09.png)\n\n* Slightly re-arrange the header:\n![Screenshot 2019-11-20 at 01.00.12.png](Screenshot_2019-11-20_at_01.00.12.png)\n* Move th UV Vertex panel away from the Image Sidebar category and into Item, and include Coordinates option here too:\n![Screenshot 2019-11-20 at 01.00.48.png](Screenshot_2019-11-20_at_01.00.48.png)\n", "Cylinder mesh (outline) will not display in ortho when viewed end on with no end caps.\nOperating system: Windows 10 64-bit\nGraphics card: Not applicable\n\nBroken: 2.80 64-bit installer 9/2/2019\nWorked: Cylinder displays correctly in version 2.79b\n\nUpon further investigation problem seems to be confined to Object mode only. Cylinder seems to display normally in Edit mode, front orthographic.\n\n**Update (9/27)**: If I add a curved path and go to Object mode to scale it to length it disappears from view in both Orthographic and Perspective views. It appears in Edit mode but the scaling works differently in Edit mode for some reason. In Object mode one end of path remains anchored when scaling on Y axis, for example, but in Edit mode scaling occurs in the positive and negative directions simultaneously.? Not a show stopper but puzzling.\nAgain, the translation and scaling icons are still visible but not the object. Other objects remain visible selected or not. Perhaps it has something to do with the selection order; just a thought.\n\nThis may not be the correct place for a suggestion about Blender version information but it could be helpful, particularly for bug reports and such to put version information in the main menu under 'About' as in other Windows apps.\n\n**Original Complaint**\nCreate cylinder mesh, 64 facets, no end faces, rotate 90d around X axis, scaled on X,Y,Z by 3 to 4. If you switch to orthographic view and try to view the cylinder end on its outline is not visible. You can see the object pivot or center of mass and any manipulation icons but not the object itself. Zooming has no effect. I could discern a couple of pixels sometimes when zooming to try to find the object but it is unknown whether they were part of the cylinder although they did display in the typical orange selection color.\n\nSimply create as described above and the results should be the same. No apparent issues result when same cylinder is created in version 2.79b.\n", "BLENDER DISPLAYS INCORRECT NUMBER OF VERTICES, TRIANGLES AND FACES IN VIEWPORT\nOperating system: Windows 11 Pro 10.0.22621 Build 22621\nGraphics card: NVIDIA RTX 2070 SUPER\n\nBroken: 3.5.1\nWorked: Do not recall, however, I first posted this issue in the Blender 3D Artists FB Page on Sept. 8, 2022.\n\nIn the 3D VIEWPORT, with STATISTICS turned on, Blender 3.5.1 (and many previous versions) randomly show the incorrect number of VERTICES, FACES and TRIANGLES ( most often it is something like 10 or 20 BILLION). This SAME error occurs OVER and OVER during my repeated \"daily\" blender usage. I estimate that I have seen it now at least 30 times since I first reported it. I CANNOT SAY WHICH ACTION TRIGGERS IT. Many others have acknowledged that they have seen the same thing. It is very annoying because I OFTEN have large scenes and TRULY need to know how large my scene is, but often cannot. SOMETIMES restarting blender helps, but then it happens again within the newly opened session.\n\nIT IS POSSIBLE that this only happens with fairly large scenes, but since my scenes are usually very large, I cannot say for sure.\n\nBased on the default startup or an attached .blend file (as simple as possible).\n\nThe blender files where I KNOW it has definitely happened are too large, detailed and proprietary. Sorry, I cannot provide. If I happen to see it in smaller, unimportant blender file, I shall add it to this bug.\n\n", "GPencil: Fill tool Ignore Transparent strokes setting broken\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.94\n\nBroken: version: 3.5.0 Beta\n\nFill tool not ignoring transparent strokes when the settings is enabled. When you enable Show boundary lines, it shows that transparent strokes are not a boundary but the fill still uses them as boundaries.\n\n- Open attached file and try the fill tool. Under the Advanced menu 'Ignore Transparent' and 'Show Lines' are enabled.\n\n", "Render Result not applying the compositor if the region is cropped\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1070 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.30\n\nBroken: version: 2.91.0\n\nWhen you render just a small region (to save time) and make the composite in full size (fullHD), it isn't taken into account in the final result. \nHaving the resulting file (in this case full size - fullHD) without the compositing taken into account, makes no sense.\n\nThis really limits the use of both *render region* and *Compositor*\n\nWorkaround is *File Output* node but that doesnt support video output.\n![COMPOSITOR x RENDERREGION.jpg](COMPOSITOR_x_RENDERREGION.jpg)\n\nThanks and regards\n\n\n\n- Open attached file\n- render it and compare the compositor preview with the render result output\n\n[Test.blend](Test.blend)\n\n", "Weird edge lines in 3D Viewport (Edit Mode - Orthographic View)\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.68\n\nBroken: version: 2.93.3\n\nIn Edit Mode when switching to Orthographic mode the edges sometimes look very thin, jaggy, disappearing in some place, dotted line style or just barely visible. Nothing changes when changing the distance to the object. Nothing changes if selecting Vertex select/Edge select/Face select. However, lines are visible with a very good (usual quality) in Orthographic view when switching to Object Mode and turning on Wireframe on shaded (Overlay dropdown). If Wireframe on shaded option is enabled the edges looks good even in Edit Mode in Orthographic view.\n\nI can't reproduce this error in another scene.![blender_2.93.3_bug.png](blender_2.93.3_bug.png)\n\n[MAGPUL STR Carbine Stock 009.blend](MAGPUL_STR_Carbine_Stock_009.blend)\n[system-info.txt](system-info.txt)\n\n\n", "Viewport view resets after navigating within the Camera view\nOperating system: Pop!_Os 20.04\nGraphics card: Nvidia GTX 1080ti\n\nBroken: 3.0 Beta, 7a5b8cb20284, master, 2021-11- 05, 2.83, 2.79... etc\nWorked: Has never worked\n\nWhen navigating in camera view, if the user goes back to Viewport view it will reset the Viewport back to the world origin\n\n- New File\n- Add Camera\n- Navigate anywhere in Viewport view\n- Go into Camera view\n- Navigate again inside Camera view (use walk navigation)\n- Go back into Viewport view\n- Viewport will reset back to world origin\n\nNOTE: this only happens if you navigate inside the camera, if you go back to Viewport view using the middle mouse button it wont happen\n\n| Blender 3.0 | 2.83.16 | 2.79 |\n| -- | -- | -- |\n| [Peek 2021-11-07 04-54.mp4](Peek_2021-11-07_04-54.mp4) | [Peek 2021-11-07 05-05.mp4](Peek_2021-11-07_05-05.mp4) | [Peek 2021-11-07 05-09.mp4](Peek_2021-11-07_05-09.mp4) |\n" ]
[ "Viewport render image not showing edge length and related info\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 442.92\n\nBroken: version: 2.90.0 Alpha\nWorked: 2.81\n\nViewport render image function not showing edge length and related info that is normally visible in viewport\nthis is not working since 2.83 but was working in previous versions\n\n- take any mesh\n- enable displaying of edge length (or face area, angles etc)\n- enter edit mode and select few edges to see the info in viewport\n- go to view - > viewport render image\n\nin 2.81 you would get that edge info visible in viewport rendering, now since 2.83 it is not working\n\n" ]
Blender Crashes when fully deleting a text linked to a curve Operating system: Windows-10-10.0.18362-SP0 64 Bits Graphics card: AMD Radeon(TM) R5 Graphics ATI Technologies Inc. 4.5.13559 Core Profile Context 26.20.12036.11001 Broken: version: 2.90.0 [Blender crashes immediately after erasing all the text that is on a curve] [1. Add Bezier Curve 2. Add text 3. Go to Object properties of the text and then to geometry>Transform>Text on curve 4. Select the Bezier Curve with Text on curve 5. Go to edit mode with the text selected and erase all the text] [Text Crash.blend](Text_Crash.blend)
[ "Crash with Boolean modifier\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 496.13\n\nBroken: version: 3.4.0 Alpha\nWorked: 3.1.2 (appears to have been broken since 3.2.0)\n\nBlender crashes when performing an Intersection Boolean between a cube and a bunch of loose faces. (Granted, this is probably not something you should do in the first place, but at least it should be limited to producing a bad result, not a crash.)\n\nI didn't find a crash log, but it's easy to reproduce.\n\n* Load the attached .blend file.\n* Scrub the timeline to frame 209. Blender crashes.\n\n[crash.blend](crash.blend)\n", "Regression: Crash when Sculpting on a mesh from a GP Lineart Modifier\nOperating system: Windows-10-10.0.22621-SP0 64 Bits (W11)\nGraphics card: NVIDIA GeForce RTX 4090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.68\n\nBroken: version: 3.2, 4.0.0 Alpha\nWorked: 3.1\n\n![blender_4UX5Hum09w.png](attachment)\nWhen trying to sculpt a mesh in an assigned collection that a grease pencil lineart modifier references and the layer it is drawing to contains Grease Pencil strokes - it will instantly crash Blender. \n\n\n1. Download and extract zip to get the test blend file\n2. Load attached file with Load UI off\n3. Select the bust, it is in a GP lineart modifier collection \n4. Go to sculpt mode\n5. Try sculpt\n6. Crash\n\nAlternative steps:\n1. Create new scene\n2. Create a sphere\n3. Create a Grease Pencil object\n4. Add sphere to a new collection\n5. Select the GP object and add a lineart modifier\n6. Reference the sphere collection in the modifier\n7. Assign layer and material to the modifier\n8. Draw in the same layer in Draw mode of the GP\n9. switch to sculpt mode\n10. Try sculpt over sphere surface\n11. Instant crash\n\n", "Blender crashes if simplify is turned on while baking multires\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: AMD Radeon RX 5700 XT ATI Technologies Inc. 4.5.14742 Core Profile Context 21.7.2 27.20.22021.1002\n\nBroken: version: 3.0.0 Alpha\nWorked: --\n\n\nBlender crashes if simplify is turned on while baking multires data\n\n\n- Grab any object and add multiresolution to if, subdivide at least once.\n- Activate simplify, and turn the max subdivisions on viewport to 0\n- Create a material and try to bake the multiresolution. Blender will crash instead of giving an error message or just baking normally \n\nTest File:\n[multires_crash.blend](multires_crash.blend) ", "Mode locked and crash if objects become disabled in viewport while not in object mode\nOperating system: Linux-5.15.0-2-amd64-x86_64-with-glibc2.33 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 470.86\n\nBroken: version: 3.1.0 Alpha\nWorked: didn't crash but showed an error message in 2.91.2\n\nObjects that are in a mode which is not Edit Mode nor Object Mode, will lock the mode setting (so the mode options are greyed out and unusable) if they get disabled in the viewport. Hiding will not cause the this bug, it needs to be disabled in viewport using that display icon in the outliner, not the eye.\n\nThe solution for this is probably to make the disable in viewport action switch the mode to object mode if the active objects gets removed (much like delete from outliner). Another solution would be to still allow the mode switch.\n\nMuch worse though! Blender crashes sometimes when it gets into this state. I can reliably crash blender as described below.\n\nGo into weightpaint mode of the default cube and disable it in the viewport using the outliner (you need to enable the option first). Now you are stuck and have to enable it in the viewport first to be able to edit anything.\n\nNow restart blender etc. and try this:\n1. Go into Vertex Paint Mode of the default cube\n2. Hit Tab to go into Edit Mode\n3. Disable the cube in the viewport using the outliner as above\n4. Hit Tab to switch out of Edit Mode -> Crash", "Blender 2.92.0 crashes when baking steam simulation\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.92\nCPU: Intel Core i7-8700K\nMemory: 32 GB\n\nBroken: version: 2.92.0\nWorked: I have not tried any other version than 2.92.0 (sorry)\n\nI tried to make a simple steam simulation following the steps described here: watch?v=_K0XsHht6pg. It crashed while baking, and tried to simplify the setup with a minimal set of objects, and it still crashes after baking about 30-50% of the 300 frames.\n\nFollow the steps as described in the video watch?v=_K0XsHht6pg\n\nAttached is .blend file that I tried to make as simple as possible: [steam.blend](steam.blend)\n\n - Open the attached file\n - Press \"Bake Data\" for Physics Properties for the cube\n - Blender crashes after 30%-50% of baking\n\nI have not tried a newer experimental release or an older release.\n\nI was able to reproduce the issue with the default 32 Resolution Divisions (which is way faster to reproduce than the 160 in the included file). I then tried experimenting which exact setting caused the crash. I got it to crash with Adaptive Domain disabled, and Gas Heat 1.5 and Dissolve Time 30, but now I'm not able to reproduce anymore with any setting (at least with 32 Resolution Divisions).\n\nAfter some more experimenting, it seems it randomly crashes and sometimes works. It is definitely reproducible with 32 Resolution Divisions. I kept all settings as I had before, which had worked successfully, but then changed the Time Scale to 0.8, and then it crashed again when baking. However, it had previously crashed at least once with the exact same settings with which I had also successfully baked (and the Time Scale at the default 1.0), so it is not the Time Scale that is causing the issue.", "Array/Skin-Modifier-Combo causes crash\nOperating system: Linux Mint 19\nGraphics card: GT630\n\nBroken:\n2.80 (sub 39), branch: blender2.8, commit date: 2018-12-20 23:46, hash: 7a26e930a8c0\n\n\nPlease try to toggle the \"visibility\" of the skin modifier in my simple file. It crashes instantly and repeatingly:\n[Procedural leaves feathered1.blend](Procedural_leaves_feathered1.blend)\n![Procedural leaves feathered1.png](Procedural_leaves_feathered1.png)", "Blender sometimes crashes when loading a file with unregistered nodes\nOperating system: Windows 10 64 Bit\nGraphics card: Nvidia Geforce GTX 750 Ti\n\nBroken: 2.83.7 release\n\nSometimes when opening a file with unregistered custom nodes, Blender will crash with an `EXCEPTION_ACCESS_VIOLATION` error.\n\n**Stack trace from Visual Studio:**\n```\nblender.exe!node_free_node(bNodeTree * ntree, bNode * node) Zeile 2033\n\tunter C:\\blender-git\\blender\\source\\blender\\blenkernel\\intern\\node.c (2033)\nblender.exe!ntree_free_data(ID * id) Zeile 227\n\tunter C:\\blender-git\\blender\\source\\blender\\blenkernel\\intern\\node.c (227)\nblender.exe!BKE_libblock_free_datablock(ID * id, const int UNUSED_flag) Zeile 136\n\tunter C:\\blender-git\\blender\\source\\blender\\blenkernel\\intern\\lib_id_delete.c (136)\nblender.exe!DEG::deg_free_copy_on_write_datablock(ID * id_cow) Zeile 1073\n\tunter C:\\blender-git\\blender\\source\\blender\\depsgraph\\intern\\eval\\deg_eval_copy_on_write.cc (1073)\nblender.exe!DEG::deg_update_copy_on_write_datablock(const DEG::Depsgraph * depsgraph, const DEG::IDNode * id_node) Zeile 952\n\tunter C:\\blender-git\\blender\\source\\blender\\depsgraph\\intern\\eval\\deg_eval_copy_on_write.cc (952)\nblender.exe!DEG::deg_evaluate_copy_on_write(Depsgraph * graph, const DEG::IDNode * id_node) Zeile 1088\n\tunter C:\\blender-git\\blender\\source\\blender\\depsgraph\\intern\\eval\\deg_eval_copy_on_write.cc (1088)\nblender.exe!std::invoke<void (__cdecl*&)(Depsgraph *,DEG::IDNode const *),Depsgraph *,DEG::IDNode * &>(void(*)(Depsgraph *, const DEG::IDNode *) & _Obj, Depsgraph * && _Arg1, DEG::IDNode * & <_Args2_0>) Zeile 1626\n\tunter A:\\Programs\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.27.29110\\include\\type_traits (1626)\nblender.exe!std::_Invoker_ret<std::_Unforced,0>::_Call<void (__cdecl*&)(Depsgraph *,DEG::IDNode const *),Depsgraph *,DEG::IDNode * &>(void(*)(Depsgraph *, const DEG::IDNode *) & <_Vals_0>, Depsgraph * && <_Vals_1>, DEG::IDNode * & <_Vals_2>) Zeile 1658\n\tunter A:\\Programs\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.27.29110\\include\\type_traits (1658)\nblender.exe!std::_Call_binder<std::_Unforced,0,1,void (__cdecl*)(Depsgraph *,DEG::IDNode const *),std::tuple<std::_Ph<1>,DEG::IDNode *>,std::tuple<Depsgraph * &&>>(std::_Invoker_ret<std::_Unforced,0> __formal, std::integer_sequence<unsigned __int64,0,1> __formal, void(*)(Depsgraph *, const DEG::IDNode *) & _Obj, std::tuple<std::_Ph<1>,DEG::IDNode *> & _Tpl, std::tuple<Depsgraph * &&> && _Ut) Zeile 1388\n\tunter A:\\Programs\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.27.29110\\include\\functional (1388)\nblender.exe!std::_Binder<std::_Unforced,void (__cdecl&)(Depsgraph *,DEG::IDNode const *),std::_Ph<1> const &,DEG::IDNode * &>::operator()<Depsgraph *>(Depsgraph * && <_Unbargs_0>) Zeile 1427\n\tunter A:\\Programs\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.27.29110\\include\\functional (1427)\nblender.exe!std::invoke<std::_Binder<std::_Unforced,void (__cdecl&)(Depsgraph *,DEG::IDNode const *),std::_Ph<1> const &,DEG::IDNode * &> &,Depsgraph *>(std::_Binder<std::_Unforced,void (__cdecl&)(Depsgraph *,DEG::IDNode const *),std::_Ph<1> const &,DEG::IDNode * &> & _Obj, Depsgraph * && _Arg1) Zeile 1626\n\tunter A:\\Programs\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.27.29110\\include\\type_traits (1626)\nblender.exe!std::_Invoker_ret<void,1>::_Call<std::_Binder<std::_Unforced,void (__cdecl&)(Depsgraph *,DEG::IDNode const *),std::_Ph<1> const &,DEG::IDNode * &> &,Depsgraph *>(std::_Binder<std::_Unforced,void (__cdecl&)(Depsgraph *,DEG::IDNode const *),std::_Ph<1> const &,DEG::IDNode * &> & <_Vals_0>, Depsgraph * && <_Vals_1>) Zeile 1641\n\tunter A:\\Programs\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.27.29110\\include\\type_traits (1641)\nblender.exe!std::_Func_impl_no_alloc<std::_Binder<std::_Unforced,void (__cdecl&)(Depsgraph *,DEG::IDNode const *),std::_Ph<1> const &,DEG::IDNode * &>,void,Depsgraph *>::_Do_call(Depsgraph * && <_Args_0>) Zeile 904\n\tunter A:\\Programs\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.27.29110\\include\\functional (904)\nblender.exe!std::_Func_class<void,Depsgraph *>::operator()(Depsgraph * <_Args_0>) Zeile 952\n\tunter A:\\Programs\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.27.29110\\include\\functional (952)\nblender.exe!DEG::`anonymous namespace'::evaluate_node(const DEG::`anonymous-namespace'::DepsgraphEvalState * state, DEG::OperationNode * operation_node) Zeile 117\n\tunter C:\\blender-git\\blender\\source\\blender\\depsgraph\\intern\\eval\\deg_eval.cc (117)\nblender.exe!DEG::`anonymous namespace'::deg_task_run_func(TaskPool * pool, void * taskdata, int thread_id) Zeile 129\n\tunter C:\\blender-git\\blender\\source\\blender\\depsgraph\\intern\\eval\\deg_eval.cc (129)\nblender.exe!BLI_task_pool_work_and_wait(TaskPool * pool) Zeile 939\n\tunter C:\\blender-git\\blender\\source\\blender\\blenlib\\intern\\task_pool.cc (939)\nblender.exe!BLI_task_pool_work_wait_and_reset(TaskPool * pool) Zeile 970\n\tunter C:\\blender-git\\blender\\source\\blender\\blenlib\\intern\\task_pool.cc (970)\nblender.exe!DEG::deg_evaluate_on_refresh(DEG::Depsgraph * graph) Zeile 403\n\tunter C:\\blender-git\\blender\\source\\blender\\depsgraph\\intern\\eval\\deg_eval.cc (403)\nblender.exe!DEG_evaluate_on_refresh(Main * bmain, Depsgraph * graph) Zeile 65\n\tunter C:\\blender-git\\blender\\source\\blender\\depsgraph\\intern\\depsgraph_eval.cc (65)\nblender.exe!scene_graph_update_tagged(Depsgraph * depsgraph, Main * bmain, bool only_if_tagged) Zeile 1329\n\tunter C:\\blender-git\\blender\\source\\blender\\blenkernel\\intern\\scene.c (1329)\nblender.exe!BKE_scene_graph_update_tagged(Depsgraph * depsgraph, Main * bmain) Zeile 1367\n\tunter C:\\blender-git\\blender\\source\\blender\\blenkernel\\intern\\scene.c (1367)\nblender.exe!wm_event_do_depsgraph(bContext * C, bool is_after_open_file) Zeile 360\n\tunter C:\\blender-git\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c (360)\nblender.exe!wm_event_do_refresh_wm_and_depsgraph(bContext * C) Zeile 387\n\tunter C:\\blender-git\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c (387)\nblender.exe!wm_event_do_notifiers(bContext * C) Zeile 552\n\tunter C:\\blender-git\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c (552)\nblender.exe!WM_main(bContext * C) Zeile 456\n\tunter C:\\blender-git\\blender\\source\\blender\\windowmanager\\intern\\wm.c (456)\nblender.exe!main(int argc, const unsigned char * * UNUSED_argv_c) Zeile 530\n\tunter C:\\blender-git\\blender\\source\\creator\\creator.c (530)\nblender.exe!invoke_main() Zeile 79\n\tunter D:\\agent\\_work\\9\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_common.inl (79)\nblender.exe!__scrt_common_main_seh() Zeile 288\n\tunter D:\\agent\\_work\\9\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_common.inl (288)\nblender.exe!__scrt_common_main() Zeile 331\n\tunter D:\\agent\\_work\\9\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_common.inl (331)\nblender.exe!mainCRTStartup() Zeile 17\n\tunter D:\\agent\\_work\\9\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_main.cpp (17)\nkernel32.dll!00007ffca1667bd4()\nntdll.dll!00007ffca1e0ce51()\n```\n\nThe exception in line 2033 of node.c says that there is an access violation when reading at position `0xFFFFFFFFFFFFFFFF`. `node->typeinfo` does exist (is not null), but `freefunc` (and actually most of the other attributes) point to `0xdddd...`. Because of that, I think that this bug might be caused by a similar issue as described in #72833.\n\nI'm not sure if a core dump helps you, it's quite large (1GB + another GB for the .pdb file) so if you need it I can look for a way to make it available to you. I'm not a C or C++ dev so I don't know what is helpful.\n\n**EDIT**: I think this crash is caused by opening files files with nodes that were registered while the file was originaly saved but not anymore.\n\nIt's a bit complicated because it doesn't happen all the time. The particular file(s) where I observed this issue use nodes from an addon (Armory3D) which supports per-project custom nodes which get registered via a `on_load_post()` handler (so there is a delay between opening the file and registering the nodes). I'm not entirely sure, but it seems like the crash occurs when the nodes are registered again. The crash even occurs when unregistering the nodes before saving the file.\n\nBecause of that complicated setup (addon required + project setup + custom node package) I will go without an example file. If you aren't able to find the cause without one, please tell me so that I can prepare a minimal project setup for you.\n\nThank you very much!\n\n*Original issue*: 1890", "Crashes when Switching to Material Viewport / Rendered Viewport / Rendering\nOperating system: Windows 10\nGraphics card: 2 Nvidia GTX 1660 Super's\n\n[blender_system_info.txt](blender_system_info.txt)\n\nBroken: blender 2.8 / 3.4\n\n\nBlender runs completely fine when editing and building a model but once rendering is involved, even in preview, it immediately closes with no explanation. This crash will also happen with the default cube. This had not happened before and have tried Updating blender, reinstalling, simplifying, etc but no change and can reproduce the issue on my computer. i can have it in material mode if i have 0 assets in the scene but once i add something it crashes, i am suspecting a bad pathing issue as i had recently refreshed my computer but do not know how to fix it or give blender a hard reset.\n\n{[F14170509](blender.crash.txt)}[blender_debug_output.txt](https://archive.blender.org/developer/F14170500/blender_debug_output.txt)\nOpen Blender, have any Physical asset inside the scene, switch to rendered / Material Viewport, Crash\n\nI have included the project I was working on and the default cube as they create the same issue.\nPlease note that I have installed the most recent Blender program onto my laptop and opened the files attached and did not have any crash happen so it seems the issue is solely between my computer and the blender program.\n\n[Default Cube.blend](Default_Cube.blend) [Skell Rig base.blend](Skell_Rig_base.blend)", "Blender crashing when rendering with eevee, not with cycles however.\nOperating system: Linux-5.15.82-1-lts-x86_64-with-glibc2.36 64 Bits\nGraphics card: AMD Radeon RX Vega (vega10, LLVM 14.0.6, DRM 3.42, 5.15.82-1-lts) AMD 4.6 (Core Profile) Mesa 23.0.0-devel (git-e20564cfdb)\n\nBroken: version: 3.3.2\nWorked: None, I've tried 3.3-LTS, 3.4 (both the default version provided through steam and manually selecting 3.4 LTS) and the daily-alpha build (with the daily-alpha build I reset settings all to default as well) All of these versions are the ones provided through Steam.\n\nWhen rendering in eevee some of my meshes completely bug out as if only part of them are rendering (I've looked at my normals and they're all fine) and after that my entire PC crashes, forcing a power cycle. The viewport display, when in rendered mode, looks fine in eevee but after rendering and before my PC crashes the viewport also messes up with my meshes looking bizarre. This issue does not occur in cycles when using CPU or GPU compute and other blender files work fine in eevee / cycles both in the viewport and when rendering. I also tried applying all modifiers despite needing a displacement on my torches to animate them but no luck. My blend file also becomes corrupt sometimes after the crash.\n\nSimply just hitting the render button with my current .blend file when in eevee. Sometimes the render goes through with broken meshes (which then I can close the render window and switch to eevee in my viewport display but my meshes will be all messed up and then my PC will crash, sometimes it crashes before the render output. \n\n\n[Dungeon Course.blend](Dungeon_Course.blend)\n\n[Dungeon Course.blend1](Dungeon_Course.blend1)\n\n[3.4 config.7z](3.4_config.7z)", "Crash upon renaming collection or clicking on Blenderkit after creating said collection (without renaming)\nOperating system: Win 10\nGraphics card: Nvidia Quadro M5000 \n\nBroken: 3.4.1\nWorked: 3.4.1\n\nCrash upon renaming collection or clicking on Blenderkit after creating said collection (without renaming). \n\n- Download file through the link from Google Drive attached (I leave the file as it is since I don't know what caused the problem)\n- Click in the collection \"Möblierung\",\n- create some new collection in it,\n- rename the new collection (with double click)\n- hit enter - crash\n\nOr create the collection, don't rename it and then click something in the interface (Blenderkit \"eye\" symbol in my case).\n\nReload didn't do anything, just kept crashing.\n\nLoaded a recent autosave, seems to work. Already hat to kill startup file and all settings yesterday, got permanent exception access violation crashes upon file load, after enabling some addon (TrueAssets) it worked.\n\nLink to the blend: view?usp=sharing\n\n", "Grease Pencil: Line Art › Light Contour causes crash\nOperating system: macOS-11.6.5-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon R9 M295X OpenGL Engine ATI Technologies Inc. 4.1 ATI-4.6.21\n\nBroken: version: 3.6.0 Alpha\nAlso reproduced with 3.5 and 3.4.1\n\nWhile using the Grease Pencil Line Art modifier, enabling the Light Contour feature causes a crash. The problem does not appear with a very simple scene, so a certain amount of geometry may be needed, hence the 6mb sample file. While trying to reproduce with smaller scenes, I sometimes had to toggle the Light Contour checkbox on and off a few times to trigger the crash, and the number of toggles actually varied from one launch to the next.\n\n1. Open provided file, GP crash.blend\n2. Select Grease Pencil object and expand its Line Art modifier\n3. Click Light Contour checkbox to enable it\n\nThis reliably causes a crash on my Intel Mac\n\n", "Blender Crash by doing 2d animations\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: Intel(R) HD Graphics 500 Intel 4.5.0 - Build 31.0.101.2111\n\nBroken: version: 3.6.0\n\nWhenever I draw with a line, circle, arc, curve, interpolate, and box tool, my drawings disappear and reappear and then it suddenly crash.\n- 2D animation Draw Mode\n[\nPlease describe the exact steps needed to reproduce the issue]\n\n", "GPencil: Curve Editing - curve data desync issues\nOperating system: Linux-5.8.0-7642-generic-x86_64-with-debian-bullseye-sid 64 Bits\nGraphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.39\n\nBroken: version: 2.92.0 Beta\nWorked: (feature was added in 2.92)\n\nThe curve data can be desynced from the stroke points. This happens when the stroke points were edited directly (like in sculpt mode), but the curve received no update. This task describes one way of generating the desync, but there may be more.\n![image.png](image.png)\n\nThis can usually be fixed by toggling Curve Editing off and on again.\n\n\n - Start Blender with the 2D Animation template.\n - Draw a stroke.\n - Switch to Edit Mode.\n - Select the stroke and turn on Curve Editing to generate the curve.\n - Turn Curve Editing off.\n - Switch to Sculpt Mode.\n - Turn stroke selection on then deselect all ({key Alt}+{key S}) and turn stroke selection back off.\n - Use the grab brush and move the stroke around (to see the desync later on).\n - Go to Edit Mode.\n - Turn on Curve Editing. The data should be desynced now.\n\nor\n\n - Open attached `.blend` file in 2.92.0 Beta.\n - Turn on Curve Editing. The curve should be desynced. Toggle Curve Editing to fix it.\n\n[curve_data_desync.blend](curve_data_desync.blend)\n", "Particle Edit mode for non hair particles - point select mode crash\nOperating system: Linux-5.6.0-050600-lowlatency-x86_64-with-debian-bullseye-sid 64 Bits\nGraphics card: GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 440.64\n\nBroken: version: 2.90 (sub 3)\n\nBlender crashes when entering into the Particule Edit mode\n\n- Delete all objects from the default scene\n- Create a plane\n- Add a particle system\n- Set end frame to 50\n- Bake the particle system\n- Switch to the Particle Edit mode\n- Select Point select mode\n\n- > Crash\n\n[blender.crash.txt](blender.crash.txt)\n\n\n", "crash when rendering with optics\nOperating system: windows\nGraphics card: 3060\n\n**Error**\n\n```\n# Blender 3.4.1, Commit date: 2022-12-19 17:00, Hash 55485cb379f7\n\n# backtrace\nException Record:\n\nExceptionCode : EXCEPTION_ACCESS_VIOLATION\nException Address : 0x00007FF7B98A5710\nException Module : blender.exe\nException Flags : 0x00000000\nException Parameters : 0x2\n\tParameters[0] : 0x0000000000000001\n\tParameters[1] : 0x0000000000000000\n\n\nStack trace:\nblender.exe :0x00007FF7B98A56F0 blender::default_construct_n<blender::SimpleMapSlot<std::pair<int,int>,blender::meshintersect::ITT_\nblender.exe :0x00007FF7B98B6730 blender::Array<blender::SimpleMapSlot<std::pair<int,int>,blender::meshintersect::ITT_value>,1,blend\nblender.exe :0x00007FF7B98B5770 blender::Map<std::pair<int,int>,blender::meshintersect::ITT_value,0,blender::PythonProbingStrategy<\nblender.exe :0x00007FF7B98B7570 blender::meshintersect::trimesh_nary_intersect\nblender.exe :0x00007FF7B98BE4D0 blender::meshintersect::boolean_trimesh\nblender.exe :0x00007FF7B98BE240 blender::meshintersect::boolean_mesh\nblender.exe :0x00007FF7B94D43D0 blender::meshintersect::direct_mesh_boolean\nblender.exe :0x00007FF7B3ACF380 exact_boolean_mesh\nblender.exe :0x00007FF7B3ACE760 modifyMesh\nblender.exe :0x00007FF7B37C78F0 modifier_modify_mesh_and_geometry_set\nblender.exe :0x00007FF7B37C6190 mesh_calc_modifiers\nblender.exe :0x00007FF7B37C5F80 mesh_build_data\nblender.exe :0x00007FF7B37C8560 makeDerivedMesh\nblender.exe :0x00007FF7B3759B30 BKE_object_handle_data_update\nblender.exe :0x00007FF7B3759990 BKE_object_eval_uber_data\nblender.exe :0x00007FF7B39AA920 blender::deg::`anonymous namespace'::evaluate_node\nblender.exe :0x00007FF7B39AA6C0 blender::deg::`anonymous namespace'::deg_task_run_func\nblender.exe :0x00007FF7B92A2780 tbb::internal::function_task<Task>::execute\ntbb.dll :0x00007FFA475AF220 tbb::recursive_mutex::scoped_lock::internal_try_acquire\ntbb.dll :0x00007FFA475AF220 tbb::recursive_mutex::scoped_lock::internal_try_acquire\ntbb.dll :0x00007FFA475A4FD0 tbb::interface7::internal::isolate_within_arena\ntbb.dll :0x00007FFA475AA120 tbb::task_scheduler_init::terminate\ntbb.dll :0x00007FFA475AD800 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFA475AD800 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFA60E41B20 configthreadlocale\nKERNEL32.DLL :0x00007FFA61A27600 BaseThreadInitThunk\nntdll.dll :0x00007FFA63722680 RtlUserThreadStart\n\n\nThreads:\nThread : 00004b34\nntdll.dll :0x00007FFA6376D6D0 NtDelayExecution\nblender.exe :0x00007FF7B9267160 BLI_thread_is_main\n```\n\nuse a lot of boolean modifiers(4-6) and high subdivision modifier level(3) and set it to display the changes only on the render and use optix\n\n" ]
[ "Crash when deleting all characters of Text\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 960M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 445.87\n[system-info.txt](system-info.txt)\n\nBroken: version: 2.90.0\n![Captura.PNG](Captura.PNG)\n\nBlend File:\n[BlenderCrash.blend](BlenderCrash.blend)\n\nThere is a crash when removing all characters of a Text object.\n\n- Open the attached blend file.\n- Select the Text, and press \"Tab\" key to edit the text.\n- Remove all characters pressing Backspace. When you delete the last character, blender crashes.\n\nIt looks like one of the settings I configured in the object data tab doesn't allow an empty Text object, I don't know which one it is.\n" ]
Material alpha animation keyframes not available in Dope sheet Operating system: Win 10 Graphics card: nVidia GTX 1070 Broken: 3.00 Worked: -- Material alpha keyframes not available in Dope sheet when using *Only show selected* option - install version 3.00 - create text object - create a material in node editor - add Alpha to animation keyframes - navigate to Animation workspace - make sure Text object is selected - make sure *Only show selected* option is active in Dope sheet - no keyframes are visible
[ "Artifacts appear in texture bakes [stripe pattern]\nOperating system: Windows 10 Pro 64-bit\nCPU: i7 4790\nGraphics card: GTX 1050\n\nBroken: Every Blender Build on this PC, Baking.\nWorked: never\n\nWeird artifacts appear in bakes, especially visible in the AO bakes (see attached images)\n\n![image.png](image.png)\n![image.png](image.png)\n\n\n[AOArtifacts_Test.blend](AOArtifacts_Test.blend)\n- Open blend\n- hit `Bake`", "bpy.context.temp_override - TypeError: Area not found in screen\nBlender 3.5.1\n\nWhen I try to run `bpy.context.temp_override` with area that's not present on current screen I get the error below. \nIt's useful feature that helps to run operators without switching screen.\n\nTried the same thing with old context override workflow like `bpy.ops.node.clipboard_copy(temp_override)` and it works without errors.\n\n```\n# Error: Python: Traceback (most recent call last):\n# File \"test_nodes_copy.blend\\error\", line 37, in <module>\n# File \"test_nodes_copy.blend\\error\", line 25, in copy_node_graph_to_active_object\n# TypeError: Area not found in screen\n```\n\n## ways to reproduce\n\nI've attached .blend file with the setup and code below that's causing the error - to reproduce you can open it and just play the \"error\" script from \"Scripting\". There is also \"working\" script that using old context override and it works without errors.\n\nCode that causes error (the code itself is copying node graph from one material to another - haven't found other method to do so besides calling operators on areas from other screen):\n\n```python\nimport bpy\n\ndef get_shader_editor_context():\n for screen in bpy.data.screens:\n for area in screen.areas:\n if area.type == \"NODE_EDITOR\":\n for space in area.spaces:\n if space.tree_type == \"ShaderNodeTree\":\n context_override = {\"area\": area, \"space\": space, \"screen\": screen}\n return context_override\n\ndef copy_node_graph_to_active_object(material):\n temp_override = get_shader_editor_context()\n old_material = bpy.context.object.active_material\n new_material = material\n \n # remove all nodes from the current material\n for n in old_material.node_tree.nodes[:]:\n old_material.node_tree.nodes.remove(n)\n \n # change current material and make other window's shader editor is updated\n bpy.context.object.active_material = new_material\n temp_override['space'].node_tree = new_material.node_tree\n \n with bpy.context.temp_override(**temp_override):\n # select all nodes and copy them to clipboard\n for node in new_material.node_tree.nodes:\n node.select = True\n bpy.ops.node.clipboard_copy()\n\n # back to original material\n bpy.context.object.active_material = old_material\n temp_override['space'].node_tree = old_material.node_tree\n bpy.ops.node.clipboard_paste(offset=(0,0))\n\n\ncopy_node_graph_to_active_object(bpy.data.materials['test'])\n```\n\nDeprecated temp context override method that's working:\n```python\nimport bpy\n\ndef get_shader_editor_context():\n for screen in bpy.data.screens:\n for area in screen.areas:\n if area.type == \"NODE_EDITOR\":\n for space in area.spaces:\n if space.tree_type == \"ShaderNodeTree\":\n context_override = {\"area\": area, \"space\": space, \"screen\": screen}\n return context_override\n\ndef copy_node_graph_to_active_object(material):\n temp_override = get_shader_editor_context()\n old_material = bpy.context.object.active_material\n new_material = material\n \n # remove all nodes from the current material\n for n in old_material.node_tree.nodes[:]:\n old_material.node_tree.nodes.remove(n)\n \n # change current material and make other window's shader editor is updated\n bpy.context.object.active_material = new_material\n temp_override['space'].node_tree = new_material.node_tree\n \n # select all nodes and copy them to clipboard\n for node in new_material.node_tree.nodes:\n node.select = True\n bpy.ops.node.clipboard_copy(temp_override)\n\n # back to original material\n bpy.context.object.active_material = old_material\n temp_override['space'].node_tree = old_material.node_tree\n bpy.ops.node.clipboard_paste(temp_override, offset=(0,0))\n\n\ncopy_node_graph_to_active_object(bpy.data.materials['test'])\n```\n\n", "Greasepencil z fighting alpha issue\nHi,\nnot too sure if this is known issue or any fix but I am getting this alpha issue from certain angle when I have 2 different grease object. \n\n", "Mantaflow - Bake not showing (when noise is used)\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: Intel(R) UHD Graphics 620 Intel 4.5.0 - Build 26.20.100.7262\n\nBroken: version: 2.90.0 Alpha\nWorked: 2.83\n\nEnabling Noise and then Baking Noise, the preview no longer shows. \n\nFrom Attached Blend\n\n\n - Bake Data\n - Play Animation (see preview)\n - Enable Noise\n - Bake Noise\n - Play Animation (No preview is shown)\n - Disable Noise \n - Play Animation (see preview)\n\n [smoke_noise.blend](smoke_noise.blend)\n", "Selected object color is weird in wireframe mode if the object color isn't single.\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 465.89\n\nBroken: version: 3.0.0 Alpha\n\nOutline overlay seems to be drawn under wireframe.\n\n[#91619.blend](T91619.blend)\n\nImmediately visible in provided file.", "Incorrect Areas affected by Timeline Playback settings\nVersion: 2.80 rc2 (Linux 64)\n\n[Timeline_bug.blend](Timeline_bug.blend)\n\nTo reproduce:\n\n - Open the example file (enable \"Load UI\" too)\n - With the mouse cursor in the 3d view, play the animation using Shift + Space (or Alt + A, whatever your keymap is)\n - Ignore the 3d view. Notice which animation editors show a moving playhead.\n - Inspect the playback settings in the timeline editor.\n - Disable \"All 3d Viewports\" and repeat step 2.\n - Now Enable \"Active Editor Only\" and repeat step 2.\n\nWith certain settings, the Dope Sheet and Timeline show playback even when the Graph Editor and NLA do not. It's as if these windows think they are 3d viewports!", "Erase Alpha in vertex paint not working\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1660 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 446.14\n\nBroken: version: 2.83.0\nWorked: latest 2.7 nightly build date 2019/06/27\n\nErase Alpha not showing in viewport.\n\ngo to vertex paint set mode to erase alpha and when painting nothing happens.\nalso found no ways to use the alpha data.\n\nVertex Alpha painting are needed for asset creation on some game engines like creation engine.\n", "Bake artifacts with multimaterial in object\nOperating system: Windows-10-10.0.18362 64 Bits\nGraphics card: GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 432.00\n\nBroken: version: 2.81 (sub 16)\nWorked: (optional)\n\nThen i try bake Ambient Occlusion in object with 2 or more assigned materials, Ambient Occlusiun bakes grey or black squares\n![2020-02-19_20-30-55.png](2020-02-19_20-30-55.png)\n\n- Open attached file and bake ambient occlusion.\n[Bake_Test.blend](Bake_Test.blend)\n\n", "Viewport not updated after changing material properties\nWindows 10\nGraphics card:\nGTX 1660TI\n\n\nBroken: version: 3.2.0 Beta\nWorked 3.0\n\nHello. If you create an object, for example, a sphere, assign it a material with a base color, for example, red or something else, then copy the material, create another object, create a material for it, and then paste the material on the new object, the material that was copied will be inserted, but if after that you start changing it it will not change on the object until it is reselected.\nWhy don't its settings change immediately after changing them in the settings? Is this a bug or is it supposed to be like this?\n![изображение.png](изображение.png)\nI copied the material from the sphere to the cylinder, it was added to it, after that I replaced the base color on it with green but it does not change on the cylinder.\n\n**Steps to reproduce**\n[#98458.blend](T98458.blend)\n\n- Open file\n- Copy material from selected (green) cube\n- Paste material to other cube\n- Change Base Color in pasted material\n\nColor is not updated in viewport.", "Animation channels list UI\nThere are various problems with the animation editor's channel list. Many affordances from the Outliner are missing here, making it difficult to select, navigate and see clearly what is selected. We can also optimize how you switch between visible F-curves, which currently requires users to manually enable or disable visibility toggles.\n\n**List of changes**\n\nFunctional changes:\n- - [ ] Add an option, on by default, to only show the selected channel curves. When enabled, don't show the eye toggle, since it becomes redundant. \n- - [ ] Update the channel list to behave like the Outliner:\n - Hold Shift to do range selections (Ctrl to do normal extend)\n - Highlight the entire row on mouse-over.\n - Use arrows for walk-selection, also in combination with Shift to extend\n - Filter the icon columns like the restriction columns in the outliner. For example, not everybody uses modifiers, so having a column of buttons to disable modifiers can be useless.\n- - [ ] Replace box-select with click-drag (like buttons). This will give more immediate feedback of which channels are selected, rather than seeing that feedback only when releasing the mouse.\n- - [ ] Auto-scroll the list back into view when all the list entries are outside the view (happens when changing selections)\n- - [ ] Auto-scroll the channel list when drag-selecting.\n\n\nVisual changes:\n\n- - [x] Separate the eye toggle from the Graph Editor curve color indicator ([D5882](D5882))\n- - [ ] Use alternating lines (see Outliner)\n- - [ ] Highlighted row should use solid colored background (see Outliner)\n- - [ ] Rolling over rows should highlight them (see Outliner)", "Crash without warning when opening material properties panel.\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: AMD Radeon RX 540 Series, ATI Technologies Inc., OpenGL, 4.5.0 Core Profile Context 22.20.16.03.220829\n\nBroken: version: 3.4.1, branch: blender-v3.4-release, commit date: 2022-12-19 17:00, hash: 55485cb379f7\nBroken: version: 3.5.1, branch: blender-v3.5-release, commit date: 2023-04-24 18:11, hash: e1ccd9d4a1d3\nWorked: no newer version works.\n\nWe get a hard crash without warning when opening the material properties panel in the \"Layout\" workspace right after startup (i.e. with a clean \"General\" new file). Opening the material properties panel in other workspaces causes the same crash.\n\nI suspect that this is an EEVEE problem since opening other properties panels (which do not have the material preview) works fine and opening the material properties panel after having selected the Cycles engine in the \"Render properties\" panel also works fine. Somehow, it feels like being a hardware problem, but I cannot explain why. Interestingly, the device for rendering in the [Preferences][System] is set to \"\"None\" and no GPU's are available in the Cuda, OptiX, HIP, and oneAPI sections.\n\nWhen switching the viewport in the \"Layout\" workspace to \"Viewport Shading\" (i.e. rendered by EEVEE), Blender crashes. When Cycles is selected as rendering engine, then \"Viewport Shading\" works fine.\n\nThe crash happens on my colleague's computer in India to which I have no direct access. Updating graphics drivers is not easily possible due to company constraints. My colleague now uses the Cycles rendering engine by default. Some current file of her was saved with the default EEVEE setting, so she cannot load the file without crashing Blender; I have now modified the file on my computer by switching it to Cycles rendering which bypasses that problem for now.\n\n\n[Based on the default startup]:\n- Open Blender.\n- Select \"General\" new file\n- Open the \"Material properties\" panel in the \"Layout\" workspace.\n- Blender crashes.\n\n[Based on the default startup]:\n- Open Blender.\n- Select \"General\" new file\n- Select \"Viewport Shading\" in the \"Layout\" workspace.\n- Blender Crashes.\n\n[Based on the default startup]:\n- Open Blender.\n- Load a previously stored blend file with EEVEE set as the renderer (and I suspect showing the \"Materials properties panel\" or the viewport in \"Viewport Shading\" mode).\n- Blender Crashes.\n\n", "Workbench render engine does not update the Material Slots panel preview\nOperating system: Linux Fedora 35\nGraphics card: Intel\n\nBroken: 3.2.0 Beta, branch: master, commit date: 2022-05-10 06:30, hash: 11aa237858d4, type: release\n\n\nThe aspect of the preview sphere in the Material Slots panel is not updated.\n\n\n1 - In a factory default startup file, select \"Workbench\" as render engine\n2 - Select the \"Cube\" Object\n3 - Open the Material Property Panel, in Viewport Display set a different color (diffuse_color)\n4 - The aspect of the preview sphere in the Material Slots panel is not updated.\n\nThe users of my BlenderFDS (www.blenderfds.org) addon keep asking me: why?\nA correct UI feedback is important especially for new users, and I presume this should be quite easy to fix. \n\nThank you very much, I am grateful for your work.\n\n[system-info.txt](system-info.txt)", "X-Ray and Wireframe-Only modes not working in weight painting mode\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 4080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 528.49\n\nBroken: version: 3.5.0 Beta\n\nX-Ray and Wireframe-Only modes not working in weight painting mode.\nIf I remember correctly it worked in earlier versions of Blender, like 3.0 or maybe even earlier, but then was broken.\n\nWatch attached video for demonstration.\n\nCreate any object, go to Weight Paint Mode.\nTry to use X-Ray shading or Wireframe-only shading modes. The 3d-model is fully opaque.\nGoto Vertex selection, With X-Ray set to 1 I can't even select backface vertices, only if I lower it value a bit - it start working, but 3d-object is still opaque.\n+ Looks like Show wireframe checkbox (in viewport overlays panel) in this mode not working also.\n\nvideo:", "EEVEE: Material update does not trigger shadowmap update\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.60\n\n\nBroken: version: 2.80 (sub 75)\nWorked: (optional)\n\n\nModify procedural does not update real time in view port shading in EEVEE \n\nJust a cookie with procedural noise in front of a point light in EEVEE (remove hdri if it's missing), I could not see changes while modify noise texture, also with viewer\n\nAttached blend file and video\n[studio-light-v1.blend](studio-light-v1.blend)\n[studio-procedural-gobo.mp4](studio-procedural-gobo.mp4)\n", "Alpha bug on Principaled BSDF with GPU\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA RTX A2000 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.92\n\nBroken: version: 3.2.1\n\nDecreasing alpha makes material black in the Principaled BSDF shader when using GPU compared to CPU \n\n\n\n - Decrease \"Alpha\" on the Principaled BSDF shader\n - Change to device to either \"GPU Compute\" or \"CPU\" \n - Adjust alpha value to discern difference if not apparent when switching Device property\n\n\n**Notes**\nCPU appears to work correctly with this value, it's only on GPU on my machine that causes alpha to make the material black. Bug appears in rendered images too and not just viewport, and is present in both CUDA and Optix. \n\nMake my alpha 0% if duplicate.\n\n[Blender GPU Alpha Bug.blend](Blender_GPU_Alpha_Bug.blend)" ]
[ "Material keyframes [on nodes] not showing up on Dope Sheet (or any other Animation Screen) if the nodes are unselected [Selected Only option]\nOperating system: Darwin-19.5.0-x86_64-i386-64bit 64 Bits\nGraphics card: NVIDIA GeForce GT 650M OpenGL Engine NVIDIA Corporation 4.1 NVIDIA-14.0.32 355.11.11.10.10.143\n\nBroken: version: 2.83.1\nsame result on 2.90.0 Alpha July 07, 23:17:27- afcb41a0aaaf\nWorked: N/A\n\nSome \"Image as Planes\" objects don't show up in the the Dopesheet despite keyframing the Alpha\nHowever, when I deselect \"Only Show Selected\" I can see the objects and their keyframes.\n\n\nI can't work out how to reproduce outside this .blend file\n[If I Were A Bell.blend](If_I_Were_A_Bell.blend)\n\nThe \"Image as Planes\" objects that don't show up are:\n\nAlto1\nAlto2\nBas\nGtr\nPno\nTbn1\nTbn2\nTbn3\nTbn4\nTpt1\nTpt4\n\nBut these \"Image as Planes\" objects show up in the Dope Sheet as expected:\nBaritone\nDrm\nTpt2\nTpt3\n\n" ]
Grease pencil time offset driver - viewport doesn't update automatically Operating system: Ubuntu 18.04 Graphics card: Radeon 580RX Broken: 2.80 (sub 51), branch: blender2.7, commit date: 2019-03-27 23:34, hash: a58a4f48bef4 A driver is attached to grease pencil's time offset modifier but viewport doesn't update grease pencil object. I have to manually press "update dependencies" to make viewport update GP object. I suppose that viewport should be updated automatically. [GP time offset driver.blend](GP_time_offset_driver.blend)
[ "Cursor's icon doesn't update correctly when going from panel to scene\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: Intel(R) HD Graphics 4600 Intel 4.3.0 - Build 20.19.15.5058\n\nBroken: version: 3.2.0 Alpha\nWorked: Never (introduced/discovered with new design for 2.8 series)\n\nThe cursor icon doesn't update properly when returning it to the scene fast enough after tweaking in panels, and on it's way passing over text panels.\n\n- Go edit mode and select a vertice/edge/face to activate the transform panel\n- Place the cursor in the panel where its icon displays the OS default one\n- Move the cursor fast enough onto the scene. On its way pass over text panels.\n- The cursor icon is the default's one, not the cross as it should.\nSee the .gif for visual explanation:\n![ezgif-2-7ad3428113.gif](ezgif-2-7ad3428113.gif)", "Grease Pencil drawing sticks to Camera (when stroke placement is Surface and drawing outside of camera border)\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12\n\nBroken: version: 3.0.0 Alpha\n\nGrease Pencil drawing sticks to Camera (when stroke placement is Surface and drawing outside of camera border)\n\n[#92351.blend](T92351.blend)\n- open .blend\n- start a stroke inside camera bounds and end it outside camera bounds\n- stroke will stick to the camera on the end\n\n\n", "Some sculpting brushes work incorrectly on the Grease Pencil object with Armature.\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: Radeon RX 590 Series ATI Technologies Inc. 4.5.14742 Core Profile Context 21.8.2 27.20.22025.1006\n\nBroken: version: 3.0.0 Beta\n\nAfter applying the Armature modifier to the Grease Pencil object and after animating the bones, some brushes in Sculpt Mode do not work correctly. In this case Grab brush. Smooth, Thickness, Strength and Randomize brushes work correctly.\n![pic.png](pic.png)\n\nOpen attached .blend file. Go to the 20th frame. \nSelect Grease Pencil object.\nSwitch to the Sculpt Mode select the Grab brush and test it. Push, Twist and Pinch brushes also work incorrectly.\n[SculptTools_problem.blend](SculptTools_problem.blend)\n\n", "Grease Pencil vertices selection is offset when Layers/Transform Location as set to a driver\nOperating system: Win10\nGraphics card: RTX3070\n\nBroken: 3.1.0 A\nWorked: N/A\n\n**Short Description of issue**\nMoving a Grease Pencil object's layer via Layers->Transform, by using a Driver, offsets where you have to click to select vertices from that layer.\n\nNOTE: Switching to Draw Mode and drawing a stroke fixes it temporarily, but once you move the controller of the driver again, the problem returns.\n\n**Steps to Reproduce**\n- Open .blend file\n- Select Suzanne and switch to edit mode\n- Try selecting vertices (Does not work)\n- Now attempt to select in circled area\n\n![image.png](image.png)\n\n[#95902.blend](T95902.blend)\nVideo example: iZ_A2wOnAJQ", "Incorrect occlusion between grease pencil objects\nOperating system: macOS-12.2.1-x86_64-i386-64bit 64 Bits\nGraphics card: Intel(R) Iris(TM) Plus Graphics 655 Intel Inc. 4.1 INTEL-18.4.6\n\nBroken: version: 3.3.0\n\nIncorrect occlusion occurs with this setup\n![gp_occlusion_bug.png](gp_occlusion_bug.png)\nThe two Suzannes are clearly behind the strip, but one of them appears to be in front of the strip in camera\nIf I rotate the camera a little, both of them are in front\n![go_occlusion_bug_1.png](go_occlusion_bug_1.png)\nI've tried switching the stroke depth order to 3D Location, it doesn't fix it either\n\nSee the attached file\n[gp_wrong_depth.blend](gp_wrong_depth.blend)\n\n", "Grease Pencil Tint / Also Vertex Paint on Grease Pencil Objects very slow with Cintiq Pro 24\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15\n\nBroken: version: 3.4.1\n\nWhen i use Grease Pencil Tint with the a Cintiq 24 Pro it's very very slow. I have to wait after each stroke to continue. Drawing with the mouse is no problem.\nSame with vertex paint on a grease pencil object.\n\nWindows Ink and Wintab made no difference\n\nJust tinting with the cintiq stylus in the attached scene on the current layer.\n\n", "After setting a shortcut for the \"Auto Keyframe\" button, there is an exception in the status display.\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.96\n\nBroken: version: 3.2.0\nWorked: none\n\nSee below\n\nUse right click->assign shortcut key\nCreate a shortcut for the auto keyframe button e.g. ctrl+alt+n\nThen test the shortcut in a different viewport and you will see that it looks like nothing is happening.\nBut,**The auto keyframe state is actually changed**, but the button display is not refreshed, and the button dispaly state is changed only when the mouse moves to the timeline window.\n\n![image.png](image.png)", "\"View\" settings not refreshing when going out of camera view\nOperating system: Windows-10-10.0.16299 64 Bits\nGraphics card: GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 419.67\n\nBroken: version: 2.80 (sub 74)\n\nNot a big bug, but I'm reporting anyway.\n - Open file:\n[viewport_camera_settings_bug.blend](viewport_camera_settings_bug.blend)\n - Use middle mouse button to go out of camera view. Simple click should be enough.\n - Some of the settings in \"View\" will be greyed out until hovered over with mouse cursor:\n![obraz.png](obraz.png)\n\n", "Implement Driver Workflow Changes\nFollowup task to #54653 to work on implementing the workflow changes proposed.\n(Note: This is currently a lower priority item than fixing bugs to get 2.8 into a usable state for Spring team. But, I'll be working on this when I get time). \n\nThere are the following sub-tasks:\n* ~~**Create operator for \"Open Drivers Editor\" functionality.**~~ c685c19df9\n * ~~Basic opening functionality~~\n * ~~Filtering support to get driven property under mouse at the time the \"active\" driver~~\n * Abstract out the \"Setup Drivers Editor\" and \"Show this channel\" functionality\n * Sub-editor mode for drivers in the mode selector\n\n* **Eyedropper support for clicking in 3D view and getting menu of common properties to drive, based on item under mouse.**\n * Basic object support\n * Investigate possibility of bone support too. (NOTE: Last time this was tried, it turned out being too complex to accomplish)\n * Restore cursor feedback when eyedropper is active (#55147)\n * Solve context/src button problems preventing eyedroppers from working in the popover\n\n* **Clean up drivers editor ui** - 57b47ebb28 (and followup commits)\n * ~~Add more space for expressions box~~\n * ~~Remove \"Show Debug Info\" checkbox - it's always needed~~\n * ~~Remove \"Update Dependencies\" button by making it redundant~~ - Should be ok now without out. It's still in the UI, but will be removed soon\n * Remove \"Use Self\"? Or rename?\n * Add optional display of useful hints about syntax for expressions and/or what can be used\n\n* **New persistent floating panel UI for editing driver settings**\n * ~~Basic layout~~ - 7e7680e33b - Use a modified version of the existing drivers editing panel, and make it a popover\n * ~~Floating panel~~ - 7a88a7742b - This makes the panel a popover. But, it doesn't stay open, or let you open the drivers editor\n * ~~Make floating panel stay open~~ - b11a1d5da2\n * ~~Get \"Open Drivers Editor\" button working in the popup (i.e probably missing button context info for source property)~~ - 1ff28c2650\n * ~~Get Copy/Paste dvar operator buttons working (currently always greyed out)~~ - 3e086af79c\n * ~~Fix issues where popover still goes away too easily sometimes~~ - Seems to be fixed with 17ee4836ab now. It may still happen, but it happens a whole lot less now.\n\n* **Reduce friction of adding new driver variables / setting up basic single-target drivers**\n * ~~Replace 'Add Drivers' Menu with Popover Panel ~~ - 4605e57b0f\n * Remove old (menu-based) operator\n * \"Mapping\" settings properties (see proposal)\n * ~~Make setting driver input-target easier~~ (i.e. no more need to change default expression first) - 9ab26bec27\n * Eyedropper for populating input variable settings (see above)", "Slow and laggy transforms using the tool pop-up box after clicking the transform gizmo\nOperating system: Windows 10 \nGraphics card: Geforce GTX 1650 Super\n\n3.5.0 (also same issue in 3.4.1)\n\nWhen I move/rotate the gizmo in the viewport with the mouse it is nice and responsive. However, when I use the rotate and move transform value sliders in the transform pop-up box the values are very slow to update and the viewport object being transformed lags quite drastically. Not only when using the mouse to slide value but using the increment arrows too. This seems to only be when using the TRANSFORM_OT_translate.value / TRANSFORM_OT_rotate.value / TRANSFORM_OT_resize.value \nAs a note the viewport side panel Item-Transform (Object.location, Object.rotation_euler, Object.scale) doesn't seem to have this problem and updates as it should, allowing nice responsive viewport updates as the value slider is dragged.\n\n- Unzip attached file\n- Open .blend file\n- Select any object\n- Rotate it with the help of viewport gizmo\n- Now change values from redo panel (notice slowdown).", "Grease Pencil: Add eyedropper to palette popup\nInspired by this [idea]() by gakutada.\n\n## The Issue\nThe color picker popup in Grease Pencil is missing the eyedropper button:\n![Grease Pencil Palette](attachment)\n\nThat is present in regular color pickers:\n![Regular Color Popup](attachment)\n\nEven though holding the `E` key with the mouse over the color swatch works fine:\n<video src=\"attachment\" title=\"gpencil_palette_colorpicker.mp4\" controls></video>\n\n## The Solution\n\nAdd the operator to the popup. Aligned to the right-side so it's similar to the regular color popup.\n![Mockup Proposal](attachment)\n\n", "Grease Pencil: Better render Anti-Aliasing\n## Motivations:\nThin lines are correctly rendered using grease pencil with the currently implemented post process Anti-Aliasing. This is done by making sure the line width is not less than 1.3 and by modulating its opacity.\nHowever, there is cases where this is not enough. For instance really dense drawings with small lines with little to no curvature still tends to flicker a lot.\nAnother case is when the gpencil strokes intersects the scene geometry. This makes the line less thick to the post process which makes it too small.\n\n## Proposed solution:\nWe propose to implement a Temporal AntiAliasing solution. It is robust and will match Cycles & EEVEE's film filtering if using the same filtering function. This only adds one temporary buffer (low VRAM usage compared to rendering at higher resolution) and is completely self contained (works with transparency and don't interfere with other features).\n\nI propose to only implement this for final rendering since it might introduce flickering that might be annoying while drawing.\n\nHowever this wouldn't solve the issue of gpencil strokes intersecting geometry.\nFor this I propose to erode or reproject the render's depth to match the render sample of the new AA scheme. This should fix the second problem completely.\n\n## Technical details:\n- Implementation just need to be ported from Workbench which has a lighter form of TAA than EEVEE. Also [D10414](D10414) can be of great help to reduce render/convergence time.\n- Depth buffer modification can be implemented after new AA is in.", "Wrong status bar keymap for release confirms and right click select\nOperating system: Manjaro x64\nGraphics card: HD5770\n\nBroken:\n2.80, 81ea815dcb6, blender2.8, 2018-12-12\nWorked: 2.79b\n\nWhen grabbing something(object, vertex, etc) by right clicking on it and then releasing/clicking on the same button the action is not performed, object doesn't return to its initial position. \nHowever if you use G or a Tool to grab instead of mice click Cancel by Right clicking option works.\n\nRight click on a Cube(in 2.79 thats enough to start moving an object but not here here you have to hold the button) AND HOLD the button\nDrag mice somewhere to move the Cube\nRight Click again to Cancel movement\nNothing happens.\n[blender_bug-2018-12-13_22.18.53.mkv](blender_bug-2018-12-13_22.18.53.mkv)\nI'm also attaching video file for it to be more clear.", "Drivers don't refresh simulations.\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.77\n\nBroken: version: 2.90.0\nAs far as i can remember this bug exists at least from Blender 2.81\n\nAdding Drivers to any of the cloth simulation values will result in them not refreshing the bake when changing that value. When any of these values are changed by the Drivers, user needs to manually go back into the cloth simulation settings and either switch a random setting or Re-Bake the simulation for it to update to the current settings.\n\nAdd custom property to any object -> Copy that value as driver -> Paste it into any of the cloth simulation value settings -> Values will update but cloth simulation won't refresh, forcing you to go back into the cloth settings and refresh them manually. \n\n", "Grease Pencil wrong Cursor Size Smooth Brush when accesed with the [SHIFT] key\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GTX 460M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 391.35\n\nBroken: version: 3.3.1\nWorked: \n\nThe On Screen **Smooth Brush Cursor Size** is inaccurate when using the Smooth Brush with the **[SHIFT] **key while using any other brush of a different radius setting.Grease Pencil > Draw any curve \nGrease Pencil > Sculpt > **Smooth Brush**> Make the Smooth **Brush Radius VERY SMALL** (10).\nGrease Pencil > Sculpt > **Grab Brush** (or **ANY OTHER BRUSH**) > Make the **Brush Radius HUGE**(150). \nUse the **Grab Brush** as you wish.\nPress **[SHIFT]**to activate**Smooth Brush**while in Grab Brush (or**ANY OTHER BRUSH**)\nThe on screen cursor Radius while the [SHIFT] key is pressed does not reflect the VERY SMALL Brush Radius (10) that we set earlier. This is constantly confusing. Can you please make the radius display correctly based on the actual Smooth Brush Setting?\nattached scene: GreasePencil_SmoothBrush_CursorSize_bug.blend\n[GreasePencil_SmoothBrush_CursorSize_bug.blend](GreasePencil_SmoothBrush_CursorSize_bug.blend)\nThank you!" ]
[ "Grease Pencil modifier properties don't update in realtime when linked to a driver\nOperating system: win 64 \nGraphics card: gforce gtx 1060 \n\n**Blender Version** \nBroken: 2.80, 936014ea8c74\nWorked: former builds (tried with 2.80, a77b63c56943, 04.01.2019)\n\nWhen assigning a driver to the value of a GP modifier setting, it doesn't update in real time \n\n- add a modifier to a GP object and link one of its properties it to another object's transform channel\n- it will not update until forced by pressing update dependencies\n\n[00_GP_driven_modifier.blend](00_GP_driven_modifier.blend)\n\nnotes: \nI made this [demonstration file ](GP_timeoffset.blend) and it works just fine in the newest build, but when I try to isolate the issue, at some point it breaks and I have to manually update in order to see the correct result. \n( [This ](watch?v=etoy9mgbR2g) is how it should look like )\nalso the dotted white lines in the driver editor will only change position in x-direction (might be a different issue though)\n![drivercrosshair.jpg](drivercrosshair.jpg)\nI used to be able to add tags to a bug report but not anymore?\n " ]
Grease Pencil modifier properties don't update in realtime when linked to a driver Operating system: win 64 Graphics card: gforce gtx 1060 **Blender Version** Broken: 2.80, 936014ea8c74 Worked: former builds (tried with 2.80, a77b63c56943, 04.01.2019) When assigning a driver to the value of a GP modifier setting, it doesn't update in real time - add a modifier to a GP object and link one of its properties it to another object's transform channel - it will not update until forced by pressing update dependencies [00_GP_driven_modifier.blend](00_GP_driven_modifier.blend) notes: I made this [demonstration file ](GP_timeoffset.blend) and it works just fine in the newest build, but when I try to isolate the issue, at some point it breaks and I have to manually update in order to see the correct result. ( [This ](watch?v=etoy9mgbR2g) is how it should look like ) also the dotted white lines in the driver editor will only change position in x-direction (might be a different issue though) ![drivercrosshair.jpg](drivercrosshair.jpg) I used to be able to add tags to a bug report but not anymore?
[ "Bend Tool Todo\n## Bend Tool Todo\n * - [ ] {icon circle color=green} We should add the Bend tool to the toolbar\n * - [ ] {icon circle color=green} Should work with drag-release paradigm, similar to other tools in the toolbar\n * - [ ] {icon circle color=green} We should introduce an interactive Gizmo for this tool, such as this:\n * - [ ] {icon circle color=yellow} Just like the transform gizmos, the manipulator should be visible immediately, not only *after* the initial bend operation.\n\n![bend_manipulator.png](bend_manipulator.png)", "Custom Property list not updating in UI when editing properties from Python\nOperating system: Arch Linux\nGraphics card: GTX 970\n\nBroken: 2.80.60 (1c5860407068)\n\n\nSetting a custom property from Python does not update the corresponding entry under Custom Properties until mouse over forces a refresh.\n\n\nUsing default blend file.\n\n1. Add a Python Console panel somewhere\n2. Select the cube object\n3. Switch to the object properties tab, unfold the Custom Properties panel\n4. In the python console:\n```\no = C.active_object\no['value'] = 456\n```\n5. No new entry is shown in the Custom Properties panel\n6. Move the mouse to the Custom Properties panel -> new value prop appears\n7. The same thing happens when updating a property value, a mouse over is also needed to refresh the property list being displayed\n", "Modifiers after physics ones shouldn't invalidate cache\nOperating system: macOS-10.14.6-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 560 OpenGL Engine ATI Technologies Inc. 4.1 ATI-2.11.21\n\nBroken: version: 2.93.0\n\nIn current Blender, any change on modifiers invalidates.\nModifiers *after* physics modifiers won't affect the result of physical simulation, therefore they shouldn't invalidate the cache. \n\n\n1. Create a plane\n2. Give it Cloth and Subdivision modifiers, in this order\n3. Set the end frame to 10\n4. Play animation until the end\n5. Stop animation\n\nNow the simulation is cached.\n\n6. Change the viewport division level on Subdivision modifier\n\nNow the cache is invalidated.\n\n", "Adding new hook while in Edit mode breaks when trying to undo/redo the operator\nWin7 (32bit)\n\nBroken: 2.78a\n\n\n- Add Path from Curve menu, add new Armature\n- Assign Bone to control point as Hook\n- Blank Hook modifier appears along with real one\n\nScreencast: [screencast0001-0250.mp4](screencast0001-0250.mp4)\n", "Animated alembic curves dont update on render\nOperating system: Xubuntu 18.04\nGraphics card: Titan X (Pascal)\n\nBroken: 2.80 63ac7c799c8\n\nImported alembic objects with animated hair strands render incorrectly.\nThe cache doesn't get read properly and no updates happen in between frames when rendering, resulting in a render where the animation is stuck on the first frame of the cache.\nProblem persists between Eevee and Cycles. Regular mesh based caches work fine, this only seems to affect imported hair/curves.\nTried animating the frame parameter too, as well as adding a driver, but it doesn't help. Every render is static on the first frame of the cache.\n\n- Create hair system\n- Animate said hair system (dynamics / forces)\n- Export Hair to Alembic\n- Import Alembic with hair animation\n- Hair animation doesn't update on render\n\n[alembic-render.zip](alembic-render.zip)", "Float slider in the redo panel of the \"add object\" operator does not hide the mouse cursor\nBroken: 2.79b, 2.83\nWorked: (None)\n\nThe problem is not seen in editing mode, but in object mode when adding an object\nand changing the properties in the redo panel, the mouse cursor does not disappear.\n\n![1.png](1.png)\n![2.png](2.png)", "Renaming custom property doesn't update its animation data\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.77\n\nBroken: version: 2.90.0 Beta\nWorked: Never (2.8+)\nCombining the name change of a CustomProperty with a key then these parameters create an incorrect name and a new obeckt in the Graph Editor/Dopesheet.\n\nadd cube\n\nadd Custom Properties\nset key inside the custom Properties \n\n![original.JPG](original.JPG)\n\nedit Custom Properties add some letters /ok\n\n![rename01.JPG](rename01.JPG)\n\nset key on another frame inside the Value.\n\n\ngo inside the dopesheet/grapheditor \nall new created/names inside the Properties are listed.\n\n\n![rname_key2.JPG](rname_key2.JPG)\n\n[rename_key_Custom_Properties.blend](rename_key_Custom_Properties.blend)\n", "Contents of \"Viewer Node\" image block do not get updated \nThis might not necessarily be a bug, but may be a feature request. I apologize in advance for being very unprofessional here. I don't think my problem is necessarily relevant to the way I build Blender of the system hardware I use. I've seen the same problem over and over on different systems. Anyways, I compile Blender from source as follow on a freshly-installed Ubuntu:\n\nHere's how I set up Ubuntu after installing it:\n\n```\napt-get -y update && apt-get -y install locales \\\n make \\\n\t\t\t\t\t dpkg \\\n wget \\\n bzip2 \\\n libglib2.0-0 \\\n libxext6 \\\n libsm6 \\\n libxrender1 \\\n g++ \\\n gcc \\\n xvfb \\\n libyaml-cpp-dev \\\n\t\t\t\t\t git \\\n cmake \\\n\t\t\t\t\t vim \\\n\t\t\t\t\t curl \\\n\t\t\t\t\t ca-certificates \\\n software-properties-common \\\n\t\t\t\t\t python3 \\\n python3-pip\n```\n\n\n```\ngit clone blender.git\ncd blender\ngit checkout 8ef39d5c882896bd75e0d4d17fb3e3d4710fc768 # Blender 2.79\ngit submodule update --init --recursive\ngit submodule foreach git checkout master\ngit submodule foreach git pull --rebase origin master\n\nblender/build_files/build_environment/install_deps.sh --source=/blender-git/\n\nPPATH=\"$(which python3)\"\ncmake blender \\\n -DCMAKE_INSTALL_PREFIX=/usr/lib/python3/dist-packages \\\n -DWITH_INSTALL_PORTABLE=OFF \\\n -DWITH_PYTHON_INSTALL=OFF \\\n -DWITH_PYTHON_MODULE=ON \\\n -DPYTHON_SITE_PACKAGES=/usr/lib/python3/dist-packages \\\n -DPYTHON_VERSION=3.5 \\\n -DWITH_OPENAL=ON \\\n -DWITH_CODEC_AVI=ON \\\n -DWITH_MOD_OCEANSIM=ON \\\n -DWITH_CODEC_FFMPEG=ON \\\n -DWITH_SYSTEM_GLEW=ON \\\n -DWITH_FFTW3=ON \\\n -DWITH_OPENCOLORIO=ON \\\n -DWITH_GAMEENGINE=OFF \\\n -DWITH_PLAYER=OFF\nmake -j 7\nmake install\n```\n\nI want to do a very simple thing but it seems that it's becoming very complicated to do it. I have described what my problem is [here ]]. I do not necessarily want to simulate clicking but it turns out that I cannot update the contents of 'Viewer Node' image block. Finally, I thought the best way would be to automatically have backdrop enabled. So I followed the instructions given [[ https:*blender.stackexchange.com/questions/72742/depth-data-works-but-not-in-background-mode | here ](https:*blender.stackexchange.com/questions/102790/how-to-trigger-lmb-click-events-to-activate-a-specific-view-node-and-update-cont) by *Sebastian Koch* thinking that I should be able to dynamically add/remove view nodes and update the contents of the image block automatically. Although I could access to the pixels, but But this does not happen!\nI wrote the right code to do exactly what I show in [this video ]] but the pixels in \"Viewer Node\" image block do not get updated, as they do in the video. Not only that, I tried activating newly-added Viewer nodes manually (as described [[ https:*blender.stackexchange.com/questions/102790/how-to-trigger-lmb-click-events-to-activate-a-specific-view-node-and-update-cont | here ](https:*youtu.be/YCv5qdKLkZo)) but I am still unsuccessful in updating the pixels in the image block. I also tried removing the image block in Python and then continue adding new Viewer nodes. But from the time I remove the image block its contents will always be zero even if I redo the rendering.\n\nThe only way I could successfully update the contents of the image block was after, first, I followed *Sebastian Koch*'s solution and then wrote some code to remove/add all nodes and their links to get either depth map or surface Normals and did the rendering again. But the whole point of me trying to store pixels into Numpy arrays was to avoid doing re-rendering to get around the IO overhead. I could have instead stored two files (for both depth map and Normal maps) throught two Output nodes with rendering only once.\n\nFirst, if this behavior does not look like a bug, I would appreciate the community provide me an easy solution to do what I want. Second, It would be great if you can improve Blender's Python API and add ways of easily accessing rendering results in memory so that people like me who want to do millions of rendering do not need to deal with the delays cause by IO to transfer rendering results from memory to hard drive and can easily store the results into Numpy arrays and store them on disk in chunks. \n\n", "Dynamic paint sub-steps don't work when the brush position is set in geometry nodes\n\nI believe this **may** be the same issue as T40597\n\nIn order to have a brush follow a potentially very large collection of curves in sequence, I'm using geometry nodes to set the position, which avoids the pain of having to join the curve paths or painstakingly tweak the offsets and influence keyframes for each and every one.\n\nThis works, but with sub-steps enabled it seems that the nodes are still only being updated once/frame. Or, if they are being updated, then the `seconds` input from the `Scene Time` node is being derived from the `frames` value which is clamped to an integer.\n\n\n[text_path_test.blend](text_path_test.blend)\n", "Modifiers don't work on particle instances of a hidden object\nOperating system: Linux Mint 20.3 Cinnamon kernel 5.13.0-35\nGraphics card: 3400G\n\nBroken: 2.83\nWorking: apparently never\n\nRelated to #96367 (Crash when trying to snap to instances on an object)\nTo replicate bug, the instantiated Object (the one with a `Modifier`) has to meet the following conditions:\n* Must have a modifier (obviously)\n* Must be instantiated through a particle system. (instantiated through Geom Nodes is OK and through Dupli Verts/Faces hides the `Object` as well)\n* Must be hidden inside a collection with the `Excluded from View Layer` option enabled\n\nAnd the instantiating Object (the one with `Particle System`) has to meet the following conditions:\n* Must be referenced by a `Camera` in the \"`Focus on Object`\" field\n* In the outliner, the `Camera` object must be placed in a `Collection` before the instantiating Object\n\n|![Camera collection top.png](Camera_collection_top.png)|![Linked object collection top.png](Linked_object_collection_top.png)|\n| -- | -- |\n|Camera placed before |Camera placed after\n\n # Open the attached file\nUnhide collection or switch `Camera` and `Plane with particle system` collections order (via Drag and Drop) get around the problem.\n[Camera 'Focus on Object' - particle system issue.blend](Camera__Focus_on_Object__-_particle_system_issue.blend)", "GP: File with linked collection is too big when there's a custom property driving layer Location\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 970/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 526.47\n\nBroken: version: 3.3.1\n\nDiscovered this potential bug while animation some characters in a cut-out form using Grease Pencil to draw the characters.\nWhen we have a Grease Pencil character in a blender file, then we Link it's collection and we apply a Library Override (in order to animate it in a new file), the file size is almost the same from the original file, instead of being small. I noticed it happens when the original character have a Custom Property, and this Custom Property is in use to drive some other property as Location of a GP layer.\n\n\n![Character MOVE.jpg](Character_MOVE.jpg)\n\nI could provide 4 files as examples attached.\n\nA) The file \"A CHARACTER.blend\" has one GP draw with a Custom Property (called MOVE) driving his only GP Layer Location. The file \"A CHARACTER LINKED.blend\" has the linked character with a library override. As you can see, the file size is almost the same (4 MB) even though the liked character has nothing other than the linked character.\n\nB) Almost the same, the only difference is the file \"B CHARACTER without driver.blend\" has the same Custom Property but it's not used to drive anything (just deleted the driver from GP Layer Location). And as you can see, the file \"B CHARACTER without driver LINKED.blend\" has only 758 KB size.\n\nImportant to notice that just delete the driver from the files in the A example, not necessarily will make the file size goes down. I couldn't figure out why it worked only sometimes.\n\n- Create a heavy GP Draw and put it in a Collection called \"CHARACTER\" (heavy only to make more clear when the file size goes up);\n- In \"Object Properties\" tab, create a Custom Property;\n- In this Custom Property, do a \"copy as a new driver\" command;\n- Go to \"Object Data Property\" tab, select the GP Layer, go to \"Transform\";\n- In \"Location X\" do a \"paste driver\";\n- Save the file.\n\n- Create a new blender File;\n- Go to File -> Link...\n- Select the blender file created before and Link the collection with the GP draw.\n- Go to the menu \"Object\" -> \"Library Override\" -> Make;\n- Save the file;\n- This second file should have almost the same file size from the first file, instead of be a light file to animate.\n\nThis steps was used to reproduce the files \"A\" attached. The \"B\" files only lack the driver option, and the file size is way smaller.\n\n\n\nA)\n[A CHARACTER.blend](A_CHARACTER.blend)\n[A CHARACTER LINKED.blend](A_CHARACTER_LINKED.blend)\n\nB)\n[B CHARACTER without driver.blend](B_CHARACTER_without_driver.blend)\n[B CHARACTER without driver LINKED.blend](B_CHARACTER_without_driver_LINKED.blend)\n\n", "GPencil: Randomize brush's 'Position' attribute doesn't work when camera is too close to Grease Pencil object\nOperating system: Win10 Home 64\nGraphics card: rtx3070\n\nBlender Version\nBroken: 2.93, 3.1.0\nWorked: N/A\n\nExact steps to reproduce the error:\n\n- Open file\n- try to use Randomize brush\n- Strength and Thickness work, but not Position \n- Switch to the other camera that's farther away from the GP object, and randomizing the position works fine.\n\n[randomize_not_working_close_NEW.blend](randomize_not_working_close_NEW.blend)\n\n\nwatch?v=4pTrEm5HqVU", "Lots of animation-related operators do not check if the data is editable or not\nMany animation-related operators do not do any check whether the data-block they operate on is linked, liboverride or fully local data. This seems to affect in particular operations from the 3DView (like key insertions), and in the NLA (like adding new tracks, duplicating strips, etc.).\n\nE.g. one can insert keyframes on a linked object (ie create animdata for that linked object, a new local action, and assign that local action to the linked object!).\n\nRelated to issue reported in #98686 (Cant rename local NLA tracks within a local library override data-block.).", "Resetting default value does not work in popovers or menus\nOperating system: Windows 10, 64 bits, \nGraphics card: Nvidia GTX 1080 8 gb, Nvidia GTX1070 8 gb\n\nBroken:\nblender-2.81.0-git.ce2368cf69f5-windows64\n\nWorked: (optional)\n\nResetting options in the context menu (right click) of things like brush stroke strength, Autosmooth, plane offset and other parameters does not work at all, but does work through active Tool side panes and top bar. Probably it should work everywhere? If I'm working full screen I would want to be able to reset it in the context menu with my stylus as I sculpt.\n\n![image.png](image.png)\n\n1 Create any mesh\n2 Enable Sculpt mode\n3 Select any brush\n4 Right click to invoke context menu\n5 Try resetting any of the parameter to default values\n", "Grease Pencil keyframes not updating after GPencilFrames.copy()\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 527.56\n\nBroken: version: 3.5.0 Alpha\n\nCopied keyframes do not update with Grease Pencil Layer\n\n- Create a new document with the 2D Animation template\n- Draw a shape \n- (Note by @iss) It may be necessary to make new keyframe at later frame, see video\n- Run the below script in the Text Editor\n# Run the \"Grease Pencil Test Script\" command from the Draw Menu\n\nThe Grease Pencil data isn't updating in the Viewport unless the playhead is going backwards, a keyframe is deleted, or if the keyframes are added to a new `GPencil` object. I believe the issue is because the keyframes generated with `GPencilFrames.copy` are missing the layer update for some reason. If I use `GPencilFrames.new()` and copy every attribute manually, this issue does not happen. In the below code, I am updating all of the data I know to be possible.\n\n```\nimport bpy\n\ndef main(context):\n active_layer = context.active_gpencil_layer\n frames = active_layer.frames\n start_frame = frames[0]\n frame_numbers = [frame.frame_number for frame in frames]\n\n for frame in range(start_frame.frame_number, context.scene.frame_end+1):\n if frame in frame_numbers:\n continue\n new_frame = frames.copy(start_frame)\n for i,start_stroke in enumerate(start_frame.strokes):\n new_stroke = new_frame.strokes[i]\n for p,start_pt in enumerate(start_stroke.points):\n new_pt = new_stroke.points[p]\n new_pt.co[0] = start_pt.co[0]+(frame*0.5)\n new_frame.frame_number = frame\n\n gpencil = context.object\n gpencil.data.layers.update()\n for l in gpencil.data.layers:\n l.frames.update()\n for f in l.frames:\n f.strokes.update()\n for s in f.strokes:\n s.points.update()\n\n gpencil.data.update_tag()\n context.view_layer.depsgraph.update()\n context.view_layer.update()\n bpy.ops.gpencil.recalc_geometry()\n\nclass GPENCIL_OT_simple_operator(bpy.types.Operator):\n bl_idname = \"gpencil.simple_operator\"\n bl_label = \"Grease Pencil Test Script\"\n\n def execute(self, context):\n main(context)\n return {'FINISHED'}\n\ndef draw(self, context):\n self.layout.operator(GPENCIL_OT_simple_operator.bl_idname)\n\ndef register():\n bpy.utils.register_class(GPENCIL_OT_simple_operator)\n bpy.types.VIEW3D_MT_draw_gpencil.append(draw)\n\ndef unregister():\n bpy.utils.unregister_class(GPENCIL_OT_simple_operator)\n bpy.types.VIEW3D_MT_draw_gpencil.remove(draw)\n\nif __name__ == \"__main__\":\n register()\n```\n\nPlease disregard the step where I put the GP Object into Edit mode & create a new keyframe. This step is not necessary to seeing the `GPencilFrames.copy` bug.\n[duplicated_frame.mp4](duplicated_frame.mp4)\n\nNot sure if the bug will show consistently, but here is the scene file:\n[Grease_Pencil_Data_Bug.blend](Grease_Pencil_Data_Bug.blend)" ]
[ "Grease pencil time offset driver - viewport doesn't update automatically\nOperating system: Ubuntu 18.04\nGraphics card: Radeon 580RX\n\nBroken: 2.80 (sub 51), branch: blender2.7, commit date: 2019-03-27 23:34, hash: a58a4f48bef4\n\nA driver is attached to grease pencil's time offset modifier but viewport doesn't update grease pencil object. I have to manually press \"update dependencies\" to make viewport update GP object. I suppose that viewport should be updated automatically.\n\n[GP time offset driver.blend](GP_time_offset_driver.blend)\n\n\n" ]
Rendered Nishita Sun Becomes Black Operating system: Windows-10-10.0.22000-SP0 64 Bits Graphics card: NVIDIA GeForce RTX 3050 Laptop GPU/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.59 Broken: version: 3.4.0 Alpha Worked: 3.1 Nishita Sky's sun turns black after hitting F12 and finishing the rendering. ![image.png](image.png) Open Attached .blend file, which is a camera pointing at Nishita Sun. 1. Turn on rendered viewport, see the sun is fine. 2. Hit F12, see during rendering the sun is fine, but after it finishes, the sun turns black. [Rendered Sun Turns Black Bug.blend](Rendered_Sun_Turns_Black_Bug.blend)
[ "Bug with environment texture\nOperating system: Windows 10\nGraphics card: Nvidia GeForce RTX 3050 Laptop GPU\n\n3.6.2\n\nAfter I checked and unchecked \"Open Shading Language\" checkbox Blender crashed, after that I opened my project and turned rendered viewport the environment texture become a one solid color, and as I was rotating my camera it was changing the color.\n\nBased on an attached .blend file you can go to the Render viewport and take a look at this error.\n\n", "Cycles XML, light node does not react to transform\nCycles XML, light node does not react to transform (it was ok before migration to graph/node* node parsing). Let me know if this is a bug or it is by design.\n\nSee attached sample XML.\n\n```\n<cycles>\n<transform translate=\"0 0 -4\"><camera type=\"perspective\" /></transform>\n<integrator max_volume_bounce=\"0\" method=\"branched_path\" sample_all_lights_direct=\"true\" sample_all_lights_indirect=\"true\"/>\n<background heterogeneous_volume=\"false\" volume_sampling_method=\"equiangular\" ><scatter_volume name=\"scatter\" color=\"0.8, 0.8, 0.8\" density=\"0.3\" /><connect from=\"scatter volume\" to=\"output volume\" /></background>\n<shader name=\"point_shader\"><emission name=\"emission\" color=\"0.8 0.1 0.1\" strength=\"100\" /><connect from=\"emission emission\" to=\"output surface\" /></shader>\n\n<state shader=\"point_shader\"><light type=\"point\" co=\"0 0 0\" size=\"0.01\" /></state>\n\n<!-- Light does not react to transform node -->\n<transform translate=\"0 0.5 0.0\">\n\t<state shader=\"point_shader\"><light type=\"point\" co=\"0 0 0\" size=\"0.01\" /></state>\n</transform>\n\n</cycles>\n```", "Viewport view resets after navigating within the Camera view\nOperating system: Pop!_Os 20.04\nGraphics card: Nvidia GTX 1080ti\n\nBroken: 3.0 Beta, 7a5b8cb20284, master, 2021-11- 05, 2.83, 2.79... etc\nWorked: Has never worked\n\nWhen navigating in camera view, if the user goes back to Viewport view it will reset the Viewport back to the world origin\n\n- New File\n- Add Camera\n- Navigate anywhere in Viewport view\n- Go into Camera view\n- Navigate again inside Camera view (use walk navigation)\n- Go back into Viewport view\n- Viewport will reset back to world origin\n\nNOTE: this only happens if you navigate inside the camera, if you go back to Viewport view using the middle mouse button it wont happen\n\n| Blender 3.0 | 2.83.16 | 2.79 |\n| -- | -- | -- |\n| [Peek 2021-11-07 04-54.mp4](Peek_2021-11-07_04-54.mp4) | [Peek 2021-11-07 05-05.mp4](Peek_2021-11-07_05-05.mp4) | [Peek 2021-11-07 05-09.mp4](Peek_2021-11-07_05-09.mp4) |\n", "VSE: Alpha Over + Convert to float changes the color of the top layer\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: Intel(R) UHD Graphics 600 Intel 4.5.0 - Build 27.20.100.8853\n\nBroken: version: 2.92.0 Alpha\n\nAdd two color strips - not black, and change compositing of the top strip to Alpha Over. Toggle 'Convert to float' under color while pressing arrow left/right to update the preview. The top layver will now change color, it's a regression and a bug. \n\n", "Boolean - Animation - Viewport works correctly render view doesnt\nUbuntu 18.04, Win 7 x64\n\nBroken: d53093953f8\n\nBooleans dont match between Viewport and Render\n\n1. Open attached blend file\n2. Preview render (shift z)\n3. Notice the green on top\n4. F12 Render\n5. Notice how the green is no longer there\n\n[booleansBug.blend](booleansBug.blend)", "Viewport rendering bug : unable to make the render progress (infinite calculation)\nOperating system: Windows 11\nGraphics card: RTX 3090\n\n**3.0.1**\n\nI installed the latest studio drivers for the graphic card (28 january 2022 version), and then :\n\nI encounter a really strange bug when using the viewport rendering (with or without denoising) on some projects. This bug only happens on this new computer, not on my iMac.\n\nDescription : it's like the viewport rendering \"never stops\" and fails to progress. I see the object, but in the \"worst\" rendered version only. It doesn't progress at all and I can hear the graphic card working infinitely, trying to calculate it.\n\nThe bug is present both using CUDA and Optix. Notice that normal rendering works really fine.\n\nUPDATE : The bug is also present with an old version of the studio drivers.\n\nBlend file : [realistic-atom-1.blend](realistic-atom-1.blend)\n\n", "Image Editor Blank After Switching Slots, Even If There Is A Render In That Slot\nOperating system: Windows 10 64 bit\nGraphics card: Nvidia GTX 750 Ti\n\nBroken: (2.80, 79f67acccb36, blender2.7, 2019-03-24)\n\nSwitching the slots in the image editor for the render result (hotkey \"j\") can show a blank image, even if there is an image available in that slot.\nSelecting the render layer in the dropdown menu brings it back.\nThis is irritating, especially since the image is shown right after rendering.\nThis only happens if the compositor is disabled.\n\n- Load [bug.blend](bug.blend).\n- Press F12 to render. The image editor comes up.\n- Press \"j\" to switch to switch the slot.\n- Press F12 to render again.\n- Press \"j\" to switch back to the previous slot. It now appears blank.", "Dead particles are unexpectedly rendered\n## Simplified Report\n\n- The following file contains a simple particle system and a collider that kills some of the particles.\n- Bake the particle system simulation.\n- Go to the end frame and render.\n- Notice that killed particles still appear in the render.\n\n[killedParticles.blend](killedParticles.blend)\n\n## Original Report\n\nOperating system: Windows-10-10.0.17763-SP0 64 Bits\nGraphics card: GeForce GTX 770/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.92\n\nBroken: version: 3.3.1\n\n\nI use particle system and mesh that kills particle. In preview dead partcles aren't rendered ![изображение.png](изображение.png)\nWhen I press f12 I see this ![изображение.png](изображение.png). Cycles and eevee doesnt consider these as dead. It's very old bug, also information about death isn;'t saved in cache\n[report.blend](report.blend)\n", "Eevee viewport soft shadows are broken on higher sample count\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.92\n\nBroken: version: 2.93.0\nWorked: ---\n\nEevee soft shadows in viewport have color spills. But it works fine on final render (F12)\n\n![eevee_viewport_soft_shadows_problem.png](eevee_viewport_soft_shadows_problem.png)\n\n- Open .blend file\n\n[bug_soft_shadows.blend](bug_soft_shadows.blend)\n\n- Switch to Rendered Mode of Viewport Shading\n- Wait half a min and see the problem(", "Broken textures and shading\nOperating system: Linux-5.15.0-40-generic-x86_64-with-glibc2.35 64 Bits\nGraphics card: NVIDIA GeForce MX130/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 510.73.05\n\nBroken: version: 3.2.0\n\nBroken textures when starting up blender and loading object textures and shading issues\n![untitled.png](untitled.png)\n[Blender Texture Bug.mp4](Blender_Texture_Bug.mp4)\n\nPossible causes:\n * Not loading the parent asset blend file before the asset in another scene (opening it first seems to fix the issue in my testing) \n * 4k textures (i've heavily used 4k textures in the asset)\n * Viewport Texture size limit setting (Changed it to 2k)\n![Screenshot_20220623_020103.png](Screenshot_20220623_020103.png)\n\n[untitled.blend](untitled.blend)\n", "Black and white pixels appearing in render and viewport when rendering with HIP in Cycles (Blender 3.1.2)\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: AMD Radeon RX 6600 XT ATI Technologies Inc. 4.5.14802 Core Profile Context 21.Q4 30.0.14011.2006\n\nBroken: version: 3.1.2\n\n\nViewport and render displayed Black and white pixels in places that should not be black or white when rendering using HIP. On the attached image, the mushroom shows it best and is a hotspot for these broken pixels. Switching to CPU rendering fixed the issue. \n\n*Open attached blend file\n*Set rendering to 'HIP' in preferences, switch to GPU compute for rendering\n*In rendered view in the viewport, there will be black + white error pixels. The more samples are used, the more of these pixels are visible.\n*Rendering the image has the same result. \n[TheWetland.blend](TheWetland.blend)\n\n![TheWetland1.png](TheWetland1.png)\n\n", "Wrong result mixing 2 nodes of an image texture\nOperating system: Windows 10\nGraphics card: AMD\n\nBroken: 3.3, 2.93\nWorked: unsure\n\nWhen using 2 nodes of the same texture and connecting the Color output from one and the Alpha from another, the result looks different in comparison when using both outputs from one node. Broken in EEVEE\n\n1) Open the file, switch to material preview/rendered\n2) Reconnect the color (or the alpha) link to another texture\n[Bug1.blend](Bug1.blend)", "OptiX Denoiser fails with large output resolution (final rendering completely black)\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 4090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 528.49\n\nBroken: version: 3.4.1\n\nDuring my final rendering, in 100% resolution, the final rendering is completely black. When calculating the image everything looks normal, I can see the tiles generating normally. Then the final render appears black. The other layers (shadow, OA, etc.) are well rendered. \n\nThis looks to be caused by OptiX failing to denoise a very large final image.\n\nThe example here will attempt to render a 6144x6144px image on an 8gb 1070 and fail during the Denoising step (leaving a completely black image too).\n\nThe original report attempted to render at >10240px (so adjust accordingly if it doesn't happen at first with your GPU).\n\n- Load attached `denoise.blend` file.\n- Attempt to F12 render\n\n```\nI0301 12:53:47.768775 15952 path_trace.cpp:971] Processing full frame buffer file T:\\Temp\\blender_a18956\\cycles-tile-buffer-15716-2377920588664-0-0.exr\nI0301 12:53:49.619309 15952 denoiser_gpu.cpp:51] Creating temporary buffer on denoiser device.\nI0301 12:53:50.388029 15952 device.cpp:669] Buffer allocate: RenderBuffers, 2,868,903,936 bytes. (2.67G) in device memory\nI0301 12:53:50.995292 15952 device_impl.cpp:80] using cuda device \"NVIDIA GeForce GTX 1070 with Max-Q Design\" (6.1), buffers: fp16, Winograd convolution, rt v11060\nI0301 12:53:52.356184 15952 device.cpp:669] Buffer allocate: __denoiser_state, 2,999,350,016 bytes. (2.79G) in host memory\nI0301 12:53:52.356184 15952 device_impl.cpp:80] layers created for resolution 4352 4352, inp 8, outp 3\nE0301 12:53:52.356184 15952 device_impl.cpp:74] copy of converted weights failed (CUDA error string: invalid argument, CUDA error code: 1)\nFailed to set up OptiX denoiser\n\nRefer to the Cycles GPU rendering documentation for possible solutions:\ngpu_rendering.html\n\nE0301 12:53:52.356184 15952 denoiser_optix.cpp:577] OptiX denoiser configuration has failed.\n\n```\n\nVerbose 5 logs attached.\n\n", "Image of the viewport can no longer be obtained via glReadPixels in Python. Gives strange results since 2.83\nOperating system: Arch Linux 5.8.5-arch1-1\nGraphics card: Intel i7-8665U\n\nBroken: since 2.83\nWorked: till 2.82\n\nIn Python, we get an image of the viewport from within an registered draw handler routine using:\n\nviewport = bgl.Buffer(bgl.GL_INT, 4)\nbgl.glGetIntegerv(bgl.GL_VIEWPORT, viewport)\nwidth = int(viewport[2])\nheight = int(viewport[3])\nimage = np.zeros([height, width, 4],dtype=np.uint8)\nbuffer = bgl.Buffer(bgl.GL_BYTE, image.shape, image)\nbgl.glReadPixels(0, 0, width, height, bgl.GL_RGBA, bgl.GL_UNSIGNED_BYTE, buffer)\n\nIt worked fine till 2.82, as shown here\n![till2.82.jpg](till2.82.jpg)\n\nHowever, it gives blackish colors of the objects in the viewport since 2.83:\n![since2.83.jpg](since2.83.jpg)", "OptiX denoiser creates dark artifacts in viewport when used with 2 GPUs\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 526.98\n\nBroken: version: 3.3.1\n\nThe OptiX denoiser creates several black sectors in the viewport. The smaller the area to be cleaned the more visible the error is.\nThis is only present when I have my 2 GPUs activated at the same time (3070 and 2060s). And it works normally when I enable only one of them.\n\n![Screenshot 2022-12-06 140609.png](Screenshot_2022-12-06_140609.png)\n\n1. Activate both GPUs in preferences (OptiX or CUDA)\n2. Select Cycles render > GPU\n3. Activate viewport denoise and select OptiX.\n4. In viewport (Ctrl + B) set a small render region.\n[Based on the default startup]\n\n" ]
[ "The sky's sun goes black when ever i render \nOperating system: Windows 11\nGraphics card: Rtx 3050\n\nBroken: 3.3.0\n\nSo Today I was Making a scene in blender and I was rendering to see how my scene looks Then The Sky's Sun was black.\nI was using the default sky that blender comes with Called Nisha.\nTurns out that whenever I use openimage for denoiser, The sun goes black, but when I used Optix for denoiser, it was all normal And its all normal in the viewport too .\nI am really confused so if I can get some help it would be great!\n\n\n- Open attached .blend1 file\n- Compare the sky in rendered preview mode using OpenImage vs Optix for denoiser\n[Robot 4.blend1](Robot_4.blend1)", "Very bright lights appear black in Cycles when the rendering is completed\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.96\n\nBroken: version: 3.2.0\nWorked: Tested and worked in version 2.93\n\nVery bright lights appear black in Cycles when the rendering is completed\n\n* Open the sample project in attachment.\n* Render the scene as it is.\n\nMy bug report seems related to this one: T98270. I decided to test with the latest build, but the problem is still present. I don’t know if the problem has been fixed or not. In my bug report, there is different information not mentioned in the previous report. Here are the facts.\n\n* The problem occurred recently. I never had this problem before.\n* When rendering a Nishita sky with the default parameters, the sun and its reflections are black.\n* Strangely, the black pixels appear only when the rendering is done. Otherwise, during the rendering, at every sample, the color is accurate.\n* The problem is only in the render window. After the rendering, when I saved the image to a file from the render window, the image on the disk had the right colors. I presume the pixels in the buffer are accurate, but the problem might by complex.\n* I decide to test with different settings in the Nishita sky and to add two point lights. For the Nishita sky, playing with the “Sun Intensity” and the “Strength” allowed me to find a workaround.\n\n[VeryBrightLightsRenderBug.blend](VeryBrightLightsRenderBug.blend)\n\n![Rendered result - Iin the render window.jpg](Rendered_result_-_Iin_the_render_window.jpg)\n\n![Rendered result - Saved rendering.png](Rendered_result_-_Saved_rendering.png)\n", "A black spot in the sun on reflective surface\nOperating system: Windows-10-10.0.19043 64 Bit\nGraphics card: NVIDIA GeForce RTX 3090/ NVIDIA 512.95\n\nBroken: in 3.2 has a black spot in the sun on reflective surface\nWorked: in 3.1 and in 3.2 with OptiX Denoise\n\nSorry for my English language :)\n\nWhen you render scene with a reflective surface and a sun in 3.2 you will get black spot in sun reflection\n\n1. Create a scene in 3.2 Blender\n2. Delete default cube :)\n3. Delete light\n4. Create a sphere\n5. Shade smooth the sphere\n6. Create a Principled BSDF material (on Sphere)\n7. Set Metallic to 1\n8. Set Roughness to 0.02\n9. Create Sun light\n10. Set Strength of the Sun to 10000\n11. Set the Angle of the sun to 15°\n12. Turn off Denoise\n13. Press Render (That's all)\n\nBlend file (All steps included)\n[BlackSpotProblem.blend](BlackSpotProblem.blend)\n![2022-06-11_17-53-35.png](2022-06-11_17-53-35.png)" ]
error installer Contact Program Vendors **Error Installing** Wen I tend to install Blender it says "This installation package could not be opened. Contact the application vendor to verify that this is a valid windows installer package"
[ "Shader not working on Mac blender 3.5 - works in Windows\nOperating system: macOS-13.3-arm64-arm-64bit 64 Bits\nGraphics card: Metal API Apple M1 Max 1.2\n\nBroken: version: 3.5.0\n\nI have been trying to install the Weight Paint Tools paid addon weight_paint_tools?layout=profile&recommended_by=library\n\nThis worked fine for years, up till 3.5, now it crashes upon activation. The developer has attempted to update it for metal, but it still wont work. He's sent me a simplified script that he says should work without errors.. but still errors out. See attached blend file.\n\nRun the script\n\n\nRun the script\n\n", "Proposal: allow exporting of image annotations\nIt seems essential to me that Blender allows images with annotations to be saved with those annotations in the file.\nProbably as a flag in the file browser, perhaps disabled by default?", "Can't uninstall completely and clean\nwindows 7 SP1 64 bit\n\nBroken: 2.75a c27589e\n\nCan't uninstall completely when used \"Uninstall blender\" from Start menu, and need to manually delete\n\n\nthe old version (with .exe packed ) has an option that let's you select \"leave user setting\" or \"remove all things\" when you uninstall, but the new version (with .msi packed) no this option for uninstall, and will leave some files on your computer, by the way, it's have't choice for your install, e.g. create a desktop shortcut, use blender for .blend flies, and create start menu, all blender default at install, and I can't custom setting for this, although this no affect for our used, but i'm a little OCD :D\n\nsorry for my bad English :)\n", "Blender 2.91 crashes when enabling Archipack addon\nOperating system: Linux-5.8.0-23-generic-x86_64-with-debian-bullseye-sid 64 Bits\nUbuntu 20.10 Groovy Gorilla (development branch)\nGraphics card: Mesa Intel(R) UHD Graphics 620 (KBL GT2) Intel 4.6 (Core Profile) Mesa 20.2.0\n\nBroken: version: 2.91.0 Alpha\n\nBlender crashes after enabling Archipack addon. Terminal says 'Aborted (core dumped).' Also, Blender doesn't record a crash.txt (that I can find). \n\nStart Blender>Edit>Preferences>Addons>Enable Archipack addon.\n\n[CoreDump.mp4](CoreDump.mp4)\n", "3D cursor sometimes can't do absolute grid snap\nOperating system: windows 10 v2004\nGraphics card: GTX 970\n\nBroken: 2.83.5\nWorked: none\n\n3D cursor sometimes can't do absolute grid snap.\nHere is the link of the bug capture. \n[Bug capture on YouTube](QzOqgiRM97c)\n\n\n\nDon't know how to reproduce from scratch, but many of my blender files has the same problem.\n[base.blend](base.blend)", "Unable to execute Toggle Edit Mode - error changing modes\nOperating system: Linux-5.15.11-1-MANJARO-x86_64-with-glibc2.33 64 Bits\nGraphics card: Mesa DRI Intel(R) HD Graphics 4600 (HSW GT2) Intel Open Source Technology Center 4.5 (Core Profile) Mesa 21.3.2\n\nBroken: version: 3.1.0 Alpha\n\n\nIt happens when I try to toggle to Edit Mode on second scene if first scene has edit mode a object\n\n\n\n1) Open file\n2) Select scene \"Scene.001\" and try to toggle to Edit Mode\n3) Get a error\n\nIt is issue or planned (user) error? Getting the error don't full inform an user. Why the error happens? A user may be confused :)\n\nP.S. For fix the error need in scene \"Scene.002\" to disable Edit Mode and than can be to switch to edit mode in \"Scene.001\"\n\n[edit-mode.blend](edit-mode.blend)\n", "Blender development todo list -- Scripting\n| Notes: |\n| -- |\n| - This is a direct dump of Scripting (without cherrypicking the [still] valid items)\n| - Changed the broken python documentation links |\n\n\n**Unstable or poorly tested**\n- [ ] BMesh operators currently use int's for enums that have undocumented values. blender/blender-addons#34914\n\nFixes that still need doing.\n**Internal API Problems**\n- [ ] Class registration needs to be reworked. as well as some internal bugs fixed.\n- [ ] RNA api has a bug where 'raw_type' defaults to INT but is not set for MFace verts in makesrna.\n- [ ] ID data returned from functions is not included unless the type is an ID itself.Returning a mesh will work but not a meshes face for eg. See bpy_rna.c - /- [ ] XXX this is missing the ID part! []/\n- [ ] Dynamic enums currently refer to invalid memory when accessed from python, we need a way for python to hold the memory until its done with the dynamic enum.\n\n**Low Priority Py API**\n- [ ] Re-Registering classes leaks memory, would be good to resolve this. (see comments in bpy_rna.c)\n- [ ] 'Safe Mode' - where writes to invalid memory are detected.\n- [ ] Implement import hooks rather than replacing import/reload pep-0302/\n\n### Python/RNA API Design TODO\n- [ ] Add a way to cancel running scripts from the user interface, with no console this becomes very problematic (Esc --> KeyboardInterrupt for example).\n- [ ] Currently there is no way to write packed images from blend files, support for this should be added to exporters. eg: image.pack_write(\"somepath.png\")\n- [ ] Addressing operators/panels/menus, should we translate all names fromSOME_MT_menu --> some.menu, ONE_PT_panel --> one.panel ? would mean the UI code could reference them by this more pythonic syntax.\n- [ ] need to decide how 2.4x api's will fit in with new apis. PyNodes, PyConstraints.\n- [ ] convenience function to get selected verts/edges/faces to prevent expensive iteration over meshes. Something like: me.verts.selected\n- [ ] Design a method to allow custom UIs to filter properties/options. Useful for Blender GE too (example: which constraints are supported (#26804). Complex matter for which rna needs to be extended?\n- [ ] Zero bytes are not supported in RNA byte string types, see blender/blender-addons#32581\n- [ ] Better python API and undo stack integration, see #38386\n\n**Inconsistencies**\n- [ ] bpy.ops.mode_set(...) has different mode-names than bpy.context.mode. E.g. TEXTURE_PAINT vs PAINT_TEXTURE''CoDEmanX:'' Getting mode from bpy.context.mode for mode_set() is inappropriate, use '''bpy.context.object.mode''' instead!\n- [ ] bpy.ops.object.move_to_layer() takes a boolean array of 20 elements (like in Blender GUI), but most functions require 32 elements. bpy.ops.object.add() for example.\n- [ ] bone.matrix returns a matrix, but requires a list when assigning to it. This also goes for some of the other matrix attributes of bone, editbone and posebone. [appears to be resolved as of 2.67?]\n- [ ] the term 'size' is used incorrectly in some cases, where it should be 'scale' instead. Review and correct: search.html?q=size&check_keywords=yes&area=default\n- [ ] keyframe_insert(), options for insert or replacing existing keyframes, threshold for detecting doubles see: bpy.types.bpy_struct.html#bpy.types.bpy_struct.keyframe_insert\n- [ ] The ID data block path returned by RNA_path_full_ID_py (rna_access.c) for node trees only works for node groups, which are stored as true ID data blocks in bpy.data.node_groups. For material/compo/texture nodes which are part of Material/Scene/Texture respectively the function can not determine the correct path. Best solution would be to get rid of nested ID data blocks altogether blender/blender-addons#35720\n\n### Python RNA access\n- [ ] Remove mesh vertices / edges / polygons (without bmesh module)\n- [ ] Shorthand for active vertex / active edge (bmesh module)\n- [ ] Active vertex / edge index for meshes (like Mesh.polygons.active)\n- [ ] Remove Shape Key\n- [ ] Remove Curve Points\n- [ ] Particle edit mode\n- [ ] Start/stop the physics sim\n- [ ] Sculpt mask custom data\n- [ ] Add / remove rigid body + constraints + world\n- [ ] Add / remove transform orientation\n- [ ] Add / remove Text curve object Textboxes\n- [ ] Add / remove Particle Systems\n- [ ] Sequencer, ability to load and images blender/blender-addons#40663\n- [ ] Pixels and resolution are not available with multilayer EXR or Render Result images #53768\n\n### Python Console\n- [ ] Append to (and remove from?) SpaceConsole .history and .scrollback\n- [ ] input() is not supported #40592\n\n### General todo items\n- [ ] Operator redo (toolbar) could also change the last InfoWindow print of the python operator equivalent.\n- [ ] mathutil.geometry.intersect_point_quad_2d works inpredictable for non-concave or quads with singularity edges #30831\n- [ ] modules/rna_xml.py: BoolVectorProperty and CollectionProperty issue blender/blender-addons#32882\n- [ ] Drivers should be able to access '''self''' for bones and objects.\n- [ ] Add the ability to report() without an operator, internally use CTX_wm_reports(C), See: operator-report-outside-operators\n", "Blender sometimes crashes when loading a file with unregistered nodes\nOperating system: Windows 10 64 Bit\nGraphics card: Nvidia Geforce GTX 750 Ti\n\nBroken: 2.83.7 release\n\nSometimes when opening a file with unregistered custom nodes, Blender will crash with an `EXCEPTION_ACCESS_VIOLATION` error.\n\n**Stack trace from Visual Studio:**\n```\nblender.exe!node_free_node(bNodeTree * ntree, bNode * node) Zeile 2033\n\tunter C:\\blender-git\\blender\\source\\blender\\blenkernel\\intern\\node.c (2033)\nblender.exe!ntree_free_data(ID * id) Zeile 227\n\tunter C:\\blender-git\\blender\\source\\blender\\blenkernel\\intern\\node.c (227)\nblender.exe!BKE_libblock_free_datablock(ID * id, const int UNUSED_flag) Zeile 136\n\tunter C:\\blender-git\\blender\\source\\blender\\blenkernel\\intern\\lib_id_delete.c (136)\nblender.exe!DEG::deg_free_copy_on_write_datablock(ID * id_cow) Zeile 1073\n\tunter C:\\blender-git\\blender\\source\\blender\\depsgraph\\intern\\eval\\deg_eval_copy_on_write.cc (1073)\nblender.exe!DEG::deg_update_copy_on_write_datablock(const DEG::Depsgraph * depsgraph, const DEG::IDNode * id_node) Zeile 952\n\tunter C:\\blender-git\\blender\\source\\blender\\depsgraph\\intern\\eval\\deg_eval_copy_on_write.cc (952)\nblender.exe!DEG::deg_evaluate_copy_on_write(Depsgraph * graph, const DEG::IDNode * id_node) Zeile 1088\n\tunter C:\\blender-git\\blender\\source\\blender\\depsgraph\\intern\\eval\\deg_eval_copy_on_write.cc (1088)\nblender.exe!std::invoke<void (__cdecl*&)(Depsgraph *,DEG::IDNode const *),Depsgraph *,DEG::IDNode * &>(void(*)(Depsgraph *, const DEG::IDNode *) & _Obj, Depsgraph * && _Arg1, DEG::IDNode * & <_Args2_0>) Zeile 1626\n\tunter A:\\Programs\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.27.29110\\include\\type_traits (1626)\nblender.exe!std::_Invoker_ret<std::_Unforced,0>::_Call<void (__cdecl*&)(Depsgraph *,DEG::IDNode const *),Depsgraph *,DEG::IDNode * &>(void(*)(Depsgraph *, const DEG::IDNode *) & <_Vals_0>, Depsgraph * && <_Vals_1>, DEG::IDNode * & <_Vals_2>) Zeile 1658\n\tunter A:\\Programs\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.27.29110\\include\\type_traits (1658)\nblender.exe!std::_Call_binder<std::_Unforced,0,1,void (__cdecl*)(Depsgraph *,DEG::IDNode const *),std::tuple<std::_Ph<1>,DEG::IDNode *>,std::tuple<Depsgraph * &&>>(std::_Invoker_ret<std::_Unforced,0> __formal, std::integer_sequence<unsigned __int64,0,1> __formal, void(*)(Depsgraph *, const DEG::IDNode *) & _Obj, std::tuple<std::_Ph<1>,DEG::IDNode *> & _Tpl, std::tuple<Depsgraph * &&> && _Ut) Zeile 1388\n\tunter A:\\Programs\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.27.29110\\include\\functional (1388)\nblender.exe!std::_Binder<std::_Unforced,void (__cdecl&)(Depsgraph *,DEG::IDNode const *),std::_Ph<1> const &,DEG::IDNode * &>::operator()<Depsgraph *>(Depsgraph * && <_Unbargs_0>) Zeile 1427\n\tunter A:\\Programs\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.27.29110\\include\\functional (1427)\nblender.exe!std::invoke<std::_Binder<std::_Unforced,void (__cdecl&)(Depsgraph *,DEG::IDNode const *),std::_Ph<1> const &,DEG::IDNode * &> &,Depsgraph *>(std::_Binder<std::_Unforced,void (__cdecl&)(Depsgraph *,DEG::IDNode const *),std::_Ph<1> const &,DEG::IDNode * &> & _Obj, Depsgraph * && _Arg1) Zeile 1626\n\tunter A:\\Programs\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.27.29110\\include\\type_traits (1626)\nblender.exe!std::_Invoker_ret<void,1>::_Call<std::_Binder<std::_Unforced,void (__cdecl&)(Depsgraph *,DEG::IDNode const *),std::_Ph<1> const &,DEG::IDNode * &> &,Depsgraph *>(std::_Binder<std::_Unforced,void (__cdecl&)(Depsgraph *,DEG::IDNode const *),std::_Ph<1> const &,DEG::IDNode * &> & <_Vals_0>, Depsgraph * && <_Vals_1>) Zeile 1641\n\tunter A:\\Programs\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.27.29110\\include\\type_traits (1641)\nblender.exe!std::_Func_impl_no_alloc<std::_Binder<std::_Unforced,void (__cdecl&)(Depsgraph *,DEG::IDNode const *),std::_Ph<1> const &,DEG::IDNode * &>,void,Depsgraph *>::_Do_call(Depsgraph * && <_Args_0>) Zeile 904\n\tunter A:\\Programs\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.27.29110\\include\\functional (904)\nblender.exe!std::_Func_class<void,Depsgraph *>::operator()(Depsgraph * <_Args_0>) Zeile 952\n\tunter A:\\Programs\\Microsoft Visual Studio\\2019\\Community\\VC\\Tools\\MSVC\\14.27.29110\\include\\functional (952)\nblender.exe!DEG::`anonymous namespace'::evaluate_node(const DEG::`anonymous-namespace'::DepsgraphEvalState * state, DEG::OperationNode * operation_node) Zeile 117\n\tunter C:\\blender-git\\blender\\source\\blender\\depsgraph\\intern\\eval\\deg_eval.cc (117)\nblender.exe!DEG::`anonymous namespace'::deg_task_run_func(TaskPool * pool, void * taskdata, int thread_id) Zeile 129\n\tunter C:\\blender-git\\blender\\source\\blender\\depsgraph\\intern\\eval\\deg_eval.cc (129)\nblender.exe!BLI_task_pool_work_and_wait(TaskPool * pool) Zeile 939\n\tunter C:\\blender-git\\blender\\source\\blender\\blenlib\\intern\\task_pool.cc (939)\nblender.exe!BLI_task_pool_work_wait_and_reset(TaskPool * pool) Zeile 970\n\tunter C:\\blender-git\\blender\\source\\blender\\blenlib\\intern\\task_pool.cc (970)\nblender.exe!DEG::deg_evaluate_on_refresh(DEG::Depsgraph * graph) Zeile 403\n\tunter C:\\blender-git\\blender\\source\\blender\\depsgraph\\intern\\eval\\deg_eval.cc (403)\nblender.exe!DEG_evaluate_on_refresh(Main * bmain, Depsgraph * graph) Zeile 65\n\tunter C:\\blender-git\\blender\\source\\blender\\depsgraph\\intern\\depsgraph_eval.cc (65)\nblender.exe!scene_graph_update_tagged(Depsgraph * depsgraph, Main * bmain, bool only_if_tagged) Zeile 1329\n\tunter C:\\blender-git\\blender\\source\\blender\\blenkernel\\intern\\scene.c (1329)\nblender.exe!BKE_scene_graph_update_tagged(Depsgraph * depsgraph, Main * bmain) Zeile 1367\n\tunter C:\\blender-git\\blender\\source\\blender\\blenkernel\\intern\\scene.c (1367)\nblender.exe!wm_event_do_depsgraph(bContext * C, bool is_after_open_file) Zeile 360\n\tunter C:\\blender-git\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c (360)\nblender.exe!wm_event_do_refresh_wm_and_depsgraph(bContext * C) Zeile 387\n\tunter C:\\blender-git\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c (387)\nblender.exe!wm_event_do_notifiers(bContext * C) Zeile 552\n\tunter C:\\blender-git\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c (552)\nblender.exe!WM_main(bContext * C) Zeile 456\n\tunter C:\\blender-git\\blender\\source\\blender\\windowmanager\\intern\\wm.c (456)\nblender.exe!main(int argc, const unsigned char * * UNUSED_argv_c) Zeile 530\n\tunter C:\\blender-git\\blender\\source\\creator\\creator.c (530)\nblender.exe!invoke_main() Zeile 79\n\tunter D:\\agent\\_work\\9\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_common.inl (79)\nblender.exe!__scrt_common_main_seh() Zeile 288\n\tunter D:\\agent\\_work\\9\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_common.inl (288)\nblender.exe!__scrt_common_main() Zeile 331\n\tunter D:\\agent\\_work\\9\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_common.inl (331)\nblender.exe!mainCRTStartup() Zeile 17\n\tunter D:\\agent\\_work\\9\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_main.cpp (17)\nkernel32.dll!00007ffca1667bd4()\nntdll.dll!00007ffca1e0ce51()\n```\n\nThe exception in line 2033 of node.c says that there is an access violation when reading at position `0xFFFFFFFFFFFFFFFF`. `node->typeinfo` does exist (is not null), but `freefunc` (and actually most of the other attributes) point to `0xdddd...`. Because of that, I think that this bug might be caused by a similar issue as described in #72833.\n\nI'm not sure if a core dump helps you, it's quite large (1GB + another GB for the .pdb file) so if you need it I can look for a way to make it available to you. I'm not a C or C++ dev so I don't know what is helpful.\n\n**EDIT**: I think this crash is caused by opening files files with nodes that were registered while the file was originaly saved but not anymore.\n\nIt's a bit complicated because it doesn't happen all the time. The particular file(s) where I observed this issue use nodes from an addon (Armory3D) which supports per-project custom nodes which get registered via a `on_load_post()` handler (so there is a delay between opening the file and registering the nodes). I'm not entirely sure, but it seems like the crash occurs when the nodes are registered again. The crash even occurs when unregistering the nodes before saving the file.\n\nBecause of that complicated setup (addon required + project setup + custom node package) I will go without an example file. If you aren't able to find the cause without one, please tell me so that I can prepare a minimal project setup for you.\n\nThank you very much!\n\n*Original issue*: 1890", "Bug with inconsistency combining workspaces and main windows (it happens in ALL BLENDER VERSIONS)\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 770/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71\n\nBroken: version: 3.0.0\n\nWhen working with more than 1 main window of the same Blender project, if new workspaces (Layout, Sculpting, Scripting) are added in one window, they are not properly displayed on the other. (See image for clarification)\n\nImportant! I have tried to reproduce the steps with the latest versions: 2.83.2, 2.93.9, 3.1.0 beta, 3.2.0 alpha (and older 2.93 and 2.83 installed versions) and the bug is the same in all of them. It seems to be a bug that has always existed.\n\n![Blender workspaces bug.png](Blender_workspaces_bug.png)\n1. Open a Blender project (no matter if it's new or already-existing one).\n2. Add a new main window (Window > New Main Window)\n3. Once both windows are open, add any new workspace on one of them - let's say it's WINDOW1 (+ Add Workspace > General > Scripting)\n4. Go to WINDOW2 and click on the new workspace 'Scripting' Tab that has appeared. See that the workspace is corrupted as it's not displaying the \"Scripting\" workspace.\n\nI have replicated the error myself on the attached Blender file:\n\n[Blender workspaces bug.blend](Blender_workspaces_bug.blend)\n", "Error message and unable to edit a skeleton when using a library override armature\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 528.49\n\nBroken: version: 3.5.0\nWorked: No idea.\n\nBlender generates an error when you attempt to enter edit mode on a library overriden armature. There's no description of what the error is or if there is some extra step to make it work. Hopefully this isn't one of those, \"works as intended issues,\" because then there's no way to make multiple characters share an updateable base rig.\n\n\n- Add an armature, enter edit mode, extrude out a few bones.\n- Save the file and open a new scene.\n- Link in the armature you just created.\n- Make the armature a library override.\n- Try to enter edit mode. Should get an error.\n\n", "CommandBuffer Failed: cycles metal integrator_ shade_volume --MacOS--\nOperating system: macOS-13.3.1-x86_64-i386-64bit 64 Bits\nGraphics card: Metal API AMD Radeon Pro 5700 XT 1.2\n\nBroken: version: 4.0.0 Alpha\n\nStarts rendering fine until the error. About 2-3 min. into the render.\n\n\nOpen the ziped blend file with 'Intel MacOS' blender 4.0a and hit render in the compositor!\n\n\nProbably related to: 104744\n\nPS: MacOS blender fails with most Volumes on latest major addons like PureSky, CloudScapes, etc... since blender 3.x .... ! The same applies when creating Volume emtys and volume Modifiers (mesh to volume & volume displace). At some point, blender will quit when clicking on the data tab (cloud icon) for volumes, as reported before.\n\n", "Missing Letter V and Black Screen\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: AMD Radeon(TM) Graphics ATI Technologies Inc. 4.5.0 Core Profile Context 23.7.1.230626\n\nBroken: version: 3.6.0\n\nWhenever I open Blender, the viewport is black and the letter v is not displayed in any of the menus. Here is a link to a screenshot: VZui9.png \n\nIt simply appears like this on startup.\n\n", "Clicking on Driven decorator should open the Edit Driver popup\nIt would be nice if single-click on the driver icon would open the edit driver popover and double-clicking open driver editor. \n\nIn the keyframe icons by double clicking you could open in floating window the curve editor would be good, or ctrl + left click.\n\n![image.png](image.png)\n\n![image.png](image.png)", "Blender GUI freezes when using activate_init = True\nOperating system: W10 64bit\nGraphics card: nVidia GTX 970\n\nBroken: blender-2.83-71b1ee940bb0-windows64\n\n\nOnce this bug T71112 was fixed I tried to \"use activate_init = True\" in my addon, but I'm still getting Blender GUI to freeze.\n\n* Open up [bugreport.blend](bugreport.blend) and run the script in Text Editor\n* Search for \"Name Location\" operator and run it\n* Type a text and hit OK. An Empty object is placed into the scene, named by what you typed in, but whole GUI becomes unresponsive.\n", "Error baking particles in OSX\nOperating system: Darwin-17.7.0-x86_64-i386-64bit 64 Bits\nGraphics card: NVIDIA GeForce GTX TITAN X OpenGL Engine NVIDIA Corporation 4.1 NVIDIA-10.33.0 387.10.10.10.40.135\n\nBroken: version: 2.83.1\n\nI have two particle emisor and when I try to bake it crash.\nI try it in Linux and work perfectly!\n[TEST_ERROR.crash.txt](TEST_ERROR.crash.txt)\n\n[TEST_ERROR1.blend](TEST_ERROR1.blend)\n\n- Open file\n- Bake particles\n\n" ]
[ "Error Installing on ms-windows\nAsus Laptop 64bit windows 8.1 \n\nTrying to download blender 2.76\n\n\"This installation package could not be opened. Contact the application vendor to verify that this is a valid windows installer package\"\n\n go to blender web site and download 64 bit and hit run " ]
[VSE] Crash if strip is deleted before frame prefetch cache completes Operating system: Windows 10 Working: - 2.81a regular release (NVIDIA Quadro P5000 desktop) Broken: - 2.83.2 regular release (NVIDIA Quadro P5000 desktop) - 2.83.1 regular release (NVIDIA Quadro P5000 laptop) Blender crashes (closes suddenly) if a strip currently being cached is deleted before the cache/prefetch process is allowed to complete. - Load new blender file. Choose "Video Editing" for convenience. - Insert a movie (with or without an audio channel) into the VSE - You may wish to give yourself time to delete the strips before caching completes; increase the scene end frame, increase the sequencer cache limit. - In the preview-type video sequencer viewport, properties panel, select (enable) prefetch frames. You can observe the red cache status bar in the sequencer working properly. # Before the caching stops (either from memory allocation full or all frames cached) delete the strips. If the movie has an audio channel you will need to delete both the audio and video strips.
[ "VSE: Frame Rate Base Rounding Leads To Vid / Audio Strips Out Of Sync by 1 Frame\nOperating system: Windows 10\nGraphics card: RTX 3090\n\nBroken: since 3.0 until now in 3.6.1 hash 8bda729ef4dc\nWorked: 2.93.18\n\nIt looks like the same bug #21138 is reappearing in the 3.x series and since the bug report is 14 years old, I created a new one.\nOld bug report: 21138\n\nMy description:\nI have a lot of projects with 29.97fps (30000/1001) and those work correctly with Blender 2.9x but since Blender 3.0 all video clips are 1 frame shorter and my projects are a mess, because the frames in all clips are also shifted 1 frame !!\nIf I set the base to 1.0009 instead of 1.001 its all fine in the Timeline, but if I set 29.97 from the drop-down menu, all clips are 1 frame shorter and shifted.\nI have this also tested with videos without any audio and that makes no difference.\nThe audio length btw is alway correct.\nI also noticed that the trick with 1.0009 is not good, because this value is then transferred to the exported video and thats wrong!\n\nI think the problems in the following posts also have the same cause?\n[audio-is-1-frame-off](https://blender.stackexchange.com/questions/51650/audio-is-1-frame-off)\n[blender-3-0-vse-audio-and-video-out-of-sync-bug](https://blender.stackexchange.com/questions/250718/blender-3-0-vse-audio-and-video-out-of-sync-bug)\n\n", "VSE: New operator to Adjust Scene Length to Strip\nOperator to set the length of the linked scenes in the strip to the length of the actual strip. ", "VSE: Crash using Retime-Tool on extended Movie-Clip\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.79\n\nBroken: version: 4.0.0 Alpha\nWorked: N/A\n\nBlender crashes when trying to use the Retime-Tool on a Movie-Clip where the start was extended.\n\nIn the VSE\n\n1. Import a Movie-Clip (.mkv encoded with NVENC, H.264 from OBS in my case).\n2. Extend the left edge of the clip so it begins before the actual content begins (the first frame is looped up to the point the actual video starts).\n3. With the Retime-Tool selected move the right edge of the clip to change the playback-speed of the whole (extended) clip.\n4. Blender crashes\n\nVideo and blender.crash.txt are attached.\n\nWhen the clip is retimed first and then extended before its actual start (do step 3 before step 2) Blender doesn't crash and the result looks as expected.", "Render crash when using Python API to modify object Attribute data in frame_change_pre handler\nOperating system: Windows 10 Home\nGraphics card: GTX 1070 8GB\n\nBroken: Blender 2.93.0 84da05a8b806 (2021-06-02 11:21)\nWorked: n/a\n\n\nThis issue was discovered during development of an addon that generates procedural meshes in a `frame_change_pre` handler. When adding attributes to these meshes in the `frame_change_pre` handler, Blender can crash during render on random frames.\n\nThe `Render → Lock Interface` option is enabled as per the note in the [handlers documentation ](bpy.app.handlers.html#note-on-altering-data).\n\nI have created a simplified script that reproduces this crash during render, typically within a minute of starting the render. This script randomly generates triangles and attribute values in a frame change handler:\n\n```lines=5\nimport bpy, random\n\n\ndef frame_change_pre(scene):\n n_triangles = 10000 # number of triangles to generate\n n_attributes = 10 # number of attribute 'layers' to generate\n \n tsize = 0.1\n vertices = []\n triangles = []\n for i in range(n_triangles):\n xshift, yshift, zshift = random.uniform(-3, 3), random.uniform(-3, 3), random.uniform(-3, 3)\n vertices.append((-tsize + xshift, -tsize + yshift, zshift))\n vertices.append((tsize + xshift, -tsize + yshift, zshift))\n vertices.append((0 + xshift, tsize + yshift, zshift))\n triangles.append((3 * i, 3 * i + 1, 3 * i + 2))\n\n object = bpy.data.objects[\"Cube\"]\n object.data.clear_geometry()\n object.data.from_pydata(vertices, [], triangles)\n \n for i in range(n_attributes):\n attribute_name = str(i)\n try:\n object.data.attributes.remove(object.data.attributes.get(attribute_name))\n except:\n pass\n \n attribute = object.data.attributes.new(attribute_name, \"FLOAT\", \"POINT\")\n for value in attribute.data:\n value.value = random.uniform(0, 1)\n \n \nbpy.app.handlers.frame_change_pre.append(frame_change_pre)\n```\n\nIncreasing the number of triangles and/or number of attribute layers seems to increase the frequency of crashes. The crashes do not seem to occur when rendering from the command line.\n\nThis is the error reported after the crash:\n\n```\nError : EXCEPTION_ACCESS_VIOLATION\nAddress : 0x00007FF7736C6490\nModule : blender.exe\nThread : 00000814\n```\n\nAttached is the crash log: [attribute_crash_example.crash.txt](attribute_crash_example.crash.txt)\n\n\nAttached is a .blend file including the script that reproduces this issue.\n\n1. Open the .blend file\n2. Press 'Run Script'\n3. Begin rendering the animation (Blender > Render > Render Animation)\n\n[attribute_crash_example.blend](attribute_crash_example.blend)\n\n-----\nSeems easier to reproduce on a debug build since it hits an assert (although i'm not sure who is at fault there, could be the script, could be blender, @HooglyBoogly will likely know since he worked in this area recently) \n\n1) Make a debug build\n2) Load up the .blend above\n3) Hit the Play button on the Python script\n4) Rather than render, just his play on the timeline\n5) Boom!\n\n```lines=10\nBLI_assert failed: K:\\BlenderGit\\blender\\source\\blender\\blenkernel\\intern\\mesh_normals.cc:361, BKE_mesh_vertex_normals_ensure(), at 'CustomData_has_layer(&mesh->vdata, CD_NORMAL) || mesh->totvert == 0'\n\nStack trace:\nblender.exe :0x00007FF783355EA0 bli_windows_system_backtrace_stack_thread K:\\BlenderGit\\blender\\source\\blender\\blenlib\\intern\\system_win32.c:233\nblender.exe :0x00007FF783354F30 BLI_windows_system_backtrace_stack K:\\BlenderGit\\blender\\source\\blender\\blenlib\\intern\\system_win32.c:320\nblender.exe :0x00007FF783354900 BLI_system_backtrace K:\\BlenderGit\\blender\\source\\blender\\blenlib\\intern\\system_win32.c:386\nblender.exe :0x00007FF783359730 _BLI_assert_print_backtrace K:\\BlenderGit\\blender\\source\\blender\\blenlib\\intern\\BLI_assert.c:50\nblender.exe :0x00007FF777848300 BKE_mesh_vertex_normals_ensure K:\\BlenderGit\\blender\\source\\blender\\blenkernel\\intern\\mesh_normals.cc:361\nblender.exe :0x00007FF7778467E0 BKE_mesh_calc_normals K:\\BlenderGit\\blender\\source\\blender\\blenkernel\\intern\\mesh_normals.cc:475\nblender.exe :0x00007FF77951DC80 ED_mesh_update K:\\BlenderGit\\blender\\source\\blender\\editors\\mesh\\mesh_data.c:1106\nblender.exe :0x00007FF77885B520 Mesh_update_call K:\\BlenderGit\\2022_full_with_tests\\source\\blender\\makesrna\\intern\\rna_mesh_gen.c:7350\nblender.exe :0x00007FF778528720 RNA_function_call K:\\BlenderGit\\blender\\source\\blender\\makesrna\\intern\\rna_access.c:7336\nblender.exe :0x00007FF778A024F0 pyrna_func_call K:\\BlenderGit\\blender\\source\\blender\\python\\intern\\bpy_rna.c:6304\npython310_d.dll :0x00007FFA32E09B40 _PyObject_MakeTpCall E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Objects\\call.c:215\npython310_d.dll :0x00007FFA330F0690 _PyObject_VectorcallTstate E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Include\\cpython\\abstract.h:112\npython310_d.dll :0x00007FFA330F0C90 call_function E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Python\\ceval.c:5870\npython310_d.dll :0x00007FFA330E37B0 _PyEval_EvalFrameDefault E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Python\\ceval.c:4232\npython310_d.dll :0x00007FFA330F0350 _PyEval_Vector E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Python\\ceval.c:5072\npython310_d.dll :0x00007FFA32E08510 _PyFunction_Vectorcall E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Objects\\call.c:342\npython310_d.dll :0x00007FFA32E0EAC0 _PyObject_VectorcallTstate E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Include\\cpython\\abstract.h:114\npython310_d.dll :0x00007FFA32E0ED10 method_vectorcall E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Objects\\classobject.c:53\npython310_d.dll :0x00007FFA330F0690 _PyObject_VectorcallTstate E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Include\\cpython\\abstract.h:115\npython310_d.dll :0x00007FFA330F0C90 call_function E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Python\\ceval.c:5870\npython310_d.dll :0x00007FFA330E37B0 _PyEval_EvalFrameDefault E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Python\\ceval.c:4183\npython310_d.dll :0x00007FFA330F0350 _PyEval_Vector E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Python\\ceval.c:5072\npython310_d.dll :0x00007FFA32E08510 _PyFunction_Vectorcall E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Objects\\call.c:342\npython310_d.dll :0x00007FFA32E07FD0 PyVectorcall_Call E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Objects\\call.c:255\npython310_d.dll :0x00007FFA32E086F0 _PyObject_Call E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Objects\\call.c:290\npython310_d.dll :0x00007FFA32E07680 PyObject_Call E:\\db23\\build\\S\\VS1564D\\build\\python\\src\\external_python\\Objects\\call.c:318\nblender.exe :0x00007FF778A12F20 bpy_app_generic_callback K:\\BlenderGit\\blender\\source\\blender\\python\\intern\\bpy_app_handlers.c:354\nblender.exe :0x00007FF776ECF220 BKE_callback_exec K:\\BlenderGit\\blender\\source\\blender\\blenkernel\\intern\\callbacks.c:51\nblender.exe :0x00007FF776ECF400 BKE_callback_exec_id K:\\BlenderGit\\blender\\source\\blender\\blenkernel\\intern\\callbacks.c:67\nblender.exe :0x00007FF7776D5C60 BKE_scene_graph_update_for_newframe_ex K:\\BlenderGit\\blender\\source\\blender\\blenkernel\\intern\\scene.c:2648\nblender.exe :0x00007FF7776D5C10 BKE_scene_graph_update_for_newframe K:\\BlenderGit\\blender\\source\\blender\\blenkernel\\intern\\scene.c:2712\nblender.exe :0x00007FF778A46A10 ED_update_for_newframe K:\\BlenderGit\\blender\\source\\blender\\editors\\screen\\screen_edit.c:1729\nblender.exe :0x00007FF778A70B30 screen_animation_step_invoke K:\\BlenderGit\\blender\\source\\blender\\editors\\screen\\screen_ops.c:4754\nblender.exe :0x00007FF777D74A30 wm_operator_invoke K:\\BlenderGit\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c:1339\nblender.exe :0x00007FF777D6FE10 wm_handler_operator_call K:\\BlenderGit\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c:2340\nblender.exe :0x00007FF777D72F10 wm_handlers_do_keymap_with_keymap_handler K:\\BlenderGit\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c:2693\nblender.exe :0x00007FF777D720D0 wm_handlers_do_intern K:\\BlenderGit\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c:3020\nblender.exe :0x00007FF777D70B70 wm_handlers_do K:\\BlenderGit\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c:3161\nblender.exe :0x00007FF777D6A440 wm_event_do_handlers K:\\BlenderGit\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c:3775\nblender.exe :0x00007FF777D3EB60 WM_main K:\\BlenderGit\\blender\\source\\blender\\windowmanager\\intern\\wm.c:642\nblender.exe :0x00007FF776EB2C60 main K:\\BlenderGit\\blender\\source\\creator\\creator.c:564\nblender.exe :0x00007FF7837A1B00 invoke_main d:\\a01\\_work\\20\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_common.inl:79\nblender.exe :0x00007FF7837A18B0 __scrt_common_main_seh d:\\a01\\_work\\20\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_common.inl:288\nblender.exe :0x00007FF7837A1890 __scrt_common_main d:\\a01\\_work\\20\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_common.inl:331\nblender.exe :0x00007FF7837A1BC0 mainCRTStartup d:\\a01\\_work\\20\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_main.cpp:17\nKERNEL32.DLL :0x00007FFAE8F27020 BaseThreadInitThunk\nntdll.dll :0x00007FFAE9062630 RtlUserThreadStart\n\n```\n\n", "Crash when rendering animations (GPU Subdivision ON, OFF is fine)\nSystem Information\nOperating system: WIndows 11 22H2\nGraphics card: Nvidia GeForce RTX 4080\n\nBlender Version\nBroken: 3.4.1, 3.5, 3.6\n\nForce closes when rendering animation after a number of frames and when opening larger blend files. Happens with all files. All drivers up to date and tested memory with no issues. Worked without issue for 6 months, crashing started 1 week ago.\n\nRendering animation with GPU Subdivision unchecked did not trigger a crash", "Blender 3.2 crashes on opening a specific file\nOperating system: Windows 11\nGraphics card: RTX 3060\n\nBroken: 3.2.0\nWorked: unknown\n\n**problem**\nBlender immediately crashes when opening the file steam_engine.blend\n\nThe latest object I was working on, was UV-unwrapping a mesh which I think I called 'greenthingy' or something like that. There was no crash prior to re-opening the file. I attach the file (hope it's not too big and apologies for the mess...). crash report and system_info.\n\n[blender_debug_output.txt](blender_debug_output.txt)\n\n[blender_system_info.txt](blender_system_info.txt)\n\n[steam_engine.crash.txt](steam_engine.crash.txt)\n\n**Steps for others to reproduce the error**\n[steam_engine.blend](steam_engine.blend)\n[#99105.blend](T99105.blend)\n\nAfter opening `steam_engine.blend` file Blender crashes. \n`#99105.blend` is same file as `steam_engine.blend`, but material preview panel has beeen collapsed. This file does not crash. Interestingly it does not crash even when panel is re-opened. Tested with GPU and CPU\n", "Error when denoising (Optix) large image\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090, 3060 Driver 522.30\n\nBroken: version: 3.3.1\nWorked: Never (3.0 failed, 2.90 did not start rendering)\n\nDenoising large image will fail and may result in crash.\n\nShortened log:\n```\nIllegal address in CUDA queue synchronize (film_convert_float3 filter_guiding_preprocess)\nE1122 18:16:01.843204 7088 denoiser_optix.cpp:470] Error converting denoising passes to RGB buffer.\nIllegal address in CUDA queue copy_from_device ()\n```\n\n[#102515.blend](T102515.blend)\n\nOpen file and render image.", "Crash when sculpting with a texture, deleting the image of the texture and exiting sculpt mode\nOperating system: Windows 10\nGraphics card: RTX 2070 Super\n\nBroken: version: 3.4, 3.5, 3.6\nBroken: version: 3.3.3\nBroken: 3.1.0\nWorked: 3.0.1\nWorked: 2.93 LTS\n\nCaused by 9111ea78ac\n\nBlender crashes when a texture image is deleted and you exit sculpt mode.\n\nYou can test it inside the attached blend file. I basically just attached an image to a sculpting brush.\n\n1. Open the blend file below\n2. draw on the surface of the sphere\n3. delete the image inside the outliner\n4. exit sculpt mode\n\nCrash occurs because `item->image->runtime.cache_mutex` is null inside `BKE_image_pool_free`\n```\nStack trace:\nblender.exe :0x00007FF713D04C10 pthread_mutex_lock\nblender.exe :0x00007FF70E6EE880 BKE_image_pool_free\nblender.exe :0x00007FF70E6B5CF0 BKE_sculptsession_free\nblender.exe :0x00007FF70F1B67A0 ED_object_sculptmode_exit_ex\nblender.exe :0x00007FF70F1B85F0 sculpt_mode_toggle_exec\nblender.exe :0x00007FF70E953220 wm_operator_invoke\nblender.exe :0x00007FF70E9528D0 wm_operator_call_internal\nblender.exe :0x00007FF70E955880 WM_operator_name_call_ptr\nblender.exe :0x00007FF70F171800 ED_object_mode_set_ex\nblender.exe :0x00007FF70F148710 object_mode_set_exec\nblender.exe :0x00007FF70E953220 wm_operator_invoke\n```", "Evee Render crashes [2.80] Beta\nOperating system: Win10\nGraphics card: 980ti\n32GB memory\nSSD\n\nBroken:\n2.80 2019-02-10\n\nHard disk storage overflow occurring\n\nParticle simulations\n\n1000's particles\nover 10's of thousands frames\n\nIt seems Evee renderer is built around rendering baking viewport to file, in certain situations auto saving a large temporary baked file leads to a system running out of memory when the file exceeds available storage with large bakes.\n\nAutosaves with large bakes to any available memory on this, this can be replicated with high memory commit states.\n\nI also suspect when the memory commit exceeds the remaining memory on the computer, saving attempts to write to disk and subsequently crashes a number of background programs whose telemetry attempts to use disk space to hash the reports.\nThe target file attempting to be saved is corrupted if it is being overwritten.\nI haven't confirmed whether the project file or autosave file corrupts in the process of saving, but it is very easy to lose a project and or backup when the bake commit is disproportion large to available memory on the machine.\n\nautosave : Enabled (default 2min)", "Use after free: Baking Rigid Body physics causes instant crash\nOperating system: macOS 10.15.7\nGraphics card: AMD Radeon Pro 5500M 4 GB / Intel UHD Graphics 630 1536 MB\n\nBroken: 2.92.0, branch: master, commit date: 2021-02-24 16:25, 2.93.0 Beta, branch: master, commit date: 2021-04-28 22:25, \nbroken: f7b22fc3d27113715e8726c69ab3264e1d487439\nWorked: \n\nBaking the Rigid Body world physics causes Blender to crash either instantly, or after baking less than 100 frames (it varies). Interestingly, a friend with the PC version of 2.92 says the project works fine, no crashes whatsoever.\n\nOpen the project. Make sure Allow Negative Frames is on under Preferences/Animation. Go to the Rigid Body World and hit bake.\n\n[physics test b.blend](physics_test_b.blend)\nAsan report: [T88113_asan_report.txt](T88113_asan_report.txt)", "Crash when trying to show a Workspace using a deleted Screen.\nIf a Screen ID is deleted, and one then try to show a Worspace using it, Blender will crash.\n\nSetting to low prio since deleting a Screen ID is not easy to do for end user currently (you'll have to use py console, e.g. `bpy.data.batch_remove(ids=(bpy.data.screens- [x],))`), but still, this is violating general design and expected sane behavior of ID handling.\n\nThink solution should be either:\n* Deleting Screens IDs should be forbidden (not ideal, since it kind of breaks general ID design, but should be doable).\n* Deleting Screens IDs should also delete matching Workspace (not ideal either, there should not be that kind of relationships between IDs, but we already have similar things between objects and obdata...).\n* Or (probably the sanest thing to do) a Workspace should handle gracefully the case where it has no assigned Screen.", "VSE 2.0: Proxy system\nIn order to improve performance it is useful to enable building proxies for added movie and image strips by default.\nEven with highly optimized ffmpeg implementation, some video files are not encoded for good scrubbing performance.\n\nUI can be simplified to use fractional sizes only (from 25% to 100%) with option to use proxies globally\nProxies will be built for current preview size. When preview size is changed, proxies will be built to new size.\n\nProxy building is very slow and doesn't use all available CPU resources. This should be optimized.\n\nMovies are expected to have alpha channel, but images are often used for compositing. Here it would be better to use disk cache instead of proxy system. This is also necessary to preserve colorspace of the source.\n\nTODO:\n- [x] Simplify UI for using proxies\n- [x] Automatic proxy building for added strips\n- [x] Automatic building when changing preview size\n\n- [x] Optimize proxy building speed\nHere we may need to use more complicated workflow than just enable multithreading as there may be other limitations on ffmpeg side. Goal is to use as much system resources as possible to do transcoding. So this is more related to proxy task than ffmpeg task.\n\n- [ ] Add job for building disk cache\n- [ ] Use Disk cache for image strips instead of proxies\n- [ ] Use faster compression method for disk cache, gzip is not multithreaded\n- [ ] Make sure disk cache has similar performance as proxies", "VSE: Select more/less functionality breaks on certain conditions\nOperating system: Linux Mint 20\nGraphics card: NVIDIA G92 [GeForce 9800 GT]\n\nBroken: 2.93.1 / 2.92.0\nWorked: Unsure\n\nThe functions sequencer.select_more and sequencer.select_less get stuck when the newly selected strip reaches an edge, or when number of selected strips becomes zero.\n\n[blender-bug__select-more-less.mp4](blender-bug__select-more-less.mp4)\n\nThe attached video shows the functions [select_more]/[select_less] will break when the following conditions are met:\n```\n a) Any strip chain selection reaches the edge of the row of strips with [select_more]\n i) either when it starts from an edge and reaches the other edge\n ii) or when it starts in the middle and expands from both sides, the side of whichever edge is met will get stuck\n b) Any strip selection becomes empty with [select_less], i.e. the selection won't grow again with [select_more]\n```\n\n\n\nI think it's unlikely this is intended behaviour?\n\nSorry I didn't get visual keypresses set up for the video, but I'm just using CTL- [x] and CTL- [x] on num pad as per default. \n\nDavid", "VSE: Splitting Speed effect strip break movie continuity\nOperating system: Linux-5.11.0-41-generic-x86_64-with-glibc2.31 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 470.86\n\nBroken: version: 3.1.0 Alpha\nWorked: this seems to be broken for years\n\nWhen splitting a strip that has a Speed effect applied, there's a break in continuity of the video: last frame before the split does not match the first frame after the split. As a user, I expect that a split operation keeps continuity.\n\n1. Add a movie/image sequence strip\n2. Apply a Speed Effect sequence over it, then set Speed Control to Multiply and set it to 10 (any value should work, but higher ones should make the problem easier to spot)\n3. Move the playhead to the middle of the strip and hit K to split it\n4. Check that there's a break in continuity at the split\n", "Intel GPUs: 3.6.2 crash on initializing Eevee rendered view\nOperating system: Linux-6.5.3-300.fc39.x86_64-x86_64-with-glibc2.38 64 Bits, WAYLAND UI\nGraphics card: Mesa Intel(R) Arc(tm) A770 Graphics (DG2) Intel 4.6 (Core Profile) Mesa 23.2.0-rc3\n\nBroken: version: 3.6.2\nWorked: 6 months ago :)\n\nBlender crashes when you opened the attached project and switch to rendered view.\n\n" ]
[ "Blender 2.831 - VSE - crash at remove strips.\nOperating system: Windows 10\nGraphics card: Nvidia GTX970 x 2\n\n**Blender Version** \nBlender 2.831\n\n\nBlender crash when I try to remove stripfrom Video Sequencer editor.\n\n\nSimple add any strip ( image sequnces ) , add other , play with it. Try to remove and than - boom.\nBlender crash. No errors - simply vanish.\n\nBest Regards\nstrawbverryblur" ]
Eevee; Alpha Blend inside volumetrics doesn't work properly Operating system: Windows-10-10.0.18362 64 Bits Graphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 436.15 Broken: version: 2.81 (sub 16) 2.82 (sub 1) Worked: 2.80 Transparent BSDF (with #FFFFFF color) isn't fully transparent when the object is inside volumetrics and the Blend mode is set to 'Alpha Blend' This was working in 2.80 without problems. Screenshot of 2.81 or 2.82: ![blender_2019-11-25_10-22-25.png](blender_2019-11-25_10-22-25.png) Screenshot of 2.80: ![obraz.png](obraz.png) Here is the blend file: [bug report.blend](bug_report.blend) Compare the lookdev view or render view of the attached file in 2.80 and 2.81
[ "EEVEE Next - 'Alpha Blend' - distant objects - shadow buffer overflow\n### Reported as per @fclem [request](111809#issuecomment-1014998)\n\n--\n\nLinux Mint 21.2 Cinnamon kernel 6.2.0-32\n3400G\n\n- Broken\nblender-4.0.0-alpha+main.b5c89822ac40-linux.x86_64-release.tar.xz\n\n- Worked\nN/A (new feature).\n\n- Short description of error:\nWhen an object's shader uses Alpha, and (Material tab) 'Blend Mode' uses 'Alpha Blend', distant objects cause a shadow buffer overflow.\n\n- Exact steps\n1. Open following .blend file and zoom (far) out / back in.\n[EEVEE Next - 'Alpha Blend' shadow buffer overflow.blend](attachment)\n\n2. Appears no issue while using 'Alpha Clip' or 'Alpha Hashed'.\n\n'Alpha Blend' preferred for preventing Z fighting in Orthographic view.\n\nKind regards.\n\n**Screenshot**\n![EEVEE Next - 'Alpha Blend' shadow buffer overflow.jpg](attachment)\n\n", "Cycles Principled shader Fresnel glitches\nConsistent across 3 diffrent devices and operating systems.\n\nBroken: v2.8 stable\nstill Broken: v2.83 Alpha, 9d90cad3ed39, 2020-01-17 00:13\n\nSpecific combinations of roughness and specular cause weird visual artefacts in cylces, that also look diffrent in contrast to eevee. It is possible for the edges of an object to look brighter or darker, than it's surroundings in a uniformly lit environment or an object appearing darker overall despite only roughness being changed.\n\nUsing all white background to better visiualize artefacts.\nCycles:\n![image.png](image.png)\nEevee:\n![image.png](image.png)\n\nDelete cube+light, set environment to be white color, add spheres, assign principled shader, try out diffrent spec+rough+metal values.\n(Happens on both smooth and flat shaded objects...)\n\nHere's a 2.80 file to try it out:\n[bug_report_principled.blend](bug_report_principled.blend)", "Face orientation - no colors in X-Ray\nOperating system: windows 10\nGraphics card: NVIDIA GeForce GTX 1070 \nsame issue on different pc Samsung NP900X3C\n\nBroken: 2.83.2 and 2.90.0-f319eec88186 (latest 2020 jul 14)\nWorked: 2.80 ~ 2.82\n\n**Face orientation in X-Ray view does not show transparent colors(blue and red)**\n\n1) turn on face orientations ; \n2) turn on toggle X-Ray\n\n![2020-07-14 21-26-43.mkv_snapshot_01.48_[2020.07.14_21.57.56].png](2020-07-14_21-26-43.mkv_snapshot_01.48__2020.07.14_21.57.56_.png)\nhere how it works in 2.83.2 & 2.90.0 [2020-07-14 22-43-43.mkv](2020-07-14_22-43-43.mkv)\nand how it should like in 2.80 ~ 2.82 [2020-07-14 22-49-24.mkv](2020-07-14_22-49-24.mkv)", "Cycles: Cycles Alpha Representation is incorrect on some PNG files when loaded from disk compared to packed in the file\nOperating system: macOS-13.0.1-arm64-arm-64bit 64 Bits\nGraphics card: Apple `M1` Pro Apple 4.1 Metal - 83\n\nBroken versions: \n3.3\n3.4\n3.5.0 Alpha\nWorked: 3.2\n\nA certain mix node setup that I found in the Spring demo file results in extremely bright outputs. I could only reproduce the issue in Blender 3.3 and higher. The issue isn't there in Blender 3.2 or lower. I could also only reproduce this issue in Cycles.\n\n![Bright Hand issue.png](Bright_Hand_issue.png)\n\n1. Download the attached .zip file, extract it, and open it. It's an extremely simplified version of the `Spring` demo file from the Blender foundation.\n2. Enter Cycles rendered viewport. Notice how the hand is really bright. This is caused by the output of the `mix node` found in the material `MAT_spring.hands` on the hands.\n3. Test the EEVEE rendered viewport. Notice the issue isn't there. Test Blender 3.2 or older and notice the issue isn't there.\n\n[Spring Bright Hand Issue.zip](Spring_Bright_Hand_Issue.zip)\n\nExtra note: If the image texture that's causing the issue is packed into the .blend file, and the file is re-opened, then the issue goes away.", "Volumes look much much different in master compared to 2.79b\nWindows 10 pro x64\nGTX 970\nThread Ripper 1950x\n\n![2018-09-01_16-30-18.png](2018-09-01_16-30-18.png)\n\nBasic volume shader with noise texture from build bot today doesnt look the same as 2.79b\n![blender_2018-09-01_16-30-03.png](blender_2018-09-01_16-30-03.png)\n\n![blender_2018-09-01_16-30-55.png](blender_2018-09-01_16-30-55.png)\n[untitled.blend](untitled.blend)\n", "Visible density seen inside an overlapping volume with zero density value (Cycles)\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 528.49\n\nBroken: version: 3.5.1\nWorked: Not tested on other versions.\n\nVisible density seen inside an overlapping volume with zero value (Cycles)\n\n\n**Steps to reproduce**\nOpen file and render. \nThe TestVolume_AllTransparent_Large_Test_1 object has 0 density, but it is visible in render\n\nNote: There are 3 different test collections that may or may not be result of same issue. More info [here](107418#issuecomment-931613)", "Smoke darkening/miscoloration with multiple inflow objects\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 436.15\n\nBroken: version: 2.82 (sub 6)\nWorked: (optional)\n\nHaving 2 or more inflow objects in a smoke simulation, each with its own smoke color, causes darkening and other hue color glitches, even when the two smokes don't mix. At first I thought this was maybe an intended effect, like burning smoke, but with just one flow object the smoke comes out with a proper uniform color.\n\nOpen this file, select the domain and bake the smoke sim to see the darkening, you can see it better in Cycles. You can move the object \"model2\" out of the Flows collection and rebake again with just one Flow object, and see the color to compare\n\nThe attached images use a saturation node on the shader to exagerate the color so you guys can see it more clearly\n\n[BUGREPORT_smoke.blend](BUGREPORT_smoke.blend)\n\n![1 flow model in the domain.png](1_flow_model_in_the_domain.png)\n\n![2 flow models in the domain, saturation exagerated.png](2_flow_models_in_the_domain__saturation_exagerated.png)", "In cycles, ignore shadow of volume object will cost more time.\nOperating system: windows 10 64\nGraphics card: rtx 2080\nCpu: AMD Ryzen 7 2700\n\nBroken: 2.83 2.82 .....\n\nIn cycles, ignore shadow of volume object will cost more time.\nUse texture in volume material.\nVolume object cross other object.\n\n![v_bug.png](v_bug.png)\n[vol_bug.blend](vol_bug.blend)", "Cycles: Bump node doesn't distort normals\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 442.59\n\nBroken: version: 2.83 (sub 10)\nWorked: Never\n\nHeight input have no effect on bump node output in cycles.\nThe main problem, that Generated texture cordinates give seams with bump. That is why I desided to try Normal input.\n\nEevee:\n![33162506.jpg](33162506.jpg)\n\nCycles:\n![33172906.jpg](33172906.jpg)\n\nHere the example file.\n[WhereNormals.blend](WhereNormals.blend)\n", "Fully transparent generated images draw colors in image editor\nGenerated images follow the next alpha association:\n* Byte images use straight alpha\n* Float images use premultipled alpha\n\nIt is easy to create a fully transparent image with a non black color. Since Blender 2.91 we introduced drawing of pure emissive colors in the image editor these colors resulting in drawing the generated color perceptually without alpha. This could introduce confusion to our users. This report will collect these reports.\n\n\n", "Cycles doesn't render volumes when clip end is inside the volume\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.11\n\nBroken: version: 3.1.0 Alpha\n\nWhen clip end is set to a value inside a volume, the volume is not renderered at all.\nRelated to [#92491 ](T92491) so an alpha build is needed.\n\n- Open project\n- Press F12 (Volume isn't rendered)\n- Set clip end to something high (e.g. 100)\n- Press F12 again (Volume is rendered)\n\n[volume.blend](volume.blend)\n\n", "Shading Problem in Eevee in Top Orthonographic View When the Scale is not Applie Yet\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce MX130/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.67\n\nBroken: version: 2.90.0 Beta\nWorked: Never\n\nThere is a strange shading problem in Eevee that happens when the object is scaled and the scale is not applied yet. The light needs to be at certain angle to make it appear. The problem also has to do with the topology of the mesh, it is hard to notice with just one face (though still there as you can see it flickers when you scale it), but it becomes obvious when subdivided.\n\n![Top View Shading Problem.jpg](Top_View_Shading_Problem.jpg)\nBased on the attached .blend file \nOpen my .blend file, you can see there is a circle and a light in the scene. You can see the problem by turn on render view. The light is placed at certain angle to make the problem show. \nThe circle was created using the below steps:\n\n(0. delete or hide my circle)\n1. Shift A and add a circle\n2. Lower left corner menu, the fill type choose Ngon\n3. Scale it up a little, don't apply the scale, and you can see it flickers during the scaling process\n4. Edit mode, hit the a key to choose all, hit the i key to inset the circle, and then inset it again, and see it has to do with the topology\n5. Object mode, ctrl a apply the scale, the problem is gone, it has to do with the scaling.\n[Orthonographic Top View Shading Problem.blend](Orthonographic_Top_View_Shading_Problem.blend)\n\n", "Eevee Volume with Zero Density results in End distance distribution inconsistencies\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: Intel(R) Iris(R) Plus Graphics Intel 4.5.0 - Build 26.20.100.7641\n\nBroken: version: 2.93.0 Alpha\nWorked: None (same problem exists at 2.91.2 and probably earlier)\n\nEevee volume slices are inconsistently rendered - apparently due to the Distribution being incorrectly handled when there is Emission and **no** Density.\nImage cutting off the volume with specific Start-End range:\n![Untitled.png](Untitled.png)\nAdding **any** density fixes the inconsistency, as does changing Distribution to 1.0.\n\n- Open attached file or:\n - Start from default scene\n - Click the 'Shading' tab\n - Remove default Principled surface shader\n - Add Principled Volume shader\n - Set Emission to 1.0 and Density to 0.0.\n - In Volumetrics properties, reduce End distance until intersection (58m in my case)\n- Note that the intersection distance is inconsistent with the result and sometimes the volume disappears and reappears at random distances.\n\nAlso note:\n```\n- Changing the Density from 0.0000 to 0.0001 results in the full volume being rendered (showing it's not purely due to the Distribution).\n- Same problem occurs when using an Emission shader rather than Principled Volume.\n- If Density is set to non-zero (even a vanishingly small value such as 0.0001) the Start/End clipping works as expected.\n```\n[evee_volume_density_bug.blend](evee_volume_density_bug.blend)\n", "Collection don't change text color\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 950M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40\n\nBroken: version: 3.0.0 Alpha\n\nActive object's text is not visible if the selected object is collection (in the outliner).\n![image.png](image.png) ![image.png](image.png)\n\n**Steps to Reproduce**\n- Open the directory where blender.exe is\n- Place the `test.xml` file inside `\\blender_version\\scripts\\presets\\interface_theme\\`\n- Run Blender\n- Change the theme to `test` from preferences tab\n- Select the collection in outliner (Collection name is not clearly visible because of changed `active Highlight` color)\n\n[test.xml](test.xml)", "Viewport material is darker than the rendered version\nOperating system: Windows-8.1-6.3.9600 64 Bits\nGraphics card: Intel(R) HD Graphics 4400 Intel 4.3.0 - Build 10.18.14.5067\n\nBroken: version: 2.82 (sub 3)\nConfirmed in 2.81 release\n\n\nThe material consists \na transparent shade mixed with a translucent shade, mixed with an emission shade with\nfrenel node multiplied with a noise texture as the factor\n\nThe sample sizes are the same\n\nJust render\n\n![bug.PNG](bug.PNG)\n[necro_core_reduced.blend](necro_core_reduced.blend)" ]
[ "Transparent objects are visible inside volumetric materials (eevee)\nOperating system: Win7x64\nGraphics card: GTX1070\n\nBroken: blender-2.81-85637311c28f-windows64\nWorked: blender-2.80 release\n\nTransparent objects are visible inside volumetrics.\n\n1 Set default cube material to volume scatter\n2 Add plane and set trasparent meterial\n3 Add light source\n\nsee attached files\n[volume.blend](volume.blend)\n\nblender 2.81\n![b281.png](b281.png)\n\nblender 2.80\n![b280.png](b280.png)" ]
Curve's calc_curve() not playing along with hook modifier Operating system: Windows Graphics card: RTX2080 Broken: 2.90 The calc_curve() function does not take Hook modifiers into account. Add Curve; Hook a new object Empty to one of its control points; Measure it's computed length: C.active_object.data.splines- [x].calc_length(); Move the Empty object around so that it changes the length of the curve; Measure the computed length again. **Observed:** Both values are the same and corresponds to the length of the curve prior to the modifier. **Expected:** Two different length values.
[ "Sculpting - Cloth brush - Snake Hook deformation not working\nOperating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits\n\n\nBroken: version: 3.5.0 Alpha\n\nThis is the image I got after kept dragging my cloth brush around the same spot for a few times:\n![Screenshot 2022-12-07 at 21.08.06.png](Screenshot_2022-12-07_at_21.08.06.png)\n\nand this is the file I'm using:\n[20221206_sculpt_cloth_brush_snake_hook_donot_work_0001.blend](20221206_sculpt_cloth_brush_snake_hook_donot_work_0001.blend)\n\nI personally think the option is 'wired' to a wrong block of code.\n\n", "Incorrect and Confusing Units for String to Curves Node\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 745/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 517.48\n\nBroken: version: 3.5.0 Alpha, branch: Unknown, commit date: Unknown Unknown, hash: `rBUnknown`\n\nIncorrect and Confusing Units for String to Curves Node, depending on Scene / Units\n\nIf Scene / Units is set to Metric this node looks like this:\n\n{[F13984816](image.png),width=100%}\nCharacter spacing is shown in meters, and that is so odd that it might as well be shown in \"number of chickens\". Our current Character Spacing is already done strangely enough. This value is divided by 2 then 0.5f is subtracted from it. That value is a portion of the font's em square that is added to each character. So a value of **1 means no change** to character spacing. 0 means that 0.5 of an em is subtracted from each one. That \"1\" means default is bad enough, but much worse to show it as one meter. \n\nAt minimum we should show this as unitless. Better would be to not do the division and shifting and therefore show \"0\" as default and add \"em\" as unit. This would match with CSS letter-spacing.\n\nWord spacing is similar, but is a factor multiplied against each character's advance. So again, \"1\" means normal, 0 means that a space has no width, a 2 means a space is twice as wide. No relation to grid size. So showing \"1 meter\" is pretty bad.\n\nThis also should be unitless. Ideal would be to change it from a factor to a absolute value added to the width of space characters. That way it can also be \"0\" by default and show \"em\" as units. This would match with CSS word-spacing.\n\nFor even more oddness, this what it looks like in Imperial\n\n{[F13984832](image.png),width=100%}\n\nAs in normal and default character width and normal word spacing are shown as \"3.28 inches\"?\n\n", "Interpolated hair curves sharp turns\nWindows 10\nGeforce 970\n32 Gigabytes ram\n\n2.79\n[system-info.txt](system-info.txt)\n\n\nAs shown in the screenshot below, some of the hairs seemingly at random have their curves restart mid stroke, leading to a perfectly straight line connecting from one side of the wave to the other where it continues as a curve.\n\nThis happens on hair systems using interpolated children and either braid or spiral kink. \n![Screenshot 2018-06-08 13.55.28.png](Screenshot_2018-06-08_13.55.28.png)\n\nAdd Hair system, Up the number of steps to 7\nDisplay 7 steps\nSet children to Interpolated\nSet Kink to Braid\nAmplitude 0.663 \nFrequency 1.507\n\nThe error occurs at any Amplitude/Frequency\n\n[HairSystemError.blend](HairSystemError.blend)\n", "Edit mode: Fill region operator wrong behavior.\nOperating system: Windows-8.1-6.3.9600-SP0 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40\n\nBroken: since 2.79 till now. \nTested with 2.79b, 2.83.9, 2.92, 2.93 3ea1779365b5\n\n\nFill region operator fails with this geometry. Test my file.\n{[F9906012](9540941.png) size = full}\n[untitled.blend](untitled.blend)\n[2021-03-23_23-38-13.mp4](2021-03-23_23-38-13.mp4)\n", "Display \"enum\" attributes as strings/icons in the spreadsheet\nThe numbers displayed currently are cryptic.\n- `handle_type`\n- `curve_type`\n- `normal_mode`\n- `knots_mode`\nIdeally the integer value would still be displayed in the tooltip.", "Rip edge-move for curves\nCurrently with meshes you can press Alt+D to add a vertex at one side of the verts edges and drag it *(based on the mouse cursor location)*.\n\nThis same behavior could be added to curves.\n\n- the basic behavior with single vertices selected is simple\n- with multiple segments are selected this becomes more involved (see how this works for meshes).", "In fluid simulations, the Curve Guide force field does not work along the curve (just a single direction).\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1660/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15\n\nBroken: version: 3.2.0 Alpha\n\nIn fluid simulations, the Curve Guide force field does not work.\n\n1: Create a new scene, create a new object\n2: Object Menu - Quick Effects - Quick Fluid\n3: Create a new curve guide force field\n4: Press the play button, you can observe the fluid particles scattered randomly{[F12984015](A.blend)}\n\n", "Curves Interactions in the Graph Editor\n**Curves manipulation in the graph editor**\n\nThe aim of this design task is to write everything related to the changes that should be added in the graph editor regarding curves selection and manipulation. The functionalities described here are only some initial ideas that need to be debated.\n\n**Goal**: to allow the users to manipulate keyframes more easily by the use of the computed curves themselves. \nThe actions performed through curves are nothing but quicker and more efficient ways to accomplish actions on the curves' keyframes.\n\n**Box selection (box, lasso, circle):**\n- Box selecting a curve selects all the keyframes of the curve.\n- Ctrl + box selecting of the curve deselects all the keyframes of the curve.\n- Shift + box selecting of the curve extends the keyframe selection, adding all the keyframes of the curves that were just selected to the selection.\n(I'm less sure about the usefulness of these twos:)\n- Alt + box selecting (this shortcut isn't mapped to anything yet) of curves OR keyframes restricts the visibility of the currently visible channels to only those that were selected (like if the user selects the curve and the presses h).\n- Alt + shift + box selecting of curves OR keyframes restricts the visibility of the currently visible channels to only those that were NOT selected (like if the user selects the curve and the presses shift+h).\n\n\n**Click selection:**\n- Clicking a curve selects all the keyframes of the curve.\n- Shift + clicking a curve should behave the same way as the shift + click select of keys:\n\t- If the curve currently has at least one keyframe that is not selected, then select all the unselected keyframes of that curve (a curve should be considered selected, in the sense of this operator, only if all its keyframes are selected).\n\t- If all the keyframes of the curve are already selected, then unselect them all.", "Design: Graph Editor Curve Display\nThere are a few issues with the display of curves in the Graph Editor mentioned in the Paper Cuts devtalk thread. However while technically simple to change the drawing, it needs to stay consistent and clear, which is why this Design task exists.\n\n**Issues**\n* Locked Curve keyframes look like they are active\n* Curves are drawn in the same thickness even outside the range they can be edited in ?sorting=hot#\n* Location/Rotation/Scale curves are not distuingishable at first glance 27?u=christophlendenfeld\n\n## Current State\n\nNormal\n![image](attachment)\n\nDisabled\n![image](attachment)\n\nLocked\n![image](attachment)\n\n## Proposed Solution\n\n* Locked curves have crosses instead of keyframes to indicate that they can't be selected. [#106052](106052)\n* Locked curves are always drawn as if they were unselected since you can do nothing with them even though they are selected.[#106052](106052)\n* Increase the dash length and spacing to reduce visual noise [#106052](106052)\n* Add preferences to modify the colors of FCurves based on their type. Will default to the current standard to not confuse existing users.\n![image](https://projects.blender.orgattachment)", "Scrollbar of Clip Editor's Graph and Dopesheet View does not update\nOperating system: elementaryOS 0.4.1\nGraphics card: GTX 1080\n\nBroken: 2.80, 58bfe93db614\n\nWorked: apparently never...\n\nIf you change the endframe of your scene, the scrollbar in the Clip Editor's Graph and Dopesheet view does not reflect the changes.\n\nOpen startup .blend\nGo to Motion Tracking Layout.\nSet Endframe to 1000.\nNotice how the scrollbar down in the Graph View of the Clip Editor does not change its length.\nNow try the same with any other Animation Editor, for example in Animation workspace\nIf you set the endframe to anything that makes the scene longer, the scrollbar will update accordingly and become shorter, indicating that you do not see the full range of your scene.", "Sound strips don't change length when sound file is changed\nOperating system: Windows 10\nGraphics card: Nvidia MX150\n\nBroken: 2.91 and 2.92 Alpha\n\n**Steps to reproduce**\nAdd sound, change file to another one with different length.\n\nStrip length is not updated.", "Glitches with Curve Fill Node\nOperating system: Windows 11\nGraphics card: NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 511.65\n\nBroken: version: 3.2.0 Alpha\nWorked version: never\n\nIf you instance circles or other curves on a curve and you will realize those instances, and you will use the curve fill node on them. There are some glitches or inconsistencies.\nIf you change the scale, the fill node will also randomly decide what should be filled.\n\n\n![Screenshot 2022-02-05 114920.jpg](Screenshot_2022-02-05_114920.jpg)\n\nTest File:\n[#95518.blend](T95518.blend)\n", "Support separate mesh/curve loose parts looses hooks\nWhen running separate on a mesh with hooks, the newly separated objects hooks are no longer working.\n\nIn this file: [sep_test.blend](sep_test.blend)\n\n- enter editmode\n- press P\n- choose loose parts.\n\nNotice hooks no longer work for 2 of the 3 cubes.\n\nTested with `b72a3146eb56dc021241594525848d41149044cf`", "Macro operators [e.g. Loop cut and slide]: \"adjust last operation\" fails completely [when called from the menu -- F9 is fine]\nBroken: 2.8x\nWorked: 2.79b\n\nThis might fall into the same boat as anything related to #45964, although it does seem to be \"new\" in 2.8x.\nAfter performing a loop cut and slide operator, you can adjust the properties in the operator panel (albeit with caveats from #45964). However, if you instead open the Adjust Last Operation panel, it will list a different operator name (Loop Cut, not Loop Cut and Slide), and while you can change properties there, those changes have no effect, even though they are reflected by the operator panel.\nThis didn't use to happen in 2.79b, though IIUC the \"Adjust...\" panel is different in 2.8x from the \"Redo Last\" of the 2.7x era.\n\n1. Load the default scene.\n2. Go into edit mode on the cube.\n3. Add a loop cut, e.g. via the shortcut or using the active tool\n4. Expand the operator panel in the bottom left and adjust properties. Note how those adjustments do have an effect on the result.\n5. Go Edit -> Adjust Last Operation\n6. Note the different operator name in that newly opened panel (Loop Cut vs. Loop Cut and Slide).\n6. Try adjusting any properties in the newly opened panel. Note how the operator panel in the bottom left picks up these changes, but at the same time they have no effect on the operation.\n\n[Demo video ](eAlL08M8AZA)", "Improvements to Curve Modifiers (Animation Curves)\nThe intention of this design task is to improve the ways we interact with modifiers amongst multiple curves and other missing options like \"baking\" the result to the curve.\n\nBased on using modifiers for different things myself here is what I feel would be best:\n\n - First thing is to add a new menu under \"channel\" to add any modifier to all the selected/highlighted channels.\n - Also a second option to remove all modifiers from selected/highlighted channels. (as in most cases you'd only add one modifier to a channel).\n - This could be complimented by a remove all modifiers of x type from selected channels.\n - under Shift G (new menu for graph editor) select grouped everywhere else we could have an option to select curves with x type of modifier.\n - Add a naming box with automatic unique names to the curve modifiers in the same fashion as in the object modifiers, this will allow association and the use of \"alt\" for editing multiple modifiers. ![image.png](image.png)\n - At the top where the copy / paste modifiers buttons are paste should allow \"alt\" modifier to paste to all selected curves/channels or adding a second paste button that will do just that. ![image.png](image.png)\n # Among with the checkbox for activation and the x for modifier deletion a similar menu to this ![image.png](image.png) could be added with the option to apply which should allow animation baking to the curve with simplified version of the \"bake action...\" operator allowing to define the range and steps and to delete or disable the baked modifiers for baking the resulting animation to that curve.\n\nAll of these are up for discussion but I feel it would improve heaps the way we can work with curve modifiers making them super more useful than they are right now because I feel in general people would use them much more if they were easy to handle for more than just one curve at a time.\n\nWhat do you guys think?\n \n\n\n\n\n" ]
[ "length of the spline does not work after apllying hooks\nOperating system: Windows-10-10.0.18362 64 Bits\nGraphics card: GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 436.30\n\nBroken: version: 2.81 (sub 16)\nWorked: (optional)\n\nLet's create any of the splines in blender (nurbs, bezier) and then use know function: bpy.data.curves[\"NurbsCurve\"].splines- [x].calc_length()\nIt's smoothly working. But after you apply hook modifier and move the empty somewhere, length does not change the value. Thant problem is crucial for custom squash with spline IK.\n\ncreate spline >[edit mode] > select one of the vertices > ctrl+h > hook to new object > [object mode] > to Python console copy: bpy.data.curves[\"NurbsCurve\"].splines- [x].calc_length() with correct name \"NurbsCurve\" or \"BezierCurve\" > a value > move the empty somewhere > again use console with same code > it gives same value even the legth was changed\n\n" ]
Normalmaps appear inverted in Reflection Planes in Eevee Operating system: Windows 10 Graphics card: NVidia GTX 1070 Broken: Blender 2.8 2019-03-08 21:52 ![UpsideDown.jpg](UpsideDown.jpg) Normalmaps appear to face inwards when viewing them trough a reflection plane. The x-axis seems to be fine, the y-axis seems to be inverted. Step 1: Setup a material with a normalmap Step 2: Apply it to an object, and light the object. Step 3: Add a reflection plane. Step 4: Make sure you are looking at the scene in LookDev or Rendered using Eevee. Step 4: Observe how the normalmap appears inverted.
[ "collection instance rotates 90 degrees automatically when being instantiated by another object with mirror modifier\nOperating system: mac os 10.14.6\nGraphics card: Intel Iris Plus Graphics 655\n\nBroken: version: 2.82a, 2.30.0 release, 2.90 (sub 3)\nWorked: Unsure.\n\nas shown in the following screenshot, to use modifiers on a collection instance I parent the collection instance to a plane and change the instancing of the plane to faces, so that the collection instance will follow what modifiers will affect on the plane, but when using the mirror modifier with mirror object set to an empty at the center, the collection instance on the other side rotates 90 degrees on z axis automatically, which is not expected\n![屏幕快照 2020-06-08 上午1.30.46.png](屏幕快照_2020-06-08_上午1.30.46.png)\nopen the attached .blend file and you'll see the problem\n[collection instance problem.blend](collection_instance_problem.blend)\n\nSteps if you want to recreate from scratch:\n1. Create a new collection, I will call it `Suzzane`.\n2. In the collection `Suzzane` create a Suzzane (Monkey Head) then disable the collection in the outliner.\n3. In the new collection, create an instance of the collection `Suzzane` by pressing `Shift+A -> Collection Instance -> Suzzane`. From now onwards, we will be working in this new collection.\n4. Create a plane. Select the instanced `Suzzane` then the plane and parent the `Suzzane` to the plane with `Ctrl+P -> Object`\n5. In the outliner, select the instanced `Suzzane` and hid it with the little eye icon.\n6. Select the plane and in the properties editor in the `Object` tab select `Instancing -> Faces`. \n7. Give the plane a mirror modifier and notice how to newly instanced `Suzzane` is rotated 90 degrees rather than mirrored.", "Visualized face normals are duplicated when Edit Cage is enabled in subdivision modifier (GPU subdivision turned OFF)\n### Simplified Report\n\nHaving Edit Cage on subdivision modifier enabled causes visualized face normals to be duplicated started from the origin. Here is a simplified file with a single face:\n\n![20220830-084513.png](20220830-084513.png)\n\n[editCageWrongNormalDisplay.blend](editCageWrongNormalDisplay.blend)\n\nThis issue exists back to 2.83.\n\n### Original Report\n\nOperating system: Ubuntu 22.04 LTS\nGraphics card: Nvidia Quadro M4000\n\nBroken: 2.93.10, 2.83\nWorked: Unknown.\n\n\"Flying\" normals everywhere\n\nI have not discovered a correlation. The alignment of the normal is random, it changes when you exit edit mode and return.![Screenshot from 2022-08-28 11-53-05.png](Screenshot_from_2022-08-28_11-53-05.png)\n\n![Screenshot from 2022-08-28 11-52-51.png](Screenshot_from_2022-08-28_11-52-51.png)\n\n![Screenshot from 2022-08-13 09-34-02.png](Screenshot_from_2022-08-13_09-34-02.png)\n\n![Screenshot from 2022-08-13 09-35-09.png](Screenshot_from_2022-08-13_09-35-09.png)\n\n![Screenshot from 2022-08-28 11-52-31.png](Screenshot_from_2022-08-28_11-52-31.png)\n\n![Screenshot from 2022-08-13 14-33-00.png](Screenshot_from_2022-08-13_14-33-00.png)", "Color management look contrasts apply the wrong gamma when the display device is set to None\nOperating system: window 11\nGraphics card: RTX 2060s\n\nBroken: 3.1 stable, 3.0 stable\n\nWhen the display device is set to None, applying a look contrast results in what looks like a double gamma correction. This doesn't happen when the Display device is set to XYZ.\n \n1. set the display device to None\n2. set the look contrast to any other setting than None or Medium", "Display as behaviour in rendered view inconsistent between Eevee and Cycles\nOperating system: Darwin-19.2.0-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 5500M OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.4.19\n\nBroken: version: 2.82 (sub 4)\n\nWhen objects are set to display as wire or bounds, in the rendered view in eevee they are shown as wire or bounds respectively, but in Cycles they are fully rendered. \n\nFor any object, under object properties -> viewport display, set display as to \"bounds\" or \"wire\". Subsequently when the viewport is set to rendered view, the object is shown as bounds or wire in Eevee, but in Cycles the object is fully rendered. The Cycles way would be the preferred way in my opinion.", "bump map off/wrong for panoramic camera\nMy apologies if I overlooked a bug report while searching for an existing one. I wasn't able to find one about the problem described below however, so here goes:\n\nWindows 7/CPU and Windows 10/GTX 1060\n\nBroken: 2.79b and build 9d59851ca3d\n\n\nWhen using a bump map with a panoramic camera, the bump map looks like a an overlay of itself with a shifted copy. See image below, which is just a plane with a bump map texture to simulate engraving.\n![panoramic.png](panoramic.png)\n\nWith a perspective camera, the bump map looks as expected:\n![perspective.png](perspective.png)\n\nSee attached .blend file.[bump_pano_perspective.blend](bump_pano_perspective.blend)\n\nRender the scene or turn on rendered preview, with the fish eye camera selected. The result is the first image. \nThen switch to perspective camera in the scene tab and render again or see the preview. The result is the second image. \n\nThanks a lot for looking into this!\n", "Generative modifiers (solidify, mirror) draw face normals from original face (wrong direction)\n@Baszczer information\nOperating system: Ubuntu 20.04\nGraphics card: Radeon Pro WX 7100\n\n@Alaska information\nOperating system: Linux-5.4.0-7629-generic-x86_64-with-debian-bullseye\nGraphics card: GTX 1050Ti 440.82\n\nBroken: 2.83 (2020-05-26 22:42) `f772a4b8fa`, 2.90 (2020-05-26 20:02) `eb5422828a`\nWorked: 2.82a\n\n**Short description of error:**\nThe viewpoint overlay for displaying faces normals in edit mode for faces that are part of a solidify modifier will always point in the direction of the face normal being solidified with Blender 2.83 and 2.90.\n\n![blend_2_82a.png](blend_2_82a.png)\n2.82a\n\n![blend_2_90.png](blend_2_90.png)\n2.83/2.90\n\n**Exact steps for others to reproduce the error:**\n1. Open Blender.\n2. Add a plane.\n3. Give the plane a solidify modifier.\n4. In the modifier panel, enable the \"On cage\" option for the solidify modifier.\n5. Enter edit mode on the plane. \n6. In the viewport overlays enable the \"Display normals\" option for faces. \n\n[#77090 - Solidify Normals.blend](T77090_-_Solidify_Normals.blend)\n\nIn 2.82a, this will be have as expected. The normal lines will be perpendicular to the faces of the solidifies plane. In 2.83, all the normal lines align with the normal line of the face being solidified.\n\nVideo because I feel like I'm having a hard time explaining this in words:\n[2020-05-27 22-55-31.mp4](2020-05-27_22-55-31.mp4)", "Normal map bug in Blender 2.9 / 3.0\nOperating system: Windows 10\nGraphics card: NVIDIA Geforce GTX 1050 Ti\n\nBroken: Blender 2.93 / 3.0 (stable version)\nWorked: Blender 2.83 (stable version)\n\nWhen applied a precedural texture (noise, Voronoi etc.) as a normal map in Node editor, the boundaries of the polygons stand out and it will look like a block. \nThere was no such problem in 2.83.\n\nCreate a mesh. Add a procedural texture on the Shading tab and apply it as a normal map.\n[#94139.blend](T94139.blend)\n\n![2.93.jpg](2.93.jpg)\n\n![2.83.jpg](2.83.jpg)", "Edges, generated with Triangulate modifier looks differend and do not disappear with hiding.\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GT 640/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 445.87\n\nBroken: version: 2.90.0 Alpha\n2.83 release\n\n\n[2020-06-18_15-14-00.mp4](2020-06-18_15-14-00.mp4)\n[untitled.blend](untitled.blend)\n\nDefault cube with Triangulate modifier, wireframe mode, edit mode.\nSelect all, hide. You will have this.\n![42185019.png](42185019.png)\n\nThere is no way to part of mesh with generated edges and hide another part.\nAlso weird shading for polygons.\n![42204622.png](42204622.png)\n\n", "Unable to flip side with \"Bridge Edge Loops\" operator\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 535.98\n\nBroken: version: 3.6.0 Beta\n\nwhen bridging 2 opposite faces that face away from each other, the bridge inversely connects or chooses the shortest path and there is no way to adjust the smoothness profile to invert the connection to the positive side, the image below shows the difference between blenders bridge tool on the left and Quick Bridge Addon connection on the right, I think this is an important problem as there are no easy way around this to achieve the same result, I hope you can fix it , maybe allow a negative input in smoothness or something, Thank you\n\n\n", "Geometry-node object-info rotation&scale outputs values are False if scale is negative \nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.59\n\nBroken: version: 3.3.0\n\nthe object info rotation & scale values are false if the scale of the sampled object is negative \nsee video, where i compare with simple drivers of the object transforms\n\n[dffdsdfdsfsfd.mp4](dffdsdfdsfsfd.mp4)\n[buggy transforms.blend](buggy_transforms.blend)\n\n", "Exaggerated Ambient Occlusion Effect with Subsurface Scattering Materials in Cycles\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.68\n\nBroken: version: 2.93.2\n\nWhen rendering with Cycles, whenever meshes with materials that have subsurface scattering intersect, a very obvious ambient occlusion effect is generated around the intersections. It functions as expected with Eevee, but in Cycles, there's always a very unattractive dark seam line.\n\nApply any subsurface scattering materials to any two intersecting meshes, and render out with Cycles.\n\nHere are my results, I used a procedural snow shader, but I get similar results with any subsurface scattering materials.\n[subsurface scattering.blend](subsurface_scattering.blend)\nResults with Subsurface Scattering in Cycles\n![Cycles SSS.jpg](Cycles_SSS.jpg)\nSame shader in Cycles with Subsurface scattering turned off\n![Cycles No SSS.jpg](Cycles_No_SSS.jpg)\nSame shader in Eevee with baked indirect lighting and subsurface scattering turned on\n![Eevee with SSS and baked indirect lighting.jpg](Eevee_with_SSS_and_baked_indirect_lighting.jpg)\n\n", "Wrong reflection in Reflection Plane when Ambient Occlusion is also turned on\nIntel Core 2 Quad, 8 Gb RAM, NVidia GeForce GTX 960 2GB\nWindows 7 x64\n\nBroken: 2.8, 2.9\nWorked: n\\a\n\nReflection Plane object produces wrong reflections when Reflection Plane is nearly perpendicular to camera and Ambient Occlusion is turned on.\n\n1. Open provided Blender file, switch to Rendered view and observe how Reflection Plane reflects the opposite wall as almost black.\n2. Disable Ambient Occlusion and reflection will become normal.\n3. I have also noticed that if you change Ambient Occlusion value to something like 40 mm, reflection will be turned into a gradient.\n4. Moving Reflection Plane away from the wall does absolutely nothing, if you switch to the second camera that faces Reflection Plane straight on, back wall will look normal but side walls will become dark.\n[WrongReflection.blend](WrongReflection.blend)\n![WrongReflection1.jpg](WrongReflection1.jpg)\n![WrongReflection2.JPG](WrongReflection2.JPG)", "EEVEE doesn't take collection visibility in account with collection instances\nOperating system: Arch Linux and Windows 10\nGraphics card: Intel UHD 620 and NVIDIA GTX 1060 Super\n\nBroken: `3.1 Alpha 43b0ff3054ba`; `3.0 Beta fb0ea94c6303`; `LTS 2.83.19`\nWorked: \n\nWhen baking (cubemaps or irradiance) with visibility collection set, it will ignore collection instances.\n\nTo explain, I've prepared the following screenshot, hopefully it will explain the situation well.\n\n![image.png](image.png)\n\nAs you can see, the cubemap has visibility collection set to *Collection*, where a *Plane, Cube and an instance of Real* are present, however in the cubemap only the *Plane and Cube* are visible, while the instance is left out.\n\nAs a reference, this is how it should've looked like (this was after instances were made real):\n\n![image.png](image.png)\n\n1. Open the appended file\n2. In render settings, under indirect lighting: *Delete Lighting Cache* and *Bake Cubemap Only*\n3. Switch to Renderered view\n4. Observe the missing floating instance of Real\n[eevee_visibility.blend](eevee_visibility.blend)", "Normal arrows float out of subdivided curve\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 442.59\n\nBroken: version: 2.83 (sub 17)\n\n\nWhen curve subdivided, normals (arrows) still floats on their old unsubdivided positions. \nLooks like a bug/flaw.\n\n[2020-05-22_12-36-40.mp4](2020-05-22_12-36-40.mp4)\n\n[отлипшие нормали.blend](отлипшие_нормали.blend)\n\n", "Auto smooth smooths triangulated faces despite faces beeing set to flat shading/EEVEE smooths faces when it shouldn't\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.07\n\nBroken: version: 3.1.0\n\nWhen using cycles after enabling auto smooth it smooths the faces after triangulation despite setting faces to flat shading, meaning that a quad will still have flat shading compared to it's neighbors but instead of showing 2 flat tris it will show 1 smoothed quad.\nWhen using EEVEE it always smooths the faces after triangulation despite setting faces to flat shading even if auto smooth is turned off, so depending on whether or not this is intentional behvior, the title might also be \"triaglulated faces not smoothed correctly in cycles when auto smooth disabled.\"\n\nTest file:\n[Test.blend](Test.blend)\n\n2 almost identical Suzannes. Both are set to shade flat, but the left one has auto smooth enabled while the right one does not.\nNote that the triangulation is not visible for the left suzanne.\nSwitching to EEVEE shows that the triangulation is not visible for either of them.\n\nThank you and have a great day!" ]
[ "flipped normals in reflection plane\nwin7x64\n1080ti\n\nblender-2.80-1df6a98b176f-win64\nthe normal map of bricks on the wall is displayed flipped in the reflection plane. is it a bug or a limitation? \n\n![Capture.JPG](Capture.JPG)\n\n" ]
Cannot shift + select to add more nodes to selection Operating system: Windows 10 64x Graphics card: GTX 1070 Broken: 2.8 d415b5c7b85 Cannot shift + select to add or remove more nodes from selection. The oly way is using the rectangle or circle select.
[ "Python API support for element picking (matching selection picking)\nCurrently there is no convenient way to pick the object under the mouse cursor.\n\n### Motivation\n\nPicking an item (typically an object), under the cursor is useful for interactive tools,\nfor selecting a target... etc. as is already done in Blender's C code.\n\nCurrently methods of doing this are insufficient.\n\n- Ray-cast only works for mesh, geometry types and isn't useful for mesh elements, bones... etc.\n- Selection picking changes the selection, is awkward to access the result and doesn't allow to filter elements (if you only want certain object types for example).\n\nThis limits the kinds of interactive tools that can be written (at least easily).\n\n### Proposal\n\nFor space types that support picking elements, add a method for picking items, example usage:\n\n```\nlocation = event.mouse_region_x, event.mouse_region_y\nob = context.region.find_on_screen_object(location)\n```\n\nSince it's common to filter items based on type, or other properties, a filter function should be supported.\n\n```\nob = context.region.find_on_screen_object(location, filter=lambda ob: ob.type == 'GPENCIL')\n```\n\nBMesh elements could be supported too.\n\n\nNote that returning multiple values is needed in some cases if the element on it's own doesn't provide enough information. For example, a bone or vertex doesn't give access to the object, which is needed for multi-edit mode support.\n\n```\nresult = context.region.find_on_screen_mesh_edge(\n location,\n filter=lambda candidate: candidate.object.get(\"my_property\") == 1 and candidate.vert.co.x > 1.0,\n)\nif result:\n print(result.object, result.vert)\n```\n\nOther space types can support this too.\n\n```\nnode = context.region.find_on_screen_node(location, filter=lambda node: node.type != 'OUTPUT_MATERIAL')\n```\n\n\n### Open Topics\n\n- Would we support a returning multiple hits (callers might be able to use the filter function for this if they really wanted).\n- Should this be a generic function for all types of objects:\n\n```\nTypes could be passed in as an argument. e.g.\n```\n\n```\n`context.region.find_on_screen_item(location, type={'EDIT_MESH_EDGE', 'EDIT_MESH_FACE'})`\n```\n\n- Why limit this to picking? Why not support passing in a bounding box & return it's result, or a polygon and return the lasso result?\n\n *This could be handled as a separate step, mentioning it here to note that it's a possibility but not part of this proposal.*\n\n- We could return an object that stores multiple values, this means if we need to add additional context to the result, it wont break scripts.\n\n```\ne.g: \n```\n\n```\n result = context.region.find_on_screen_node(location)\n if result:\n print(\"Found\", result.node, result.node_group)\n\n```\n\n\n### Scope\n\nWhile this need not implement all data-types initially, these are data-types that could be supported.\n\n- 3D View\n\n - Objects (all types)\n - Armature Edit Mode: Bone, Head/Tail\n - Armature PoseBones: Bone (only)\n - MetaBall: Inner / Outer rings.\n - Mesh Elements: (Vert/Edge/Face)\n - Curve: Vertices & Handles\n - Lattice: Vertices\n - Grease Pencil: Vertices\n - Particle Edit Mode: Vertices\n - Stroke path bezier handles.\n - Gizmos? *(not sure about this one)*\n\n- Image View\n\n - UV Elements: Vertex, Loop, Face\n - Mask: Vertices & Handles\n\n- Node Editor\n\n - Nodes\n - Node Sockets\n - Node Links? (not sure about this one)\n\n- Sequencer\n\n - Sequence: strip, handles\n\n- Movie clip editor\n\n - Track: Center, corners, rotation handle.\n - Mask: Vertices & Handles\n\n- Dope Sheet\n\n - Channels: ID's & individual channels\n - Keyframes.\n - Markers\n\n- Graph Editor\n\n - Channels: ID & individual channels.\n - F-Curves: Whole curves & bezier handles\n \n- NLA\n\n - Channels: ID & individual tracks.\n - NLA strips.\n - Markers.\n\n- Text Editor\n\n - Line and cursor offset (low priority).\n\n- Python Console\n\n - Line and cursor offset (low priority).\n\n- Info\n\n - Report (low priority).\n- Outliner:\n\n - Scene, ID data-block + data *(needs investigation, the hierarchy of data could be returned: e.g. scene, view_layer, collection, object, mesh, modifier)*\n\n- File browser\n\n - File name.\n\n\n----\n\n### Implementation Details\n\n- This should share functionality with selection picking (for predictable results and to avoid code duplication).\n- This would need to be implemented in the C/Python API directly (not the RNA API), as it uses callbacks & non RNA types (in the case of BMesh).", "Loop deselect doesn't work in 3 button emulation mode\nOperating system: Windows 7\nGraphics card: irrelevant\n\nBroken: 2.80, 9a8b6d51c12, 2018-12-11 01:35, Branch: blender2.8\n\nWith three button emulation and left click select on in user preferences, no methods for deselecting edge loops work.\n", "Title: CTRL-Z from edit into sculpt mode causes crash if mesh has shape-keys \nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 980 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 452.06\n\nBroken: version: 2.91.0 Alpha\nWorked: 2.82 (sub 7)\n\nBlender crashes when you CTRL-Z back to sculpt mode when the mesh has shape-keys. This bug happens in 2.83.0 and up, only in the Windows builds. Tested in Linux Mint 19.3 and had no crash there.\n\nAdd basis shape-key on any mesh -> change to sculpt mode -> Change mode to edit -> Undo back -> This causes a crash when it undoes back to sculpt mode.\n", "Geometry node group input for \"Single Value Only\"\nAdd a new \"Single Value Only\" option to node group inputs, only for geometry nodes.\n\nThis would hard-code the non-field status of that input, and remove the \"Use attribute\" toggle in modifier and tool inputs.\n\n", "Grease Pencil Proportional Edit \"Connected Only\" fails to delimit unconnected strokes if they are selected\nVersion 2.80 rc3 (Linux 54)\n\n[GP_proportional_edit_bug.blend](GP_proportional_edit_bug.blend)\n\nHow to reproduce:\n\n - Open attached file, remain in edit mode.\n - Note the proportional edit settings and selected stroke vertices.\n # Move around the whole blue stroke, along with one vertex at the tip of the black stroke.\n\nObserve how the black stroke is affected by the selected vertices of the blue stroke, even though the two strokes are not connected and are on different layers. This is not the expected behavior of the \"Connected Only\" setting. The strokes should only be affected by their own vertices, but as long as any vertex of either stroke is selected, they will affect each other as though the \"Connected Only\" setting is ignored!", "Unable to select multiple Grease Pencil layers with Python\nOperating system:\nGraphics card:\n\nBroken: 3.4\nWorked: \n\nSetting the Grease Pencil Layer property \"select\" with Python doesn't seem to work. Tried various update tags with no luck. Similar layer properties, such as the booleans \"lock\" and \"hide\", work as expected with the same code as below.\n\n[select_bug.blend](select_bug.blend)\nOpen Blender from a console/terminal and keep that window in view, open the attached .blend, click the play button in the Text Editor header to run the example script (which sets all layers' select property to True), then hover the mouse cursor over the Python console and press Enter to run the command: print([gpl for gpl in bpy.context.object.data.layers if gpl.select])", "Geometry Node Crash\nOperating system: macOS-11.6-x86_64-i386-64bit 64 Bits\nGraphics card: Metal API AMD Radeon HD - FirePro D500 1.2\n\nBroken: version: 3.6.2\n\nGeometry Node crash when I try to add a node to the default Cube.\n| Node Setup: | Crash Log: |\n| --- | --- |\n|![Screen Shot 2023-09-12 at 2.00.57 PM.png](attachment)|![Screen Shot 2023-09-12 at 2.01.43 PM.png](attachment)|\n\n- open blender\n- open the geometry node workspace\n- With the default cube selected, add a new Geo Node setup\n- add a node using the menu or Shift A\n\nBlender crashes.\n\nIf I delete the cube, add a plane, and add the geo node to the plane, blender does not crash.\n\n", "Mirror select doesn't select appropriate vertices where there are overlapping verts\nOperating system: Windows 10 Pro\nGraphics card: GTX 1070 + GT710 for extra outputs\n\nBroken: 2019-03-10 22:28\nHash 6fd11a21f5c5\n\n\nCtrl-Shift-M (or using the menu to select mirrored) doesn't select all mirrored verts where there are overlapping verts.\n\n\n[63Stingray.zip](63Stingray.zip)\n\nOpen blend file, hopefully it'll already be in edit mode with the appropriate vertices selected.\n\nShould look like this;\n![image.png](image.png)\n\nFrom there select mirrored from either the select menu, or Ctrl-Shift-M, doesn't matter, and enable the following settings;\n\n![image.png](image.png)\n\nObserve incomplete selection;\n\n![image.png](image.png)\n\nThe area's of incomplete selection are here, where the overlapping underbody verts are in the same location as the verts for the body;\n\n![image.png](image.png)\n\n", "TexBlendNode Python property tooltip incorrect\nBlender 2.8 \n\nI can not change the Progression or the Flip Axis for the Tex Blend Node with python. \n\nIt returns with an error that says \" no attribute use_flip_axis\". I thought this was my fault so I reached out for help on the Stack Exchange> [here ](how-do-i-change-the-blend-node-to-vertical?)\n\nThey think this is a bug or missing API?.. I checked online but could not see this bug reported so I thought I would let you guys know.\n\nI have used a rotate node to work around the problem but I am sure you guys would be able to fix this issue with ease.\n\n[#69973.blend](T69973.blend)", "Multiple Edge Loop Selection doesn't always work\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 527.56\n\nBroken: version: 3.5.0\nWorked: 3.3\n\nMultiple Edge Loop Selection (Shift+Alt+Select) will sometimes stop working until Shift is released and depressed again. Problem started in Blender 3.4 and did not exist in Blender 3.3 (tested).\n\n\n- Create a cylinder primitive.\n- Enter Edit Mode.\n- Attempt to Edge Loop Select multiple edges by holding Shift+Alt and clicking on them. Occasionally, this function will simply stop working after the first few selects -- no more edge loops can be selected -- until Shift is released and depressed again.\n\nThis problem does not occur for general multi selection (when only Shift is held).\n\n", "Wrong add selection to active collection operator description\nOperating system: Arch Linux\nGraphics card: GTX 970\n\nBroken: 036e95bb21fa\n\n\nWhen left-clicking on a collection in the outliner it is highlighted in white and its name is also shown in the 3D viewport and status bar. This to me indicates it is the \"active collection\", analogous to the active object. \n\nHowever, the tooltip (and collections in the list) for Add selection to active collection (Ctrl-Shift-G) says \"Add the object to the collection **that contains the active object**\". This indicates a different meaning of \"active collection\". \n\nSo two questions:\n- Which is the correct definition of active collection?\n- What is the use of the highlighted collection in the outliner?\n\n\n", "Unselected nurbs vertices occlude selected ones\nBroken: 2.80 , 2.92\nWorked: 2.79\n\nCan't select Nurbs Sphere's top points with simple left click. It's only selectable with box selection.\n\n\nAdd nurbs sphere\nEdit mode\ntry to left click select the central top points.", "Select Loop Inner-Region issue\nWin8 64bit | GTX680\n\nBroken: 2.77 509270e\n\nWhen working with face loop, this tool doesn't always work as expected.\n\n\n![inner.png](inner.png)\n\nNot sure if this can be a bug. Please check.", "Proposal: improve functionality of Randomise Transform\nI personally find the way Randomise Transform works to be a bit confusing. The problem goes for all modes (location, rotation, scale) but it is most noticeable when randomising scale.\n\nIf I understand it correctly, setting the number to 1.15 would set the boundaries for the randomisation to 0.85 - 1.15, which is not very clear in this UI. It gets worse when I set it to a number below 1 - is it still the maximum? What's the minimum then?\n\nI would like to propose the following design for this: work with actual, defined boundaries - minimum and maximum values.\n\n![proposal_randomise.png](proposal_randomise.png)\n*Though it's not really a huge issue in the location and rotation modes, I would extend it there for consistency.*\n\nWhile not exactly easier on the eyes than the current UI, I feel this offers more control and predictability than using one number that the user has to imagine going in both directions of the axis. And when scaling, no-idea-where.", "Selection Options\nDesign for expansion of selection and adjacent features.\n\n**Introduction**\nI made a build for 3.60 that is mostly about selection, check out the source if you want #109150\n\n[Here's a video about my build that I will reference throughout.](watch?v=HVrFCOa7RO8)\n\nI will be updating my build and it's individual features to 3.6 over the next week or two, then I'll update them to main after that. I'll link to the pull requests of each individual feature, they don't have much in the way of description and are behind the main build I made, but I will be updating them. \n\n**Edges and Faces**\nAt 0:42 in the video above. \n#109309\n\nGive some options in the keymap for more control over how user can box/circle/lasso select edges and faces. \n\nA dropdown for Edge Select with up to 3 options:\nDefault does Blender does, and Circle doesn't have this option\nTouch will select anything the selection area touches\nEnclose will select edges that have both ends inside the selection area\n\nAll 3 tools have 4 options for selecting Faces:\nDefault does what Blender does\nTouch will select anything the selection area touches\nEnclose will select a face if all their verts are inside\nCenter will select a face if you touch their center\n\n**X-Ray**\nAt 2:38 in the video above.\n#109318\n#109319\n\nBlender doesn't select unseen mesh. You select what you can see. If user wants to box/circle/lasso select something on the other side of a mesh, they'd either turn on X-Ray or move the camera until it's visible. With objects Blender always selects through, and it can't be turned off. Give user control over this, and provide some convenience features. \n\nMake a popover for the X-Ray button. Move the X-Ray settings here from the Shading Popover. Give them new names so it's more clear that wireframe and solid have separate X-Ray properties.\n\nIf user wants to box/circle/lasso select unseen mesh without X-Ray, they can use Select Through. They can decide which tools and modes will use it. \n\nIf they don't want to change how X-Ray affects box/circle/lasso selection, they can use Automatic X-Ray. When they start to drag select it will turn X-Ray on, and when the selection is done X-Ray will turn off. They can decide which tools and modes will use it. \n\nInclude some operators. User can show any combination of them in the Header. If everything necessary for the tool and mode is enabled, the button for the operator will be lit up. It's modular, so there are many ways for the user to setup their shortcuts. Make new icons for Auto X-Ray and Select Through, the ones in my build were made by Alexey Adamitsky.\n\n**Viewport Facing Select**\nAt 4:17 in the video above.\n#109357\n\nBlender _does_ select unseen Mesh, and not in a good way like Select Through. If user can see some verts of an edge or face, they're potentially selectable regardless of their visibility. If it isn't truly random which unseen edges and faces this applies to, it may as well be. The 3 drag selection tools select the same wrong things, but if the viewport camera is moved or rotated, this will usually mean that different unseen edges and faces are now selectable.\n\nThe opposite is also a problem, where user cannot select visible mesh. If user zooms out, has a complex mesh, or a shallow angle on it, selection bitmap will only capture some of the mesh and give a patchy bit of what the user wanted. Long term, need to increase resolution of selection bitmap, whatever that would mean. Maybe Vulkan affects this in a positive way, maybe it has nothing to do with it. \n\nFor now I made Viewport-Facing Select to deal with this. Put it in Toolsettings. It works in near select, X-Ray, or both. When user drag selects with box/circle/lasso, it compares mesh normals to the viewport. If they aren't facing each other within the threshold, they won't be selected. Has a range from +/- 0.999999. Greater or equal to 0 means the mesh normal is pointed in the direction user has it set to. The higher they set the threshold, the more the mesh needs to be facing in that direction. A value of 1 should mean the viewport and mesh are aligned, but was only working from the front perspective (numpad 1) and from nowhere else regardless of ortho. Max threshold of 0.999999 is functionally the same as having it at 1 except it works from any angle. Negative values can select unseen mesh.\n\nAll Verts setting saves performance without compromise, because Blender doesn't select unseen verts. They're dimensionless, and since there's only one position for them to be drawn in, they shouldn't be in the selection bitmap unless they're visible.\n\nFront Verts will select verts based on their normals,. Some of the verts at the edge of a mesh are excluded. Verts of Front Face will fix that, it selects verts if they're part of a face with a viewport facing normal. There's also rear facing counterparts to these, they do the opposite where they'll select stuff pointed away from the viewport. Not sure if they're useful but it's easy to include.\n\nThe settings for edges work the same as verts. Using edge normals will exclude things the user probably wants to select, and Edges of Front Face will correct that. Same goes for face settings, except Front Faces are what give accurate selection. Faces of Front Vert will select faces that have at least one vert with a viewport facing normal. This means it can select unseen faces, which is what I'm trying to avoid, but maybe it's useful for something.\n\nSometimes user will be able to see a face even though it has a rear-facing normal, and VFS won't select it. Usually this is because they are dealing with two triangles that have no business sharing the same quad, but that's going to happen from time to time, and they'll need a way to select them. Besides turning this feature off temporarily, triangulating or otherwise fixing the mesh, single-clicking, or rotating the camera, they can drop the VFS threshold into the negative. How negative they go depends on what they're willing to live with, and it gets worse the lower they go. I keep it at zero, because at least I have a chance of noticing things I didn't select. Hard to keep track of random selections that you can't see. It's not perfect, but it's predicable, and should work with most geometry.\n\n**Object Origin**\nAt 7:35 in the video above.\n#109373\n\nMy implementation of this feature is incomplete, but functional. Circle and lasso are forced to select objects by their origin, while box cannot do this. Put a checkbox in the Keymap so user can control this. Call it Select Object Origin. With my build box origin seems ok, but circle is a little off and lasso has enough problems with non-origin that I left it out. There's an addon that does this fine though from what I've been told. I looked at it but I couldn't figure out how to give object mode access to vert info, just kept getting errors so I left it at that for now. Addon is called [X-Ray Selection Tools](DaLdj)\n\n**Unsolved Mesh Select Issues**\nAt 8:32 in the video above\n\nIntersect doesn't work with Touch or Enclose face in X-Ray and Select Through. Don't know why, looked at it a few times, doesn't make sense to me. With my build it will fallback to a Center select instead. Figured it's better to do something close to what is expected rather than nothing.\n\nEnclose face works in near select, but it's hard to use if user can't see all the verts of a face. If there is a visible face, but some of it's verts that would otherwise be on screen are behind something else, the selection bitmap thinks they don't exist. This means that it also thinks that part of these faces are outside the selection area, even though they aren't, and they get excluded from selection. One thing user can try is avoiding the selection bitmap entirely. Turn on Select Through, and set Viewport Facing Select to work in X-Ray, Verts of Front Face, Edges of Front Face, and Front Faces. Threshold at zero is best in my opinion. Now they get a decent result, but have to deal with the baggage that comes with Select Through and VFS. They don't always get everything they can see, at least when encountering some weird faces that have triangles pointing in very different directions. Also, they're going to select like X-Ray so if there's something that is facing the viewport, but they don't have line of sight, they're going to select it without actually seeing it.\n\n**Drag Direction**\nAt 9:56 in the video above.\n#109726\n\nBlender let's you assign a direction to click-drag in the Keymap. There are 8 of them, which is nice, but it's confusing and inaccurate if all you need are 2. Provide some alternatives in Preferences->Input->Mouse. I'd like to put them at the top of the keymap in that preferences area, but I noticed how that thing will disappear if you load a keymap or use one other than the default. Didn't look into it yet. \n\nKeymap Drag Direction has 3 options. Eight, which is what Blender does, Left Right, and Up Down. The tradeoff for the new ones is that they're exclusive. If you use Left Right, the only Keymap items Blender will match with are Any, Left, and Right. Unless something has been manually set to a direction, there shouldn't be anything besides View Axis, the ones where you hold ALT and Middlemouse while dragging in the direction that corresponds to the view you want.\n\nWith Blender's way, try to set Box select to Extend when dragging left aka West, and Subtract when dragging right aka East. If user doesn't initiate a mouse drag within 45 degrees of left or right, they get a Tweak Event instead of what they expected. There's a way to make this work better using the keymap alone. They can set Extend to Any, and Subtract to East, Northeast, and Southeast. The Keymap item set to Any needs to be after the other 3 or they'll be undetectable. Not intuitive, and I didn't figure out this was possible until after making this feature.\n\nWith the new ways I made there's 3 operators that will set drag direction. If a Keymap item is undetectable, it will warn the user about it. Not ideal, but nothing bad will happen, it's just telling them that this Keymap item won't do anything because Blender can't see it anymore.\n\nDrag detection has some perpindicular bias. If the user is on the Left Right setting, and they drag up or down far enough before moving to the right, they're going to get the Left Keymap item instead of the Right Keymap item that they intended. If they're on Up Down, and move horizontally before going up, they would get the Down Keymap. With Blender's Eight way, assuming they set it like I described, the dominant Keymap item is the one that is set to the Any direction. The Left Right and Up down options are a lot more precise so it's hard for this to happen. The Eight way calculation rounds to the nearest int, so it treats every mouse drag within 45 degrees of a cardinal direction like it went straight vertical or horizontal. This problem can be mitigated by increasing drag theshold in Userprefs->Input->Mouse.\n\n**Selection Radius**\nAt 12:48 in the video above.\n#109729\n\nSingle-click an edge, vertex, or facedot and there's a pretty big area the user can grab it from. Faces in near select have zero radius, so the cursor needs to be right on top of them. Make this adjustable and consistent. Preferences->Editing->Miscellaneous-> Adjustable Click Select is where I put it, but that is not a good spot. It makes faces act the same as the others, and the user can change the size of the selection radius. Blender gives unselected mesh a slight bias, this can be turned off. Very minor detail that would not likely be noticed.\n\n**Conclusion**\n Nothing is really done all the way, but it is closing some gaps. Lot's of things can be moved, renamed, tweaked. That's what I'd like to do, and maybe some of it can make it into real Blender.\n\n" ]
[ "Left Click Select with Shift key to select additional nodes doesn't work.\nOperating system: Windows 64\nGraphics card: Titan X\n\nBroken: Blender 2.8 Beta 2018-12-03 Build\nWorked: (optional) Blender 2.79\n\nCan't left click select, with shift modifier key to select additional nodes. Doesn't work.\nIt goes into reroute mode even when clicked on a node.\n\nWith Factory settings, go to Shader editor.\nTry shift+click to select additional node.", "b28: shift+left click doesn't select\nOperating system: Ubuntu 18.04\nGraphics card: 2X GTX 1060\n\nBroken: 2.80\nWorked: (optional): 2.79\n\nShift+leftclick doesn't select multiple nodes in the shader editor\n\nBased on the default startup or an attached .blend file (as simple as possible).\n- Simple cube with a material has both Principled + material output\n- left click to select one of the nodes shift + left click to select the second node, but it doesn't select both, just the last one clicked on.\n\nI have \"left click\" select enabled.\n\nNote that the same procedure works in other areas of blender, for example selecting multiple bones.", "moving multiple nodes in node editor\nOperating system: Windows 10\nGraphics card: GTX 970\n\nBroken:\n(example: 2.80, edbf15d3c044, blender2.8, 2018-11-28, as found on the splash screen)\n\n\n- 1 In the node editor I can't select multiple nodes with shift click. \n- 2 I can't move multiple nodes in the node editor\n\n" ]
Blender crashes when spliting the viewport Operating system: Windows-10-10.0.18362-SP0 64 Bits Graphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 442.92 Broken: version: 2.83 (sub 15) [Blender 2020-05-10 14-40-34.mp4](Blender_2020-05-10_14-40-34.mp4) crashes when splitting the view, also tested on the different file it crashed when just adjusting, changing proportions between two windows/panels open a file and go to the left bottom corner, find when the cursor will change to "splitting cross" and left click to divide panel I have recorded to the moment when it's crashing ( recording has automatically stopped)
[ "Painting across different resolution UDIM tiles in image editor crash.\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.38\n\nBroken: version: 2.91.0 Alpha\n\n\nIf you have UDIMs of different resolutions, and you paint in the Image editor window across the tiles, you get a crash.\nIf you do the same thing in the 3D viewport, there is no problem.[CrashFile.7z](CrashFile.7z)\n\n\nCreate a UDIM texture, with at least two tiles, of different texture resolutions. \nIn the image editor in paint mode, draw a line across the tiles and it will crash. Sometimes I need to draw two lines crossing the tiles for it to crash.\n\nThat's all, you don't need to apply the textures to a model or anything else.\n\n\n", "use-after-free crash after setting scene's render.engine inside custom render engine context\nOperating system: Ubuntu 20.04.2LTS\n\nBroken: 2.93.0 Beta, branch: master, commit date: 2021-05-19 10:14, hash: a294670bacb1, type: release\nAlso Broken: 0efb627bbd3ac3e53afb95591ae4e244bd1f8af4\n\nBlender crashes when setting some scene's render.engine property inside `__init__` or the `view_update` context of a custom render engine to a different one than the custom engine.\n\n[T88404_asan_report.txt](T88404_asan_report.txt)\n**Code to reproduce the error**\n```\nimport bpy\nimport bgl\n\nclass CustomRenderEngine(bpy.types.RenderEngine):\n bl_idname = \"CUSTOM\"\n bl_label = \"Custom\"\n bl_use_preview = True\n \n def __init__(self):\n return\n scene = bpy.data.scenes.new(\"foo\")\n scene.render.engine = \"CYCLES\"\n bpy.data.scenes.remove(scene)\n\n def __del__(self):\n pass\n\n def view_update(self, context, depsgraph):\n scene = bpy.data.scenes.new(\"foo\")\n scene.render.engine = \"CYCLES\"\n bpy.data.scenes.remove(scene)\n\n def view_draw(self, context, depsgraph):\n pass\n\ndef get_panels():\n exclude_panels = {\n 'VIEWLAYER_PT_filter',\n 'VIEWLAYER_PT_layer_passes',\n }\n\n panels = []\n for panel in bpy.types.Panel.__subclasses__():\n if hasattr(panel, 'COMPAT_ENGINES') and 'BLENDER_RENDER' in panel.COMPAT_ENGINES:\n if panel.__name__ not in exclude_panels:\n panels.append(panel)\n\n return panels\n\n\ndef register():\n bpy.utils.register_class(CustomRenderEngine)\n\n for panel in get_panels():\n panel.COMPAT_ENGINES.add('CUSTOM')\n\n\ndef unregister():\n bpy.utils.unregister_class(CustomRenderEngine)\n\n for panel in get_panels():\n if 'CUSTOM' in panel.COMPAT_ENGINES:\n panel.COMPAT_ENGINES.remove('CUSTOM')\n\nif __name__ == \"__main__\":\n register()\n```\n\n1) Copy code from above into a new script file inside of Blender\n2) Run the script\n3) Select \"Custom\" as Render Engine inside Render Properties\n4) Select \"Material Preview\" as display method in the viewport.\n\n[crash.blend](crash.blend)\n\nCrash log:\n```\n# Blender 2.93.0, Commit date: 2021-05-19 10:14, Hash a294670bacb1\nEngine 'CUSTOM' not available for scene 'Scene' (an add-on may need to be installed or enabled) # Error\nbpy.ops.text.run_script() # Operator\n\n# backtrace\n./blender(BLI_system_backtrace+0x20) [0xa63c950]\n./blender() [0xf6082a]\n/lib/x86_64-linux-gnu/libc.so.6(+0x46210) [0x7f7ce17be210]\n./blender(GPU_framebuffer_blit+0x2f) [0x8664faf]\n./blender() [0x1485fc3]\n./blender() [0x14597fe]\n./blender(DRW_draw_render_loop_ex+0x242) [0x1459a72]\n./blender(view3d_main_region_draw+0x8f) [0x1d3570f]\n./blender(ED_region_do_draw+0x851) [0x189c771]\n./blender(wm_draw_update+0x52e) [0x130cc9e]\n./blender(WM_main+0x30) [0x130aa20]\n./blender(main+0x319) [0xe881c9]\n/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f7ce179f0b3]\n./blender() [0xf5d1bc]\n\n# Python backtrace\n```", "Blender crashed when increasing Strand Steps in the Viewport Display on the Particle tab\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: Quadro RTX 3000 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 535.98\n\nBroken: version: 3.6.0\nWorked: I dunno\n\nBlender crashed when increasing Strand Steps in the Viewport Display on the Particle tab\n\n<video src=\"attachment\" title=\"Crash when particle edit.mp4\" controls></video>\n\n1, Open the attached Blender file\n2, Rekey it to have a higher keypoints\n3, Increase the Strand Steps in the Viewport Display on the Particle tab\n\n", "Broken textures and shading\nOperating system: Linux-5.15.0-40-generic-x86_64-with-glibc2.35 64 Bits\nGraphics card: NVIDIA GeForce MX130/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 510.73.05\n\nBroken: version: 3.2.0\n\nBroken textures when starting up blender and loading object textures and shading issues\n![untitled.png](untitled.png)\n[Blender Texture Bug.mp4](Blender_Texture_Bug.mp4)\n\nPossible causes:\n * Not loading the parent asset blend file before the asset in another scene (opening it first seems to fix the issue in my testing) \n * 4k textures (i've heavily used 4k textures in the asset)\n * Viewport Texture size limit setting (Changed it to 2k)\n![Screenshot_20220623_020103.png](Screenshot_20220623_020103.png)\n\n[untitled.blend](untitled.blend)\n", "Weird VSE crash\nOperating system: Win11\nGraphics card: RX580\n\nBroken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen) blender 4.0.0 alpha\nWorked: (newest version of Blender that worked as expected) no clue\n\nBlender crashes on opening file. Was trying to make an alternative caption that gets around the Multiply color issue #112267 but came across a new bug.\n\nBased on the default startup or an attached .blend file (as simple as possible).\nOpen the file I've attached\n\n", "Regression: Crash when animation is playing\nOperating system: Windows 10\nGraphics card: 2x RTX3080\n\nBroken: 3.6 and 3.6.1 release canditate\n\nPress the space bar, the animation starts and Blender closes. The console says : EXCEPTION_ACCESS_VIOLATION\nI also test the file with an independent portable version of Blender, but the crash still occurs.\n\nPress space bar to play the animation and wait the frame 48.\n\n[Fluent_Testing_7_for_blend_dev.blend](https://projects.blender.orgattachment)", "inset and bevel edits crashing blender 3.x\nThreadripper 1950x 128 gb ram 2tb SSD (home)\nNVIDA 3080 updated to latest drivers\n\nIntel i7 64 gb ram 2 tb SSD (work)\nAMD 6900xt updated to latest drivers\n\n\nHappens on all 3.x versions of blender.\n\nIssue happens on both my home PC (the thread ripper) and my work PC.\n\nStart editing default cube add bevels, insets place some cuts... crashes within a couple of minutes. Happens in all display modes.. mesh, solid, renders. Happens with a smooth display mesh and hard edges. Super frustrating need to save just before doing any of these procedures on any modeling task. Always update video drivers which probably cant be the issue because two different families of video cards in two different machines have the same issue. Been doing this ever since I updated to Blender 3. I assume it's a plugin I installed because I can't imagine why this would happen on two completely different computers. Is there a dump file or something I can send? Here is a video of a typical crash. No dialog box... just blender vanishes in the the middle of editing.\n\n", "Regression: Crashes when uses preview or final render modes\nOperating system: Mac Os Monterey 12.6.1\nGraphics card: AMD Radeon R9 M380 2 GB\n\nBroken: blender 3.6.2\nWorked: Blender 3.4.1\n\nBlender 3.6.2 crashes on MacOS when you change between preview or final render modes. I Think is a problem related with the Realtime Viewport compositing. I think it is not enabled at all on MacOS but maybe developers did not do it correctly and some render features are requesting missing elements.\n\nSimply make 3 or 4 render previews and then press F12 to obtain a final render (or viceversa). Blender Crashes immediately.\n\n", "View Pan not working for smaller clip start value\nOperating system: win 10 pro\nGraphics card: rtx 2060\n\nBroken: 3.5, 2.83\nWorked: never?\n\nFor smaller `clip start` value when we zoom out, `View pan` does not work\n\n- Open .blend file\n- Pan around by any method\nIncrease `clip start` value, this will fix panning problem\n[Sand_003.blend](Sand_003.blend)", "Scripting: undo after mesh.separate causes crash\nOperating system: Linux\n\nLatest tested: blender-3.5.0-beta+v35.f23e3c7f04f3-linux.x86_64-release\nEarliest tested: blender-3.1.2-linux-x64\n\nTrying to undo `bpy.ops.mesh.separate(type='MATERIAL')` in a script crashes Blender.\n\n1. Create a cube and two materials. Go to edit mode and assign some faces to both materials. Go back to object mode.\n\n ![A cube with white and red materials](attachment)\n\n2. Open the Text Editor and run this script\n\n ```py\n import bpy\n bpy.ops.ed.undo_push( message = \"temp\" )\n bpy.ops.mesh.separate( type = 'MATERIAL' )\n bpy.ops.ed.undo()\n ```\n\n3. Crash (segmentation fault).\n\nSomewhat mysteriously if I save just before running the script, close Blender, then reopen the .blend and then run the script, I get non-determinstic results (sometimes the undo does nothing, sometimes the white part is gone). The only consistent way I found to get a crash was to create the cube from scratch every time. So no .blend is attached to this issue.\n\n", "System Hangs while Interacting with the Viewport\nOperating system: Manjaro KDE Plasma\nGraphics card: Intel HD Graphics (Cherry Trail) Atom X7-Z8700\n\nBroken: 3.5.0, 3.4.0, 3.4.1\nWorked: 3.3.2 (Haven't tried newer versions in the 3.3.x series)\n\nBlender causes the entire system to hang periodically while performing any task. Simply rotating the camera or zooming in or out results in the system freezing for minutes at a time. The mouse cursor responds to mouse and touchpad movement, but the system does not respond to mouse button clicks or keyboard input for long periods of time. Neither Blender nor the desktop respond.\n\nWhen rotating, moving or zooming the camera text overlays in the viewport flicker, sometimes the entire viewport flickers, then the system hangs. There are no errors or warnings printed to the terminal\n\nDoesn't appear to be related to a specific file. The issue is present in all blend files and when starting with the default setup.\n\n", "Blender 3.2 crash when extracting mesh draw cache\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.96\n\nBroken: version: 3.2.0\nWorked: 3.1\n\nBlender 3.2 constantly crash on heavy load.\n\nI have loaded my scene that has a lot of particles. tried to playback the timeline. after maximum 3 frames, Blender just closes without any error messages.\n[HourglassBuildUp-JUNE30.blend](HourglassBuildUp-JUNE30.blend)\n\n", "Blender Crashes on Render (Save As), then refuses to start\nOperating system: Windows 10\nGraphics card: NVIDIA GeForce RTX 3060\n\nBroken: 3.6.1\nWorked: N/A\n\nFirst observed with the attached file. I tried to save a png image render from it; when I clicked \"Save As,\" Blender crashed and then... wouldn't open. It seemed to initiate startup, because the little black window that usually notified me that it was reading my userprefs.py file would blink into existence just long enough for me to register what it said, then close itself and act like I hadn't clicked it.\n\nRestarting my computer fixes the problem temporarily, until the next crash. The crashes are inconsistent, but seem to happen only when I hit main menu items like Open or Save. This includes previous versions, apparently, as I still had 3.5 installed and it does the same quick blink.\n\nThe only thing I could think of was that that Read line in the black window referred to finding the userprefs file in C:\\ when I installed everything into M:\\, but I tried copying the required path over to C:\\ with no effect and also it gives me that same message when it's working and starts up fine.\n\nI also tried repairing the 3.6.1 install, and uninstalling/reinstalling, to no effect.\n\nBased on the default startup or an attached .blend file (as simple as possible).\n\n", "Cycle crash\n[System Information](https://projects.blender.orgattachment)\n\nBlender version: 3.4.1\n\nCrash when switching from Material Preview to Rendered in Viewport Shading and GPU Compute was set for Cycles. In CPU mode it's OK.\n\n\nOpen project.\nSelect CPU in Cycles settings.\nSwitch from Material preview to Rendered in Viewport shading.\nNow it works.\nChange to GPU Compute in Cycles settings.\nCrash...\n\n", "Cycles crashes on viewport rendering in CUDA driver\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.94\n\nBroken: version: 3.3.0\nWorked: 3.2\n\nThe crash happens while navigating the viewport in shading mode, using Cycles.\n\nThis crash reappeared in the latest 3.3 release. It happened in older releases, then it got stable, but now it's back again.\nApparently, it has to do with Cuda.\nIt's not happening in one particular scene only, but rather randomly regardless of the complexity of the scene.\n\n[Cave-CloseUp-v006.crash.txt](Cave-CloseUp-v006.crash.txt)\n\n[Cave-CloseUp-v005.crash.txt](Cave-CloseUp-v005.crash.txt)\n\n[blender.crash.txt](blender.crash.txt)" ]
[ "[Interface] Blender crashes when trying to split areas\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1050/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 442.92\n\nBroken: version: 2.83 (sub 15)\n\nI try to split area and Blender crashes. \n\n\n - open Blender\n - try to split area in several methods\n\n\n\n[Split_Area_Crash.mp4](Split_Area_Crash.mp4)\n\n" ]
Wireframe mode has solid shading when X-Ray is off and (X-ray value is greater than 0 or outline is turned on) Broken: 2.8x, 2.9 Wireframe mode has solid shading when X-Ray is turned off and ( X-ray value is greater than 0 or outline is turned on). Open default cube. Change to Wireframe Shading. Open the shading dropdown. Turn off Outline. Turn off X-ray. Turn on Outline. The shading will be solid filled with the background color. Turn off Outline. The shading won't be solid Now with both Outline and X-Ray off, change the X-ray slider up and down. Even though it's toggled off, changing it still influences shading. A value off 0 makes it shade correctly, and greater values makes it solid.
[ "Bug with environment texture\nOperating system: Windows 10\nGraphics card: Nvidia GeForce RTX 3050 Laptop GPU\n\n3.6.2\n\nAfter I checked and unchecked \"Open Shading Language\" checkbox Blender crashed, after that I opened my project and turned rendered viewport the environment texture become a one solid color, and as I was rotating my camera it was changing the color.\n\nBased on an attached .blend file you can go to the Render viewport and take a look at this error.\n\n", "Weird specular reflective behaviour of the Principled BSDF\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.07\n\nBroken: version: 3.0.0\n\nThe Principled BSDF in Blender uses the metalness workflow. This means that we don't have direct control over the F(0) reflectivity of the dielectric parts of the mesh, which is why Blenders Principled BSDF additionally also has a specular parameter to control the F(0) reflectivity of these areas.\nSince with metallic materials the F(0) reflectivity is directly controlled by the Base color this means that for metallic areas the specular parameter should not have any influence on the reflectivity of the material whatsoever.\nHowever it does, as by lowering the specular parameter on the Principled BSDF visibly reduces the reflectivity on the edges of metals in a physically unexplainable way. When setting the specular value to 0 the Principled BSDF then uses the F(0) value as reflectivity at all angles.\nI am not sure if this is a bug or a feature, but even if this were a feature there isn't a single source which mentions how the specular parameter influences the Fresnel equation (or in the case of the Principled BSDF Schlick's approximation) mathematically, so if you know where that would be documented please share it with us.\n[Test2.blend](Test2.blend)\nTest file with cylinder, specular value increasing from bottom to top, raised to the 4th power to make effect more visible.\n\nNow even if this were a bug I think, that we should keep it as, being able to control the Fresnel like this is a very handy feature however there is a problem, which is that the specular value does not control the reflectivity of the Principled BSDF if the transmission value is 1.\nIn the below file for both planes the specular value increases from left to right, while the top has transmisson=1 and the bottom plane has metallic=1, the reflection of both planes have been reduced to show just the glossy reflection.\n[Test file.blend](Test_file.blend)\nAs can be clearly seen on the bottom plane the glossy reflection increases with increasing specularity however on the top plane stays the same.", "Shadow buffers\nIn order to reduce Shader register pressure during shading phase, we need to transfer the shadow sampling of opaque surfaces to a fullscreen pass.\nWe would store 1 or 2 bits per lights (limiting number of shadowed lights per pixels to 32 or 16) and use noise to dither the shadow shape.\nThe noise would disappear with accumulation.\nThis idea was explored in this presentation [link](view).\nThe issue is that this technique will not work for alpha-blended surfaces that will still need the standard shadow code.\nContact shadow and cascade shadows cost could be reduced. This could be the opportunity to remove support for contact shadows for alpha blend surfaces.\nThis also will permit to have raytraced shadows in the future.\n\nEstimate : 2 weeks\n", "Solid mode in EEVEE looks pixelated (NEW)/ CYCLES in GPU 3D AMD driver problem (OLD KNOWN Problem)\n**Xeon E3 1230 V2 - 16Gb RAM**\nOperating system: Windows 10\nGraphics card: AMD RX 570 8Gb VRAM\n\n**Blender Version 2.92.0**\n\n\nI opened an old work of mine that I was mading on same 2.92.0 before. Today when I opened the solid mode as default and appears very pixelated and like matrix effect, as AMD error was giving in Cycles before... \nMaybe is AMD driver problem or materials render data. \nSome months ago was Cycles incompatibility. Cycles is still working only on CPU and now Eevee have problems in solid mode. \nI've tested in 2.83.5 version and worked. ![2 83 5 cycles .jpg](2_83_5_cycles_.jpg)\n\n![eevee 2 83 5 .jpg](eevee_2_83_5_.jpg)\nattached photos. In 2.92.0 isn't \n\n**Work in a project\nfews days later (about 20 days) open the archive and solid mode was pixelated ![Sem Título-gdf1.jpg](Sem_Título-gdf1.jpg) ![bug blender.jpg](bug_blender.jpg)\n\n[estilizada unir cabeca retopo.blend](estilizada_unir_cabeca_retopo.blend)\nBased on the default startup or an attached .blend file (as simple as possible).", "Applying screw modifier doesn't respect hide status of edges from edit mode.\n\n\nUPDATE: If the Unhide hotkey is used, despite no parts actaully being \"unhidden\", the uneditable parts become editable.\n\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.61\n\nBroken: version: 3.5.0\n\n\nApplying a screw modifier with parts of mesh hidden in edit mode will result in those generated mesh from hidden parts to:\n\n1. only show as edges,\n2. be still selectable in edge select mode,\n3. and becoming uneditable.\n\nwhen going back to edit mode.\n\nOriginal description:\n\nIf certain parts of a mesh with a screw modifier are hidden in edit mode (though still visible with the screw modifier, just not selectable), and then the modifier is applied to the mesh in object mode, the previously hidden parts will become uneditable, though still selectable in edit mode.\n\n\n- Add a screw modifier to an object\n- Hide parts of the object in edit mode\n- Apply the screw modifier in object mode\n- Go to edit mode, the parts that's hidden supposedly has edges on display.\n - If use edge select mode, you can actually select those ghost edges, but not editable.\n - If use alt-h, then everything is shown and behaving normal again.\n", "Selected object color is weird in wireframe mode if the object color isn't single.\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 465.89\n\nBroken: version: 3.0.0 Alpha\n\nOutline overlay seems to be drawn under wireframe.\n\n[#91619.blend](T91619.blend)\n\nImmediately visible in provided file.", "3D Texturing: When changing the texture resolution, the pixel data isn't recreated\n* Start painting\n* Change image resolution\n* Continue painting.\n\nWe have a safe guard for this, but it doesn't seem to work anymore.\n", "Fade Inactive Geometry: Objects with the same stored mode are not faded\nOperating system: Linux-5.4.0-72-generic-x86_64-with-glibc2.31 64 Bits\nGraphics card: Quadro GP100/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 450.102.04\n\nBroken: version: 3.0.0 Alpha\n\nIt is possible to keep objects in a certain mode even if they are not active. \nThe \"Fade Inactive\" Geometry\" overlay is supposed to fade out any object that is not affected by the currently active object in any mode that is not object mode.\nUnfortunately if any object in the scene is also in the same mode, even if it is not active or affected by the currently active object, it will not be greyed out.\n\n![Screenshot_2021-04-22_11-40-07.png](Screenshot_2021-04-22_11-40-07.png) In this example image 2 quad-spheres are not greyed out. The left one is active and can be sculpted on. The right one is not active or selected but is also currently in sculpt mode. \n\n- Disable \"Lock Object Modes\" in Topbar -> Edit\n- Duplicate an object multiple times to have more than 1\n- Select one and switch to (for example) vertex paint mode\n- Select another object in the 3D viewport or via the outliner without exiting the mode of the active object\n- Switch into the vertex paint mode\n- The other object is not greyed out \n\n", "Shading or Lighting Discrepancy issue\nOperating system: Windows-10-10.0.17763 64 Bits\nGraphics card: GeForce RTX 2080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 440.97\n\n\nBroken: version: 2.80 (sub 75)\nWorked: (optional)\n\n\nSo I’ve been having this problem since working in 2.8 and I don’t have a clue what could be causing this issue but I went and stripped down a project as simple as possible trying to isolate the root cause. It seems its a mesh that has an emissive material and when I disconnect the node or hide the mesh the problem disappears. Weird thing is that the brighter version is when hiding mesh number 2. I am attaching the file.\n\nYou will see how the tone changes. This never happened to me after so many years using Blender until now already in a few projects in 2.8. \n\n- Open attached file.\n- Render once using slot 1.\n- Hide mesh 2 or disconnect the emissive node.\n- Render again using slot 2.\n# Toggle with J\n\nNotice the different lighting between each result.\n\n[Shading Issue - Simplied.blend](Shading_Issue_-_Simplied.blend)", "Meshes are invisible if any objects are set to display 'In Front'\nOperating system: Darwin-18.7.0-x86_64-i386-64bit 64 Bits\nGraphics card: Intel(R) HD Graphics 6000 Intel Inc. 4.1 INTEL-12.10.14\n\nBroken: version: 2.83.0\nWorked: 2.82\n\nIf any objects are set to display as 'in front' in a project, all meshes will display only as faint outlines. In edit mode, meshes display similar to how they would if they were set to display as wireframe.\n\nAdd a new mesh, curve, or armature to the scene.\nObject properties -> Viewport display -> Enable 'In Front'\n\n", "Decreasing view End makes wireframe ugly\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 445.87\n\nBroken: version: 2.90.0 Beta\n\nTry to decrease viewport camera endclip to 20 meters and you wil have aliased lines despite enabled AA\nOnly in orthographic view.\n\n500 meters\n![46373213.png](46373213.png)\n\n20 meters\n![46383813.png](46383813.png)\n\n", "Sculpted models in Solid or Wireframe viewports do not update in other Material or Rendered viewports when changes are undone (Undo). This can cause a desync that the artist may not notice until it's too late.\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 442.50\n\nBroken: version: 2.90.0\n\nSuppose there are two viewports, one in Material Preview or Rendered shading mode and the second viewport in Solid or Wireframe shading. I sculpt the mesh in the Solid or Wireframe (I don't sculpt in Wireframe at all, but this problem occurs in that mode as well) viewport and then undo the changes, but the undo does not update the model in the Material Preview or Rendered viewports.\n\nWhy I sculpt this way and why this error (or by design) is problematic and annoying:\n- I can see the topology much better in Solid shading with matcaps. However, I also want to be able to see how the sculpt looks under more finalized lighting settings in real-time while I edit and experiment with different sculpting or placement of facial features, for example.\n- I am constantly undoing brush strokes in a sort of error-correction method of sculpting. Naturally, reducing undoing strokes would be more efficient overall, but not being able to see the reverted mesh from undoing strokes absolutely debillitates confidence of an artist when they're suddenly not working on the most updated model.\n- This can cause bad sculpting errors as one looks from one viewport to the other to \"sanity check\" or simply check progress and be fooled into thinking that the models are synced, when they're actually desynced. The artist might not notice this and continue sculpting, which will update both views again, but it can cause unintentional sculpting errors.\n\nI'm not sure if this was a conscious design choice (2.82 also has this problem. I did not test pre-2.79 versions), but if it was, it makes absolutely no sense why there is even the possibility of anything desyncing between viewports, no matter how the artist works. It just makes me question all the time whether or not me activating Undo actually did anything at all, which causes even more frustration.\n\n1) Create a sphere.\n2) Split window into two viewports.\n3) Change shading mode of one viewport to either Material Preview or Rendered and the other viewport to Solid or Wireframe.\n4) Sculpt sphere in solid mode.\n5) Ctrl+Z to Undo.\n6) Undo is not updated in Material Preview or Rendered viewports.\n\n\n", "No slash in «Bright Contrast» menu item\nOperating system: Windows 7 SP1\nGraphics card: nVidia GTX 770\n\nBroken: 2.90 last beta\nWorked: 2.79\n\nI noticed that there is no slash in Bright/Contrast menu item in the Color category in the node editor. It is written there as \"Bright Contrast\" (without slash).\n\nOpen the node editor, select the add item, select the Color category and look at the \"Bright Contrast\" menu item.\n", "Improve usability of Group Colors in animation editors\nProblem:\n\nWithout going into much detail, as it stands in the animation editors for the right contrast to be achieved between the white text and the colours they have to be dim but to be useful in the view port they need to be bright (again for contrast).\n\nBlender's default colors unselected in the viewport:\n![2020-10-27 10_37_17-Blender.png](2020-10-27_10_37_17-Blender.png)\n\nOriginal Group Colors selected in the viewport:\n![2020-10-27 10_38_12-Blender.png](2020-10-27_10_38_12-Blender.png)\n\nBrightly colored bones are especially important in the 3D Viewport when they have thin shapes. Dimmer bone colors are hard to see over Blender's dark wireframe and dark background.\n\nIt's really hard to tell apart the selected ones from the non selected ones.\nIf i didn't show you the first picture and you only looked at the second picture you wouldn't have a clue whether any bone is selected or unselected.\n\nThe Rigify add-on uses bright bone colors to aid visibility in the 3D Viewport. However, this makes the channel list unreadable, as can be seen in the image below.\n\nFor optimal readability in the Channel List the colors would have to be darker, which conflicts with the requirements for the 3D Viewport.\n\n![2020-10-27 10_58_27-Blender.png](2020-10-27_10_58_27-Blender.png)\n\nThis method has 1 great side and very important for animation which is making very obvious and clear which bones are selected, unselected and active.\n\nAnd the downside is that the dope sheet/graph editor gets even more unreadable when you expand the channel's attributes:\n![2020-10-27 11_00_28-Blender.png](2020-10-27_11_00_28-Blender.png)\n\nLeaving us in at a point of: bright groups will give us the readability we need in the viewport but mess completely the animation editors and on the default colors improving the readability in the animation editor but making it really hard on the eyes in the viewport.\n\nSo currently the existing solution\nHere comes: \n![2020-10-27 11_02_07-Blender.png](2020-10-27_11_02_07-Blender.png)\n\nAn option that has been there for ages and has proven not only useful but for anyone that works with character rigs is the first button they press every time they go to the graph editor posing a new problem: the option is local to the file, so every new shot, every new animation you need to un-tick this box in every animation editor.\n\nSo there are a few things here we propose which \n\nFirst: **Move the option to the Animation preferences panel**\nPros: you as user chose how do you like it to stay, even if it its on by default you turn it on once and that's it.\nCons: it's still on by default.\n\nSecond: **Redesign the way the bone group colors are presented in the animation editors**\nPros: done well means we could eventually get rid of the option to turn on/off if we come to a solution that is non intrusive a-la outliner, taking full advantage of all the ideas that at this moment seem to be playing against each other.\nCons: longer process to design and implement correctly.\n\nIn adition to the presentation of the bone group colors in the animation editors we also can see that creating and editing group colors can be time consuming and way more complex than we want it to be, we'll propose a simplified yet powerful version that will be more clear and faster to setup.\n", "Smooth shading usabilty\nWhen adding a mesh primitive in Blender, it is by default flat-shaded without subdivision surfaces. This means that after adding a new object with a smooth surface (like a sphere or monkey mesh), the user almost always has to change some settings.\n\nWe could change the default mesh settings to avoid that. However there are two distinct use cases which require different settings.\n\n* Meshes with autosmooth and/or custom normals. This could be either a low poly model for games, or a high poly model imported from CAD software.\n* Subdivision surfaces with creases to define sharp areas of the model. Custom normals are lost in the subdivision process, and autosmooth can't be combined with GPU acceleration.\n\nOnce subdivision surface settings become part of the mesh (#68891 (Subdivision surface settings part of the Mesh)), we could handle these as more distinct cases in the user interface and implementation.\n* If a mesh is a subdivision surface, no autosmooth or custom normals would be available.\n* Subdivision surface mesh primitives could be in a separate submenu of the Add menu, with all faces smooth shaded by default.\n* Mesh primitives could have smooth shaded faces and autosmooth enabled by default when it makes sense.\n\nEnabling autosmooth by default will negatively impact performance, particularly in edit mode. It's not obvious this is something we want to do. Further optimizations in this area are possible, but there will always be a cost." ]
[ "x-ray doesn't deactivate when set to 0 in wireframe shading\nOperating system: Windows-8.1-6.3.9600-SP0 64 Bits\nGraphics card: GeForce GT 710/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 441.66\n\nBroken: version: 2.83 (sub 15)\n\nIn some occasions whenever you are in wire frame mode you are not able to visually deactivate the x-ray mode when its value is 0.\n\n- Open the file below\n- In the layout tab using wireframe shading activate/deactivate the x-ray, it should work properly.\n- Now go to the sculpting tab try doing the same here, it doesn't deactivate.\n- With x-ray activated change it to any number. \n- Now try deactivating it, it works properly.\n\nnote: from the startup file it seem to happen only in the sculpting tab\n[xraybug.blend](xraybug.blend)\n\n![image.png](image.png)\n\n![image.png](image.png)\n", "Wireframe Shading mode X-Ray won't turn off with some previous version files\nOperating system: Windows-10-10.0.17763-SP0 64 Bits\nGraphics card: GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 445.75\n\nBroken: version: 2.83.0\nWorked: blender 2.82\nWhen I load some files from blender 2.82 inside 2.83, the X-Ray mode is always turned on on the Wireframe Shading. saving or saving as doesn't seems to solve the problem.\n\nUnfortunately I don't know how to reproduce it yet . What I know is some of my old files are loaded properly in blender 2.83, others have this issue. \nI'm not sure if it's only with blender 2.82 saves or older versions.\n\nI took a file that have this problem, deleted everything and add some cubes only to show the issue. I attached the result. Note that X-Ray toggle doesn't change anything in the viewport. The thing, is that if I open this in blender 2.82, the problem doesn't appear anymore.\n[WireframeOnlyXRay.blend](WireframeOnlyXRay.blend)" ]
Dyntopo detail size operator visual. Operating system: Windows-10-10.0.16299-SP0 64 Bits Graphics card: Quadro K2100M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 426.78 Broken: version: 2.93.0 Alpha Worked: Dyntopo detail size operator visual in `30b5fd1a3c` build download from the website. ![image.png](image.png) In some builds in a few days before I noticed also have this issue too but after a day it fixed and the error got back again. ![image.png](image.png) New File > Sculpting > Turn on Dyntopo with Constant detail > Shift ~ D
[ "Add Object Tool, Resolve UI Issues & Polish\nThis task is to track the add-object tool.\n\n- - [x] Resolve behavior when axis aligned, see: #57210 (currently creates very large object). Done 1501c3adad\n- - [ ] Review design changes proposed by @DanielBystedt #57210#1010083", "Retopology in Blender\nThis design task is the proposal of implementing settings, operators, and tools that are useful for retopology work.\n\nThe biggest driving reason behind this proposal is that retopology work in Blender involves either an ad-hoc set up or add-ons (whether purchased or free). This is due to the very specific nature of retopology work. In particular, retopo work involves the creation of new source geometry (similar to modeling) and pushing around source geometry to straighten edge loops or relax stretched or skewed faces (similar to smooth sculpting brush). However, through all of the manipulating operations, the source geometry needs to remain on the surface of target mesh(es). This means that the tools need to follow up their edit with a snap operation. Due to this closeness, though, the source geometry could be hidden by the target mesh, so care must be taken to ensure the target geometry is appropriately visible over the target(s).\n\nThis proposal aims to bring the following ideas into Blender:\n\n* Edited geometry of retopo mesh will automatically snap or project to the surface of another mesh\n* Retopo tools will aid artist by solving specific problems typical of retopology work (i.e., high-level tools)\n* Source geometry will render over targets (in most cases) without showing through (similar to x-ray or in-front)\n\nThe [Retopology Mode ](Retopology_Mode) design document goes into some details about retopology work along with arguments behind some of the design decisions I made.\n\n\nWork Done\n****\n\nThis section describes the work that has been done so far. Some of my work has already been committed, some is still under review, and some of my work has been abandoned for more generalized approaches.\n\n[[D14035](D14035): Retopology Mode and Overlay ](D14035)\nThis patch has been abandoned, as Campbell thought a more general approach would be preferred. Note: left here to show extent of this work.\n\n[[D14591](D14591): Transform Snap: added nearest face snap mode, added snapping options, lightly refactored snapping code ](D14591)\nThis patch allows transformed source geometry to snap to the surface of target meshes, which is critical for retopology work. A few notes:\n* This method is different from the previous `Face` (now `Face Raycast`) snapping method, as the previous method snapped to the first visible surface under the mouse (raycast through mouse position from view). The new method allows the vertex to snap to the nearest surface, even if it is not visible.\n* This feature is cherry-picked from [D14035](D14035).\n\n[[D15154](D15154): Expose option to support fallback tools keymap in GizmoGroup type ](D15154)\nThis patch allows a `WorkSpaceTool` to use the fallback tools (ex: Select Box) when the mouse is not hovering the active `GizmoGroup`. With this, a new tool can act similar to the built-in tools like Move.\n\n\n[[D15398](D15398): Expose snap options in transform operators ](D15398)\nThis patch allows a tool to set specific snapping options without having to alter the global ToolSettings. With this, each tool can use the snapping options that are appropriate for the given tool. For example:\n* A geometry pen tool would operate best when Face Raycast is enabled (with Face Nearest as a fallback), as it operates on only visible parts of the mesh.\n* But a circumference loop tool will likely work on geometry that wraps around a target, so having Face Raycast enabled is not ideal.\n\n\n[[D15406](D15406): Add Retopology Mode as Snapping Option ](D15406)\nRetopology work involves the creation of new geometry (similar to modeling) but with snapping enabled by default. However, the potential snapping targets will depend on the snapping method under consideration. Specifically, source geometry should snap to the\n\n* surface of non-edited target meshes, but not to the surface of the edited source meshes, but it should snap to the\n* vertices of the edited source meshes, but usually not to the vertices of non-edited target meshes (exception might be CAD or certain hard surface retopo work)\n\nWithout this patch, there are only two options for achieve similar goals (listed below), but neither are ideal.\n\n* The user can make the deliberate change between snapping to target or snapping to source. This can be done before starting snapping through Tool Settings, or possibly through a keyboard action (but would require modifying Blender source)\n* Implement specific snapping routines for the tools to use rather than the built-in snapping methods.\n\n\n\nOngoing Work\n****\n\nThis section describes the work that is still ongoing. Some of this work is dependent on a few patches still waiting to be committed into Blender.\n\nTool: GeoPen\n-----------------\n\nI have a working prototype of a geometry pen. This tool is similar to Poly Build, but there are differences. Note: some of the differences are simply limitations in Poly Build and could be fixed.\n\n* GeoPen works with the current selection, while Poly Build uses nearest geometry.\n** Nearest geometry is determined in screen space, and *unfortunately* does not account for occlusion.\n* GeoPen works with any geometry, while Poly Build extends only from boundary edges.\n**Poly Build ignores loose edges and internal edges (edges between two faces).** Poly Build cannot create new disconnected patch of geometry.\n* GeoPen allows for repositioning of more geometry than a single vertex.\n** Nearest always has a result, so cannot use fallback Box Select with `LeftMouse` drag. Can use `B`+`LeftMouse` or switch tools...\n* GeoPen passes snapping options as arguments, where Poly Build requires user to set and enable manually (optionally use `Ctrl` while transforming).\n* GeoPen is written in Python as a proof of concept, where Poly Build is built into Blender.\n** GeoPen does work around some limitations in bpy (see [Experiments: Retopo Translate ]] and [[ https:*wiki.blender.org/wiki/User:Jon_Denning/Reports/2022/Experiments#geopen_hiccups | Experiments: geopen hiccups ](https:*wiki.blender.org/wiki/User:Jon_Denning/Reports/2022/Experiments#Retopo_Translate) for more details), but this type of tool should be able to be implemented on either side of the API.\n\nOut of all the differences, the first two are key differences in operating paradigm... how the tools operates. While a few of Blender's tools operate in a modal mode (e.g., Knife, Make Line), most of Blender's tools allow the user to change selection and operate on that selection via a Gizmo (e.g., Extrude Region, Inset Faces, Bevel, Smooth, Edge Slide, etc.). Valid arguments can be made for either approach.\n\nThe main argument behind using selection rather than nearest is: the tool does not make decisions on the behalf of the user. In other words, it is always clear what GeoPen will do next as the context is clear, while Poly Build depends on where the mouse is relative to the projected geometry (which comes with its own set of known quirks like rounding errors).\n\n\nBlender Manual\n-------------------\n\nI have started updating the [Snapping Options ](snapping.html) of Blender Manual to reflect the work listed above.\n\nA possible option is to add a subsection that discusses retopology-specific work, but this would better fit under a Retopology section, especially when more tools are ready.\n\n\nRender\n---------\n\nAs the retopology mode patch was abandoned, this area of retopology might not get touched.\n\nAlthough, I do have some ideas on a button / add-on that can adjust settings to be more ideal for retopo work.\n", "clay strip brush (and probably any brush) create some strange shading and geometry artifacts...\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.89\n\nBroken: version: 2.91.0\n\nclay strip brush (and probably any brush) create some strange shading and geometry artifacts...\n\n1. open blender, subdivide the default cube in edit mode a few times,\n2. add subdiv modifier with 3 levels (25,1 million in total) and apply modifier.\n3. go to sculpt mode and start playing with the clay strip brush and brush settings a little bit...\n4. change the sculpt plane to view plane, and add a stroke continuously in the edge of the cube, and some transparent shading bug appears when i go to check the back side of the stroke made, but this get fixed when i use the smooth brush a little bit in those boundary edges...\n![Captura de pantalla 2020-12-27 011521.png](Captura_de_pantalla_2020-12-27_011521.png)\n![Captura de pantalla 2020-12-27 011545.png](Captura_de_pantalla_2020-12-27_011545.png)\n5. change the sculpt plane to area plane again, and try on other edge the same again, and some grid topology starts to appear suddenly in the first stroke when drawing, but when i keep drawing it was less noticeable the artifact but was still there...\n![Captura de pantalla 2020-12-27 011700.png](Captura_de_pantalla_2020-12-27_011700.png)\n![Captura de pantalla 2020-12-27 011711.png](Captura_de_pantalla_2020-12-27_011711.png)\n\n", "Edit Dyntopo Detail Size unreliable for small scales\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 770/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.30\n\nBroken: version: 2.92.0 Alpha\n\nSculpt Mode >> Shift + D \n`bpy.ops.sculpt.dyntopo_detail_size_edit` / Edit Dyntopo Detail Size *(for Dyntopo detailing set to Constant detail)*\n\nThis operator is supposed to show a grid preview of the mesh density applied from strokes using Dynamic Topology. \nNormally this works, however when a mesh is small, relative to the 1 BU / CM, it becomes too slow/fast to change the resolution, and when the density is too high *(for a larger mesh)*, the resolution bumps up to a higher size, removing the ability to even preview the density after manually adjusting to a more acceptable resolution. \n\nTake a cube, and subdivide it 4 or 5 times.\nWith cube at the default size of 1 BU, use the eyedropper to sample the cube's density, then adjust the detail size with this operator *(Shift+D)*, \n\nNext, scale the cube down to 0.1 and repeat. \nNotice how much harder it is to adjust the size. \n\nNext scale the cube down to 0.01 and repeat. \nNow, you will see the grid flash a dense resolution and quickly bump up to bigger triangles. \nAlso, the operator has a secondary option of Ctrl+Clicking to sample from the mouse. It won't even sample at this small scale. \n*(The operator is capped at 500.0)*\n\n-----\nIf you needed to sculpt something this small *(for example a finger)*, you would have to either manually set the number *(and not use this operator, or only glimpse the flash)*, or scale the mesh *(and maybe everything else)* up to a large size. \n\nInversely, if you scale up too big, you won't be able to use low resolution detailing, because the larger triangles are also capped at 1.0.\n", "Sculpt Mode: Edit Voxel Size hotkey conflict\nOperating system: Win 10\n\nBroken: blender-2.90-51ac411ce80c-windows64\n\nThe \"Edit Voxel Size\" and the \"Repeat Last\" functions are using the same hotkey (Shift+R), and as a result, the \"Repeat Last\" command is not working in sculpt mode.\n![image.png](image.png)", "Inconsistent Limitations of Instances in Geometry Nodes\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15\n\nBroken: version: 3.2.0 Alpha\n\nIt's not clear what operations can or can't be done to an instance, eg. Extrude and Scale Element, Dual Mesh, Triangulate etc all work fine but Set Position doesn't. \n\nSorry for the complex file but I wanted to leave in all the nodes I'd been through before realising that I was working an Instance still.\nThe Set Position node was the first one in that line that gave me any indication that I was still on an instance.\n\n[12 Marching Squares.blend](12_Marching_Squares.blend)\n", "Python API - Scale parameter isn't taken into account when adding certain primitives\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 970/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71\n\nBroken: version: 3.0.0 Alpha\n\nIn text editor run this:\n\n```\nimport bpy\nbpy.ops.mesh.primitive_plane_add(scale=(5.0, 1.0, 0.0))\n```\n\n... and observe that plane has wrong scale(always default (1,1,1)).\n\ngoing over the primitives, the following need attention:\n\n```\n- add_primitive_plane_exec\n- add_primitive_grid_exec\n- add_primitive_monkey_exec\n- add_primitive_circle_exec\n- curvesurf_prim_add\n\n- NOPE object_add_exec\n\n- TODO effector_add_exec\n\n- these end up in object scale? (or dont make sense):\n- check sense lightprobe_add_exec\n- check object_camera_add_exec\n- object_metaball_add_exec\n\n- object_armature_add_exec\n- object_empty_add_exec\n- object_gpencil_add_exec\n- object_add_text_exec\n\n- object_light_add_exec\n- collection_instance_add_exec\n- object_speaker_add_exec\n- object_hair_add_exec\n- object_pointcloud_add_exec\n- object_volume_add\n```", "modifier offset slider step value being driven by the mouse looses one order of magnitude worth of accuracy when units are metric vs none\nwin 10\n2080ti\n\nBroken: 2.80+\n\nSince blender 2.8 has switched to real world units the modifier slider step(when driven by the mouse) value has lost one order of magnitude worth of accuracy, 0.001 instead of 0.0001 \nIt is possible to switch the unit system back to none to get the higher accuracy. \nThey should be consistent and both work to the higher level of accuracy as this level is essential when working on real work scale small items e.g. a watch\n\n\n- with scene unit type set to \"metric\" add a bevel modifier the standard cube\n- press shift while clicking and dragging the bevel modifier offset slider and notice how the smallest amount possible to move is 0.001 m\n- switch scene unit type to \"none\"\n- press shift and click drag the modifier offset slider and notice the smallest amount possible to move is 0.0001 m\n", "Bevel modifier. Incorrect behavior on vertexes where three or more edges with a bevel converge.\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 960/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.94\n\nBroken: version: 3.4.1\n\nThe bug is noticeable when the number of segments is greater than 1 and the profile value is greater than 0.5. There is a violation of flatness on convex vertexes. The outer loops of the bevel are correct, but the filling of the angle inside is incorrect.\nThe same bug appears if you use the bevel operator instead of the modifier.\nThe bug is also observed in previous versions of the Blender, at least after 2.93.\nOn concave vertexes, the bug is also present, but less noticeable.\n\nExtrude a cube face, scale it and shift it to form convex and concave vertexes. Add a bevel modifier with 2 or more segments and a profile from about 0.5 to 0.99(9).\n\n", "Bug when working with the Child Of constraint and the Selection to Cursor command\nBroken: version: 3.0.0 Alpha\nWorked: Never\n\nWhen working with the Child Of constraint the `Select To Cursor` command does not work correctly.\n\n- Open attached file\n- In the 3d View press {key Shift S} and `Select To Cursor`\n[Bug_ChildOf_Selection2Cursor.blend](Bug_ChildOf_Selection2Cursor.blend)\n\n---\n**Original Report:**\nWhen working with the Child Of constraint, it is impossible to use it several times by enabling and disabling the influence of the constraint. \nHe second time the offset is different and the child object jumps away from the desired position. \nIt's hard to put it in the right place. I tried to use a 3D cursor for this, but the Select To Cursor command does not work correctly when working with this the Child Of constraints.", "Low unit scale values show wrong Stepsize in sliders\nOperating system: Linux-5.8.0-2-amd64-x86_64-with-debian-bullseye-sid 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 450.66\n\nBroken: version: 2.91.0 Alpha\nWorked: not in 2.80 or 2.83\n\nWhen the unit scale is too low (<= 0.002 for imperial, <= 0.00009 for metric) the stepsize is too big and sliding bound sliders (like thickness in solidify) will bounce them between their limits. At almost the same time seperate units stop showing the correct unit and instead switches to the default unit. But that seems to don't quite align as I was able to get the unit issue without the stepsize issue (might related to #81663).\n\nThe stepsize issue does not appear when Continuous Grab is disabled in the User Preferences.\n\nBased on default startup.\n1. In Scene Settings: enable seperate units\n2. set unit system to imperial with a unitscale of 0.001\n3. add a solidify modifier and slide the thickness value\n4. set unit system to metric with a unitscale of 0.00009\n5. slide the thickness value of the solidify modifier again (same behavior)\n6. disable Continuous Grab in the User Preferences\n7. slide the thickness value of the solidify modifier again (normal behavior)\n\n", "Can't resize node in visible bounds\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 536.40\n\nBroken: version: 4.0.0 Alpha\n\nWhen trying to resize a node, the node cannot be resized if the mouse is precisely on the edge of the node\n\nAdd any node in shader o geometry node editor and try to resize the node with the cursor in the border line of the node\n<video src=\"attachment\" title=\"2023-07-11 14-28-46.mp4\" controls></video>\n\n", "XYZ symmetry options: unclear release notes\nThe 2.91 release notes for 5502517c3c are lacking, both in clarity of the description and the discoverability of that change for the people it impacts.\n\n- The change is described in the Sculpting section, under \"[Sculpting Workflow with multiple objects](Sculpt#Sculpting_Workflow_with_multiple_objects)\". However, it is much broader than just that. Since this change also impacts weight painting, it is relevant to riggers as well. It should be described in a place such that riggers can find it.\n- The only description is \"XYZ symmetry is now a per mesh settings which is shared between all painting and editing modes\". This doesn't convey what this change means practically, it doesn't show the changes in the UI, and doesn't tell riggers how they have to change their workflow to account for this change.\n\nAs a side-note, the #animation_rigging module should have been involved in design task #79785 and the review of [D8587](D8587), since this change impacts workflow of riggers. Instead, it went completely under the radar.\n", "Title: CTRL-Z from edit into sculpt mode causes crash if mesh has shape-keys \nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 980 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 452.06\n\nBroken: version: 2.91.0 Alpha\nWorked: 2.82 (sub 7)\n\nBlender crashes when you CTRL-Z back to sculpt mode when the mesh has shape-keys. This bug happens in 2.83.0 and up, only in the Windows builds. Tested in Linux Mint 19.3 and had no crash there.\n\nAdd basis shape-key on any mesh -> change to sculpt mode -> Change mode to edit -> Undo back -> This causes a crash when it undoes back to sculpt mode.\n", "Dae parsing issue\nOperating system:Windows 10\nGraphics card: NVidia gforce GTX660\n\n 2.79\n\n\nIt is a common error, when trying to upload an object to Second-life or Opensim, to be unable to upload a model,created in Blender, due to a \"DAE parsing issue\"\nThis object is one that is effected.\n\n[lowpol.blend](lowpol.blend)\nExport as .DAE file and upload to Opensim or Second-life" ]
[ "Dyntopo detail size drawing with Shift + D seems broken\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 460.79\n\nBroken: version: 2.92.0 Alpha\nWorked: At least a few alpha versions ago\n\nDyntopo size control with Shift + D seems broken.\nThe first time I tried, the gizmo simply froze and the Resolution value didn't change after mouse movement.\nAfter installing the latest GeForce Studio Driver — version 457.30 — I tried again. The gizmo casts infinite lines, but I noticed that the Resolution value does change after mouse movement.\n\n1. Enter Sculpt Mode.\n2. Activate Dyntopo.\n3. Switch to Constant Detail mode.\n4. Press Shift + D.", "Edit Dyntopo Detail Size grid randomly broken\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 770/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.30\n\nBroken: version: 2.92.0 Alpha\n\nSculpt Mode >> Shift + D \n`bpy.ops.sculpt.dyntopo_detail_size_edit` / Edit Dyntopo Detail Size *(for Dyntopo detailing set to Constant detail)*\n\nWhen starting Blender, sometimes this works, other times it does this:\n[2020-12-28 14-12-26.mp4](2020-12-28_14-12-26.mp4)\n\nWhatever goes wrong, is stuck in the Blender process across files/settings and is only repaired by starting a new Blender executable, and being lucky enough for it to not re-occur (it can happen like 4 times in a row). \n\nI just open Blender, put the cube into Sculpt > DynTopo > Constant Detail.\nIf the grid shows correctly, any other mesh will show correctly. \nIf the grid flies off like in the video, any other mesh will also glitch. " ]
Sequencer Add->Movie only imports one Movie from multiple selected in FileWindow Operating system: Linux-5.0.0-29-generic-x86_64-with-debian-buster-sid 64 Bits Graphics card: GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 390.116 Broken: version: 2.82 (sub 7) Worked: (optional) Sequencer Add->Movie only imports one Movie from multiple selected in FileWindow Sequencer SHIFT-A->Movie Blender 2.81: Select two or more or "A" all Movies, Click "Load Movie" --> all selected Movies are loaded into sequencer strips Blender 2.82: Select two or more or "A" all Movies,, Click "Load Movie" --> Only the first Movie is loaded. When using "A" to select all Blender fails with "Report: Error, "/home/cw/...." could not be loaded. NO strip loaded.
[ "Support Multiple Catalog Definition Files\n", "Color > Multiply doesn't multiply alpha channels\nOperating system: Win11\nGraphics card: RX580\n\nBroken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen) 4.0.0 alpha\nWorked: (newest version of Blender that worked as expected) 3.6.2\n\nThe Color > Multiply section in a video sequencer strip no longer multiplies the alpha channel when that feature is pretty important for creating outlines using the glow effect. Perhaps adding an option whether to multiply alpha or not would be beneficial?\n\nStart up blender 4.0.0\nSwitch to Video Editing workspace\nAdd a white color strip with 0.1 opacity\nAdjust the Color > Multiply value and notice how it doesn't affect alpha anymore\n\n", "VSE (Video Sequence Editor) scene strips have very slow playback in both Material preview and Rendered mode.\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.41\n\nBroken: version: 3.6.0 Alpha\n\nAdding the 3d scenes to the VSE and turning Material Preview or Rendered mode are making the playback very slow.\n\n1. With the default scene opened create a second scene.\n2. Switch to the Video sequencer.\n3. Add a first scene to the timeline.\n4. Switch \"Scene strip display\" to Material preview or Rendered.\n\nThank you.", "Hair Strand or Strip only shows in Eevee for the viewport \nOperating system: Darwin-18.7.0-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 560X OpenGL Engine ATI Technologies Inc. 4.1 ATI-2.11.20\n\nBroken: version: 2.81 (sub 14)\nWorked: (optional)\n\nHair Strand or Strip toggles only shows in Eevee for the viewport. If you only use Cycles you won't even know you have the option to display hair particles by thickness. \nIf you toggle it with Eevee enabled the settings port to Cycles though.", "Importing Alembic fails after more than ~510 individual cache files\nOperating system: Windows 10\nGraphics card: RTX 2080\n\nBroken: 3.4.1, 3.5.0\nWorked: -\n\nI am trying to import a lot of alembic character files. After ~510 successful caches following imports fail with error `Could not open Alembic archive for reading! See console for detail.` The console additionally prints `Could not open as ogawa file from provided streams` Individually all of my alembic files import without problems. The alembics are exported from blender. Importing fails for complex characters, as well as the default cube exported as alembic.\n\nOpen the attached blend file and run the script from the text editor. It will start to import the (attached) `cube.abc` without problems until it gets to roughly the 510th import.\nAt this point it is not possible to import any more alembic caches.\n\n", "Video Sequence Editor cache not updating for scene strips\nOperating system: Windows-10-10.0.17134 64 Bits\nGraphics card: GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 398.11\n\n\nBroken: version: 2.80 (sub 74)\nWorked: 2.79\n\n\nNot sure if I'm doing something wrong here, but the Video Sequence Editor is not updating scene strips when changes are made to the scene (like object/camera manipulation).\nWhatever is cached before the change stays in memory. The only way to force the update I've found so far is to change the \"Preview Shading\".\n\nThe expected behavior is that any visual change made to the scene in the scene strip would be updated real-time without changing the Preview Shading every time.\n\nThis isn't the case in 2.79. For the most part, I found scene strips updating when I made changes to the scene. If it won't update for some reason, I'd toggle something that won't affect my scene (like \"Show Grease Pencil\" when I have no GP elements).\nWhile even this wasn't ideal, at least I wasn't forced to change the strip visually to force the update, and it didn't need to be done every time.\n\nIf this isn't a bug but it's a settings issue, maybe the defaults need to be changed to make it work as expected.\n\n1. Add a scene strip to the VSE.\n2. Playback the timeline in VSE.\n3. Do something to change the scene. (e.g. Add a new Cube, move the camera, etc.)\n4. Scrub the timeline in VSE, and you should find that wherever there is cache, the scene doesn't update.\n\n[T66891_VSE_cache_scene.blend](T66891_VSE_cache_scene.blend)", "Doubled Animation Render Output using only File Output Nodes\nWindows 7\n\nBroken: 2.79. 5bd8ac9,\nWorked: presumably never?\n\n**Short Explanation**\nWhen rendering an animation while using compositing output nodes, you get doubled output because of the \"write_still=True\", when the \".base_path\" of the output nodes and \"bpy.data.scenes[\"Scene\"].render.filepath\" differ.\n\nIn a new scene, go into the node editor, tick on \"use nodes\" and switch to the \"compositing nodes\" view.\nReplace the \"Composite\" node with a \"File Output\" node.\nChange its base path to \"[...]\\folder1\"\n\nGo into the \"properties\" area, into the render tab.\nUnder \"output\", change the folder to \"[...]\\folder2\"\n\nRender an animation, you will get an output in both folders.\n\nI would suggest turning off the properties panel output path when \"use nodes\" is True and output nodes are present?", "Bone Selection with \"select box \" Inconsistent\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce RTX 2070 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 452.06\n\nBroken: version: 2.91.0 Alpha\nWorked: never before has this ever worked correctly.\n\nWhen box selecting multiple bones in edit mode and they occlude each other making impossible to select all of the ones you need only allowing you to switch to other selection modes like circle select or lasso select.\n\nOpen a character with multiple bones mounted onto each other.\ngo into edit mode\ntry to select a large group of bones via box select\nresult: some get selected some not, no matter how many times or different angles you try.\n\nnote: Lasso picks up all of them afaict\nnote: this also seems to work better in posemode\n[#80296.blend](T80296.blend)\n\nHere is a gif depicting the issue.\n\n![inconsisten bone selection.gif](inconsisten_bone_selection.gif)\n\n\n", "Sound Strips in VSE retain hard length limits when Sound Datablock is changed\nOperating system: Linux 64-bit\nGraphics card: GTX 1080 ti\n\n3.2.1 official\n\nIf the source of a sound strip in the VSE is changed to a different existing datablock, the length of the strip will not be updated and it will retain the same hard limits with regard to duration as the original sound, even if the new sound is longer.\n\n[SoundStripBug.blend](SoundStripBug.blend)\n - Open attached file\n - Select the shorter sound strip.\n - In the Source panel, change the sound for the strip from \"GetSomeCoffee.wav\" to \"Joe_trombone.wav\"\n - Despite having a longer sound now, you can't grab the right handle of the strip to make it any longer.\n # You can change the duration of the strip manually in the Time panel, but the highlighted duration of the original sound is still visible on the strip. If you grab the right handle, it will snap back.\n\n", "multiview: overwrite and file naming \n\n\"not overwrite\" option doesn't work with multiview when some views already exist on disk, could be a minor problem but rendering one single view with views option activated create a 0 byte \"myfile_L.jpg\" file but save only myfile.jpg\n\n\n\n\n\n", "Wrong number of datablocks indicated in the outliner\nOperating system: Linux 64\nGraphics card: GTX 1080\n\n2.93.5 & 3.0\n\nIn certain areas of the Outliner, icons show a little number indicating the total number of each datablock type contained in a collection, scene, etc. But the method for calculating this number is broken! If the same object shows up in multiple places, such as when it is linked in multiple collections, it will add to the total more than once. It's not hard to reveal the error- even the default file has this problem in the Blender File display mode:\n![screen.png](screen.png)\nIt looks as though our default file has 4 mesh objects, 4 lights, and 4 cameras, but it doesn't. Those things just appear 4 times in different places.\n\n - Open the Outliner and go to Blender File display mode\n - Un-expand the Current File line to see the incorrect total\n # Link an object into multiple collections in one collection to see the same issue in the View Layer display mode\n\n\n", "All bone drivers selected when reselecting bone\nWindows 8.1\nGTX 580\n\nBroken: 2.77, 2.77a\nWorked: It seems any version before 2.77\n\nVisual explanation:\n![BoneDriversSelectingAllProblem.gif](BoneDriversSelectingAllProblem.gif)\n\nBasically, all created drivers for a bone will be selected instead of the last active one when the bone is selected.\nVery annoying problem that wasn't there before (Had to redo drivers several times because I didn't realize the last active driver isn't the active one anymore).", "Regression: VSE: Copy-Paste of strips from one scene to another offsets the data\nOperating system: Linux-6.3.2-gentoo-x86_64-AMD_Ryzen_Threadripper_1950X_16-Core_Processor-with-glibc2.36 64 Bits, X11 UI\nGraphics card: Quadro GP100/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 530.41.03\n\nBroken: version: 4.0.0 Alpha\nBroken: 3.3.0\nWorked: 3.2.2\n\nCaused by 302b04a5a3fc0e767ac784424f78ce2edf5d2844\n\nLike the title says. \n\n1. Add another scene.\n2. Add any video with audio to the sequencer.\n3. Add some cuts. delete some cut strips and remove the gaps between them.\n4. Select and copy-paste the strips into the other scenes sequencer.\n\n", "MNEE work only with 1st refractive shader node and ignore other inside one material\nOperating system: Windows-8.1-6.3.9600-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 473.04\n\nBroken: version: 3.2.0 Beta\n\n\n**Short description**\nMNEE just ignores any refractive shader except the 1st one:\n![изображение.png](изображение.png)\n\nFile:\n[test caustic.blend](test_caustic.blend)", "Multiple Edge Loop Selection doesn't always work\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 527.56\n\nBroken: version: 3.5.0\nWorked: 3.3\n\nMultiple Edge Loop Selection (Shift+Alt+Select) will sometimes stop working until Shift is released and depressed again. Problem started in Blender 3.4 and did not exist in Blender 3.3 (tested).\n\n\n- Create a cylinder primitive.\n- Enter Edit Mode.\n- Attempt to Edge Loop Select multiple edges by holding Shift+Alt and clicking on them. Occasionally, this function will simply stop working after the first few selects -- no more edge loops can be selected -- until Shift is released and depressed again.\n\nThis problem does not occur for general multi selection (when only Shift is held).\n\n" ]
[ "VSE can't import multi movie files since 2.82\nOperating system: window10 and Linux \nGraphics card:\n\nBroken: (example: 2.82, 2.83master\nWorked: (optional) 2.81a\n\nin VSE editor file browser if select multi files move them to sequencer ,only one of them show in sequencer.\n\nhead -->add -->movie --> file brower select two or more movies then hit 'Add movie Strip' only one of them been add to the sequencer.\n\nBased on the default startup or an attached .blend file (as simple as possible)." ]
Sculpt mask is invisible if model has particle system {[F8570355](sculpt_mask_invisible.blend)}Operating system: Windows-10-10.0.18362-SP0 64 Bits Graphics card: GeForce GTX 1060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 436.48 Broken: version: 2.90.0 Alpha Also broken at least in 2.82. Worked: no idea. When a model has a particle system (like my face has beard), the sculpt mask is invisible (but it does work). - Open the attached sculpt_mask_invisible.blend - Select the head model - Go to sculpt mode - Select paint mask tool and paint on the face # See how the black mask indicator does no appear (but the mask still works)
[ "Kill Particles does not make them really dead\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.47\n\nBroken: version: 2.93.6\nWorked: -\n\nIf you give a mesh a physics property of collision and check the \"Kill Particles\" Checkbox, they are not becoming dead, they just stop moving. If you add a Particle Instance to another object and only show dead, the dead objects show correctly in viewport but not in render (eevee/cycles).\n\nI created a plane, put it about 10m higher and turned it 180° on x axis. Then i added a particle system to that plane with default settings. I added another plane and scaled it up a few times and applied all transforms. I then added a collision physics property with \"Kill Particles\" enabled to that plan. Now i added an Icosphere, scaled it down, applied all transforms and added the Particle Instance modifier. As Object i chose the first created plane and only left show dead active. After baking the Particle system, you see in viewport the Icosphere as soon as the particles hit the Plane with the collison physics property. But if you then want to render the image they are gone.\n\nWith the attached .blend file you just have to click bake in the particle system properties of the ParticleEmitter object and you should see the dead ParticleInstance object at Frame 40. But if you render the image then they are gone.[ParticlesNotDead.blend](ParticlesNotDead.blend)", "Render will not load anything but a cube silhouette in a new untouched file\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: AMD Radeon(TM) R4 Graphics ATI Technologies Inc. 4.5.14830 Core Profile Context 21.09.04 27.20.20904.1\n\nBroken: version: 3.6.2\n\nSo, when I open in a new file, new to blender and following a tutorial, I go to render the cube immediately, but instead of a gray cube with shading, it is a transparent silhouette. I have touched nothing, just installed from steam, and opened. Then that, IDK what's going on with it.\n\nIDK what to put here, since I didn't do anything.\n\n\n", "Hide by face set and switch between objects not working in SCULPT Mode INDUSTRY COMPATIBLE\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: GeForce RTX 3070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.51\n\nBroken: version: 3.4.0\n\nHide by face set and switch between objects not working in SCULPT Mode INDUSTRY COMPATIBLE\n\nOpen blender, switch to industry compatible keymaps, and then if you try to hide faces by face sets, you don t have that option. The same goes for switching objects in sculpt mode. Further more, mask pie doesn't exist in sculpt mode in industry compatible version.\n\n", "Sculpting/Painting on invisible objects\nOperating system: Linux-6.5.2-gentoo-x86_64-AMD_Ryzen_Threadripper_1950X_16-Core_Processor-with-glibc2.37 64 Bits, X11 UI\nGraphics card: AMD Radeon RX 7900 XT (gfx1100, LLVM 16.0.6, DRM 3.54, 6.5.2-gentoo) AMD 4.6 (Core Profile) Mesa 23.3.0-devel (git-b492f73f87)\n\nBroken: version: 4.0.0 Alpha\nWorked: ---\n\nThis is an inconsistency that I noticed when toggling between collections of objects while working on an asset. It's most likely not a regression.\n\nIn edit mode it's impossible to operate on the selection if the object is currently hidden. This is very helpful to prevent mistakes and as feedback that you might be editing the wrong object atm.\n\nWhile in sculpt mode or any of the painting modes this is not the case. If the object is currently hidden while in sculpt or weight paint mode, it is possible to use the brushes on the geometry.\n\nIdeally any operation should be prevented if the object is hidden.\n\n1. Enter edit mode.\n2. Select everything.\n3. Hide the object or collection in the outliner.\n4. Try to move or otherwise edit the selected geometry.\n5. Show the object again (No edits should have happened).\n6. Enter sculpt mode and hid the object/collection again.\n7. Use a brush on the hidden object.\n8. Show the object/collection (See the edits that have been done).\n\n", "Symmetry on sculpt mode won't work with auto masking topology enabled\nOperating system: Windows-11\nGraphics card:Quadro RTX 3000/PCIe/SSE2\n\nBroken: Blender 3.5.0\nWorked: N/A\n\nSymmetry on sculpt mode won't work with auto masking topology enabled.\n\n\n- Have a mesh that has two disconnected parts across a symmetry axis.\n- Enter sculpt mode, turn on \"Advanced -> Topology\" (topology auto masking).\n- Turn on X symmetry for sculpting brushes.\n- Sculpt on one part of the mesh, the opposite side doesn't change.\n", "Fluid modifier affects particle hair (even when set to None)\n(blendfile attached : view?usp=sharing ) \nUsed Blender 2.91.\nDon't really know how to reproduce the because when I try reproducing the bug by adding a fluid modifier to a scalp before (in the modifier hierarchy his edited particle system, the hair edit changes in the edit particle, as well as it changes in object mode. However, with my original file, the hair edit don't change in edit particle mode, whether I hide the fluid modifier or not, it just changes in the other mode, e.g. object mode.\n\nHello,\nMy hair is very buggy and, I really, really need help on this.\nI have a hairstyle composed of two layers, two particle system, one for the main hairs, and one for the frizzy hairs. The scalp where the hair is, has modifiers set up like this :\n\n![image.png](image.png)\n\nAnd here is a picture of the hair how I want em, and how I stylized em in the particle editor :\n\n![image.png](image.png)\n\nBut this is how it looks when I disable the fluid modifier that the scalp has\n\n![image.png](image.png)\n\nAnd this is how it looks when I uncheck the “Dynamic Hair” box\n\n![image.png](image.png)\n\nI want to simulate my hair, but when I bake it, it comes out weird and deformed, plus, the main hair are static, there is only the frizz going crazy.\nWhat am I doing wrong, please I really need help, at the end I want to be able to simulate my hair correctly, them looking exactly like the first picture, but without the fluid modifier, wich I think is causing problem in the sim.\n\nIf you can provide help, please do, It’s urgent, and I absolutely need this to get fixed, and If you can’t provide me help, like or upvote my post so that other users that can help, see my post.\n\n(blendfile attached : view?usp=sharing )\n\nEdit : If you wanna see the particles in edit particle mode, make sure this option is set to particles :\n![image.png](image.png)", "Hair particles: 'Use modifier Stack' option with simple children leads to texture disappearing in cycles [interpolated children are fine]\nOperating system: Mint Tara\nGraphics card: GTX 1080ti\n\nBroken: 2.79 latest, 2.80 latest\n\nThe render engine can't read a texture while using the \"use modifier stack\" checkbox with simple children. Works fine with Interpolated or None.\n \nOpen the attached blend file.\nSet the viewport to render.\nActivate the \"use modifier stack\" checkbox.\nTexture disappears.\n\n[hair_use_modifier_stack_texture_bug.blend](hair_use_modifier_stack_texture_bug.blend)", "Regression: Some particles have darker faces\nOperating system: Windows 10 1909\nGraphics card: GTX 1070 512.15\n\nBroken: 3.1 (also 3.1.1 RC)\nWorked: 3.0.1\n\nSome object instances, in a hair particle system, have darker faces\n\n3.0.1\n![Black Particles 3.0.1.png](Black_Particles_3.0.1.png)\n\n3.1 and 3.1.1 RC\n![Black Particles.png](Black_Particles.png)\n\nPress F12 in this test file:\n[Dark Particles.blend](Dark_Particles.blend)", "Add In Front/Visible option to lasso and box mask tools\nCurrently Box Mask and Lasso Mask create the mask through the object, which is not useful in some cases. There should be an in front option to change this behavior. \n\nImplementing this by checking the vertex normal and view direction is trivial, but it won't work as expected on models with occluded vertices facing toward the view. We should evaluate if it is possible to implement vertex occlusion test in sculpt mode. If it is not, then we can use the vertex normal implementation. ", "Meshes are invisible if any objects are set to display 'In Front'\nOperating system: Darwin-18.7.0-x86_64-i386-64bit 64 Bits\nGraphics card: Intel(R) HD Graphics 6000 Intel Inc. 4.1 INTEL-12.10.14\n\nBroken: version: 2.83.0\nWorked: 2.82\n\nIf any objects are set to display as 'in front' in a project, all meshes will display only as faint outlines. In edit mode, meshes display similar to how they would if they were set to display as wireframe.\n\nAdd a new mesh, curve, or armature to the scene.\nObject properties -> Viewport display -> Enable 'In Front'\n\n", "Bevel gizmo is hidden when disabling Active Object gizmos\nOperating system: Darwin-19.6.0-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon Pro 5500M OpenGL Engine ATI Technologies Inc. 4.1 ATI-3.10.16\n\nBroken: version: 2.91.0 Alpha\nWorked: N/A\n\nThe bevel gizmo is hidden when disabling Active Object gizmos, even though the bevel gizmo is an *active tool* gizmo\n\n\n - Enter Edit Mode\n - Switch to the Bevel tool by clicking on the Bevel icon in the toolbar\n - Go to the Gizmos popover and disable Active Object gizmos\n - The Bevel gizmo disappears\n\n\n\n\n\n", "Cycles does not render geo with Multires modifier while in Sculpt mode\nOperating system: Windows 10, Linux\nGraphics card: Nvidia GTX 960\n\nBroken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen)\nWorked: (optional)\n\nAdding a Multires modifier with the Sculpt parameter > 0 (to further develop the model I'm working on) makes the geo disappear when using Cycles in the viewport, while in Sculpt Mode. As a first time Blender user, I'm not sure if this is the expected behaviour for this. I have checked with other users and they can reproduce the error. \n\nIt would be useful to render in viewport without leaving Sculpt Mode.\n\nCreate a geometry. Add a Multires modifier. Set Sculpt to a value greater than 0. Enter Sculpt Mode. Change the viewport render from Eevee to Cycles. The geometry disappears on rendering. I have a sample of the problem in this tweet I published several hours ago: 1150657198374080512\n\nThanks!", "Sculpt Paint: Mask by color produces an empty mask with a threshold of 0.0\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.95\n\nBroken: version: 3.2.0\n\nIt is impossible to make a precise color selection from two similar colors with Mask by Color alone, because a threshold near or at 0 produces an empty mask. I consider this a bug because according to the comment in the source code, this functionality isn't working as intended. Quote directly from source code:\n\nD8157\n```\n/* sculpt_mask_by_color_delta_get returns values in the (0,1) range that are used to generate the\n * mask based on the diference between two colors (the active color and the color of any other\n * vertex). Ideally, a threshold of 0 should mask only the colors that are equal to the active\n * color and threshold of 1 should mask all colors. In order to avoid artifacts and produce softer\n * falloffs in the mask, the MASK_BY_COLOR_SLOPE defines the size of the transition values between\n * masked and unmasked vertices. The smaller this value is, the sharper the generated mask is going\n * to be. */\n```\n\nFor completeness, here is a real world scenario where it is tedious to mask the pants, shirt, or skin because the colors are too close together for the Mask by Color tool. ![image.png](image.png) \n\n\nApply two similar colors to a subdivided surface with the paint tool, and try to mask only one of them. The only way to produce a sharp mask is with the Increase Contrast operator when the Threshold is fine tuned to work with it.\n[blender_3Yh12TUXry.mp4](blender_3Yh12TUXry.mp4)\n", "Interpolated children on object rendered particles not working\nOperating system: Manjaro Linux\nGraphics card: AMD Radeon rx570\n\nBroken: 2.60, 2.79, 2.80, 2.81, 2.82, 2.82a, 2.83, 2.90Alpha\nWorking: Couldn't find any\n\nCan't see any particles when there set to render as an object with an object selected and interpolated children\n\n\n1. Open this file: [particle_child_interp_bug_2_79.blend](particle_child_interp_bug_2_79.blend)\n2. Play animation\n3. In the particle children settings, set Interpolate \nor \n1. Create a particle system on a uv sphere,\n2. set the render type to object,\n3. select a 2nd uv sphere as the render object\n4. set the children to interpolated\n[Daily Challenge 80(particles galore).blend](Daily_Challenge_80_particles_galore_.blend)", "Sculpting, Auto-Mask Topology does not work when dynamic topology is active\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.96\n\nBroken: version: 3.2.1\nWorked: Don't know, tried with 3.0.1 and also didn't behave as expected\n\nIn sculpting, auto-mask topology is ignored if Dyntopo is on.\nWeirdly it works with the smooth brush.\n\n- New file\n- Edit mode on cube, duplicate mesh\n- Sculpt mode, take any brush except smooth\n- Enable Advanced -> Auto-Masking -> Topology\n- With dynamic topology off it behaves as expected\n- With dynamic topology on the setting is ignored\n(Except it works both times with the smooth brush)\n\nExample attached. Move scrape brush over the cubes, will affect both. Turn off dyntopo, will affect only one.\n[sculpt-topology-automask.blend](sculpt-topology-automask.blend)\n\n" ]
[ "Sculpt mask invisible if some physics mode on\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 442.59\n\nBroken: version: 2.83 (sub 16)\n\n\nMask hidden with: Collision, Cloth, Dynamic paint, Soft body, Fluid.\nVisible with others. It is still working, but invisible.\n[2020-05-13_06-12-17.mp4](2020-05-13_06-12-17.mp4)\n\nEnter sculpt mode, paint mask, add collision physics", "Weighted normal modifier makes masks invisible in sculpt mode\nOperating system: Windows 10, 64 bits\nGraphics card: Nvidia Geforce 1080, Nvidia Geforce 1070\n\nBroken: 2.90, 2.83.2, 2.83\nWorked: ???\n\nHi! I have noticed that a weighted normal modifier makes masking completely invisible in sculpt mode. I don't know whether this is a bug, but it can sometimes make things confusing and make you wonder did you hide your mask accidentally. \n\nAlso, there's no notifications to inform you that the weighted modifier is the culprit, so the user might spend quite some time figuring out what's wrong with masking in sculpt mode before he gets to the modifier stack it took me quite a while before I noticed that I had that modifier on. \n\nIf that is an intended behavior then the user should be notified that masking won't show up with a weighted modifier toggled on, or it should be toggled off automatically upon entering the sculpt mode? (I know that you can turn of deformer modifiers in the options tab though not everyone uses that by default)\n\n1. - Create any geometry\n2. - Apply weighted normal modifier to your object\n3. - Go to sculpt mode \n4. - Use any masking tool, there's no mask" ]
Blender crash in Weight Paint Operating system: Windows 7 Graphics card: Nvidia GT 610 Broken: blender-2.80.0-git.f13a4b2f123-windows64 If I switch to Weight Paint mode, the Blender is crashing. I tied the armature to the mesh. Then added a group of weights (Goup) for correction using Smooth corrective modifier. Then added Smooth corrective modifier and Subdivision Surface. In Smooth corrective i used Only Smooth checker. If I switch to Weight Paint mode, the Blender is crashing (Sometimes not right away). Sorry that the description here, did not immediately understand. [CorrectiveSmooth.blend](CorrectiveSmooth.blend)
[ "MeshDeformModifier Crashing\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 528.49\n\nBroken: version: 3.6.0 Alpha\nWorked: -\n\nAfter binding, with the Dynamic attribute driver value set to 1 in driver editor, it crashed.\n\n1. Add a driver to use_dynamic_bind.\n2. Click Bind\n3. Set the driver value to 1\n\n\n![image](attachment)\n\n", "Can't re-select the previous tool in any paint mode after changing on Property Area\nOperating system: Windows-8.1-6.3.9600 64 Bits\nGraphics card: GeForce GTX 745/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 441.41\n\nBroken: version: 2.81 (sub 16)\nWorked: (optional)\n\nOn Texture Paint mode, can't select a tool after change the Image Paint Tool on Properties.\n\n[2019-11-29 21-01-51.mkv](2019-11-29_21-01-51.mkv)\n\n1. Select a tool on T Panel\n2. Change the Image Paint Tool on Properties to other tool\n3. Try to select again the first tool (Step 1)", "Blender Crashing When Painting Stroke into a \"Moving Animated Character\" (heap-use-after-free)\nBroken: 4.0 alpha\nBroken: version: 2.79 - 2.82 (sub 7)\nWorked: Never\n\nI have this experiment of making LIVE talking head, via OSC. And I noticed that if I tried painting a stroke on a talking moving animated head, it will crash. Even with timeline not running.\n\nI got a video (Might need iPhone X with MOM addon to test this....) :\njhHdG6ZXFDU\n\n- Open attached file\n- Run animation\n- Paint over the animated object\n[paint_animated_shapekey_bug.blend](paint_animated_shapekey_bug.blend)\n\n\n", "Sculpt Paint: Accumulative Painting/Sculpting\nNOTE: This design is still under discussion and is incomplete.\n\nThe recent addition of painting tools in sculpt mode also added an alternative design for accumulative painting.\nBecause of this there are now two different ways of handling accumulative strength.\nThis needs to be polished and properly integrated into the UI and painting workflow.\n\n# Strength and Accumulate\n\nSo far brushes always had an \"Accumulate\" setting for removing the maximum strength cap. Brushes would then keep adding their effect as long as the stroke continues.\nOtherwise they would either accumulate up to a hard-coded upper strength cap (sculpt mode) or up to the set strength (painting modes).\n\nThe issues with this implementation are:\n- It is easy to accidentally clip the colors while painting (There is no upper cap with accumulate)\n- The setting is hidden in \"Advanced\" brush settings even though it is regularly used, and even preferred for painting.\n\n# Flow\n\nThe new painting brush in sculpt mode instead uses a \"Flow\" slider, which defines how strong each step of the stroke is. \nThe stroke will then keep accumulating more slowly towards the set Strength.\n\nThere are a few issues with this implementation:\n- The Flow setting is less accessible, even though it can sometimes to be the preferred way of changing the stroke intensity.\n- The relationship between Strength and Flow becomes very confusing, especially when comparing sculpting & painting brushes or when enabling pressure sensitivity settings\n\n# Proposal\n\nHow to make the settings and behaviours more predictable and accessible needs to be further discussed.", "Weight paint mode can show influences of non selected vertexgroups (if weight is controlled by multiple dynamic paint brushes)\nOperating system: Linux-4.15.0-147-generic-x86_64-with-glibc2.27 64 Bits\nGraphics card: GeForce GTX 980/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 455.45.01\n\nBroken: version: 2.93.1\n\nWeight paint mode can show influences of non selected vertexgroups (if weight is controlled by multiple dynamic paint brushes)\n\n[PBdynamicPaint_check.blend](PBdynamicPaint_check.blend)\n\n- open .blend\n- go to weightpaint mode\n- play animation\n- in the mesh properties, change from one vertexgroup to the other back and forth\n- influence of one group is (partially) still visible when switching to the other\n\n![Capture d’écran de 2021-07-21 19-51-32.png](Capture_d_écran_de_2021-07-21_19-51-32.png)", "Array/Skin-Modifier-Combo causes crash\nOperating system: Linux Mint 19\nGraphics card: GT630\n\nBroken:\n2.80 (sub 39), branch: blender2.8, commit date: 2018-12-20 23:46, hash: 7a26e930a8c0\n\n\nPlease try to toggle the \"visibility\" of the skin modifier in my simple file. It crashes instantly and repeatingly:\n[Procedural leaves feathered1.blend](Procedural_leaves_feathered1.blend)\n![Procedural leaves feathered1.png](Procedural_leaves_feathered1.png)", "Crash while using the Cloth Filter brush with collisions enabled\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: Radeon (TM) RX 480 Graphics ATI Technologies Inc. 4.5.14739 Core Profile Context 21.6.1 27.20.22001.14011\n\nBroken: version: 3.0.0 Alpha\n\nUsing the cloth filter brush with collisions enabled on *both* the deforming object and the non-deforming object causes Blender to crash.\n\n- Open the attached .blend file with a minimal scene where this error can be observed. Everything has been already set up.\n- With the pre-selected *Cloth Filter* brush set to *Gravity* and both *Use Collisions* and *Use Face Sets* enabled, `LMB` on the \"Skirt\" mesh, and start dragging to the left of the screen, causing the \"Skirt\" mesh to start flying upwards.\n- After a brief while, release `LMB` and repeat the above operation by dragging to the right. Note how the direction of the cloth filter brush was not reversed this time.\n- Almost as soon as this new sculpting operation is initiated, typically Blender crashes. Occasionally it might take a few more attempts.\n\n[facesets-crasher.blend](facesets-crasher.blend)\n\n**Additional notes**\nIf extensive changes are performed to the \"Collisions\" mesh, the bug will not be able to be reproduced anymore.", "Crash on applying boolean modifier\nOperating system: Linux Fedora V35\nGraphics card: Nvidia 3070TI\n\nBlender 3.1.2 and Blender 3.2.0 both crash\n\nI created a mesh object, then used boolean modifier to create a hollow center. I applied the modifier. When I go into edit to clean it up, it crashes.\n\napply the boolean modifier to the mesh \"Bottom\" with object \"Plug\" in the included blend file using all defaults. Enter edit mode and see the mesh is badly corrupted.\n\n[part7.blend](part7.blend)\n[printReady1.blend](printReady1.blend)", "Sculpt Mode - Face Set FK, mirror X is wrong when Scale/Translate using Pose brush with Lock Rotation When Scaling\nOperating system: macOS-10.15.7-x86_64-i386-64bit 64 Bits\n\nBroken: 2.92, 3.5.0 Alpha\nWorked: Never.\n\n\n- Change to pose brush.\n- Change brush deformation mode to Scale/Translate.\n- Enable brush Lock Rotation When Scaling.\n- Try to pose the hand.\n- The other hand is flipped.\n\n![Screenshot 2022-12-06 at 11.23.29.png](Screenshot_2022-12-06_at_11.23.29.png)\n\n![Screenshot 2022-12-06 at 11.23.37.png](Screenshot_2022-12-06_at_11.23.37.png)\n\nThis is the file I'm using:\n\n[20221205_model_human_sculting_pose_brush_using_facecets_0001.blend](20221205_model_human_sculting_pose_brush_using_facecets_0001.blend)\n", "Blender crash after maximizing/unmaximizing an editor (debug build only)\n\nBroken: master - debug build\nWorks: master - release build\nOS: Tested on both Windows and Linux\n\nWith a debug build, Blender crashes after maximizing an editor + moving mouse + unmaximizing.\nIt does not seem to be reproducible with a release build.\n\n\n- Open Blender default scene\n- Maximize the 3D viewport with CTRL+SPACE\n- Move the mouse\n- Unmaximize with CTRL+SPACE\n\n**Debug info**\nThe crash happens in `wm_event_do_handlers` when calling `wm_region_tag_draw_on_gizmo_delay_refresh_for_tweak(wmWindow *win, bScreen *screen)`.\nIn that case, `screen` points to invalid (freed?) memory.", "bpy.ops.constraint.apply crashes when owner='BONE' and in object mode\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.94\n\nBroken: version: 3.4.1\nWorked: unknown\n\nThe bpy.ops.constraint.apply operator crashes blender when targeting a bone constraint while in object mode. The attached blender file reliably causes the crash. It also seems to crash in pose mode at times, but I've so far been unable to recreate this in a small example file. See also [#97640](T97640) where a crash relating to the operator being used on objects has seemingly been fixed between 3.1.2 and 3.2\n\nto recreate simply open the blender file and run the script.\n[apply_bone_constraint_crash.blend](apply_bone_constraint_crash.blend)\n[apply_bone_constraint_crash.crash.txt](apply_bone_constraint_crash.crash.txt)\n\n", "Crash/Assert with two modifiers that require normals data [e.g. DataTransfer]\nOperating system: Windows-10-10.0.16299-SP0 64 Bits\nGraphics card: GeForce MX150/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 441.87\n\nBroken: version: 2.90.0\n\nCrash/Assert with two modifiers that require custom normals data [e.g. DataTransfer]\n\nIn a Debug build:\n\n[#84664.blend](T84664.blend)\n- Open File\n- add another modifier that requires normal data (e.g. Displace), or just duplicate the existing modifier\n\n[un2.blend](un2.blend)\n- Try to go to edit mode of \"Vert.011\"\n- Blender will crash.\n\n", "Weight paint issue with brush Accumulate option\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 950M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.40\n\nBroken: version: 3.0.0 Alpha\n\nWhen use weight paint with option Accumulate, turn on symmetry, artifacts appear on the axis of symmetry\n[test.blend](test.blend)\n![blender_eEFDQNguEg.jpg](blender_eEFDQNguEg.jpg)\n![blender_JAP3pm4GD4.jpg](blender_JAP3pm4GD4.jpg)\n[EnrLS0nY4n.mp4](EnrLS0nY4n.mp4)\n", "Selection not transfering to paint mask (vertexpaint, weightpaint, texturepaint) when a triangulate modifier is present\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1660 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.81\n\nBroken: version: 2.92.0\nWorked: -\n\nIf you face select on edit mode, it will carry your selection to weight paint face select or texture paint face select or etc.\nBut if you have triangulate modifier on it will not carry it over.\n\nI did not know this and there was not error message about this anywhere on blender.\n\nLoad this file: [faceselect001.blend](faceselect001.blend)\nyou see some faces selected with triangulate modifier on.\ngo to weight paint or texture paint and you see none.\n\nI know this might not be a bug but how software works BUT for a common artist, at least adding a message that it will not carry over selection would have been nice, or disabling triangulate on view automatically when you go to those modes.\n\n", "Some sculpting brushes work incorrectly on the Grease Pencil object with Armature.\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: Radeon RX 590 Series ATI Technologies Inc. 4.5.14742 Core Profile Context 21.8.2 27.20.22025.1006\n\nBroken: version: 3.0.0 Beta\n\nAfter applying the Armature modifier to the Grease Pencil object and after animating the bones, some brushes in Sculpt Mode do not work correctly. In this case Grab brush. Smooth, Thickness, Strength and Randomize brushes work correctly.\n![pic.png](pic.png)\n\nOpen attached .blend file. Go to the 20th frame. \nSelect Grease Pencil object.\nSwitch to the Sculpt Mode select the Grab brush and test it. Push, Twist and Pinch brushes also work incorrectly.\n[SculptTools_problem.blend](SculptTools_problem.blend)\n\n" ]
[ "Blender crashes if an object has a subdivision surface modifier and a displacement modifier linked to vertex group when switching to weight paint mode\nOperating system: Windows 10 Pro N 64-bit\nGraphics card: NVidia GTX1070\n\nBroken: 2.80 2018-12-13 14:31 33993c056a5\n(example: 2.79b release)\n(example: 2.80, edbf15d3c044, blender2.8, 2018-11-28, as found on the splash screen)\nWorked: (optional)\n\nBlender crashes when switching to weight paint, vertext paint or sculpt mode when subsurface modifier active and displacement modifier linked to the vertex group is active. \nObject/edit/texture paint work fine. \nIf you apply the subdivision surface modifier then it doesn't crash.\n\n**Exact steps for others to reproduce the error**[vertex group displacement.blend](vertex_group_displacement.blend)\nBased on the default startup or an attached .blend file (as simple as possible).\nOpen attached blend file, switch to weight paint, vertex paint or scult mode.", "Switching to Weight Paint causes crash\nOperating system: Windows 10 64-bit\nGraphics card: GeForce GTX 970 and GeForce GTX 1070 running driver 390.65{[F5935179](Experiments_Dec_12_18_v1.blend)}\n\nBroken: blender-2.80-16fc62e15f0-win64\n(example: 2.79b release)\n(example: 2.80, edbf15d3c044, blender2.8, 2018-11-28, as found on the splash screen)\nWorked: (optional)\n\nI have a icosphere with a displacement modifier and a Dynamic Paint brush modifier that is used to displace a Dynamic Paint Canvas icosphere. When I hit Weight Paint view it crashes blender.\n\nBased on the default startup or an attached .blend file (as simple as possible).\nFrom the attached .blend file switch from object mode to Weight Paint." ]
Linked objects don't restore after Undo-Redo. If I delete a linked object from the scene, when I try to restore it (Ctrl-Z), it doesn't appear. In console: Warning: LIB ERROR: object lost from scene: 'Scene' LIB ERROR: object lost from scene: 'Scene' {[F180350](68-undo-link_linked-scene.blend)}[68-undo-link_main.blend](https://archive.blender.org/developer/F180351/68-undo-link_main.blend)
[ "Cryptomatte Node forgets active Scene when switching pass source\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 527.56\n\nBroken: version: 3.5.0 Alpha\nWorked: N/A\n\nWhen switching the Source of the Cryptomatte node, Blender forgets the active Scene.\n\n\n - Create a Cryptomatte node (the Active Scene will populate the Render tab's source)\n - Switch the Cryptomatte node's source to Image\n # Switch the Cryptomatte node's source back to Render\n\nThe active Scene will be forgotten.\n\n[Cryptomatte_Source.mp4](Cryptomatte_Source.mp4)\n", "Crash (memory use after free) on freeing RigidBody world\nReproducible with current master, probably there since forever.\n\n# Steps\nWith an ASAN build:\n\n- Open `rigid.anim.blend`\n- Close Blender\n\n[rigid.anim.blend](rigid.anim.blend) \n\n(Case found while working on #86379 (When using \"Append\" rigid body objects + empty constraint, none of its constraints work.))\n", "Tweaking redo values in extend vertices operator causes extended vertex to dissolve\nBroken in 2.80 (1d908bffddb4 from 2019-01-24) as well as 2.79b release\n\nTweaking redo values in extend vertices operator causes extended vertex (the one from which the operator is executed) to dissolve", "Holding Ctrl disables Object Lock Modes\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.59\n\nBroken: version: 3.2.1\n\n\nObject Lock Mode have no effect when Ctrl is held, for instance, while using Shortest Path Selection as shown in the following video:\n\n[bug-object-lock-mode.mp4](bug-object-lock-mode.mp4)\n\nThis also happens in other cases like selecting Reference and Background images:\n\n[lockobject.mp4](lockobject.mp4)\n\n", "Sculpt mode -> Curve Stroke causes Undo to behave differently\nOperating system: Windows 10 x64\nGraphics card: Nvidia 980 GTX\n\nBroken: v 2.82 Alpha, 10-12-2019\n\nIf Brush stroke is set to Curve and some sculpt detail is added (Ctrl + Left Click), (Ctrl + Z) or Undo does not work. Instead of Undo for the sculpt detail, the curve control points are removed.\n\n1. Start with default cube and add Multi-Res modifier, subdivide a couple of times.\n2. Go to sculpt mode and with the SculptDraw brush set the stroke to Curve.\n3. Draw a curve using (Ctrl + Right Click) to add some control points.\n4. Add sculpt details using Ctrl + Left Click. \n5. Press Ctrl + Z. Instead of removing the details the control points of the curve will be removed first. \n6. Press Ctrl + Z repeatedly. When the last control point remains then the sculpt detail will be removed.", "Crash after undo \"Mask slice to new object\"\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1050/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 461.92\n\nBroken: version: 2.92.0\nWorked: This problem happens to me with 2.92, the pc that I use now I formatted it, unfortunately before I used version 2.82\n\nMy problem is that when I use the option \"mask slice to new object\" and then I use ctrl + Z the blender closes !! I formatted the PC a few weeks ago, unfortunately I didn't use version 2.92 before. What I realized is that when I use the \"mask slice to new object\" option and then go to edit mode, I can use control + Z without any problem, that is, it does not close.]\n\nThis happens to me in any file:\n\n1. Sculpture mode.\n2.Use the \"mask\" or \"box mask\" brushes\n3. I paint the mask.\n4.I go to the \"MASK\" menu.\n5. I click on \"mask slice to new object\".\n6. Press CTRL + Z.\n7. Blender closes.\n", "Visual geometry to Mesh does not duplicate a linked object\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 970/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.96\n\nBroken: version: 3.2.0 Alpha\n\nWhen applied to a linked object, Visual geometry to Mesh does it on the shared mesh.\n\nApply the subdiv modifier to the original cube. Link copy it. Use Visual geometry to Mesh on the linked object. Now select the original object and go into edit mode. You should see that the the subdiv modifier has been applied.\n\nThere is also a side issue to this. If you put a Decimate modifier (something visible like planar 20 degrees) on the original object, selected the linked one and go into edit mode, you'll see that in the viewport the modifiers on the original object don't show their effect.", "Optimized per-datablock global undo\nGlobal undo is slow on scenes with many objects. A big reason is that undo writes and reads all datablocks in the file (except from linked libraries). If we can only handle the ones that actually changed, performance would be much improved in common scenarios.\n\nThis proposal outlines how to achieve this in 3 incremental steps. Only 1 or 2 of these steps would already provide a significant speedup.\n\nAt the time of writing there is no concrete plan to implement this, but I've had this idea for a while and it seemed useful to write down in case someone likes to pick it up.\n\n## ~~1. Read only changed datablocks~~ DONE\n\nLinked library datablocks are already preserved on undo pop. We can do the same thing for all non-changed datablocks, and only read the changed ones.\n\nWe can detect which datablocks were changed by checking that their diff is empty. Addition and removal of datablocks also needs to be detected. We need to be careful to exclude runtime data like `LIB_TAG_DOIT` from writing, to avoid detecting too many datablocks as changed. Most changes to runtime data go along with an actual change to the datablock though.\n\nSince unchanged datablocks may point do changed datablocks, we need to reload datablocks in the exact same memory location. We can safely assume the required memory size stays the same, because if it didn't those other datablocks' pointers would be changed as well. In principle other datablocks should not point to anything but the datablock itself, but there may be exceptions that need to be taken care of *(e.g. pointers to [armature] bones hold by [object] pose data...)*.\n\n`Main` fields other than datablock lists may need some attention too.\n\n## ~~2. Optimize post undo/redo updates~~ DONE\n\nThe most expensive update is likely the dependency graph rebuild. We can detect if any depsgraph rebuild was performed between undo pushes, and if so mark that undo step as needing a depsgraph rebuild. This means the undo step is no more expensive than the associated operation.\n\nThis requires the dependency graph to be preserved through undo in scene datablocks, similar to how images preserve image buffers. This would then also preserve GPU data stored in the dependency graph. If the dependency graph supports partial rebuilds in the future, that could be taken advantage of.\n\nThere may be other expensive updates, to be revealed by profiling.\n\n## 3. Rethink how we handle cache preservation across undo steps.\n\n#76989 seems to point to some pointer collision issue, similar to the reason that lead us to add session uuid to IDs when we started re-using existing pointers in undo.\n\nNote that according to the report, there were already issues before undo refactor - hard to tell though if they had the same root cause?\n\nThis needs to be investigated further.\n\n## 4. Write only changed datablocks\n\nWhile undo/redo is usually the most expensive, the undo push that happens after each operation also slows down as scene complexity increases. If we know which datablocks changed, we can only save & diff those.\n\nThis could be deduced from dependency graph update tags. However there are likely still many operations where tags are missing. If it is not done correctly, then instead of a missing refresh there is a more serious bug of not undoing all changes. So this needs verification throughout the Blender code for correct tagging, before it can be enabled.\n\nDebug builds could verify correctness by testing the diff is empty whenever there was no tag.\n\n\n-----------------------------\n\n\nCurrent Status and Plan\n****\n\nThere is an experimental option in 2.83 to address step 1 and (part of) step 2. This was developed in branches and is now in master. Implementation of step 3 has not started.\n\n- [x] [id-ensure-unique-memory-address]() implements the idea of never re-using a same memory address twice for IDs. This is required to allow usage of ID pointers as uids of datablocks across undo history.\n - [x] Add storage of addresses history for each ID (has to be stored in blend memfile, can be ignored/reset when doing an actual blendfile reading).\n - [x] Discuss how to best implement the 'never get same allocated address again' process, current code here is basic, we could probably be much smarter and efficient with some changes to our MEM allocator itself.\n - [x] We are going to try and use session-wise uuids for data-blocks instead.\n - [x] Make new undo behavior controllable from Experimental preferences area.\n- [x] [undo-experiments]() Implements detection of unchanged datablocks at undo, and re-using them instead of re-reading them.\n - [x] Switch to using id addresses instead of names to find back a given data-block across undo history (depends on completion of work in `id-ensure-unique-memory-address` branch).\n- [x] [undo-experiments-swap-reread-datablocks]() implements re-using old ID address even for changed IDs that need actual reading from memfile. Also adds support for more refined depsgraph update flags handling from undo. Both changes combined allow to reduce dramatically depsgraph work needed during most undo steps.\n - [x] Switch to using id addresses instead of names to find back a given data-block across undo history (depends on completion of work in `id-ensure-unique-memory-address` branch).\n- [x] Investigate crashes due to invalid or used-after-free memory in depsgraph after undo step.\n- [x] Investigate why some undo steps are still using full reload of the memfile. Some may be necessary, but think we can improve here.\n - [x] In particular, the absolute last undo step (the first to be undone) is always seen as 'all data are changed', for some reasons...\n- [x] Investigate how to discard runtime data from 'data is changed' detection (probably by nullifying those pointers at write time?).\n- [x] Fix slow undo of adding/duplicating/deleting datalocks. The undo diffing does not appear to be smart to match up the right datablocks in such cases, causing many unrelated datablocks to be marked as changed, which also means excessive memory usage. The `session_uuid` could be used to find matching datablocks.", "Nodes: Assert and crash: Editing nodes through the material panel and undo.\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: Intel(R) UHD Graphics 600 Intel 4.5.0 - Build 27.20.100.8729\n\nBroken: 3.4, 3.3, ... 2.8\nWorked: never\n\nWhen I select certain nodes from the materials tab after pressing undo on the last node change, blender crashes. But only if the last click is made with my wired USB mouse. Or even if the cursor was left on the button to switch tabs before clicking with the touchpad.\n\n\n```lines=10\n# Blender 3.4.0, Unknown revision\nbpy.context.space_data.context = 'MATERIAL' # Property\n\n# backtrace\nException Record:\n\nExceptionCode : EXCEPTION_ACCESS_VIOLATION\nException Address : 0x00007FF717820508\nException Module : blender.exe\nException Flags : 0x00000000\nException Parameters : 0x2\n\tParameters[0] : 0x0000000000000000\n\tParameters[1] : 0xFFFFFFFFFFFFFFFF\n\n\nStack trace:\nblender.exe :0x00007FF7178203F0 blender::ed::space_node::ui_template_node_link_menu F:\\Blender_build\\first\\blender\\source\\blender\\editors\\space_node\\node_templates.cc:659\nblender.exe :0x00007FF71736AAF0 ui_block_func_POPUP F:\\Blender_build\\first\\blender\\source\\blender\\editors\\interface\\interface_region_menu_popup.cc:183\nblender.exe :0x00007FF717463480 ui_popup_block_refresh F:\\Blender_build\\first\\blender\\source\\blender\\editors\\interface\\interface_region_popup.cc:566\nblender.exe :0x00007FF717463050 ui_popup_block_create F:\\Blender_build\\first\\blender\\source\\blender\\editors\\interface\\interface_region_popup.cc:796\nblender.exe :0x00007FF71736CA60 ui_popup_menu_create F:\\Blender_build\\first\\blender\\source\\blender\\editors\\interface\\interface_region_menu_popup.cc:358\nblender.exe :0x00007FF717397CC0 ui_block_open_begin F:\\Blender_build\\first\\blender\\source\\blender\\editors\\interface\\interface_handlers.c:4224\nblender.exe :0x00007FF717391810 button_activate_state F:\\Blender_build\\first\\blender\\source\\blender\\editors\\interface\\interface_handlers.c:8338\nblender.exe :0x00007FF71739CD50 ui_do_but_BLOCK F:\\Blender_build\\first\\blender\\source\\blender\\editors\\interface\\interface_handlers.c:5982\nblender.exe :0x00007FF7173A7AB0 ui_do_button F:\\Blender_build\\first\\blender\\source\\blender\\editors\\interface\\interface_handlers.c:8027\nblender.exe :0x00007FF7173A9D20 ui_handle_button_event F:\\Blender_build\\first\\blender\\source\\blender\\editors\\interface\\interface_handlers.c:9189\nblender.exe :0x00007FF7173BA070 ui_region_handler F:\\Blender_build\\first\\blender\\source\\blender\\editors\\interface\\interface_handlers.c:11275\nblender.exe :0x00007FF7156CFE60 wm_handler_ui_call F:\\Blender_build\\first\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.cc:786\nblender.exe :0x00007FF7156D1CE0 wm_handlers_do_intern F:\\Blender_build\\first\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.cc:3217\nblender.exe :0x00007FF7156D01F0 wm_handlers_do F:\\Blender_build\\first\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.cc:3334\nblender.exe :0x00007FF7156CB580 wm_event_do_region_handlers F:\\Blender_build\\first\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.cc:3754\nblender.exe :0x00007FF7156CB440 wm_event_do_handlers_area_regions F:\\Blender_build\\first\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.cc:3784\nblender.exe :0x00007FF7156DCD90 wm_event_do_handlers F:\\Blender_build\\first\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.cc:3979\nblender.exe :0x00007FF7156A5E50 WM_main F:\\Blender_build\\first\\blender\\source\\blender\\windowmanager\\intern\\wm.c:643\nblender.exe :0x00007FF714C52160 main F:\\Blender_build\\first\\blender\\source\\creator\\creator.c:579\nblender.exe :0x00007FF7186F9260 invoke_main D:\\a\\_work\\1\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_common.inl:79\nblender.exe :0x00007FF7186F9010 __scrt_common_main_seh D:\\a\\_work\\1\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_common.inl:288\nblender.exe :0x00007FF7186F8FF0 __scrt_common_main D:\\a\\_work\\1\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_common.inl:331\nblender.exe :0x00007FF7186F9320 mainCRTStartup D:\\a\\_work\\1\\s\\src\\vctools\\crt\\vcstartup\\src\\startup\\exe_main.cpp:17\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThreads:\nThread : 00002514\nntdll.dll :0x00007FFEA42F0B00 ZwWaitForWorkViaWorkerFactory\nntdll.dll :0x00007FFEA42A26D0 TpReleaseCleanupGroupMembers\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00002e60\nntdll.dll :0x00007FFEA42F0B00 ZwWaitForWorkViaWorkerFactory\nntdll.dll :0x00007FFEA42A26D0 TpReleaseCleanupGroupMembers\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00002ab8\nntdll.dll :0x00007FFEA42F0B00 ZwWaitForWorkViaWorkerFactory\nntdll.dll :0x00007FFEA42A26D0 TpReleaseCleanupGroupMembers\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00002e20\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\nucrtbased.dll :0x00007FFE7F734B90 register_onexit_function\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 000026a0\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\nucrtbased.dll :0x00007FFE7F734B90 register_onexit_function\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00002404\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\nucrtbased.dll :0x00007FFE7F734B90 register_onexit_function\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00002234\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\nucrtbased.dll :0x00007FFE7F734B90 register_onexit_function\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00000ddc\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\nucrtbased.dll :0x00007FFE7F734B90 register_onexit_function\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 0000305c\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\nucrtbased.dll :0x00007FFE7F734B90 register_onexit_function\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00002640\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\nucrtbased.dll :0x00007FFE7F734B90 register_onexit_function\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00001ec4\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\nucrtbased.dll :0x00007FFE7F734B90 register_onexit_function\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00002130\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\nucrtbased.dll :0x00007FFE7F734B90 register_onexit_function\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 000022e8\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\nucrtbased.dll :0x00007FFE7F734B90 register_onexit_function\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00001ff0\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\nucrtbased.dll :0x00007FFE7F734B90 register_onexit_function\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 000002f8\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\nucrtbased.dll :0x00007FFE7F734B90 register_onexit_function\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00000e8c\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\nucrtbased.dll :0x00007FFE7F734B90 register_onexit_function\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00001b88\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\nucrtbased.dll :0x00007FFE7F734B90 register_onexit_function\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00001f10\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\ntbb_debug.dll :0x00007FFE8C312176 tbb::spin_rw_mutex_v3::internal_release_writer\nucrtbased.dll :0x00007FFE7F734B90 register_onexit_function\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 0000132c\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\nnvoglv64.dll :0x00007FFE58561C00 DrvValidateVersion\nnvoglv64.dll :0x00007FFE582EF73C Symbols not available\n\n\nThread : 000000c0\nntdll.dll :0x00007FFEA42EDC00 ZwWaitForMultipleObjects\nKERNELBASE.dll :0x00007FFEA2020370 WaitForMultipleObjectsEx\nKERNELBASE.dll :0x00007FFEA2020350 WaitForMultipleObjects\nnvoglv64.dll :0x00007FFE58597770 DrvPresentBuffers\nnvoglv64.dll :0x00007FFE58597770 DrvPresentBuffers\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00002298\nwin32u.dll :0x00007FFEA1B5A0F0 NtUserMsgWaitForMultipleObjectsEx\nUSER32.dll :0x00007FFEA3570730 MsgWaitForMultipleObjectsEx\nnvoglv64.dll :0x00007FFE58561C00 DrvValidateVersion\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00001e98\nntdll.dll :0x00007FFEA42F0B00 ZwWaitForWorkViaWorkerFactory\nntdll.dll :0x00007FFEA42A26D0 TpReleaseCleanupGroupMembers\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00002b4c\nntdll.dll :0x00007FFEA42F0B00 ZwWaitForWorkViaWorkerFactory\nntdll.dll :0x00007FFEA42A26D0 TpReleaseCleanupGroupMembers\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00002278\nntdll.dll :0x00007FFEA42EDC00 ZwWaitForMultipleObjects\nKERNELBASE.dll :0x00007FFEA2020370 WaitForMultipleObjectsEx\ncombase.dll :0x00007FFEA3A83390 InternalTlsAllocData\ncombase.dll :0x00007FFEA3A83390 InternalTlsAllocData\ncombase.dll :0x00007FFEA3A83390 InternalTlsAllocData\ncombase.dll :0x00007FFEA3A83390 InternalTlsAllocData\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 000014f8\nwin32u.dll :0x00007FFEA1B5A0F0 NtUserMsgWaitForMultipleObjectsEx\nUSER32.dll :0x00007FFEA3570730 MsgWaitForMultipleObjectsEx\ndirectmanipulation.dll:0x00007FFE8DD7458B Symbols not available\n\n\nLoaded Modules :\n0x00007FF712C80000 3.4.0.0 blender.exe F:\\Blender_build\\first\\ninja_lite_debug\\source\\creator\\Debug\\blender_private.pdb \n0x00007FFEA4250000 10.0.19041.2130 ntdll.dll \n0x00007FFEA2540000 10.0.19041.1889 KERNEL32.DLL \n0x00007FFEA1FD0000 10.0.19041.2130 KERNELBASE.dll \n0x00007FFEA3550000 10.0.19041.2130 USER32.dll \n0x00007FFEA1B50000 10.0.19041.2130 win32u.dll \n0x00007FFEA2600000 10.0.19041.2130 GDI32.dll \n0x00007FFEA1CC0000 10.0.19041.2130 gdi32full.dll \n0x00007FFEA19B0000 10.0.19041.789 msvcp_win.dll \n0x00007FFEA1A50000 10.0.19041.789 ucrtbase.dll \n0x00007FFEA2630000 10.0.19041.2075 SHELL32.dll \n0x00007FFEA30A0000 10.0.19041.2130 ADVAPI32.dll \n0x00007FFEA34B0000 7.0.19041.546 msvcrt.dll \n0x00007FFEA3790000 10.0.19041.1865 sechost.dll \n0x00007FFEA38B0000 10.0.19041.1806 RPCRT4.dll \n0x00007FFEA2410000 10.0.19041.1202 ole32.dll \n0x00007FFEA39E0000 10.0.19041.2130 combase.dll \n0x00007FFEA22B0000 10.0.19041.2075 SHLWAPI.dll \n0x00007FFEA3270000 10.0.19041.1865 shcore.dll \n0x00007FFE83ED0000 14.32.31332.0 MSVCP140D.dll \n0x00007FFE8C790000 14.32.31332.0 VCRUNTIME140D.dll \n0x00007FFE9CEF0000 14.32.31332.0 VCRUNTIME140_1D.dll \n0x00007FFE7F6C0000 10.0.19041.685 ucrtbased.dll \n0x00007FFE844B0000 6.10.19041.1110 COMCTL32.dll \n0x00007FFE9C5E0000 10.0.19041.546 VERSION.dll \n0x00007FFE9B860000 10.0.19041.867 dbghelp.dll \n0x00007FFE9F730000 10.0.19041.746 dwmapi.dll \n0x00007FFE8C310000 tbb_debug.dll \n0x00007FFE7EC20000 epoxy-0.dll \n0x00007FFE67340000 3.10.8150.1013 python310_d.dll \n0x00007FFEA2F50000 10.0.19041.546 WS2_32.dll \n0x00007FFE98DC0000 14.32.31332.0 VCRUNTIME140.dll \n0x00007FFEA2310000 10.0.19041.546 IMM32.DLL \n0x00007FFE9FA40000 10.0.19041.2130 windows.storage.dll \n0x00007FFEA12E0000 10.0.19041.2075 Wldp.dll \n0x00007FFEA18A0000 10.0.19041.844 profapi.dll \n0x00007FFE9F460000 10.0.19041.2130 uxtheme.dll \n0x00007FFE9F840000 10.0.19041.546 kernel.appcore.dll \n0x00007FFEA1C30000 10.0.19041.1415 bcryptPrimitives.dll \n0x00007FFE8B530000 tbbmalloc_debug.dll \n0x00007FFEA3150000 10.0.19041.2075 MSCTF.dll \n0x00007FFEA2FC0000 10.0.19041.985 OLEAUT32.dll \n0x00007FFE824C0000 10.0.19041.2075 OPENGL32.DLL \n0x00007FFE8C420000 10.0.19041.2075 GLU32.dll \n0x00007FFEA3400000 2001.12.10941.16384 clbcatq.dll \n0x00007FFE9ADF0000 10.0.19041.2075 AppXDeploymentClient.dll \n0x00007FFE57830000 30.0.14.9649 nvoglv64.dll \n0x00007FFEA3D40000 10.0.19041.1741 SETUPAPI.dll \n0x00007FFEA1960000 10.0.19041.1620 cfgmgr32.dll \n0x00007FFEA1FA0000 10.0.19041.1023 bcrypt.dll \n0x00007FFE9D780000 10.0.19041.546 WTSAPI32.dll \n0x00007FFEA1250000 10.0.19041.546 CRYPTBASE.DLL \n0x00007FFEA1470000 10.0.19041.546 msasn1.dll \n0x00007FFE9C570000 10.0.19041.906 cryptnet.dll \n0x00007FFEA1DD0000 10.0.19041.1889 CRYPT32.dll \n0x00007FFE9AEF0000 10.0.19041.1949 drvstore.dll \n0x00007FFEA1650000 10.0.19041.1620 devobj.dll \n0x00007FFEA1F30000 10.0.19041.2075 WINTRUST.dll \n0x00007FFEA0AA0000 10.0.19041.546 ntmarta.dll \n0x00007FFE93710000 10.0.19041.546 dxcore.dll \n0x00007FFEA17D0000 10.0.19041.546 powrprof.dll \n0x00007FFEA17B0000 UMPDC.dll \n0x00007FFEA1740000 10.0.19041.2075 WINSTA.dll \n0x00007FFE87CC0000 10.0.19041.1387 dataexchange.dll \n0x00007FFE9D990000 10.0.19041.2075 d3d11.dll \n0x00007FFE9E1C0000 10.0.19041.2075 dcomp.dll \n0x00007FFEA0340000 10.0.19041.2075 dxgi.dll \n0x00007FFE94780000 10.0.19041.1865 twinapi.appcore.dll \n0x00007FFE93EB0000 10.0.19041.2075 textinputframework.dll \n0x00007FFE9ED10000 10.0.19041.746 CoreMessaging.dll \n0x00007FFE9EF10000 10.0.19041.546 CoreUIComponents.dll \n0x00007FFE9E060000 10.0.19041.2130 wintypes.dll \n0x00007FFE7E100000 10.0.19041.1949 explorerframe.dll \n0x00007FFE8DD60000 10.0.19041.1566 directmanipulation.dll \n0x00007FFEA1230000 10.0.19041.546 CRYPTSP.dll \n0x00007FFEA0960000 10.0.19041.1052 rsaenh.dll \n\n# Python backtrace\n```\n\n```lines=10\n# Blender 3.4.0, Commit date: 2022-10-20 00:36, Hash 3915f5300ad2\nbpy.context.space_data.context = 'MATERIAL' # Property\n\n# backtrace\nException Record:\n\nExceptionCode : EXCEPTION_ACCESS_VIOLATION\nException Address : 0x00007FF6E6FDF4EA\nException Module : blender.exe\nException Flags : 0x00000000\nException Parameters : 0x2\n\tParameters[0] : 0x0000000000000001\n\tParameters[1] : 0x00000000000001A1\n\n\nStack trace:\nblender.exe :0x00007FF6E6FDF4C0 nodeRemLink\nblender.exe :0x00007FF6E80A8DA0 blender::ed::space_node::node_socket_add_replace\nblender.exe :0x00007FF6E80A9980 blender::ed::space_node::ui_node_link\nblender.exe :0x00007FF6E7EBCF50 ui_apply_but_funcs_after\nblender.exe :0x00007FF6E7EC87F0 ui_handler_region_menu\nblender.exe :0x00007FF6E7495810 wm_handlers_do_intern\nblender.exe :0x00007FF6E7494C40 wm_handlers_do\nblender.exe :0x00007FF6E749B1B0 wm_event_do_handlers\nblender.exe :0x00007FF6E7480BC0 WM_main\nblender.exe :0x00007FF6E65512F0 main\nblender.exe :0x00007FF6EC6F4380 __scrt_common_main_seh\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThreads:\nThread : 000032c8\nntdll.dll :0x00007FFEA42F0B00 ZwWaitForWorkViaWorkerFactory\nntdll.dll :0x00007FFEA42A26D0 TpReleaseCleanupGroupMembers\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00000778\nntdll.dll :0x00007FFEA42F0B00 ZwWaitForWorkViaWorkerFactory\nntdll.dll :0x00007FFEA42A26D0 TpReleaseCleanupGroupMembers\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 000015a8\nntdll.dll :0x00007FFEA42F0B00 ZwWaitForWorkViaWorkerFactory\nntdll.dll :0x00007FFEA42A26D0 TpReleaseCleanupGroupMembers\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 000022e0\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\nblender.exe :0x00007FF6ED271160 IlmThread_3_1::Semaphore::wait\nblender.exe :0x00007FF6ED270970 IlmThread_3_1::ThreadPool::numThreads\nblender.exe :0x00007FF6E6713C20 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 000018f0\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\nblender.exe :0x00007FF6ED271160 IlmThread_3_1::Semaphore::wait\nblender.exe :0x00007FF6ED270970 IlmThread_3_1::ThreadPool::numThreads\nblender.exe :0x00007FF6E6713C20 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00000f34\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\nblender.exe :0x00007FF6ED271160 IlmThread_3_1::Semaphore::wait\nblender.exe :0x00007FF6ED270970 IlmThread_3_1::ThreadPool::numThreads\nblender.exe :0x00007FF6E6713C20 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 0000265c\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\nblender.exe :0x00007FF6ED271160 IlmThread_3_1::Semaphore::wait\nblender.exe :0x00007FF6ED270970 IlmThread_3_1::ThreadPool::numThreads\nblender.exe :0x00007FF6E6713C20 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00000458\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\nblender.exe :0x00007FF6ED271160 IlmThread_3_1::Semaphore::wait\nblender.exe :0x00007FF6ED270970 IlmThread_3_1::ThreadPool::numThreads\nblender.exe :0x00007FF6E6713C20 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00000fdc\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\nblender.exe :0x00007FF6ED271160 IlmThread_3_1::Semaphore::wait\nblender.exe :0x00007FF6ED270970 IlmThread_3_1::ThreadPool::numThreads\nblender.exe :0x00007FF6E6713C20 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 0000198c\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\nblender.exe :0x00007FF6ED271160 IlmThread_3_1::Semaphore::wait\nblender.exe :0x00007FF6ED270970 IlmThread_3_1::ThreadPool::numThreads\nblender.exe :0x00007FF6E6713C20 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 000026e4\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\nblender.exe :0x00007FF6ED271160 IlmThread_3_1::Semaphore::wait\nblender.exe :0x00007FF6ED270970 IlmThread_3_1::ThreadPool::numThreads\nblender.exe :0x00007FF6E6713C20 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 000022f8\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\nblender.exe :0x00007FF6ED271160 IlmThread_3_1::Semaphore::wait\nblender.exe :0x00007FF6ED270970 IlmThread_3_1::ThreadPool::numThreads\nblender.exe :0x00007FF6E6713C20 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00001088\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\nblender.exe :0x00007FF6ED271160 IlmThread_3_1::Semaphore::wait\nblender.exe :0x00007FF6ED270970 IlmThread_3_1::ThreadPool::numThreads\nblender.exe :0x00007FF6E6713C20 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00001234\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\nblender.exe :0x00007FF6ED271160 IlmThread_3_1::Semaphore::wait\nblender.exe :0x00007FF6ED270970 IlmThread_3_1::ThreadPool::numThreads\nblender.exe :0x00007FF6E6713C20 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00001aac\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\nblender.exe :0x00007FF6ED271160 IlmThread_3_1::Semaphore::wait\nblender.exe :0x00007FF6ED270970 IlmThread_3_1::ThreadPool::numThreads\nblender.exe :0x00007FF6E6713C20 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00002a14\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\nblender.exe :0x00007FF6ED271160 IlmThread_3_1::Semaphore::wait\nblender.exe :0x00007FF6ED270970 IlmThread_3_1::ThreadPool::numThreads\nblender.exe :0x00007FF6E6713C20 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00002228\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\nblender.exe :0x00007FF6ED271160 IlmThread_3_1::Semaphore::wait\nblender.exe :0x00007FF6ED270970 IlmThread_3_1::ThreadPool::numThreads\nblender.exe :0x00007FF6E6713C20 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 000030f8\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\nblender.exe :0x00007FF6ED271160 IlmThread_3_1::Semaphore::wait\nblender.exe :0x00007FF6ED270970 IlmThread_3_1::ThreadPool::numThreads\nblender.exe :0x00007FF6E6713C20 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00000c60\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\nblender.exe :0x00007FF6ED271160 IlmThread_3_1::Semaphore::wait\nblender.exe :0x00007FF6ED270970 IlmThread_3_1::ThreadPool::numThreads\nblender.exe :0x00007FF6E6713C20 std::thread::_Invoke<std::tuple<void (__cdecl usdBlender__pxrReserved__::HdRenderThread::*)(void) _\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 000022e4\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00002248\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00003084\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00001ff0\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00002e60\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00002514\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00000b84\nntdll.dll :0x00007FFEA42F0B00 ZwWaitForWorkViaWorkerFactory\nntdll.dll :0x00007FFEA42A26D0 TpReleaseCleanupGroupMembers\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 000005dc\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\nnvoglv64.dll :0x00007FFE4F811C00 DrvValidateVersion\nnvoglv64.dll :0x00007FFE4F59F73C Symbols not available\n\n\nThread : 00002fec\nntdll.dll :0x00007FFEA42EDC00 ZwWaitForMultipleObjects\nKERNELBASE.dll :0x00007FFEA2020370 WaitForMultipleObjectsEx\nKERNELBASE.dll :0x00007FFEA2020350 WaitForMultipleObjects\nnvoglv64.dll :0x00007FFE4F847770 DrvPresentBuffers\nnvoglv64.dll :0x00007FFE4F847770 DrvPresentBuffers\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00001754\nwin32u.dll :0x00007FFEA1B5A0F0 NtUserMsgWaitForMultipleObjectsEx\nUSER32.dll :0x00007FFEA3570730 MsgWaitForMultipleObjectsEx\nnvoglv64.dll :0x00007FFE4F811C00 DrvValidateVersion\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00000e54\nntdll.dll :0x00007FFEA42F0B00 ZwWaitForWorkViaWorkerFactory\nntdll.dll :0x00007FFEA42A26D0 TpReleaseCleanupGroupMembers\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 000029ac\nntdll.dll :0x00007FFEA42EDC00 ZwWaitForMultipleObjects\nKERNELBASE.dll :0x00007FFEA2020370 WaitForMultipleObjectsEx\ncombase.dll :0x00007FFEA3A83390 InternalTlsAllocData\ncombase.dll :0x00007FFEA3A83390 InternalTlsAllocData\ncombase.dll :0x00007FFEA3A83390 InternalTlsAllocData\ncombase.dll :0x00007FFEA3A83390 InternalTlsAllocData\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00002474\nwin32u.dll :0x00007FFEA1B5A0F0 NtUserMsgWaitForMultipleObjectsEx\nUSER32.dll :0x00007FFEA3570730 MsgWaitForMultipleObjectsEx\ndirectmanipulation.dll:0x00007FFE8DD7458B Symbols not available\n\n\nThread : 000007a4\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00002ed4\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 000022dc\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00001410\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 0000154c\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00002bf4\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 00000f78\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 000027d8\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nThread : 000031e0\nntdll.dll :0x00007FFEA42ED130 NtWaitForSingleObject\nKERNELBASE.dll :0x00007FFEA1FF2FE0 WaitForSingleObjectEx\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFE988AD800 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFEA1A71B20 configthreadlocale\nKERNEL32.DLL :0x00007FFEA2557020 BaseThreadInitThunk\nntdll.dll :0x00007FFEA42A2680 RtlUserThreadStart\n\n\nLoaded Modules :\n0x00007FF6E63E0000 3.4.0.0 blender.exe F:\\Диск I\\programm\\blenders\\свежак 24-14-9-11\\b \n0x00007FFEA4250000 10.0.19041.2130 ntdll.dll \n0x00007FFEA2540000 10.0.19041.1889 KERNEL32.DLL \n0x00007FFEA1FD0000 10.0.19041.2130 KERNELBASE.dll \n0x00007FFEA2F50000 10.0.19041.546 WS2_32.dll \n0x00007FFEA38B0000 10.0.19041.1806 RPCRT4.dll \n0x00007FFE98DA0000 tbbmalloc.dll \n0x00007FFE988A0000 tbb.dll \n0x00007FFEA3550000 10.0.19041.2130 USER32.dll \n0x00007FFEA1B50000 10.0.19041.2130 win32u.dll \n0x00007FFEA2600000 10.0.19041.2130 GDI32.dll \n0x00007FFEA1CC0000 10.0.19041.2130 gdi32full.dll \n0x00007FFEA19B0000 10.0.19041.789 msvcp_win.dll \n0x00007FFEA1A50000 10.0.19041.789 ucrtbase.dll \n0x00007FFEA30A0000 10.0.19041.2130 ADVAPI32.dll \n0x00007FFE8C700000 14.29.30139.0 MSVCP140.dll \n0x00007FFE999F0000 14.29.30139.0 VCRUNTIME140.dll \n0x00007FFEA34B0000 7.0.19041.546 msvcrt.dll \n0x00007FFE9A080000 14.29.30139.0 VCRUNTIME140_1.dll \n0x00007FFEA3790000 10.0.19041.1865 sechost.dll \n0x00007FFEA2630000 10.0.19041.2075 SHELL32.dll \n0x00007FFEA22B0000 10.0.19041.2075 SHLWAPI.dll \n0x00007FFEA1960000 10.0.19041.1620 CFGMGR32.dll \n0x00007FFE9B860000 10.0.19041.867 dbghelp.dll \n0x00007FFEA1FA0000 10.0.19041.1023 bcrypt.dll \n0x00007FFE68390000 5.7.0.7 sycl.dll \n0x00007FFEA2410000 10.0.19041.1202 ole32.dll \n0x00007FFEA39E0000 10.0.19041.2130 combase.dll \n0x00007FFEA3780000 10.0.19041.546 PSAPI.DLL \n0x00007FFE81390000 epoxy-0.dll \n0x00007FFEA3270000 10.0.19041.1865 shcore.dll \n0x00007FFE556F0000 cycles_kernel_oneapi.dll \n0x00007FFEA2310000 10.0.19041.546 IMM32.dll \n0x00007FFE53FA0000 9.0.0.0 openvdb.dll \n0x00007FFE67640000 59.16.100.0 avformat-59.dll \n0x00007FFE51AA0000 59.18.100.0 avcodec-59.dll \n0x00007FFE944D0000 59.4.100.0 avdevice-59.dll \n0x00007FFE7EBF0000 57.17.100.0 avutil-57.dll \n0x00007FFEA2FC0000 10.0.19041.985 OLEAUT32.dll \n0x00007FFE8C5C0000 6.4.100.0 swscale-6.dll \n0x0000000070440000 1.0.28.0 libsndfile-1.dll \n0x000000006ACC0000 libgmp-10.dll \n0x00007FFE83E80000 1.21.1.0 OpenAL32.dll \n0x00007FFE82490000 2.0.20.0 SDL2.dll \n0x00007FFE99D20000 libgmpxx.dll \n0x00007FFEA3D40000 10.0.19041.1741 SETUPAPI.dll \n0x00007FFE67170000 3.10.2150.1013 python310.dll \n0x00007FFE99A30000 tbbmalloc_proxy.dll \n0x00007FFE942E0000 10.0.19041.1 AVIFIL32.dll \n0x00007FFE844B0000 6.10.19041.1110 COMCTL32.dll \n0x00007FFE9C5E0000 10.0.19041.546 VERSION.dll \n0x0000000070680000 libfftw3-3.dll \n0x00007FFE9F730000 10.0.19041.746 dwmapi.dll \n0x00007FFE92F80000 10.0.19041.546 Secur32.dll \n0x00007FFE8C530000 4.3.100.0 swresample-4.dll \n0x00007FFE98880000 10.0.19041.1 AVICAP32.dll \n0x00007FFE936E0000 10.0.19041.546 WINMM.dll \n0x00007FFE9CED0000 10.0.19041.1 MSACM32.dll \n0x00007FFE8C420000 10.0.19041.1 MSVFW32.dll \n0x00007FFE96EB0000 10.0.19041.1 winmmbase.dll \n0x00007FFEA1820000 10.0.19041.2130 SSPICLI.DLL \n0x00007FFE9F840000 10.0.19041.546 kernel.appcore.dll \n0x00007FFE9FA40000 10.0.19041.2130 windows.storage.dll \n0x00007FFEA12E0000 10.0.19041.2075 Wldp.dll \n0x00007FFE9F460000 10.0.19041.2130 uxtheme.dll \n0x00007FFEA1C30000 10.0.19041.1415 bcryptPrimitives.dll \n0x00007FFEA18A0000 10.0.19041.844 profapi.dll \n0x00007FFEA3400000 2001.12.10941.16384 clbcatq.dll \n0x00007FFE9CFC0000 10.0.19041.1503 MMDevApi.dll \n0x00007FFEA1650000 10.0.19041.1620 DEVOBJ.dll \n0x00007FFE9D0C0000 10.0.19041.1865 AUDIOSES.DLL \n0x00007FFEA17D0000 10.0.19041.546 powrprof.dll \n0x00007FFEA17B0000 UMPDC.dll \n0x00007FFEA3150000 10.0.19041.2075 MSCTF.dll \n0x00007FFE80380000 10.0.19041.2075 OPENGL32.DLL \n0x00007FFE8B550000 10.0.19041.2075 GLU32.dll \n0x00007FFE9ADF0000 10.0.19041.2075 AppXDeploymentClient.dll \n0x00007FFE4EAE0000 30.0.14.9649 nvoglv64.dll \n0x00007FFE9D780000 10.0.19041.546 WTSAPI32.dll \n0x00007FFEA1250000 10.0.19041.546 CRYPTBASE.DLL \n0x00007FFEA1470000 10.0.19041.546 msasn1.dll \n0x00007FFE9C570000 10.0.19041.906 cryptnet.dll \n0x00007FFEA1DD0000 10.0.19041.1889 CRYPT32.dll \n0x00007FFE9AEF0000 10.0.19041.1949 drvstore.dll \n0x00007FFEA1F30000 10.0.19041.2075 WINTRUST.dll \n0x00007FFEA0AA0000 10.0.19041.546 ntmarta.dll \n0x00007FFE93710000 10.0.19041.546 dxcore.dll \n0x00007FFEA1740000 10.0.19041.2075 WINSTA.dll \n0x00007FFE87CC0000 10.0.19041.1387 dataexchange.dll \n0x00007FFE9D990000 10.0.19041.2075 d3d11.dll \n0x00007FFE9E1C0000 10.0.19041.2075 dcomp.dll \n0x00007FFEA0340000 10.0.19041.2075 dxgi.dll \n0x00007FFE94780000 10.0.19041.1865 twinapi.appcore.dll \n0x00007FFE93EB0000 10.0.19041.2075 textinputframework.dll \n0x00007FFE9EF10000 10.0.19041.546 CoreUIComponents.dll \n0x00007FFE9ED10000 10.0.19041.746 CoreMessaging.dll \n0x00007FFE9E060000 10.0.19041.2130 wintypes.dll \n0x00007FFE7E100000 10.0.19041.1949 explorerframe.dll \n0x00007FFE8DD60000 10.0.19041.1566 directmanipulation.dll \n0x00007FFEA1230000 10.0.19041.546 CRYPTSP.dll \n0x00007FFEA0960000 10.0.19041.1052 rsaenh.dll \n0x00007FFE66EB0000 30.0.14.9649 nvcuda.dll \n0x00007FFE4D460000 30.0.14.9649 nvcuda64.dll \n0x00007FFE788A0000 30.0.14.9649 nvapi64.dll \n\n# Python backtrace\n\n```\n\nBlenders: 3.4, 3.2, 3.0, 2.9, 2.83\n```lines=10\nC:\\Users\\rfnei>\"F:\\Диск I\\programm\\blenders\\свежак 24-14-8-11\\blender.exe\"\nRead prefs: C:\\Users\\rfnei\\AppData\\Roaming\\Blender Foundation\\Blender\\3.4\\config\\userpref.blend\nWarning: File written by newer Blender binary (304.3), expect loss of data!\nError : EXCEPTION_ACCESS_VIOLATION\nAddress : 0x00007FFE8C723020\nModule : MSVCP140.dll\nThread : 0000207c\nWriting: C:\\Users\\rfnei\\AppData\\Local\\Temp\\blender.crash.txt\n\nC:\\Users\\rfnei>\"F:\\Диск I\\programm\\blenders\\свежак 24-12-1\\blender.exe\"\nRead prefs: C:\\Users\\rfnei\\AppData\\Roaming\\Blender Foundation\\Blender\\3.2\\config\\userpref.blend\nError : EXCEPTION_ACCESS_VIOLATION\nAddress : 0x00007FF73481F663\nModule : blender.exe\nThread : 000029c0\nWriting: C:\\Users\\rfnei\\AppData\\Local\\Temp\\blender.crash.txt\n\nC:\\Users\\rfnei>\"F:\\Диск I\\programm\\blenders\\свежак 24-9-10\\blender.exe\"\nRead prefs: C:\\Users\\rfnei\\AppData\\Roaming\\Blender Foundation\\Blender\\3.1\\config\\userpref.blend\nERROR (bke.node): C:\\Users\\blender\\git\\blender-vdev\\blender.git\\source\\blender\\blenkernel\\intern\\node.cc:2222 nodeAddStaticNode: static node type 200 undefined\nError : EXCEPTION_ACCESS_VIOLATION\nAddress : 0x00007FF7A47ABC94\nModule : blender.exe\nThread : 00000674\nWriting: C:\\Users\\rfnei\\AppData\\Local\\Temp\\blender.crash.txt\n\nC:\\Users\\rfnei>\"F:\\Диск I\\programm\\blenders\\свежак 22-14\\blender.exe\"\nError : EXCEPTION_ACCESS_VIOLATION\nAddress : 0x00007FF776C49221\nModule : blender.exe\nThread : 00000cc0\nWriting: C:\\Users\\rfnei\\AppData\\Local\\Temp\\blender.crash.txt\n\nC:\\Users\\rfnei>\"F:\\Диск I\\programm\\blenders\\свежак 20-6\\blender.exe\"\nfound bundled python: F:\\╨Ф╨╕╤Б╨║ I\\programm\\blenders\\╤Б╨▓╨╡╨╢╨░╨║ 20-6\\2.83\\python\nError : EXCEPTION_ACCESS_VIOLATION\nAddress : 0x00007FF6508070ED\nModule : F:\\─шёъ I\\programm\\blenders\\ётхцръ 20-6\\blender.exe\n```\n\n1: Open blender to the default startup file.\n2: Go to the materials tab.\n3: Click on the button next to \"Surface\" labeled \"Principled BSDF\" and select a different node to switch it out.\n4: Press Ctrl + Z on the keyboard to undo the previous action.\n5: Repeat steps 3 and 4 with various nodes until it crashes.\n(There used to be a more consistent way of replicating this, making a mix shader, putting a glossy bsdf node in the top slot, then pressing undo and selecting an emission node instead, but it stopped crashing with that just before I sent this.\n. . . And it just started crashing with that again. I'm sorry I can't give you something more consistent.)\n\nBased on the default startup file.\n", "Outliner: Sorting not working for some types in Scene display mode\nBroken: Current master\nWorked: Never\n\n\nSorting elements in the outliner only works for objects. Scenes, collections, and other types are not sorted.\n\n<img src=\"https://projects.blender.orgattachment\">", "Selecting bones on linked rig has lag\nBroken: version: 3.4.0 Alpha, branch: Unknown, commit date: Unknown Unknown, hash: `rBUnknown`\n\nAlright, so I had a chat with Bastien and we agreed to make a bug report so that this had a record.\n\nSo in the zip you will find the files \"character\" and \"link\". The \"link\" file has the rig already linked. This is the new [BlenRig 6 ](660103) Rig and ever since we got library overrides people have been experiencing a certain lag when selecting bones on a linked rig.\n\nThis lag can go from milliseconds to a couple of seconds depending on scene load and CPU.\n\nBastien Suggested that disabling Global Undo could fix the lag and indeed it does fix it... but you know, it's not practical to be forced to working without Undo...\n\nIn the zip you will also find two files called \"no_overrides\", there I turned off library overrides for all properties. Unfortunately, the lag is still there when you link the rig.\n\nI really don't know what could be causing this, animation playback works just fine, the lag happens when selecting bones and when scrubbing through the timeline. Maybe you could do some debugging and see what blender is doing on those two operations and why it's taking so long to perform them. \n\n- Unzip the attached file - you will find the files \"character\" and \"link\"\n- Open the file `link.blend`\n- Select some bones to check the performance\n- Go to {nav Blender Preferences > System} and disable `Global Undo`\n- Select some bones to check the performance\n[lib_overrides_lag.zip](lib_overrides_lag.zip)", "Undo doesn't work with paint mask selection (texture paint vs. vertex/weightpaint)\nOperating system: Linux-5.2.10-arch1-1-ARCH-x86_64-with-arch 64 Bits\nGraphics card: Radeon RX 580 Series (POLARIS10, DRM 3.32.0, 5.2.10-arch1-1-ARCH, LLVM 8.0.1) X.Org 4.5 (Core Profile) Mesa 19.1.5\n\n\nBroken: version: 2.80 (sub 75)\nWorked: (optional)\n\n\nUndo does not work with paint mask selections. The expected behavior here is that undo should work as in other selection modes.\n\nClick on texture paint.\nSelect single image and create a texture.\nTurn on paint masking, and then select the \"select box\" tool.\nclick on a face on the cube to select it.\nPress ctrl-z.", "Creating Lattice object with script with {\"REGISTER\", \"UNDO\"} if parameters was changed in Undo window and mesh was in Edit mode - undo last changes to the mesh or last action\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: GeForce GTX 1650 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.51\n\nBroken: version: 2.93.1\n\n{\"REGISTER\", \"UNDO\"} also undo last action if parameters was changed in \"Adjust last action\" pannel and mesh was in Edit mode.\n\n[Register_Undo_Issue.mp4](Register_Undo_Issue.mp4)\n\n[REGISTER_UNDO_in_EDIT_Mode.blend](REGISTER_UNDO_in_EDIT_Mode.blend)\n\n", "Undo/Redo shortcut still active in the Blender File View window\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 452.06\n\nBroken: version: 2.91.0 Beta\n\nUndo/Redo shortcut still active in the Blender File View window\n\n* Open Blender with the default cube.\n* Move the cube a few times.\n* Open the “Preferences” window in the menu “Edit | Preferences...”\n* Then do Ctrl + Z to undo. The undo shortcut still works. It is the same for the redo shortcut.\n\nThe undo/redo is also active from any other windows of the “File” menu like “Open”, “Link”, “Save”, “Append”, etc. All links showing the “Blender File View”.\n\nIn the “Blender File View” window, I noticed that the buttons at the bottom disappear when doing the undo shortcut.\n\nI tried a few other shortcuts like Tab to go to edit mode and G to move the cube. They do not seem to be active when the focus is on the “Preferences” or “Blender File View” window.\n\nThe undo/redo is also active when the “Blender Render” has the focus.\n\nAs a consequence, someone accidentally hitting the undo shortcut will get his work being modified behind the window and probably will not notice.\n\n\n{[F9111517](BlenderFileView_Open.jpg) size=full}\n\n{[F9111519](BlenderFileView_AfterShortcut.jpg) size=full}", "Serious problems with visibility when linking a character\nOperating system: Ubuntu 20.04\nGraphics card: Geforce MX230\n\nBroken: 3.3\n\n\nwhen linking a collection containing a character model, rig, etc., oddities occur with the visibility of the armature: when the overlays are turned off/ on, the armature is not displayed until some event occurs (this bug applies to the file where the model is located). undo ignores hiding bones (scene with linked and override character) for clarity, two animation files will be attached. in both, sometimes both of these bugs occur, while it is absolutely unpredictable\n[2022-09-16 02-20-35.mp4](2022-09-16_02-20-35.mp4)\n\n[broken_7.zip](broken_7.zip)\n\nfile with character in broken_7/stalker/\nfiles with animation in broken_7/3d_projects/tests/animation/\n" ]
[ "\"make local' of linked object followed by Undo makes object disappear instead of restoring link.\nLinux bubastis 3.10.25-gentoo #10 SMP Thu Jan 30 22:17:35 UTC 2014 x86_64 Intel(R) Core(TM) i7-4800MQ CPU @ 2.70GHz GenuineIntel GNU/Linux\n01:00.0 VGA compatible controller: NVIDIA Corporation GK107GLM [Quadro K1100M] (rev a1) (prog-if 00 [VGA controller])\n\nBroken: git bc9e66f0830627e807f720dca4b9d5d8d39e732a\n\n\nWhen you click the button beside a linked object's name to make a local copy of that object; a subsequent undo operation does not restore the linked object, but makes the object disappear.\n\nuse the Link menu option to link an object from an external file.\nClick the \"make local\" button beside the object's name in the object panel.\npress ^Z to undo.\n\nThe object disappears. I believe the linked version should be restored instead.\n", "Make Local on linked mesh object: object gets removed if redo function is used\n%%%--- Blender version with error, and version that worked ---\n2.66-official\n\n - Short description of error ---\nIf one changes the type for Make Local operator in Redo panel, object disappears (from scene as well as from bpy.data.objects)\n\n - Steps for others to reproduce the error (preferably based on attached .blend file) ---\n1) Save default scene (cube) to .blend for linking that cube later\n2) Open new scene\n3) File > Link\n4) Add the cube from .blend (step 1)\n5) Click menu Object > Make Local > Selected objects (for instance, any type will work)\n6) Change type of the operation in Redo panel to something else\n7) Cube vanishes\n\nRedo should either be disabled for this op, or made working.%%%" ]
cycles not rendering image sequence Operating system: Linux-5.4.0-42-generic-x86_64-with-debian-bullseye-sid 64 Bits Graphics card: GeForce MX250/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 440.100 Broken: version: 2.83.5 When I try to view an image sequence texture using cycles, either in the 3d view, or via 'render image', it doesn't find the files (renders as pink). If I switch to a single image (one from the same sequence) it works fine. And if I switch to Eevee it works fine. - load test1.blend - enable render view (using Eevee) - scrub animation forward backward - should see 5-frame image sequence rendered with alpha transparency - switch to Cycles renderer - scrub forward/backward - should see pink texture instead (ie. not reading image sequence?) - go to material settings for the plane, and set the color input to a single-image, instead of image-sequence, and it should render properly again... [test.zip](test.zip)
[ "Sequencer doesn't reflect source range in strip display correctly\nWindows 7\n\nBroken: 2.78 Release\n\nWhen the length of a render source is modified, the display in the strip display doesn't show it. The info 'Original frame range' is correct though.\n\n1. From the default scene, create a 'link object data' copy (although i guess the type doesn't matter)\n2. Go back to scene 'Scene' and set the end frame to 100\n3. Go to scene 'Scene.001', open sequence editor and add scene 'Scene'. It will now show a strip of 100 frames length.\n4. Go back to scene 'Scene' and change the end frame to 50\n5. Go back to scene 'Scene.001' \nThe Sequence Editor will still show a green bar 100 frames long, although the info in the properties panel tells the correct info: Original frame range 1-50 (50).\nMore importantly, you can drag the right grabber of the strip to the right and it will still paint 100 frames green and the rest grey/transparent, although the 100 frames don't have any meaning no more - it was just the length it was created with. You can also unlink the strip from the original scene and relink it again, it will still paint 100 frames green/valid.\n\nMaybe this is a bug, an oversight, maybe even intentional, I don't know. \nI don't think a .blend file is necessary in this case, but I will upload one, if desired. \n", "Crash when rendering animation\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA RTX A4500/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 512.15\n\nBroken: version: 3.4.1\n\nBlender crash when rendering an animation\n\nIn an attempt to simplify my rendering of multiple scenes, I added an additional scene to a blend file with no objects itself. Its purpose is to be a place to put multiple *Render Layer* nodes in its compositor for all the other scenes in the file. In other words I hit \"Render\" when on that special scene and all other scenes are rendered in one go. Running this render as a single image works fine. Running render animation crashes after one frame.\n\nMy actual file has 7 scenes to be rendered. But to help demonstrate and reproduce this, I have simplified the file to just two scenes:-\n\"*Scene 1*\" is a simple scene containing a cube and a camera. Rendering this scene directly, works fine as still image or animation.\n\"*Render all*\" is a second scene that has no objects of its own (just a camera because my render farm seems to insist upon that). This scene is set to not be rendered (\"*Use for Rendering*\" unticked). However it's compositor has a *Render Layers* object which looks at *Scene 1* and which is connected to a *File output* node.\n\n\n[crash-test3.blend](crash-test3.blend)\n\nOpen file and render animation.", "Texture Painting not updating cycles shader in viewport\nOperating system: Linux-5.8.0-44-generic-x86_64-with-debian-bullseye-sid 64 Bits\nGraphics card: Mesa Intel(R) Xe Graphics (TGL GT2) Intel 4.6 (Core Profile) Mesa 20.2.6\n\nBroken: version: 2.92.0\n\n\nLevel 1. When texture painting in the 3D viewport, the image is updated, but the visible shader on the object doesn't update in cycles until switching to viewport shading and back to cycles.\nIt still works when switching to Eevee shading. When reloading the image in the shader image texture node, it updates in cycles, but the problem persists when the image is updated (painted on) again.\n\nLevel 2. The above bug becomes worse as follows:\n\nIn cycles the image stops updating even when switching to viewport shading and back to cycles.\n(A)-When reloading the image in the shader image texture node, it updates in cycles, but any new paint on the texture in the viewport or image editor -> paint mode won't update until step A is repeated. \n\nI do not know exactly what triggers this 2nd level bug, but it doesn't take long to show up. \nI was able to repeat it just by painting and switching between Eevee and cycles using my test .blend file (attached)\n\n\n\n\n1. Assign a material with an image node to an unwrapped object\n2. Switch to viewport texture painting and start painting on the image in cycles shading. \n3. The image updates in viewport shading, but not the visible shader on the object in cycles. \n4. Switch to Eevee shading - now eveything works as expected.\n\n5. I do not know what triggers the level 2 bug.\n\n[Cycles not painting on Cube.blend](Cycles_not_painting_on_Cube.blend)\n\n\n\n\n\n", "Cycles subsurface handled differently in the diffuse passes\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12\n\nBroken: version: 3.0.1\nWorked: version: 2.93.8\n\nWhen a material has subsurface, the diffuse passes now show a discrepancy in how they are handled compared to versions prior to 3.0.\nIn 2.93, the diffuse color pass for Cycles was similar to Eevee. Now the color pass is brightened even when the subsurface value is low (but nonzero).\n\n|Eevee|Cycles 2.93.8|Cycles 3.1.2|\n| -- | -- | -- |\n|![diffuse_color_eevee.png](diffuse_color_eevee.png)|![diffuse_color_cycles_2.93.png](https://archive.blender.org/developer/F12963470/diffuse_color_cycles_2.93.png)|![diffuse_color_cycles_3.1.png](diffuse_color_cycles_3.1.png)|\n\nTest file:\n[#96967.blend](T96967.blend)\nThis is a part of the [junk shop file from the blender cloud.](5dd6d7044441651fa3decb56)\nThe diffuse color pass is sent to the composite output.\nYou can compare rendering using Eevee and Cycles.\n\n\n", "Cycles X material preview using 100% of cpu\nOperating system: Windows-10-10.0.22000-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 497.29\n\nBroken: version: 3.0.0\n\nUsing cycles X, opening the material preview causes my computer to lag and drop in FPS\n\nCreate a new material and open the material preview with cycles x\n\nFor a new scene with default cube and default material, preview render completes in about 5 seconds.\nWith Beckmann glass it's ~10 seconds.\nWith Multiscatter GGX Glass, ~35 seconds.\n\n(Size of preview render: 134x150px)\n", "MNEE work only with 1st refractive shader node and ignore other inside one material\nOperating system: Windows-8.1-6.3.9600-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 473.04\n\nBroken: version: 3.2.0 Beta\n\n\n**Short description**\nMNEE just ignores any refractive shader except the 1st one:\n![изображение.png](изображение.png)\n\nFile:\n[test caustic.blend](test_caustic.blend)", "Motion Blur keyframes is ignored when rendering animation\nOperating system: Windows 10 Home\nGraphics card: RTX 2080 Ti\n\nBroken: 3.4.1\nWorked: don't know\n\n\nUsing Cycles, if I keyframe motion blur then the keyframed data is ignored when rendering an animation. It just uses the keyframed value for the currently selected frame and uses that value for ALL frames.\n\nSo it works OK rendering a single frame because it reads the keyframed value for that frame, but for an animation it just uses that single value throughout.\n\n- Open attached .blend file or:\n - Start with default blend file.\n - Set end frame to 10\n - Change to Cycles\n - Keyframe cube location at frame 1\n - At frame 10, move cube to x=4 and keyframe location\n - Enable motion blur\n - At frame 1, keyframe it to 0\n - At frame 2, keyframe it to 0.5\n- Move to frame 1 and render animation. It will have no motion blur on ANY frame.\n- Move to frame 2 and render animation. It will use motion blur of 0.5 on every frame (including frame 1).\n\n[MotionBlurBug.blend](https://projects.blender.orgattachment)\n", "Blender 3.5 crash on render with Intel 4600 integrated GPU\nOperating system: WIndows 10 x64\nGraphics card: Intel 4600\n\nBroken: 3.5 \nWorked: 3.4.1\n\n\nBlender crashes when attempting to render in Evee. Cycles seems to work.\n\n", "Problems due to leftover Nvidia drivers\nOperating system: Windows 11 Home\nGraphics card: Intel Arc a770 16gb Limited Edition (latest drivers)\n\nBroken: (Blender 3.3, 3.5 and 4.0) Trying to work out if it is just my GPU that is the issues\n\n\nBlender 3.5.1 will not allow me to access editor preferences, and won't allow me to render in Cycles. CPU or GPU. Eevee works.\n\nBlender 3.3 allows me to access editor preferences, but still won't allow me to render in Cycles. CPU or GPU. Eevee works.\n\nBlender 4.0 allows for editor preferences, same issue with Cycles. Eevee works fine.\n\nBy not allowing me to access editor preferences or Cycles I mean it crashes.\n\nI have tried to converse with Intel engineers with a video of the crashes but they seem incompetent with knowing how to enable GPU rendering in their own tests.\n\n", "Workbench: Reference image with 'always back' setting does not display\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: Radeon RX 570 Series ATI Technologies Inc. 4.5.0 Core Profile Context 22.11.2.221130\n\nBroken: version: 3.5.0 Alpha\nWorked: 2.92\n\nIn Workbench render preview, reference image with always back setting does not display. It only flickers when the viewport is refreshed. This does not happen in solid mode.\n\nThis also does not happen with Workbench Next.\n\n[WorkbenchRefImage.mp4](attachment)\n\n[WorkbenchRefImage.blend](attachment)\n\n- Set the renderer to Workbench\n- Add an empty object with a image\n- Set its depth mode to Back\n- See it in render preview\n\n", "VSE (Video Sequence Editor) scene strips have very slow playback in both Material preview and Rendered mode.\nOperating system: Windows-10-10.0.22621-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 531.41\n\nBroken: version: 3.6.0 Alpha\n\nAdding the 3d scenes to the VSE and turning Material Preview or Rendered mode are making the playback very slow.\n\n1. With the default scene opened create a second scene.\n2. Switch to the Video sequencer.\n3. Add a first scene to the timeline.\n4. Switch \"Scene strip display\" to Material preview or Rendered.\n\nThank you.", "Correct link is shown as invalid\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1650/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.94\n\nBroken: version: 3.5.1\n\nIn the composer, after some actions, the link is displayed as incorrect, although there is no reason for this.\n\n**Exact steps for others to reproduce the error** \n\n0. Factory settings file (optional).\n1. Switch render engine to Cycles.\n2. Enable any `Scene > ViewLayer > Passes`. For example, this would be `... > Data > UV`.\n3. Enable the compositing nodes and connect the new socket to the \"Composite\" node.\n4. Switch render engine to Eevee.\n5. Make a Render.\n6. Switch render engine to Cycles.\n\n![2023-06-07_23.44.54.gif](attachment)\n\n", "Cycles doesn't render volumes when clip end is inside the volume\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.11\n\nBroken: version: 3.1.0 Alpha\n\nWhen clip end is set to a value inside a volume, the volume is not renderered at all.\nRelated to [#92491 ](T92491) so an alpha build is needed.\n\n- Open project\n- Press F12 (Volume isn't rendered)\n- Set clip end to something high (e.g. 100)\n- Press F12 again (Volume is rendered)\n\n[volume.blend](volume.blend)\n\n", "\"Material preview\" shows always eevee mat branch / never cycles\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 980/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 432.00\n\nBroken: version: 2.82 (sub 6)\nWorked: never, I think\n\n\"Material Preview\" shows always the material output assigned to eevee, but I want the cycles branch. Changing renderengine or the active material output node doesn't change anything.\n\nOpen the blendfile and try to preview the material with \"cycles\" image - without going to rendered viewport. The material preview seems to always use the node tree going to the Eevee material output node, even when the render enging is set to Cycles.\n[specific_material_output.blend](specific_material_output.blend)\n\n\n", "Material Preview (and final render in EEVEE) purple\nOperating system: Windows-10-10.0.17763-SP0 64 Bits\nGraphics card: Intel(R) HD Graphics 630 Intel 4.5.0 - Build 26.20.100.7263\n\nBroken: version: 2.83.0\nWorked: I don't remember this bug occuring in previous versions.\n\nI know, that materials should become purple when the texture is missing.\nBut the problem is that they not behave as they should even without applying textures and also with the default material.\nThis bug occurs in EEVEE:\n1) In material preview in properties\n2) In render\n3) Sometimes - in viewport\n\nIn a render, it is also a problem with the scene surface material.\nI attach some screenshots from material preview: they are all the same default material.\n\n\n1) Open Blender\n2) Press F12 or go to material preview in object settings.\n3) ... see the bug\n\n\n![4.png](4.png)\n\n![3.png](3.png)\n\n![2.png](2.png)\n\n![1.png](1.png)" ]
[ "Cycles: Image Sequence not rendering\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 451.67\n\nBroken: version: 2.90.0 Alpha\nWorked: blender-2.83.2-windows64\nCaused by {c7aa0f9d743ee9cafe91b4a51d9f1ecc5e437d71}\n\nWhen putting an image sequence in a shader, it renders correctly in the Material Preview Mode, but it renders pink in the Render Preview Mode and in the final render.\n\n- Open the .blend below\n- Switch between Material Preview Mode and Render Preview Mode\n\n[image_sequence_bug.blend](image_sequence_bug.blend)" ]
Follow up on SubD surface modifier LAG in Sculpt Mode when switching on dyntopo and turning off. Operating system: Windows 10 Graphics card: 900 Series **Blender Version** 2.8 (96f762500ef9) Broken: (example: 2.79b release) (example: 2.80, edbf15d3c044, blender2.8, 2018-11-28, as found on the splash screen) Worked: (optional) **Exact steps for others to reproduce the error** LAG when shifting dyntopo on and off with subd surfaces loaded. 1. Make icosphere 2. Add SubD modifier. Leave default. Don't increase. Go Sculpt Mode 3. Try the default draw brush on icosphere. Should work smoothly. 4. Activate Dyntopo. Use brush on icosphere again. Should work smoothly. 5. De-activate Dyntopo. Use brush on icosphere again. Noticeable lag when using brush again. Verts/Faces/Tris < 4K Mem:23.8MB v2.80.40 Thanks.
[ "Sculpt mode: brush strength jump, when brush switches between two parts of mesh\nOperating system: Windows-8.1-6.3.9600-SP0 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 375.70\n\nBroken: version: 3.0.0 Alpha\n\nWhen brush jumps from one mesh to another its strenght increases for a moment.\nHere is demo and file for tests:\n\n\n[2021-05-13_21-10-24.mp4](2021-05-13_21-10-24.mp4)\n\n[jump.blend](jump.blend)", "Sculpt: Artifact in Multires when mirror modifier is applied\nOperating system: Linux-4.19.97-x86_64-x86_64-AMD_Athlon-tm-_II_X4_620_Processor-with-gentoo-2.6 64 Bits\nGraphics card: GeForce GTX 960/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 440.64\n\nBroken: version: 2.90 (sub 1)\n\nArtifact in Multires when apply mirror\n![image.png](image.png)\n4xYyu0y.png\n\n1. add multires\n2. subdivide 4-5 times\n3. make sculpt\n4. add mirror\n5. apply mirror\nor \n1. Open attached file\n2. apply the mirror modifier\n[multires_mirror_bug.blend](multires_mirror_bug.blend)", "Mask brush stops working in tiling sculpting mode after changing its size through \"F\" hotkey\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.59\n\nBroken: version: 2.93, 3.3.0\nWorked: -\n\nWhen an object has the Multires modifier, mask brush stops working in tiling sculpting mode after. (See video below)\n[Desktop 2022.09.17 - 21.18.10.07.mp4](Desktop_2022.09.17_-_21.18.10.07.mp4)\n\n- Open attached file or\n - Add a grid object\n - Add a multires modifier\n - Subdivide Simple a few times\n - Select mask brush in sculting mode\n - set tiling on x and y axis to 1 or 2m \n- try paint mask (sometimes the tiling doesn't work at this stage, you need to paint again and undo)\n- change brush size through F hotkey\n- try paint mask (tiling stops working)\n- press undo\n- try paint mask (tiling works again)\n\n[tiling_sculpt_bug.blend](tiling_sculpt_bug.blend)\n\n", "(Shrinkwrap) Modifiers and constraints targeting a mesh wont update during that meshes sculpting session (unless an additional mirror modifier is in play)\n2.8x - 3.0 (may exist in older versions)\n\nAppearently I cannot modify the shape of the target mesh in sculpt mode since the shrinkwrap on the main mesh does not update unless I click somewhere else and not use the sculpt tools. It does update in edit mode tho.\nI remember someone saying its supposed to happen in order to keep performance running smooth or something like that, but I hardly believe it.\n\nThe only way to be able to update shrinkwrap is to add a mirror modifier to the target mesh and then you can now use sculpt mode with no issues. I've done this a few times now and I barely noticed any performance impact.\n\n1) Add a mesh, any mesh\n2) Give it a shrinkwrap modifier\n3) Add another mesh that will be used as the target\n4) Go to sculpt mode and shape up the target mesh\n\nNo update on shrinkwrap unless I click something else around the UI\n\nTo fix this:\nif the model has one mesh and I wanna edit it symmetrically, I cut it in half and add a mirror modifier to it\nShrinkwrap now updates all the time when I sculpt the target mesh without needing to click somewhere\n\nFrom there on I can do whatever I want with the target mesh in sculpt mode", "Sculpting: Smooth produces seams on triangular topology\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71\n\nBroken versions: from 2.83.9 to fresh 2.92.0 Alpha\n\nAs title says. Try to use default clay brush on icosphere.\nSmooth brush separately do not produce so noticable seams. But with clay brush it do. Or as filter.\n![62082114.png](62082114.png)\n[2020-12-27_07-06-57.mp4](2020-12-27_07-06-57.mp4)\n\n[2020-12-27_07-12-52.mp4](2020-12-27_07-12-52.mp4)\n\nSo if it is limitation, I suggest to use smoother profile for clay brush without autosmooth as default preset, untill there will be way to fix issue.", "Invert Masking behaviour for Sculpt/Paint Mode\nThis is a design related to the implementation of Paint Mode.\nIt outlines the possibility to invert the behavior & visualization of masks.\n**Current** = Masked vertices cannot be edited\n**Proposed** = Masks & Selections are the same -> They can be edited.\n\n# Current Issues\n\nThere are a few different issues that exist the with current way of how masks work.\n\n### An Inverted Workflow\n\nA typical workflow issue when using masks is that users mask a section of their mesh and then invert the mask.\nIn a lot of cases the areas you mask are the ones you DO want to edit.\nMasking is very much designed with this workflow in mind. But this leads to using `Invert` on the mask potentially hundreds of times per day.\n\n### Syncing Selections across Modes\n\nFor the implementation of Paint Mode it will be very beneficial to start syncing selections between various modes. \nSo if a selection is made in Edit Mode it will also appear as masked in Sculpt/Paint Mode (This would likely be a direct conversion every time you switch modes)\nThis will be less confusing and disconnected if both the selection in Edit Mode and the mask in Sculpt/Paint Mode are areas you CAN affect.\n\n### Masks vs Selections\n\nA current plan for the implementation of Paint Mode and the new Curves object type is to use \"Selections\". \nThe use case for sculpt mode masks and selections is essentially the same: \n**You define a temporary area that should be affected by your operations.**\n\nThe issue is that \"Masks\" also refer to the concept of for example creating an attribute (like a vertex group or color attribute)\n or a grayscale image texture and using it as a factor for shader/geometry nodes. The use case here is quite different:\n**You save an area for repeated use in materials and procedural networks.**\nFor example layering textures.\n\nReplacing the current concept of sculpt mode masks with selections would avoid confusion and make the use case of selections and masks very clear.\n\n# Proposal\n\n### Selection instead of Masking\n\nWe need to test the following behavior:\n- Rename \"Mask\" to \"Selection\" or \"Selection Mask\"\n- Unselected areas are darkened with an overlay\n- Selected areas are affected by brushes & other operations\n\nThere are use cases that are important to keep in mind with this change:\n- When entering sculpt mode, everything should already be selected.\n- Previous workflows (Mask brush) to create a deselected area and should still be accessible.\n\nOther areas of Blender will still refer to \"Masks\" like a Texture Mask in the brush settings, mask nodes, grease pencil layer masks and motion tracking masks.\n\n### Offer a preference to use the old behavior\n\nThere should be an option in the preferences to invert the selection behavior globally in sculpt/paint mode and get the old behavior back.\nTo what extend the inverted behavior would be done needs to be tested.", "Texture Node Editor Using nodes causes weird issues in sculpt mode.\nOperating system: Linux-5.15.0-48-generic-x86_64-with-glibc2.31 64 Bits\nGraphics card: NVIDIA GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 515.76\n\nBroken: version: 3.3.1\nWorked: perhaps never? (can redo in 2.83)\n\nAdding an image from the nodes of the texture editor for example, a sculpting brush, causes really weird issues. Disabling nodes and using the texture properties does not have this issue.\n\n- Check the blend file. Try sculpting, you will see weird noise being displaced with the texture.\n- Now disable the nodes and set the texture type from the texture properties to the same image. Sculpting again you see the issue is not happening.\n[bug.blend](bug.blend)\n\n![bug.png](bug.png)\n\n", "Box with beveled vert will damage, if use multires modifier in simple mode.\nOperating system: Fedora 32, 64bit\nGraphics card: GTX 650Ti\n\nBroken: version: 2.91.0 Alpha\nWorked: blender-2.82a-windows64\n\nAdd cube, bevel one vert (1 segments) add multires modifier, select simple mode, and subdivide 2 or 3 times. Mesh will damaged.\nIf beleled 2 or more verts subdivision works stability, but not always. Sometimes it will damaged, sometimes properly.![Знімок екрану_2020-09-01_17-17-24.png](Знімок_екрану_2020-09-01_17-17-24.png)", "Subdivision Surface Modifier slow when animation started with EEVEE\nOperating system: Linux (Debian bullseye)\nGraphics card: Nvidia Geforce GTX 1070\n\nBroken: 2.80 up to current master (d3cda49d143)\nWorked: Never\n\nThe performance wildly varies when Workbench shading is used and EEVEE shading is used when the animation starts.\nBasically if EEVEE is used and the timeline is reset and played it will have half the framerate than when Workbench is\nused when the timeline was reset. I first though this was a problem with EEVEE but as it turns out, when the animation\nruns with Workbench and it is switched to EEVEE while it is running it will have the same good performance with EEVEE.\nFor more testing I included instructions in the blend file to show the problem. Similar to solid viewport shading, undo also\nincreases performance (see instructions in the blend file).\n\nI file this as a bug even if its about performance because it seems like the limit is not my computing power here.\n\n[slow_subdiv.blend](slow_subdiv.blend)\n\n- Open file\n- Start playback with Solid Shading and remember the framerate\n- Go into Material Preview Shading\n- Reset the timeline with Shift+Left Arrow\n# Start playback\nframerate is only half of the framerate we started with\n- Go back into Solid Shading\n- Reset the timeline with Shift+Left Arrow\n# Start playback and while running select Material Preview Shading\nframerate stays roughly the same, but as soon as it gets to the end frame and loops it will go down again\n- Stay in Material Preview Shading\n- Deselect the object\n- Reset the timeline with Shift+Left Arrow\n- Start playback and press Ctrl+Z to undo the selection, note that before pressing Ctrl+Z\nframerate is what we started with.", "Cycles does not render geo with Multires modifier while in Sculpt mode\nOperating system: Windows 10, Linux\nGraphics card: Nvidia GTX 960\n\nBroken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen)\nWorked: (optional)\n\nAdding a Multires modifier with the Sculpt parameter > 0 (to further develop the model I'm working on) makes the geo disappear when using Cycles in the viewport, while in Sculpt Mode. As a first time Blender user, I'm not sure if this is the expected behaviour for this. I have checked with other users and they can reproduce the error. \n\nIt would be useful to render in viewport without leaving Sculpt Mode.\n\nCreate a geometry. Add a Multires modifier. Set Sculpt to a value greater than 0. Enter Sculpt Mode. Change the viewport render from Eevee to Cycles. The geometry disappears on rendering. I have a sample of the problem in this tweet I published several hours ago: 1150657198374080512\n\nThanks!", "Vertex Paint bug with Falloff Angle\nBroken: 2.79.x, Win32 & Mac\n\nSee video below.\n\nTo reproduce, set Falloff Angle to 45, and paint (one continuous stroke)\nwith the brush radius approximately equal to the object.\n\nAll by default (2D Falloff and Accumulate is OFF).\n\n[vertex-paint-falloff-angle-bug.blend](vertex-paint-falloff-angle-bug.blend)\n\n---\n\nSmall brush size is ok:\n![vertex-paint-falloff-angle-ok.png](vertex-paint-falloff-angle-ok.png)\n\nIncreased size produces artifacts:\n![vertex-paint-falloff-angle-bug.png](vertex-paint-falloff-angle-bug.png)\n\n---\n\n[vertex-paint-falloff-angle-bug.mp4](vertex-paint-falloff-angle-bug.mp4)", "GPU subdivision improvements\nThis is a list of TODOs and ideas for improving GPU subdivision support ([D12406](D12406)).\n\n**TODOs**\n\n- Investigate if read and write operations can be made more coherent.\n- Investigate if compute dispatch size can be improved, to avoid too many calls.\n- Remove some useless OpenGL initialization from OpenSubDiv\n - We use our own patch evaluation shader, however we are still forced to compile the one from OpenSubDiv. This will require to implement our own GLComputeEvaluator.\n - `GLVertexBuffer` also initializes the OpenGL library. We can avoid this by using our own vertex buffer wrapper.\n- Compressed data structures for reducing memory usage\n - Using compute shaders forces us to only deal with ints and floats. However, this is using more memory than necessary (e.g. for normals).\n - This requires to do manual bit packing in the shaders, we need to pay good attention to alignements and data types (int vs. uint).\n- Use multithreading for CPU tasks when applicable\n - We still process some data on the CPU (e.g. polygons to materials map, edit mode flags). Although they are based on the coarse mesh, we could use multithreading to speed things up if needed.\n\n**Ideas**\n\n- Heuristic to disable GPU subdivision for small meshes, if they are hindering performance\n- The mesh wrapper used for on the CPU might not need all of the data to be subdivided (e.g. we do not need vertex colors for snapping), we could potentially speed up CPU subdivision by only subdividing what we need.\n- Potentially evaluate points on the GPU and copy back to the CPU side, this would require threads to have their own GL context.\n- See if OpenSubDiv data structures can be shared between the CPU and GPU code (e.g. the stencils buffers) so that we do not have to create duplicate versions when the CPU side mesh is requested.\n\n**Vulkan**\n\n- OpenSubDiv does not yet officially support Vulkan. The Pixar team seem to already have something working internally (1153). It is not clear when this will be released.", "Armature modifier taking a performance impact, even when set to not be visible.\nOperating system: Windows-10-10.0.17763-SP0 64 Bits\nGraphics card: GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 457.30\n\nBroken: version: 2.91.2\n\nSome part of the Armature modifier is still calculating even when set to not be visible.\nCausing a performance impact, when an artist expects none. Other modifiers like Subdivision Surface do not have this issue.\n- unrelated, also kinda sucks that I get sub 24fps with 100k poly videogame ready models.\n\nHave a high poly model weighted and bound to an armature, with any simple animated movement. Take note of the viewport performance when viewing playback of the simple animation. Disable all visibility options on the Armature modifier on the model. Performance only increases slightly. Uncheck 'bind to vertex groups' on the modifier. See performance improve drastically, even though the modifier is set to not be visible in the first place.\n\nWith the attached blend file, a high poly model is already bound to an armature with a simple animation.\n[ArmatureModifierBug.blend](ArmatureModifierBug.blend)\n\n", "Texture Mapping issues on large brush radius\nOperating system: Linux-6.4.6-gentoo-x86_64-AMD_Ryzen_Threadripper_1950X_16-Core_Processor-with-glibc2.37 64 Bits, X11 UI\nGraphics card: AMD Radeon RX 7900 XT (gfx1100, LLVM 15.0.7, DRM 3.52, 6.4.6-gentoo) AMD 4.6 (Core Profile) Mesa 23.3.0-devel (git-50c29e1ffa)\n\nBroken: version: 4.0.0 Alpha\nWorked: --\n\n\nWhen a large brush radius for textured brushes in sculpt mode, the outer-most affected geometry doesn't apply the texture fully. This is especially noticeble on the Clay Strips and Paint brushes when the stroke method is set to anchored.\n\n![image](attachment)\n\n![image](attachment)\n\nBlend file = [bug.blend](attachment)\n\n- Open the File\n- Use the provided paint brush and clay strips brush on a subdivided cube or suzanne head like shown\n- Notice how the outer edges of the falloff is not updating the geoemtry fully\n\n", "Regression: Sculpt mode Annotation tool cursor conflict\nOperating system: Win 10\n\nBroken: 2.91, 3.4\nWorked: 2.90\nCaused by b9e4696641\n\nThe Annotation tool in sculpt mode is not using it's proper cursor. It's using the regular sculpting cursor instead.\nWhen you start drawing, the original cursor shows up on top of the regular sculpting cursor. \nThe end result is two cursors displaying at the same time and the original one flickering sometimes...\n\nTry to use the Annotation tool in sculpt mode....\n\nHere 2.90 (working fine)\n![2020-10-22_07-36-09.gif](2020-10-22_07-36-09.gif)\n\nHere 2.91 (broken)\n![2020-10-22_07-37-00.gif](2020-10-22_07-37-00.gif)\n" ]
[ "Sculpting LAG using SubD Surface Mod in 2.9\nOperating system: Windows 10\nGraphics card: 900 series nvidia\n\n**Blender Version** 2.9\nBroken: \n(example: 2.79b release)\n(example: 2.80, edbf15d3c044, blender2.8, 2018-11-28, as found on the splash screen)\nWorked: (optional)\n\n\n**Exact steps for others to reproduce the error** THIS happens in sculpt mode. Not sure if I mentioned that in the last report.\n1.) Delete all objects on startup.\n2.) Shift-A--> Make iconosphere\n3.) Add Sub D mod\n4.)Sculpt mode.\n\nLag when using any of the brushes. This did not occur in 2.79\n\nRepeating these steps but instead adding Multires causes object to momentarily disappear when turning object.\nBased on the default startup or an attached .blend file (as simple as possible)." ]
option "None" in the drag action menu of Transform tool behaves like "Move" Operating system: Linux Mint 18.3 Cinnamon 64-bit Graphics card: Nvidia Geforce 760 Broken: 3c3d80ea22af Transform tool allows to move the selected object by dragging in empty space, even when the option "None" is selected in the Drag Action menu Select the default cube activate Transform tool in the drag action menu select the option "none" click in empty space and drag the cube moves, but it shouldn't
[ "Image mask editing has a toolbar with no tools\nWe should at least have basic selection tools and cursor in the image spaces mask toolbar, currently it's completely empty.", "`user_remap` fails silently when object is in edit mode\nBlender 3.6\n\nWay to reproduce:\n1) Create new empty blender project\n2) Select cube\n3) Enter edit mode\n4) Run the code below\n\nResults - mesh wasn't replaced and no errors occured. Expected - to either mesh to change or get some warning/error.\n\n```python\nimport bmesh\nimport bpy\n\nobj = bpy.context.active_object\n\ndata = bpy.data.meshes.new('test')\nbm = bmesh.new()\nbmesh.ops.create_monkey(bm)\nbm.to_mesh(data)\nbm.free()\n\nobj.data.user_remap(data)\nassert obj.data == data\n```\n\n", "VSE: Animation operators missing cache invalidation\nOperating system: Linux Mint 19.1\nGraphics card: GTX 980\n\nBroken: blender-3.1.0-alpha+master.c34ea3323a3a-linux.x86_64\n\nRemove created action from NLA editor, this will still animate VSE elements\nSome weird VSE action cache?\n\n- Add any image to VSE strip\n- Set Rotation=0 at first frame and Rotation=220 for some another frame. It's rotating now, right?\n- Go to NLA tab -> push down Scene Action and remove it. Thus, we don't have any actions in our project but the image is still rotating. Why?\nAfter rebooting blender app the magick will gone. Is this a bug?\n\nThis has quite broad reach as all of these (if not more) dont invalidate the cache:\n- clearing keyframes\n- deleting actions\n- removing drivers\n- removing dopsheet channels\n- removing graph editor channels\n- removing nla tracks\n- removing nla strips\n- removing fcurve modifiers\n\n\n", "No Vector Displacement On Instances\nWindows 10 x64\n\n2.79.4\n\nVector displacement doesnt work with instances, It mirrors the displacement on the first object, Im sure this is working as intended but there are many cases where you need to displace actual instances as well.\n\nHaving a checkbox somewhere to enable instance displacement would be amazing\n\n\n\n![blender_2018-07-27_22-07-02.png](blender_2018-07-27_22-07-02.png)\n\n[instances.blend](instances.blend)\n", "Able to paint/select \"through\" disabled UI items.\nBroken: 2.80, 2.81...\n\nWith region overlap, if a UI element is diabled, clicks are passed through it, which can result in paint strokes.\n\n\n1. Load the default scene and enter Texture Paint mode on the cube.\n2. Add a paint slot and make a stroke.\n3. In the UV/Image editor, select the painted image, open the sidebar and switch to Image tab. The UI items should be disabled there now.\n4. Make sure that sidebar overlaps the image.\n5. Click on sidebar background.\n6. Click on any of the disabled items.\n\nIn (5), nothing happens. In (6), the click passes through and leaves a paint stroke on the image.\n\n![paint_through_ui.png](paint_through_ui.png)", "Circle Select Tool Todo\n## Circle Select Tool Todo\n * - [x] {icon circle color=red} Add Radius control to the tool settings, to set the radius of the select brush\n * - [x] {icon circle color=red} There should be a brush circle size preview cursor always visible, just like a paint tool. Currently the radius is only visible while painting your selection.\n * - [ ] {icon circle color=yellow} Currently, Circle Select only selects object origins. Add enum option to select normally too.\n * - [ ] {icon circle color=yellow} Add options to create new selections, add to selections or subtract from selections.\n\n * - [x] 3D view.\n * - [x] UV editor.\n * - [ ] Action editor.\n * - [ ] Annotations.\n * - [ ] Tracking.\n * - [ ] Node.\n * - [ ] Graph.\n\n\n\n\n![Screen Shot 2018-08-27 at 14.36.15.png](Screen_Shot_2018-08-27_at_14.36.15.png)", "Texture stencil \"Reset Transform\" doesn't work properly\n**System information**\nLinux Mint 17.3 (x86_64)\nLinux Mint 18 (x86_64)\nWindows 8.1 64bit\n\nNvidia Geforce GT640\nNvidia Geforce 820M\n\nBroken: 2.78, 2.77a\n\nIn texture paint mode (wether in 3D or 2D), the \"Reset Transform\" under \"Texture\" doesn't work once you clicked on the \"Reset Transform\" under \"Texture Mask\".\n![image.png](image.png)\n\n\n - Open this .blend file [stencil Reset transform bug.blend](stencil_Reset_transform_bug.blend)\n\n - Click on the upper \"Reset transform\"\n\n - it works.\n\n - revert file\n\n - click on the lower reset transform, then on the upper one\n\n - it doesn't work.", "Asset drag & drop snapping: Limitations\nLimitations for the drag & drop snapping implemented in the `asset-browser-snap-dragging` branch.\n\n* - [x] The bounding box drawing uses bounding box based snapping, actually dropping the object uses the origin. (279f271a0a)\n* - [ ] No way to select an up-axis (e.g. for putting frames on a wall).\n* - [ ] No way to rotate the object while or after dragging.\n* - [ ] Rotation of the dragged object is not applied.\n* - [ ] Snapping uses rotation of the snapped to object.\n* - [ ] Snapping uses normals of the snapped to surface, which are often flipped. Should probably work in both positive and negative normal direction?\n* - [ ] Not implemented for collections yet.", "Pivots drawn in 'Affect Only Origins' being drawn for instances of selected objects\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12\n\nBroken: version: 3.1.0 Beta\n\nThat pivot drawing when the `Affect Only Origins` option is activated should not appear for objects that are not selected and therefore transformable.\nBut they appear for instances of a selected object.\n[2022-02-11 14-57-47.mp4](2022-02-11_14-57-47.mp4)\n\n- Open attached file\n- Select the plane\nNote that there are 2 pivots being drawn but only 1 can be transformed.\n[Affect Origins Bug.blend](Affect_Origins_Bug.blend)", "Randomize Transform + Affect Only Origins, not working\nOperating system: Windows-10-10.0.19043-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 497.09\n\nBroken: version: 3.1.0 Alpha\n\nRandomize Transform not working as expected with Affect Only = origin. Whole object is transformed rather than just origin.\n\nin the 3d view port go Options > Affect Only and tick Origins\nselect default cube\nTransform the cube using Object>Transform>Randomize Transform\n\nCube moves/rotates/scales when I'd expect only the origin to be affected\n\n", "Lag Adjusting Value Sliders & Navigating Nested Menus with a Wacom Tablet\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: Intel(R) UHD Graphics Intel 4.5.0 - Build 27.20.100.8681\n\nBroken: version: 3.0.0 Alpha\nWorked: 2.93.2\n\nTrying to change the value of shapekeys or shader sliders with my stylus doesn't get detected the first few seconds, then picks up, but in a non responsive way. Also while using my stylus, if I navigate to a nested menu like say \"Object > Transform\" There's a Lag when moving to another option in the \"Object\" Menu.\n\nThe steps above should apply. I did notice though, that if I change my Tablet API from 'Automatic' to 'wintab' in the the input preferences, it helps, but its still not as responsive as it is in 2.93\n\nAll these issues though, were non existent, if I tried using my laptop's trackpad. Also, my tablet is a Wacom Intuous Touch 5 with a stylus that supports up to 2048 levels if pressure sensitivity and has tilt support, just incase it could be any of these causing the issue. \n\nThanks.\n\n", "Animated particle emitter refuses transforms within simulation range\nOperating system: Win8.1x64\nGraphics card: 3xgtx580\n\nBroken: 2.79, 2.82\n\nAn animated object with a particle system it is not properly transformed in the frames within the simulation range.\nIn **Blender 2.79** the object jumps back to it's animated location on confirmation on hotkey or widget transformation.\nIn **Blender 2.82** the object doesn't even transform, but its particles does.\n\nTemporarily setting particle system Subframes parameter to 0 seems to be a workaround, eliminating the behavior.\n\nHere is a gif showing the bug in 2.82 and 2.79:\n![GIF.gif](GIF.gif)\n\n- Open attached file\n- (G)grab move the emitter\n[particle-subframes.blend](particle-subframes.blend)\n\nIn blender 2.82 you must change the visibility of objects. If you want to skip this step, use this file:\n[particle-subframes-283b.blend](particle-subframes-283b.blend)", "Objects referenced in the `UVProject` modifier property are not snapped\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce GTX 1060 3GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 441.66\n\nBroken: version: 2.90 (sub 0)\n\nWhen i select an object as projector transform in the UVProject modifier it doesn't snap to the object I added the modifier to.\n\n- add cube\n- add an empty\n- add uvproject modifier to the cube\n- set the empty as projector transform\n- enable snaping to surface\nor\n- open attached file\nWhen moving the empty it does not snap to the cube\n[bug.blend](bug.blend)", "GPencil: Hotkeys of Tools is not consistent when Draw Tool is active\nOperating system: Windows-10-10.0.18362 64 Bits\nGraphics card: GeForce GTX 1060 6GB/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 388.76\n\nBroken: version: 2.81 (sub 11)\nWorked: (optional)\n\nI'm not sure whether this is intended or not.\nHotkeys (1 to 9) shift downward one by one depending on whether you are in a draw tool or not.\n\n1. Go to Draw Mode\n2. Select a draw tool by pressing Shift Spacebar, O (Not 1)\n3. Select a fill tool by pressing Shift Spacebar, 1\n4. Select a draw tool by pressing Shift Spacebar, 1 (Not O)\n\n![hotkey_tool.png](hotkey_tool.png)", "Transform constraints not working with rigid body simulation\nOperating system: Ubuntu 16.04\nGraphics card: MSI 1080Ti\n\nBroken: 2.80, 337eb8c1de4c, master, 2019-03-27,\nWorked: 2.80, 8beab3e33922, master, 2019-01-21\n\nThe new blender release (as of hash: 936014ea8c74), seems to have disabled constraints from animations. \nIf you set a Minimum Z for a rigid body object, it will ignore that minimum.\n\n - Open the default room.\n - Place the cube at (0, 0, 5)\n - Add “Active” rigid body to the cube\n - Add “Limit Location” object constraint and check minimum Z = 0\n - Press play\n\nIn previous versions, the cube would drop and stop at z = 0, but now it falls to -infinity." ]
[ "Missing tool function with LMB select\nOperating system: MacOS Mojave\nGraphics card: Intel HD Graphics 4000 / Nvidia GT 650M\n\nBlender 2.80, 63ac7c799c8, 2018-12-02\n\nIn the 3D Viewport, Object mode, when on the Transform tool, there's an option ( Drag Action ) where you can choose what happens when you drag outside of the transform gizmo - Move, Rotate, Scale & None. All of them works as you would expect, *except* the **None** - it just moves, like the first option.\n\n\n![Screenshot 2018-12-03 at 22.29.14.jpg](Screenshot_2018-12-03_at_22.29.14.jpg)" ]
Blender 3.0 Curve to Mesh Issue Operating system: Windows-10-10.0.19041-SP0 64 Bits Graphics card: NVIDIA GeForce GTX 960M/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.41 Broken: version: 3.0.0 Alpha Curve to Mesh Convert don't work at all. Make Curve, Bezier, Circle etc. - Object - Convert - Mesh
[ "Scale and rotate using individual origins as the transform pivot point is useless on poly and NURBS spline types\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 970/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.96\n\nBroken: version: 3.1.0 Alpha\n\nWith Bezier curves, using scale resizes the handles for each control point, but with paths and meshes converted into curves does nothing since they don't have handles. It would have been more useful if it used the median point for each isolated spline instead. That is what I expected it would do.", "FBX vertex parent to curve export crash (python acces to matrix_local issue / 'give_parvert' misses curve_cache)\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: GeForce RTX 2060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 431.72\n\nBroken: version: 2.81 release\nBroken: version: 2.82 (sub 6)\nWorked: 2.79\n\nBlender crashes when trying to export mesh that is vertex parented to curve\n\n\n\n1. Create mesh and curve\n2. Vertex parent mesh to curve control point\n3. Export mesh\n[crashb.mp4](crashb.mp4)\n\n\n\n", "Radius in place of Size at Empty viewport menu\nI{[F6596506](RIGHT.JPG)}\n\n![WRONG.JPG](WRONG.JPG) am new to blender and not know where to post this but plz check it.It seem wrong to me\nthanks", "Some areas do not use modified (by geometry nodes) curve\nOperating system: Windows 10 - Probably irrelevant.\n\nBroken: 3.0.0 (not checked earlier versions).\nWorked: (none)\n\nThe Curve modifier on mesh objects does NOT use the modified version of a curve\n\nSee attached blend file for easy example: [bug - curve with modifier.blend](bug_-_curve_with_modifier.blend)\nExample screenshot of that blender: ![bug - curve with modifier - example.png](bug_-_curve_with_modifier_-_example.png)\nThe thin line is the curve, which has geometry nodes modifying it.\nThe thick (square) line is the mesh, which targets the curve but doesn't use the modified version.\n\n - Add BezierCurve, with a few points.\n - BezierCurve: Add geometry nodes (or any other modifier, like wave or whatever) that changes the curve.\n - BezierCurve: (for visibility) add geometry.\n - Add Cube .1m \n - Cube: Add Array modifier and Curve modifier, targeting the BezierCurve\n\n**Expected result**: Mesh follows modified curve.\n**Actual result**: Mesh follows original (unmodified) curve.\n\nThe blender file shows this very easily, the modified curve is round, the mesh is in the \"old location\" that the curve would have without the modifier on the curve.\n\n\nYes, this is a duplicate of: 93702/ - Where apparently there is confusion on what the issue is. I could not find a way to un-archive a ticket.\n\n\n**Areas Affected**\n- Curve modifier\n- Spline IK", "Greasepencil z fighting alpha issue\nHi,\nnot too sure if this is known issue or any fix but I am getting this alpha issue from certain angle when I have 2 different grease object. \n\n", "Export instance geometries to Sketchup\nHi,\n\naccording with this [page ]() Sketchup needs <instance_node> and <library_nodes> section for instancing geometries.\n\nBlender Collada Exporter does different and when I import in Sketchup the geometries are not instances anymore.\n\nIs there a way to improve the export between the two softwares?\n\nThank you.\n\n", "Bezier Splines: Support different interpolation options\nBezier splines have the option of different interpolation methods between control points.\nTo achieve feature parity with the old curve implementation, these should be supported\nfor geometry nodes curves as well.\n\n{[F11838239](image.png) size=full}\n\nBecause of the generalized way attributes are handled in geometry nodes, supporting\na different interpolation method for the `tilt` and `radius` is much more complicated,\nand would require special cases in many areas of the code. I propose merging the two\noptions, so a spline can only have one interpolation method that applies to all attributes.\nIf one wants to interpolate tilt and radius differently, it would always be possible by changing\nthe interpolation mode procedurally and capturing the result as an anonymous attribute.\n\nMeeting notes: 21733", "Breaking nodes API changes for 4.0\n- [x] Remove `Node.width_hidden`\n- [ ] Complete \"Spline\" to \"Curve\"/\"Curves\" rename in geometry nodes\n- [ ] Stop storing node locations relative to their parents\n- [ ] Use a separate type for internal links (in RNA too) (see [D16960](D16960))\n- [ ] Use a separate type for node group interface inputs and outputs and node sockets\n- [ ] Use dynamically allocated `char *` array to store string socket default values", "Visual geometry to Mesh does not duplicate a linked object\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 970/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.96\n\nBroken: version: 3.2.0 Alpha\n\nWhen applied to a linked object, Visual geometry to Mesh does it on the shared mesh.\n\nApply the subdiv modifier to the original cube. Link copy it. Use Visual geometry to Mesh on the linked object. Now select the original object and go into edit mode. You should see that the the subdiv modifier has been applied.\n\nThere is also a side issue to this. If you put a Decimate modifier (something visible like planar 20 degrees) on the original object, selected the linked one and go into edit mode, you'll see that in the viewport the modifiers on the original object don't show their effect.", "Frame Selected does not respect GN output if it has different type from input\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: Radeon RX 570 Series ATI Technologies Inc. 4.5.0 Core Profile Context 23.3.1.230305\n\nBroken: version: 3.6.0 Alpha\nWorked: n/a\n\nI think this is an old known issue but I can't find this documented here.\n\nFrame Selected does not respect the output geometry by Geometry Nodes if its type is different from the input type.\n\nFor example, if the input is mesh and the output is curve, Frame Selected works on the original input mesh. (The same if the output has multiple types of geometry including the original type.) If the output is mesh it respects the output geometry even if it has noting to do with the input and has a wildly different bounding box.\n\nOn the other hand, a curve object converted to a mesh by Solidify modifier is still respected as the final output mesh.\n\n(Maybe related? #104738)\n\n[FrameSelectedWithGN.mp4](attachment)\n\n[FrameSelectedWithGN.blend](attachment)\n\n", "Viewport Shading 'Attribute' Option Broken for Instanced Geometry\nOperating system: Windows 10\nGraphics card: Nvidia GTX 2080\n\nBroken: 3.5\nWorked: 3.4, 3.4.1\n\nWhen instancing a mesh to another meshes vertices, the Solid Viewport Color Option 'Attribute' is no longer displaying the vertex color data.\n\nCreate A Sphere, and using \"Vertex Paint Mode\" Paint a color onto the sphere.\nUsing geometry nodes set up the following, Group Input (Geometry) -> Mesh to points - > Instance on points -> Realize Instances -> Output (Geometry)\nSet a simple sphere as the object to be instanced.\nSet Shading mode to 'Solid'.\nToggle 'Attribute'\n\n", "Broken curve drawing in normalized view in graph editor\nOperating system: Ubuntu 20.04\nGraphics card: Geforce MX230\n\nBroken: 3.1\nWorked: ?\n\nin the normalized mapping in the graph editor, the curve behaves strangely. In the normal display, everything is fine\n[2022-04-20 22-13-05.mp4](2022-04-20_22-13-05.mp4)\n\n- Open attached .blend file\n- In graphics editor pan view up and down\nDisable Normalized to hide the problem\n[bandit_anim.blend](bandit_anim.blend)", "Circle Select on a Curve in Edit Mode = _BLI_assert_abort for Pydebug of Blender 3.2\nOperating system: Windows 11\nGraphics card: Nvidia 3070ti\n\nBroken: 3.2 pydebug\nWorked: unknown\n\nIf you use circle select to click in viewport in edit mode of a curve object in Blender 3.2 Pydebug in VS 2019 (python/native debugging) it will crash and give you _BLI_assert_abort.\n\n```\nucrtbased.dll!issue_debug_notification(const wchar_t * const message) Line 28\n\tat minkernel\\crts\\ucrt\\src\\appcrt\\internal\\report_runtime_error.cpp(28)\nucrtbased.dll!__acrt_report_runtime_error(const wchar_t * message) Line 154\n\tat minkernel\\crts\\ucrt\\src\\appcrt\\internal\\report_runtime_error.cpp(154)\nucrtbased.dll!abort() Line 61\n\tat minkernel\\crts\\ucrt\\src\\appcrt\\startup\\abort.cpp(61)\nblender.exe!_BLI_assert_abort() Line 47\n\tat E:\\blender-git\\blender\\source\\blender\\blenlib\\intern\\BLI_assert.c(47)\nblender.exe!BKE_editmesh_from_object(Object * ob) Line 59\n\tat E:\\blender-git\\blender\\source\\blender\\blenkernel\\intern\\editmesh.c(59)\nblender.exe!em_setup_viewcontext(bContext * C, ViewContext * vc) Line 4359\n\tat E:\\blender-git\\blender\\source\\blender\\editors\\mesh\\editmesh_select.c(4359)\nblender.exe!view3d_circle_select_recalc(void * user_data) Line 4614\n\tat E:\\blender-git\\blender\\source\\blender\\editors\\space_view3d\\view3d_select.c(4614)\nblender.exe!view3d_circle_select_modal(bContext * C, wmOperator * op, const wmEvent * event) Line 4639\n\tat E:\\blender-git\\blender\\source\\blender\\editors\\space_view3d\\view3d_select.c(4639)\nblender.exe!wm_handler_operator_call(bContext * C, ListBase * handlers, wmEventHandler * handler_base, wmEvent * event, PointerRNA * properties, const unsigned char * kmi_idname) Line 2327\n\tat E:\\blender-git\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c(2327)\nblender.exe!wm_handlers_do_intern(bContext * C, wmWindow * win, wmEvent * event, ListBase * handlers) Line 3227\n\tat E:\\blender-git\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c(3227)\nblender.exe!wm_handlers_do(bContext * C, wmEvent * event, ListBase * handlers) Line 3279\n\tat E:\\blender-git\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c(3279)\nblender.exe!wm_event_do_handlers(bContext * C) Line 3869\n\tat E:\\blender-git\\blender\\source\\blender\\windowmanager\\intern\\wm_event_system.c(3869)\nblender.exe!WM_main(bContext * C) Line 626\n\tat E:\\blender-git\\blender\\source\\blender\\windowmanager\\intern\\wm.c(626)\nblender.exe!main(int argc, const unsigned char * * UNUSED_argv_c) Line 551\n\tat E:\\blender-git\\blender\\source\\creator\\creator.c(551)\n[External Code]\n\n```\n\nDefault startup, object mode, add bezier curve, go into edit mode, switch to circle select, click viewport. Also happens with circle, nurbs curve, nurbs circle, and path.", "Grease Pencil modifier \"line art\" won't draw objects with Geometry Nodes Instances.\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070 with Max-Q Design/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.96\n\n\n\nBroken: version: 3.3.0 Alpha\n![image.png](image.png)\n\nWorked: Blender 3.2 \n![image.png](image.png)\n\n\n\nGrease Pencil modifier \"line art\" won't draw objects with Geometry Nodes Instances.\n\n\n\n\n - New scene.\n - Keep the cube.\n - Don't delete it.\n - Add an empty Grease Pencil Object.\n - Don't delete the cube.\n - Add a Line Art Modifier to the Grease Pencil Object,\n - Switch Source to Object, and select the cube.\n - Assign the default layer and material.\n - You should be seeing something like this\n\n![image.png](image.png)\n\n - Add geometry nodes nodes to the cube.\n - yes keep the damn cube.\n - here is the simplest setup that involves instances that I could think of\n\n![image.png](image.png)\n\n - as you can see in the viewport the grease pencil line art has dissapeared completely.\n\n\nThanks for looking into it.\n\n", "Crash to desktop when trying to bake (Blender 3.3.6)\nOperating system: Windows 11 (64-bit)\nGraphics card: NVIDIA RTX A2000\n\nBroken: (3.3.5, 3.3.6, blender-3.3.6-stable+v33.948f8298b982-windows.amd64-release)\nWorking (2.91.2)\n\nWhen trying to bake scene produced in script, Blender crashed.\n\nOpen attached blend file and press Bake." ]
[ "Convert curve object data to mesh does not work when curve does not evaluate to mesh\nOperating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: Quadro RTX 4000/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 471.68\n\nBroken: version: 3.0.0 Alpha\nWorked: 2.93\nCaused by b9febb54a4\n\nThe object will become empty on converting curve to mesh\n\n1. create a Curve object\n2. convert it to mesh\n\n", "\"Convert curve to mesh\" gives empty result if the curve doesn't have bevel\nOperating system: Ubuntu 20.04\nGraphics card: nVIDIA K5100M\n\nBroken: Blender 3.0.0\nWorked: Blender 2.93 and 2.92 and older\n\n\n\"Convert curve to mesh\" gives empty result if the curve doesn't have bevel (which if done correctly it should generate a strip of edges without faces). If there's any bevel there, the mesh will be generated correctly.\n\n\n- Shift a -> bezier curve\n- Convert -> to mesh\n- Disappear.\n\n" ]
Eevee out of GPU memory on large render We ran into a weird issue with Eevee and a large render. It seems to run out of memory at 480 MB on a video card with 12 GB memory. This seems to happen when allocating the memory for the render result image. Not sure if this is about the texture slot memory limit, but I'll paste the log below. If it's a texture slot memory issue, then the bug is when rendering with border render. Even if a border render is set, it will still allocate the full image size for the final render. It crashes with the exact same error even if there's a border render set in the file. So two questions here: 1. Why it runs out of memory? 2. Why is it trying to allocate the entire image when there's a border + crop set? Here's the log: ``` GPUTexture: create : TEXTURE_2D, DEPTH24_STENCIL8, w : 7200, h : 18000, d : 0, comp : 1, size : 494.38 MiB GPUTexture: texture alloc failed. Likely not enough Video Memory. Current texture memory usage : 494.38 MiB. Writing: /tmp/Victoria_Art.crash.txt Segmentation fault (core dumped) ```
[ "After updating the video card drivers to 20.11.2, interface artifacts appeared.\n{[F9329300](Снимок_экрана_2020-11-19_212921.png)}Operating system: Windows-10-10.0.19041-SP0 64 Bits\nGraphics card: Radeon RX 590 Series ATI Technologies Inc. 4.5.14757 Core Profile Context 20.11.2 27.20.14501.18003\n\nBroken: version: 2.83.9\n\nMultiple artifacts can appear [see merged reports and see below]\n\n\n| ![bbug_3.png](bbug_3.png) |![unknown.png](unknown.png)|![image.png](https://archive.blender.org/developer/F9526216/image.png)|\n| -- | -- | -- |\n\nAfter updating the video card drivers to 20.11.2, interface artifacts appeared\nPossible workaround: downgrade GPU driver\n\nWe had more user state that enabling Render Properties > Performance > High Quality Normals avoids the drawing issues with Eevee.", "Persistent data –> Out of GPU memory (macOS)\nOperating system: MacOS 12.6.6\nGraphics card: M1\n\nBroken: 3.6.1\n\nIf \"Persistent data\" checkbox is on, after a couple of frames rendering, Blender is quits or just says \"Out of GPU memory\" (a MacOS bugreport and screenshots are attached)\n\nIf I turn OFF persistent data switcher, animation rendering is working fine. It seems, the data is persistent, but the BVH loading happens on all frames, so the memory filling up.\n\nBased on the default startup or an attached .blend file (as simple as possible).\n\n", "GPU Hair Rendering Bug - \"Glitter\" with particular Root to Tip sizes\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce RTX 2070/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 430.64\n\n\nBroken: version: 2.80 (sub 74)\nWorked: (optional)\n\n\nIn a perfect storm of GPU rendering + Hair with Radius Root size smaller or equal to the Tip size, bright white \"cards\" appear at the tips of some hair strands. \n*Switching to CPU rendering, the anomalies go away.*\n\nAlso, making the Root size Large and the Tip size small reduces the cards, but they are still there.\n![cards.JPG](cards.JPG)\n\n![Cpu no cards.JPG](Cpu_no_cards.JPG)\n\n[Hair Render Bug.zip](Hair_Render_Bug.zip)\n\n\n\nOpen the attached file in Blender 2.80\nSwitch to the Camera view if not already there\nRender (should be set to *Cycles using GPU*)\nSwitch to *Cycles using CPU* rendering\nRender\n\nOptionally:\n\nSelect the hair object (eyebrows)\nGo to the particle tab\nUnder Hair Shape, change the Radius Root to, say, 0.45 and the Tip to 0.1\nRender using GPU - cards are still there but are much smaller.\n\n", "2.9.1 Close without error message\nOperating system: Windows 10, 10gb ram, ssd\nGraphics card: Nvidia GTX 650 1gb vram\n\nBroken: (2.83 LTE and 2.90 current available version)\nWorked: (2.82)\n\nWhen rendering with GPU AND CPU, the app crashes, works perfectly fine on CPU only. On GPU only too but slower than older versions.\n\n\n```\nblender.exe :0x00007FF7A5B76440 ccl::kernel_cpu_sse41_filter_finalize\nblender.exe :0x00007FF7A57A9220 ccl::CPUDevice::denoising_solve\nblender.exe :0x00007FF7A57DA470 ccl::DenoisingTask::reconstruct\nblender.exe :0x00007FF7A57D8ED0 ccl::DenoisingTask::run_denoising\nblender.exe :0x00007FF7A57A7240 ccl::CPUDevice::denoise_nlm\nblender.exe :0x00007FF7A57AB590 ccl::CPUDevice::thread_render\nblender.exe :0x00007FF7A57ABA30 ccl::CPUDevice::thread_run\nblender.exe :0x00007FF7A57A60B0 ?_Do_call@?$_Func_impl_no_alloc@V<lambda_d884e08a7877f415f05ce8ffda8f97b4>@@X$$V@std@@EEAAXXZ\nblender.exe :0x00007FF7A7D5F520 tbb::internal::function_task<std::function<void __cdecl(void)> >::execute\ntbb.dll :0x00007FFBF5F037A0 tbb::recursive_mutex::scoped_lock::internal_try_acquire\ntbb.dll :0x00007FFBF5F037A0 tbb::recursive_mutex::scoped_lock::internal_try_acquire\ntbb.dll :0x00007FFBF5EF51D0 tbb::interface7::internal::isolate_within_arena\ntbb.dll :0x00007FFBF5EFA490 tbb::task_scheduler_init::terminate\ntbb.dll :0x00007FFBF5F019C0 tbb::thread_bound_filter::try_process_item\ntbb.dll :0x00007FFBF5F019C0 tbb::thread_bound_filter::try_process_item\nucrtbase.dll :0x00007FFC08611FA0 o_exp\nKERNEL32.DLL :0x00007FFC0B647960 BaseThreadInitThunk\nntdll.dll :0x00007FFC0B7AA250 RtlUserThreadStart\n```\n\nBased on the default startup or an attached .blend file (as simple as possible).", "EEVEE: Reduce viewport render time by only render needed draw passes.\nCurrently all material + effect passes are rendered even when eventually they aren't needed. This can happen when viewing a render pass in the viewport. For example:\n* Mist\n* AO\n* Shadow\n* AOV (after [D7010](D7010) has been comitted)\n* etc\n\nWe should see how we can optimize the rendering pipeline so that only the passes that are needed are drawn. This would lead to a more responsive viewport in these cases.", "Regression: Screen Space Reflections on EEVEE render shaders with roughness a minimum regardless the value or map in the shader\nOperating system: Linux Manjaro \nGraphics card: Geforce 590\n\nBroken: 3.2 and succeeding versions\nWorked: 3.1\n@Tyson-Marchuk found the first bad commit: 80859a6cb2\nAlso mentioned the potential fix: #102423#1459379\n\nScreen Space Reflections on EEVEE render materials incorrectly\nThe shaders roughness valuue or map are ignored and all shaders are render \n| 3.3.1 (SSR off) | Broken: 3.3.1 (SSR on) | Worked: 3.1.0 (SSR on) |\n| -- | -- | -- |\n| ![image.png](image.png) | ![image.png](image.png) | ![image.png](image.png) |\n\nThe problem became evident in a scene with medium or high roughness by enabling the Screen Space Reflactions\n\n[SSR.blend](SSR.blend)", "Eevee renders full frame and cut it instead region rendering\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: GeForce GTX 660 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 441.20\n\nBroken: version: 2.82 (sub 6)\n\n\nI tested with same settings and I have the same time for whole frame and region.\n![27602721.png](27602721.png)\n![27591921.png](27591921.png)\n\nIt makes problem, when I want to render small part zoomed. Now the workaround — is making new camera with smaller angle and render from it.\nIf it is limitation, may be render should create temporary camera that cuts region.\n\nRender same scene with Eevee through {key F12} and it`s region and compare render time.", "EEVEE-Next: Refactor renderpass storage\nCurrently render-passes are allocated in multiple texture buffers.\nThey take a lot of binding points and currently prevent the deferred pipeline to output diffuse color correctly.\n\nThe plan is to combine all render-passes into the same array texture and use an associated UBO containing offset to the layer of each pass type.\n\nThis would very similar to the AOV support.\n\nAnother direct benefit of this would be that the GBuffer encoding could be simplified.\n\n", "BLF: Support GPU driven character stream\nFor overlays such as edit-mesh edge length, the screen placement and values are all done on CPU.\n\nThis also is an issue with geometry nodes needing debug attribute values displayed efficiently.\n\nThis also has other benefits such as better debug printing.\n\nThe BLF module should be modified to allow such needs:\n- [ ] Add a way to preload a set of characters into the glyph cache (avoid readback of drawn characters to CPU).\n- [ ] Design an API to record BLF calls in a threadsafe manner, in GLSL.\n- [ ] Allow to feed the recorded GPU BLF calls into the BLF drawing pipeline.\n- [ ] Convert the recorded BLF calls into Glyph stream.\n\n", "Workbench: Cull before batch creation during viewport animation rendering\n\n## Current Situation\n\nWhen drawing an object (eg sending draw calls to the GPU) the object boundary sphere is tested against the active view). When the test fails the object isn't send to the GPU. Before this happens the GPUBatches were already generated.\n\nWhen doing animation playback this could lead to the situation that the GPU Batches are calculated, but not used.\n\n## Target Situation\n\nWhen using the Overlay engine/Workbench engine we could test the objects to the default view (e.g viewport). When this fails we could skip this object at all. This feature would be disabled when the shadows are turned on and only enabled when doing an image/animation render.\n\nA consistent framerate is more important to animators then having some frames faster.\n", "Compiling shaders for Eevee locks up the viewport until the process is complete (MacOS)\nOperating system: macOS-11.2.3-arm64-arm-64bit 64 Bits\nGraphics card: Apple M1 Apple 4.1 Metal - 71.0.7\n\nBroken: version: 2.93.0 Beta\nWorked: I don't believe this has ever been good on the Mac platform\n\nWhen working in a heavy scene (the spring or barbershop demo, for example), the UI will \"beach ball\" or lock up while blender calculates Eevee shaders. On a pc, these calculations don't appear to lock up the interface the way it does on Mac. The expected behavior would be that the UI remains responsive at all times.\n\nOpen the Spring or Barbershop demos. Switch the viewport to full Eevee interactive rendering. The UI will lock up while Blender calculates the shaders. Once this process is complete, the viewport will return to normal behavior.\n\n", "EEVEE: User preference settings (anisotropy, texture size limit) affect rendering\nOperating system: Windows-10-10.0.18362 64 Bits\nGraphics card: GeForce GTX 960/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 430.86\n\n\nBroken: version: 2.80 (sub 74)\nWorked: (optional)\n\n\n[Viweport texture limit size affects eevee rendering.]\n\nWhen I change the \"texture limit size\" setting it also limits the size of the texture in the render.\nAs the setting is in the \"viewport\" tab I believe it should only affect the viewport, not the rendering.\n![image.png](image.png)\n", "Blender 3.6 problem by rendering scene on EEEVEE (Freeze and crash GL_INVALID_FRAMEBUFFER_OPERATION : Cubemap Workaround End9)\nOperating system: Windows 11 Home\nGraphics card: Radeon Graphics\n\nBroken: (example: 3.6, as found on the splash screen)\n\n\nBlender 3.6 doesn't render the scene as blender demo file in EEVEE\nOpen Blender splash fox of blender 2.90\nRender the scene\nFreeze and crash of blender when rendering on EEVEE\n\n", "UV space aware triangulation\nPlease see #102683 for details, since the issue is described and discussed there. The basic suggestion is:\n\n> Add an option to the \"Triangulate Faces\" operator. It currently has Quad/N-gon methods for Beauty, Fixed, Longest edge etc. It seems reasonable to add options for \"Prevent UV overlaps\" and specify the source UV map.\n\n", "Cycles: GPU Optix kernel loading with Bevel/Ambient Node.\nXMGNEO17 Laptop AMD Ryzen9 5900HK Radion.\nOperating system: Windows 11 Home. 21H2\nGraphics card: Nvidia Geforce RTX 3080 Laptop GPU. 16 GB VRAM.\n\nBlender 3.2-3.4 show the error. Blender 3.1 and before not.\n\nThe error happens when ever an Ambient Occlusion or Bevel Node is used and connected in a shader and GPU option OPTIX is enabled for rendering in Cycles. It does not happen with CUDA or CPU.\nBlender will start render process and stops with the line: Preparing for rendering, this can take time.. etc. At that point the UI is still working, but will freeze after trying to cancel rendering. Blender can only be forced to shut down. Scene changes are lost. \n\nThe but is very simple to reproduce:\n1. Open Blender and apply a shader to the cube. \n2. Add a bevel/Ambient node to the shader and connect it to any input. Doesn't really matter which.\n3. Enable Optix in the preferences and set cycles as render. Make sure its set to use GPU.\n4. Switch viewport to preview render.\n5. Blende will stop preparing the scene and won't move further. Its UI is still reacting until trying to stop the process." ]
[ "Eevee allocates entire render framebuffer texture for region renders\nOperating system: Windows 10 64bit\nGraphics card: EVGA GeForce GTX 1080 Ti SC Black Edition\n\nBroken: v 2.80 (release)\n\n**Description**\nI need to render high DPI images for print and display materials. Eevee renders would fail(Blender will stop responding, never finishes render) when I tried resolutions at and exceeding 19200x10800. So I thought to work around this by partitioning my render into 4 quadrants with render region, rendering them separately and then combining them into one large image. However, these smaller images fail as well. According to --debug-gpu, even choosing a very small region of a 19200x10800 render will still attempt to allocate the entire 19200x10800.\n\nIf this allocation issue is corrected, I can use partition rendering to produce images that exceed the 16384x16384 texture size limitation on modern graphics cards.\n\nIf you'd like a real world example of the need for this: We've had a 20 foot by 10 foot pop-up display produced in the past that required a 150dpi image. This image would be 36000x18000.\n\n![eevee_01.png](eevee_01.png)\n![eevee_02.png](eevee_02.png)\n[eevee_issue.blend](eevee_issue.blend)\n\nOpen attached blend (maybe with --debug-gpu if you want to see allocation for yourself)\n\nHit F12 or choose Render->Render Image\n\nThis may also be related to #70305 (Eevee out of GPU memory on large render)" ]
Optimal display of subdiv. surface doesn´t work with boolean modifier Operating system: Windows-10-10.0.19045-SP0 64 Bits Graphics card: Intel(R) HD Graphics 610 Intel 4.5.0 - Build 24.20.100.6286 Broken: version: 3.5.0 [The optimal display of the subdivision surface modifier does not work anymore as soon as you add a boolean modifier and an object into said boolean modifier. The optimal display still works in the earlier blender version 3.4.1. The bug only happens in blender 3.5.] [Add a new main mesh and another mesh, they need to overlap/touch. The first/main mesh needs to have a subdivision surface modifier. Then add a boolean modifier andput the second mesh in it to reference it. The bug occurs and the subdivion surfaces optimal display does not work anymore.] this is my first time reporting, i hope i did it right, if i need to do something differently please let me know.
[ "Regression: 3.0.0: The curve is not hidden in the Viewport if there is a Bevel value\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 527.56\n\nBroken: 3.0.0 `d046a1f2fa `\nWorked: 3.0.0 `1275ce61b1`\n\nHiding the curve display in the viewport as an object does not work\n\nIf you add a curve to the scene and try to hide its display and the ability to select in View Object Types, then hiding works.\nIf you add a profile for a curve or Bevel, then hiding does not work. In this form, the curve is hidden only when it is done as a hide mesh.\nPerhaps this is the correct behavior.\n\n[2022-12-28 16-39-53.mp4](2022-12-28_16-39-53.mp4)\n", "Viewport shading solid mode not displaying geometry nodes color attributes correctly\nOperating system: Win10\nGraphics card: 960m\n\nBroken: 3.5\nWorked: never\n\n\nWhen using geometry nodes to add color attributes, there are several situations where the viewport solid mode attribute option does not display the color attributes correctly.\n\nAs can be seen by this example. The first image shows a cube with a color attribute added. The geometry nodes setup adds a red color to the \"Color\" attribute. This all works as expected as can be seen in the viewport and the spreadsheet. \n\n![color_attr_1.jpg](attachment)\n\nIf a GN cube is added instead of the standard mesh cube (which has been bypassed by the switch node) then the color attribute is added as expected. This can be seen in the spreadsheet as to be the same as the previous screenshot for the color attribute. However, it is not being displayed in the viewport.\n\n![color_attr_1a.jpg](attachment)\n\nThis is a problem seen with any procedural geometry made with just nodes. As a workaround, you can have a single vertex as the only \"real\" geometry and use a join node to join with any nodal procedural geometry. Strangely though, this has to be the first connection in the join node, and won't work if it is second. This can be seen by the next 2 images:\n\n![color_attr_2.jpg](attachment)\n\n![color_attr_2a.jpg](attachment)\n\nA similar related case is that some mesh nodes will also make the viewport lose the displayed attribute. For instance, if you create a cube, add a GN modifier and add a dual mesh node to the chain, the color attribute is still there, but no longer displayed in the viewport. This happens with some nodes (like mesh to volume and back to mesh) but not others (like subdivide or extrude).\n\n![color_attr_3.jpg](attachment)\n\nThere is also a related issue that when exporting to obj or gltf the color attributes are not exported if they are not displayed in the viewport. If apply the GN modfier, you have to actually click on the color attribute in the properties panel to see it in the viewport or to be able to export it. \n\nOddly, the fbx exporter seems fine without applying the modifier. It also doesn't matter if the color attribute is on the vertices, or face corners, or if the color is float or byte color. The same issues happen regardless.\n\n", "can't use boolean modifier to mask out Geometry Node text, bleed text & flickering in some frames\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: Quadro P4000/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 397.93\n\nBroken: version: 3.1.0 Alpha\n\ncan't use boolean modifier to mask out Geometry Node text, bleed text & flickering in some frames.\n\nin frame 139, 148, 149, 306, 353 text bleed out of mask_text box Boolean object\n\n[2021_Ecard_1920x976_23d.blend](2021_Ecard_1920x976_23d.blend)\n![text bleed out of mask_text box_frame 139.png](text_bleed_out_of_mask_text_box_frame_139.png)\n[2021_Ecard_1920x976_23d0001-0420.mp4](2021_Ecard_1920x976_23d0001-0420.mp4)\n\nThanks for your help!", "Blender-3.1 (git) boolean in Geomenty Nodes issue\nOperating system:\nGraphics card:\n\nBroken: All\n\nBulean issue like T91889\nbut now in GN\n[2021-11-25_22-29-42.mp4](2021-11-25_22-29-42.mp4)\nTest Scene\n[parktronic1-Blender-3.blend](parktronic1-Blender-3.blend)", "Modifier are still evaluated even when not required.\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3090/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 496.13\n\nBroken: version: 3.0.0\nWorked: never\n\nModifiers are evaluated, even when blank, for example a lattice modifier without any lattice, would still make depth graph calculation or something like that, that make each action (select, move, rotate, etc.) verry slower.\n\nCreate/ import a large object (60M poly mesh for example).\nAdd lattice modifier, let all option blank. \nDisable viewport visibility of this modifier.\nTry to move/rotate/scale the object in the viewport, the performance is really low.\n\nIn order to transform your mesh, you need to remove all modifiers, and add then back once transform is convenient.\n", "Mesh: Subdivide op flushes selection too eagerly\nBroken: 2.92 master\nWorked: N/A\n\n\nThe Subdivide operator selects geometry that it shouldn't. Consider this example:\n\n![image.png](image.png)\n\nIt looks as if the op flushes selection a bit too much. Note that the 'Expected' selection is valid selection in edge mode, as the edge rings around the rims are **not** selected. Those edges should neither participate in the op, nor be selected as the result of it, if vertex selection mode is not enabled.\n\nA better example:\n\n![image.png](image.png)\n\n...here in face mode, a lone edge is getting selected by the op.\n\n\n1. On the default cube, in face mode select top and bottom faces, inset and bridge them.\n2. In edge mode select vertical edge rings.\n3. Subdivide.\n\nAlternatively, load this simplified example file:\n\n[subdivide_selection_issue.blend](subdivide_selection_issue.blend)\n\n...and Subdivide. Resulting selection of the middle face is unwarranted.", "OpenSubdiv with \"On Cage\" shows vertices of edges that don't make any faces even when everything is hidden\nBroken: version: 2.90.0 Alpha\n\n**Description**\nWhen using the sub-surf modifier with cage enabled, if a mesh has edges that don't make any faces, then the vertices of those edges will still be visible when everything is hidden.\n\n[Open subdiv bug.blend](Open_subdiv_bug.blend)\nOpen the file and just press 'H'\n\n\n", "Geometry Nodes input subtype changes on assign\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 860M/PCIe/SSE2 NVIDIA Corporation 4.6.0 NVIDIA 522.25\n\nBroken: version: 4.0.0 Alpha\n\nWhen setting GN modifier value in Python, float input changes subtype from `Angle` to `None`.\n\nExample code:\n`object.modifiers[0]['Socket_2'] = 3.14`\n\n\n1. Open attached [blend file](attachment)\n1. Notice how modifier value is in degrees.\n1. Execute code in Console area.\n1. Move mouse over modifier value to refresh UI.\n1. Value displays 3.14 radians instead of 180 degrees.\n\n_* Note: I also noticed that subtype does not affect input default value._\n\n", "\"Regression\" : Using normal or bump maps in cycles produces flat washed-out shading (caused by terminator softening)\nOperating system: Windows 10 x64\nGraphics card: GeForce GTX 1660 Dual OC\n\nBroken: 2.81, 2.82, 2.83 from 2020-03-06 22:46\nWorked: 2.80\n\nCaused by c3be14e151\n\nUsing normal or bump maps in cycles produces flat washed-out results comparing to EEVEE.\nThe bug also appears in the latest 2.83 build, it affects both Diffuse and Principled Shader but not Glossy.\nNormal Map and Bump nodes seem to produce identical results with the 2.80 version, so the problem lies with the Shader node itself.\n![comparision.png](comparision.png)\n\n[bug_report.blend](bug_report.blend)\n1. Open file\n2. Switch to Rendered viewport shading", "Subdividing degenerate faces can cause a segfault\nOperating system: Windows-10-10.0.19042-SP0 64 Bits\nGraphics card: NVIDIA GeForce GTX 1080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 472.12\n\nBroken: version: 3.0.0\nWorked: N/A, crashes in 2.93 and 3.1.0 alpha as well\n\nSubdividing specific faces on a mesh with overlapping faces can cause a segfault/access violation\n\n1. Open the attached subdivide-crash.blend file\n2. Run the *Subdivide* operator with the currently-selected faces\n3. Crash\n\n[subdivide-crash.blend](subdivide-crash.blend)\n\nManually building the shape doesn't cause a crash. I presume it depends on the exact ordering of the edges and faces. The offending mesh doesn't cause any warnings during validation, though.\n\nThe following remarks are from a lite build of \n5a3d5f751f :\n\nIn a debug build, I hit an assert failure instead of an getting an access violation.\n\n`BLI_assert failed: D:\\blender-git\\blender\\source\\blender\\bmesh\\operators\\bmo_subdivide.c:149, connect_smallest_face(), at '!BM_loop_is_adjacent(l_a, l_b)'`\n\nIf I comment that out, I get an identical assert failure from elsewhere:\n\n`BLI_assert failed: D:\\blender-git\\blender\\source\\blender\\bmesh\\intern\\bmesh_mods.c:206, BM_face_split(), at '!BM_loop_is_adjacent(l_a, l_b)'`\n\nIf I comment *that* out, I hit the segfault:\n\n`SUMMARY: AddressSanitizer: access-violation D:\\blender-git\\blender\\source\\blender\\bmesh\\operators\\bmo_subdivide.c:869 in tri_3edge_subdivide`", "No visible mesh on Viewport Screenshot in sculpt mode with Multires\nOperating system: Linux-6.2.11-gentoo-x86_64-AMD_Ryzen_Threadripper_1950X_16-Core_Processor-with-glibc2.36 64 Bits, X11 UI\nGraphics card: Quadro GP100/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 530.41.03\n\nBroken: version: 3.6.0 Alpha\n\nWhat the title says.\n\n- Add a cube\n- Enter sculpt mode\n- Add a multiresolution modifier and subdivide\n- Use the operator: Header -> View -> \"Viewport Render Image\"\n\n", "Modifier sub-panel drawn over selection outline\nOperating system: Windows-10-10.0.18363-SP0 64 Bits\nGraphics card: GeForce GTX 1080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 456.71\n\nBroken: version: 3.1.0 Alpha\n\nThis is just a visual bug and nothing serious, but I wanted to point out that the sub-panel background is drawn on top of the selected modifier outline, which causes it to look broken up when expanded. This is visible but not obvious in the default theme, but very obvious in custom themes where the sub-background alpha is set to 1. \n\n![image.png](image.png)\n\n1. Add a Bevel or Subdiv modifier\n2. Expand a sub-panel \n3. Set the properties editor Sub Background theme color to an alpha of 1 \n\n", "Render issues when two VBD overlap if rendered with motion blur\nBroken: 3.2, 3.6\nWorked: 3.1\n\nRender issues when two VBD overlap if rendered with motion blur\n\nRender the attached file with and without motion blur. If you render them separatly they both render OK. Only when together it doesn't work.\n\n", "Cycles: Pointiness has artefacts on extremely small mesh size\nOperating system:\nGraphics card:\n\nBroken: version: 3.6.0 Alpha\nWorked: Never\n\nPointiness has artefacts on extremely small mesh size. \n\n| Normal size | Small size | Smaller size |\n| -- | -- | -- |\n| ![image](attachment) | ![image](attachment) | ![image](attachment) |\n\n1. Create cube with beveling edges. Create small copies on vertices (as on example pictures).\n2. Set shader to cube. Shader with:\n a. Inputs: Geometry -> Pointiness.\n b. Map range: From Min: 0.5, From Max: 0.54.\n c. Material Output.\n3. Render that cube with applied different sizes.", "Edge Sliding with subdivision surface is extremely laggy (caused by \"bad\" UVs and UV Smoothing in the modifier)\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 3060/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 527.56\n\nBroken: version: 3.4.0\n\nSo I've been modelling a raptor the last week and I noticed that viewport performance in edit mode was extremely laggy with subdivision surface modifier enabled. I checked the face count and it was just 150k faces which is not a lot at all. It's definitely a modifier problem because when I apply the subd modifier the lag goes away completely even when sliding twice the amount of edges around. I thought that was maybe a hardware issue so I opened task manager and while sliding edges with subd on I get like 4 fps with severe stuttering to top it off. All that while the cpu was at 10% usage and 5% gpu usage with memory barely touched (6gb used out of 64gb). I have nothing else running in the background like an ativirus or music app, I have the latest version of windows 10, latest gpu and chipset drivers, latest bios etc... I even have gpu subdivision enabled without autosmooth to make sure it actually works properly. I even run an sfc/scannow to check for other kinds of issues but nothing changed. Subd in edit mode however is not only slow when sliding edges and vertices but also in adding loop cuts or insetting faces. It is extremely frustrating so it would be great if you could fix this. I know edit mode was not made to handle massive polycounts but 150k is again not a whole lot and definitely comfortable to run on my PC. Here is the file to see for yourselves.\n\n- Open attached .blend\n- Execute Edge slide/loop cuts/inset faces\n[Broken Subd.blend](Broken_Subd.blend)\n\n" ]
[ "Regression: Optimal display for subdivision does not work when there's other modifier after that\nOperating system: Windows-10-10.0.19045-SP0 64 Bits\nGraphics card: Radeon RX 570 Series ATI Technologies Inc. 4.5.0 Core Profile Context 23.3.2.230315\n\nBroken: version: 3.6.0 Alpha\nWorked: version: 3.5.0 Alpha\n\nCaused by 7ca651d18274acacfe8e0ecb7bc6fdd3399ea01b\n\nOptimal display for subdivision modifier does not work when there's other modifier after that.\n\nFor example, put Mirror modifier after Subdivision modifier.\n\n| Working | Broken |\n| -------- | -------- |\n| ![OptimalDisplay.png](attachment) | ![OptimalDisplayBroken.png](attachment) |\n\n" ]
Spin Tool Bug Operating system: Windows 10 Graphics card: RTX 2070 Super Broken: (example: 2.83.0 Spin tool error caused by setting all Axis to 0, then being unable to reset them. Use the spin tool and change the axis to 0 then try to change the angle. An error will appear informing the user "Invalid/ Unset axis" however, you cannot change the axis due to the error rapidly appearing since it is still trying to change the angle.
[ "Custom Manipulators: General Design & Functionality\nThere are a number of features that should be supported but further design work is needed before they can be implemented properly. Everyone is welcome to join the discussion by proposing more ideas or solutions, by creating mockups or by just giving some own input.\n\n----\n\n# Scope of Widgets\n\n### Description\n\nWhen should a tool use a widget?\n\nExamples:\n\n* Edit Mesh Spin Tool\n* Edit Mesh Smooth tool (number of steps, smooth factor)\n* Edit Mesh Bevel/Inset\n* Edit Mesh UV Rotate\n* Edit Mesh Subdivide\n\nSpin tool is an example where widgets make a lot of sense (you rotate around an axis, so direct manipulation is useful).\n\nThe issue with Smooth & UV-Rotate is that using a 3D manipulator for these is using manipulator simply as a way to access buttons in the view-port.\n\nAn issue with bevel/inset depends on the kind of manipulator used. Having a single manipulator in the view doesn't directly relate to the edge, and again - its more a replacement for accessing buttons in the tool-bar.\n\n### Proposed Solutions\n\nSuggest not to use manipulators if they are simply an alternate access to buttons.\n\nAs for bevel/inset: we could make the bevel edges themselves into manipulators, so you could click on beveled edge and drag it.\n\n----\n\n# Toggling Visibility of Widgets\n\n### Description\n\nCurrently, only the widgets of the active object are drawn. While this works for most cases, being able to precisely control which widgets are visible and which not can be useful.\nFor example, in future, a camera could have widgets for the focal length, sensor size, depth of field distance, ... If all are visible all the time it's easy to accidentally manipulate them.\n\n### Proposed Solutions\n\n* Draw a panel for the active object in which its widgets can be enabled/disabled individually (similar to \"Display\" for cameras).\n* Add a toggle button next to every button represented by a widget (similar to how it's done in the transform panel in the properties region, where you can press the 'lock' icon to disable the widget for this axis)\n\n### Open Topics\n\n* Where would the manipulator toggles be stored? (Object / Viewport / Tool-Settings)\n* How to expose settings that aren't related directly to objects? (Group Center, View-Port Clipping Bounds)\n\n----\n\n# Numerical Input\n\n### Description\n\nIt should be possible for users to input precise values to manipulate a widget (and thus the value it represents). This way they can keep their locus of attention in the viewport, avoiding having to search for a button in the UI.\n\n### Proposed Solutions\n\n* Enabling number input by holding a modifier key while clicking on widget (as in - Ctrl+LMB on widget activates modal mode to input value)\n\n---\n\n# Snap System\n\nUsers may want to snap manipulators to other elements in the scene, eg:\n\n* Snapping the spin center-point to a vertex on a mesh.\n* Snapping bisect angle to a vertex\n* Snapping the camera's DOF to the surface of an object.\n\nNote that currently holding Ctrl sets `WM_MANIPULATOR_TWEAK_SNAP` but each manipulator needs to implement this.\n\n### Proposed Solutions\n\n* Each manipulator has a snap flag for 'TRANSLATE | ROTATE | SCALE', when set, holding Ctrl will snap to any of the elements set.\n* Snapping can also respect scene settings (in the 3D) view-port, so users can snap as with mesh edit-mode.\n\n----\n\n# Key Framing\n\nWhen the cursor is over a manipulator, do we want to support I-Key to keyframe that setting (DOF, lense for eg).\n\n----\n\n# Theme Colors\n\nManipulators now use theme colors, there are basic preset colors to use: (HIGHLIGHT, PRIMARY, SECONDARY, A, B).\n\nWhere A/B are for other controls.\n\n*Currently they're hard coded in manipulators but they can be set however we like.*", "Uncontrolled vertex movement in symmetric editing\nOperating system: Windows 7\nGraphics card: AMD Radeeon `R9` 200 Series\n\nBroken: version: 2.82 (sub 7), type: Release; build date: 2020-02-13, 01:56:46\nWorked: (optional)\n\nWhen symmetrical editing about the X axis with proportional editing of an almost symmetric object, model changes are detected in places where editing was not performed. \n\nMoreover, these changes occur asymmetrically. For example, in a key with a changed shape of the legs of a human model, a significant asymmetric change in the neck region with a shift of the line of symmetry itself was found. So it is with most other shape keys. Thus, the symmetry of the entire model is violated, which entails other undesirable consequences. These problems cannot be solved programmatically or manually, and the data on the coordinates of the vertices strangely diverge from the observed form.\n\n[#74340.blend](T74340.blend)\n\n- Open file\n- Move selected vertex\n# vertices in unconnected mesh on mirror side will move\n\nModel Genesis 8 exported from DAZ Studio in Base Resolution .obj file and imported to Blender.\nHMiU6BYcl2E\n", "Solidify modifier rotates custom normals incorrectly\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080 Super/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 516.93\n\nBroken: version: 3.4.1\nWorked: not as far as I know.\n\nWhen solidifying an object with custom normals, the newly created geometry rotates (destroys) these normals on the newly created geometry. So a smooth surface gets a non-smooth (faceted-looking) surface on the other side. \nHowever, activating the Normals --> Flip option in the modifier actually produces the correct (smooth) normals on the new geometry, but destroys the custom normals of the original surface. The newly created surface then has flipped normals, but these can be flipped again inside edit mode after applying the modifier. They are then facing the right way and still smooth. So the modifier actually has the code to correctly calculate the new split normals.\n![image](attachment)\n\n- Take a mesh surface with custom normals, make two copies.\n- Object 1: Add a solidify modifier with a relatively small thickness. Look at the newly created surface: it's not smooth but faceted. \n- Object 1:Apply modifier, turn on display of custom normals, zoom in on new geometry: the normals on the new vertices are divergent.\n- Object 2: Add a solidify modifier activate with Normals --> Flip. Look at newly created surface: it's smooth as the original one. Great. But the original surface is now broken up and not smooth.\n- Object 2: Apply modifier, turn on display of custom normals, zoom in on new geometry: the normals on the new vertices are identical, do not diverge, they are simply facing the wrong way. Apply \"Normals (ALT-N) --> Flip\", now they are correct.\n\nSo basically there is a work-intensive workaround (which also means losing the flexibility of having a modifier): make two copies of the object, add modifer with flipped normals, apply, flip normals again in edit mode, manually select and delete original geometry, join with the original object (original geometry). This is what the modifier itself should be doing.\n\n- See the attached Blend file. Four objects: original, two solidify copies, and one created with the workaround.\n\n", "Spin Tool doesn't respect the pivot point\nOperating system: Darwin-18.2.0-x86_64-i386-64bit 64 Bits\nGraphics card: AMD Radeon R9 M395X OpenGL Engine ATI Technologies Inc. 4.1 ATI-2.4.10\n\n\nBroken: version: 2.80 (sub 74)\nWorked: (optional)\n\n\nSpin Tool doesn't respect the pivot point - it always uses the 3D Cursor, even if you set the pivot point to something else.\n\n\n - Open this blend file:\n[spin_pivot_bug.blend](spin_pivot_bug.blend)\n - The Spin tool should be active\n - The pivot point is set to Active Element\n - However, the Pivot Point is still revolving around the 3D Cursor.\n\n{[F7090329](Screenshot_2019-06-06_at_17.56.58.png), size=full}\n", "Mirror painting error\nOperating system:\nGraphics card:\n\nBroken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen)\n\n\nBased on the default startup or an attached .blend file (as simple as possible).\n\n", "Snapping issue while rotating and 'Align Rotation to Target' is ON - can't set correct origon rotation for simple object \nOperating system: Windows 10\n\n\nBroken 2.81 new feature of origon \n\nsnaping rotation origon bug - can't set correct origon rotation for simple object \n\nrotation snaping of origon is tha same important as moveing origon to spec place\n \nI need to specyfy Z direction also x and y direction. To working with this propably I need to have 2 directions snaping z and x or z and y to work with this.\nso for example Z with snaping and then hold shift seting Y snaping... \n\nThis will help with orientation objects in space by orientation of another objects like aligment rotation object to another object ect. \n\nThanks for great work.\n\n\n[origon snaping rotation video.mp4](origon_snaping_rotation_video.mp4)", "Realize Instances lost Z rotation of Curve Line in certain situations\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 527.56\n\nBroken: version: 3.5.0 Beta\nWorked: N/A, 3.4.1 is also affected\n\n\nDiscovered in Blender.chat, Realize Instances doesn't appear to passthrough some type of curve rotation, for example Z rotation on a (0,0,0) to (0,0,1) curve line is lost during the process.\n\n\n- Download the attached blend file\n- Observe the curve line have random rotation per instances, but didn't result in rotated meshes\n- Disable Realize Instances and observe the instanced meshes are rotated as expected.\n- Enable Realize Instances, instead put an additional (0.001) rotation to X axis with the Combine XYZ node, observe this rotation are kept after Realize Instances.\n- I believe this behaviour should be consistent across all possible rotations.\n\n", "Can't uninstall completely and clean\nwindows 7 SP1 64 bit\n\nBroken: 2.75a c27589e\n\nCan't uninstall completely when used \"Uninstall blender\" from Start menu, and need to manually delete\n\n\nthe old version (with .exe packed ) has an option that let's you select \"leave user setting\" or \"remove all things\" when you uninstall, but the new version (with .msi packed) no this option for uninstall, and will leave some files on your computer, by the way, it's have't choice for your install, e.g. create a desktop shortcut, use blender for .blend flies, and create start menu, all blender default at install, and I can't custom setting for this, although this no affect for our used, but i'm a little OCD :D\n\nsorry for my bad English :)\n", "UV Editing move/scale/rotate tool, add option to respect pins\nFor Live Unwrap to work correctly, the move/scale/rotate etc tools all allow the user to move the *pinned* UVs, while the live unwrap algorithm moves all the other UVs in a nice manner.\n\nHowever, without Live Unwrap, the \"Pin\" concept could be extended to actually Pin the UVs in place.\n\nThis is a feature request to add an option to actually Pin the Pinned UVs when using the move tool, with an additional option to respect the falloff parameters around the pinned UVs as well as the user selection.\n\nFrom a design perspective, this should probably consider the \"Grab\" Sculpt tool and the generic Transform tool as well.\n\n", "Applying negative scale inverts multires displacement\nOperating system: Windows 10\nGraphics card: RTX 2070\n\nBroken: 2.82a, 2.90 Alpha (542ff416e274)\nWorked: 2.79b\n\nWhen multires-sculpting an object, then mirroring it on any axis and then applying the scale, the multires displacement inverts - turning inside out. Flipping normals (either before or after applying scale) doesn't help.\nIn 2.79b, multires data is retained correctly after applying scale, although normals need to be flipped afterwards.\n\n1. Pick the default cube, add a multires modifier to it.\n2. Subdivide a bit for good measure, sculpt something.\n3. In object mode, mirror the object on any axis.\n4. Apply scale.\n5. Observe the sculpt turning inside out.", "Gizmo position is wrong for meshes with modifiers\nWin10, Win7, Mac OS Sierra\nGTX970, GTX750\n\nBroken: 2.78a e8299c8 , 2.66.0 r54697\n\n![Screen Shot 2017-02-05 at 12.59.39.png](Screen_Shot_2017-02-05_at_12.59.39.png)\nWhen a joint (for example, an arm) is bent, paint weight is not enough to express deformation around the joint. So it's a common practice to add a shape key for the bent shape and edit it.\nBut when you enter edit mode and select polygons to edit it, the manipulator is on wrong position. \n\nJust select faces. Manipulator is supposed to sit on the selected faces but it's not.\n\n[manipulator bug.blend](manipulator_bug.blend)", "Inset faces and Bevel Edge command has bugged interaction with Undo command and shape keys\nOperating system: Windows-7,10\n\nBroken: version: 2.83 (sub 2)\nBroken: version: 2.82 (sub 6)\n\n\nIn edit mode, while selecting a shape key, the Inset operation (I) followed by any other operation (Translating vertices or extruding or whatever), followed by an Undo (Ctrl-Z) command causes the shape key selector to hop to the \"basis\" shape key. This also occurs when using the `Bevel` command.\n\nFrom Default Startup:\n1. Create two shape keys: \"Basis\" and \"Key 1\"on Default Cube. Selection will be on \"Key 1\"\n2. Go into edit mode\n3. Inset a face on any of the existing faces with \"I\"\n5. Do ANY other operation or operations, such as moving a vertex or extruding. The bug occurs with any number of operations done after the Inset command.\n6. Undo (Ctrl-Z)\n7. Observe Shape key information as the undo command causes the selection to switch from \"Key 1\" to \"Basis\".\n8. Keep `Undoing` until you `Undo` the `Inset` operation.\n9. Notice that the shape key selection jumps back to \"Key 1\" as you `Undo` the `Inset`. \n", "Front view Y axis keybinding is reversed\nOperating system: Windows-10-10.0.19044-SP0 64 Bits\nGraphics card: NVIDIA GeForce RTX 2080/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 528.49\n\nBroken: version: 3.5.0\nWorked: Never?\n\nFront view key binding should give us +Y view, now it gives us -Y view. The negative Y axis is now key binded for the front view instead of the back view.\n\n- Press numpad 1, viewport switched to -Y view. (Should be +Y)\n- Press cntrl + numpad 1, viewport switched to +Y view. (Should be -Y)\n\n", "Support modal axis & user/local space switching for the shear tool\nCurrently the shear tool doesn't support setting the axis XYZ, Local/Global etc. As translate or scale do.\n\nInternally this is supported (the gizmo can do this), however there is no way to access this functionality using keyboard shortcuts.\n\nNote that some design is needed for this task since shear has a secondary axis - unlike most other transform modes.\n\nThere will need to be a key assigned to cycle between the secondary axis too.\n\nSee: blender/blender-addons#73879 (custom property values not setting correctly via code)", "Sculpt mode transform tools. Weirdness with 3d cursor.\nOperating system: Windows-7-6.1.7601-SP1 64 Bits\nGraphics card: Radeon (TM) RX 480 Graphics ATI Technologies Inc. 4.5.13571 Core Profile Context 19.9.2 26.20.13003.1007\n\nBroken: version: 2.81 (sub 11)\n\n1. In sculpt mode transform tools strange behavior with 3d cursor. Trying rotate part of the mesh, first rotation might be ok and second sometimes ok, but then rotation is going crazy. Exit to object mode then again enter sculpt mode, rotation is ok, but only for 1-2 times then again it acts weird (watch the video 1).\n\n2. Scaling in sculpt mode with 3d cursor not like in edit mode, it is very strange (watch the video 2).\n\n1. Open attached *.blend file, rotate several times, (do not cancel rotation with rmb!).\n\n2. Open attached *.blend file, select scale tool, try to scale, go to edit mode try to scale, see the difference?[video_1.mp4](video_1.mp4)\n\n[video_2.mp4](video_2.mp4)\n\n[bug_rot_scale.blend](bug_rot_scale.blend)" ]
[ "Spin tool - when you use spin tool and type in all axis 0 then add steps, Blender is going into error loop and blocking possibility to fix this error in ui.\nOperating system: Windows-10-10.0.18362-SP0 64 Bits\nGraphics card: Radeon RX Vega ATI Technologies Inc. 4.5.13587 Core Profile Context 20.2.2 26.20.15019.19000\n\nBroken: version: 2.83 (sub 6)\nWorked: (optional)\n\nAppearing error loop while increase Steps parameter.\n\nReproduction gif - ![X9SJ3cFUc6.gif](X9SJ3cFUc6.gif) \nUse spin tool > change all Axis (simultaneously via selecting and sliding above all areas) to 0 > *popup \"Invalid/unset axix\" > change Steps to 0 > loop of error \"Invalid/unset axis\".\n\n[Based on the default startup or an attached .blend file (as simple as possible)] \n.blend - [blender spin bug.blend](blender_spin_bug.blend)\n\n" ]