{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":209411984,"defaultBranch":"master","name":"blender","ownerLogin":"Antonioya","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-09-18T22:06:23.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5765944?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1690100711.0","currentOid":""},"activityList":{"items":[{"before":"6f125661e6bf33659072179444f5fb48f72bcaa2","after":"23e9ebfdbd39f24dc3b591c27be8ff86998d0f06","ref":"refs/heads/main","pushedAt":"2023-10-25T08:47:20.000Z","pushType":"push","commitsCount":331,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"Fix: GPv3: Crash when transforming keyframes\n\nBlender would crash when trying to move/duplicate, etc. some keyframes.\nThis was because the `convert_type_get` function in the transform code\nwould return the wrong transform type `TransConvertType_GreasePencil`\ninstead of `TransConvertType_Action`.\nThe fix makes sure that we only return the\n`TransConvertType_GreasePencil` in the 3d viewport.","shortMessageHtmlLink":"Fix: GPv3: Crash when transforming keyframes"}},{"before":"97769581f501351fb800cc07db225ed1d3e195ed","after":"6f125661e6bf33659072179444f5fb48f72bcaa2","ref":"refs/heads/main","pushedAt":"2023-10-17T14:36:23.000Z","pushType":"push","commitsCount":2777,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"GPU: Add Texture::debug_clear\n\nClear uninitialized textures to NaN/debug values.\nEnabled for `--debug-gpu` only.\n\nPull Request: https://projects.blender.org/blender/blender/pulls/113781","shortMessageHtmlLink":"GPU: Add Texture::debug_clear"}},{"before":"9ef9acf00a5f9f13a284ff888cf7c8b8c13c3407","after":"12c2d8d130e1d38fc6b934c6feebc53ee4aff448","ref":"refs/heads/antonioya-custom-blender","pushedAt":"2023-08-06T10:11:23.000Z","pushType":"push","commitsCount":457,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"Merge branch 'main' into antonioya-custom-blender\n\n Conflicts:\n\tsource/blender/editors/io/io_gpencil.hh","shortMessageHtmlLink":"Merge branch 'main' into antonioya-custom-blender"}},{"before":"f36d8eb064e4aa83b4b5023098111392ec045510","after":"97769581f501351fb800cc07db225ed1d3e195ed","ref":"refs/heads/main","pushedAt":"2023-08-04T14:17:02.000Z","pushType":"push","commitsCount":800,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"Cleanup: Split fsmenu.c before C++ conversion\n\nThe complication is that `Carbon.h` also defines its own`Collection`\ntype, which is visible in this file as a forward declaration in\n`UI_interface_icons.h`. To fix that, move the code that needs to\ninclude platform specific includes to a separate file that includes\nfewer Blender headers.\n\nSee #103343\n\nPull Request: https://projects.blender.org/blender/blender/pulls/110731","shortMessageHtmlLink":"Cleanup: Split fsmenu.c before C++ conversion"}},{"before":null,"after":"9ef9acf00a5f9f13a284ff888cf7c8b8c13c3407","ref":"refs/heads/antonioya-custom-blender","pushedAt":"2023-07-23T08:25:11.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"Merge branch 'main' into antonioya-custom-blender\n\n Conflicts:\n\tsource/blender/io/gpencil/CMakeLists.txt","shortMessageHtmlLink":"Merge branch 'main' into antonioya-custom-blender"}},{"before":null,"after":"9926ea30dab77ed707adbe66bb5b90638e01e0df","ref":"refs/heads/dependabot/pip/doc/python_api/pygments-2.15.0","pushedAt":"2023-07-20T11:47:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump pygments from 2.13.0 to 2.15.0 in /doc/python_api\n\nBumps [pygments](https://github.com/pygments/pygments) from 2.13.0 to 2.15.0.\n- [Release notes](https://github.com/pygments/pygments/releases)\n- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)\n- [Commits](https://github.com/pygments/pygments/compare/2.13.0...2.15.0)\n\n---\nupdated-dependencies:\n- dependency-name: pygments\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump pygments from 2.13.0 to 2.15.0 in /doc/python_api"}},{"before":"7befc403869494a131c15edbd05ba81c83379f44","after":"f36d8eb064e4aa83b4b5023098111392ec045510","ref":"refs/heads/main","pushedAt":"2023-07-07T16:40:07.000Z","pushType":"push","commitsCount":34,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"Cycles Hydra: set background color depending if there are lights\n\nSo that there is some lighting when there are no lights in the scene,\nand black when there are lights. This matches the behavior of other\nHydra renderers.\n\nRef #96731","shortMessageHtmlLink":"Cycles Hydra: set background color depending if there are lights"}},{"before":"a53eb4a5608cd0fdb7b26022ac2b5583c3392c63","after":"7befc403869494a131c15edbd05ba81c83379f44","ref":"refs/heads/main","pushedAt":"2023-07-06T14:15:57.000Z","pushType":"push","commitsCount":581,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"Cycles: Use sycl::bitcast in oneAPI backend\n\nUsing sycl::bitcast instead of union hack","shortMessageHtmlLink":"Cycles: Use sycl::bitcast in oneAPI backend"}},{"before":"9265fa1eed36a31e7101aa3721b68d01077c8af2","after":"a53eb4a5608cd0fdb7b26022ac2b5583c3392c63","ref":"refs/heads/main","pushedAt":"2023-06-17T09:25:02.121Z","pushType":"push","commitsCount":104,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"Merge branch 'blender-v3.6-release'","shortMessageHtmlLink":"Merge branch 'blender-v3.6-release'"}},{"before":"a6b369f8e12a4fc2a32b8457ec1c7b2ff8b25930","after":null,"ref":"refs/heads/dependabot/pip/doc/python_api/requests-2.31.0","pushedAt":"2023-06-14T18:23:40.733Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"}},{"before":"1a13940ef80890e3f73f41061c31ed00b8298640","after":"7b8474496b066beace9c1a7c9b94b5a5605b1c93","ref":"refs/heads/master","pushedAt":"2023-06-14T18:23:33.818Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"Merge pull request #1 from Antonioya/dependabot/pip/doc/python_api/requests-2.31.0\n\nBump requests from 2.28.1 to 2.31.0 in /doc/python_api","shortMessageHtmlLink":"Merge pull request #1 from Antonioya/dependabot/pip/doc/python_api/re…"}},{"before":"23f4fe4af1b24fee782da969dc7adc4fd015d023","after":"9265fa1eed36a31e7101aa3721b68d01077c8af2","ref":"refs/heads/main","pushedAt":"2023-06-14T18:18:31.991Z","pushType":"push","commitsCount":17,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"Cleanup: Split 'transform_snap_object.cc' into smaller files\n\nThis commit splits the `transform_snap_object.cc` file into 4 files:\n- `transform_snap_object.hh`\n- `transform_snap_object.cc`\n- `transform_snap_object_editmesh.cc`\n- `transform_snap_object_mesh.cc`\n\nThe `transform_snap_object.hh` header, in addition to sharing common\ntypes, allows functions defined in each of these files to be shared\nbetween them.\n\nThis makes the code easier to read and simplifies maintenance.\n\nPull Request: https://projects.blender.org/blender/blender/pulls/108949","shortMessageHtmlLink":"Cleanup: Split 'transform_snap_object.cc' into smaller files"}},{"before":"644dd14e26b1913668b309cb6031b72e58048c72","after":"23f4fe4af1b24fee782da969dc7adc4fd015d023","ref":"refs/heads/main","pushedAt":"2023-06-14T14:53:21.355Z","pushType":"push","commitsCount":554,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"Merge branch 'blender-v3.6-release' into main","shortMessageHtmlLink":"Merge branch 'blender-v3.6-release' into main"}},{"before":"ab73a8abbabceceead22770dda035deec8c084cc","after":"644dd14e26b1913668b309cb6031b72e58048c72","ref":"refs/heads/main","pushedAt":"2023-05-30T14:45:08.667Z","pushType":"push","commitsCount":66,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"Fix: Compilation error after 960b53dbbba","shortMessageHtmlLink":"Fix: Compilation error after 960b53d"}},{"before":"7ff752b7891a4c96c128b69eeff50f2b7e29986b","after":"ab73a8abbabceceead22770dda035deec8c084cc","ref":"refs/heads/main","pushedAt":"2023-05-28T15:21:29.749Z","pushType":"push","commitsCount":766,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"Help text: corrections & minor changes for the user manual\n\n- BLENDER_STARTUP_FILE was included as a literal instead of expanding\n into 'startup.blend' as intended.\n- Single quote cycles device (matching image formats).\n- Include all GPU back-ends from bpy.app.help_text(all=True)\n- Minor changes to simplify conversion to RST.","shortMessageHtmlLink":"Help text: corrections & minor changes for the user manual"}},{"before":null,"after":"a6b369f8e12a4fc2a32b8457ec1c7b2ff8b25930","ref":"refs/heads/dependabot/pip/doc/python_api/requests-2.31.0","pushedAt":"2023-05-23T04:57:45.074Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"dependabot[bot]","name":null,"path":"/apps/dependabot","primaryAvatarUrl":"https://avatars.githubusercontent.com/in/29110?s=80&v=4"},"commit":{"message":"Bump requests from 2.28.1 to 2.31.0 in /doc/python_api\n\nBumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0.\n- [Release notes](https://github.com/psf/requests/releases)\n- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)\n- [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.31.0)\n\n---\nupdated-dependencies:\n- dependency-name: requests\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] ","shortMessageHtmlLink":"Bump requests from 2.28.1 to 2.31.0 in /doc/python_api"}},{"before":"89afdd6f248fe7db2cc5720271d8b72008a6454c","after":"7ff752b7891a4c96c128b69eeff50f2b7e29986b","ref":"refs/heads/main","pushedAt":"2023-05-03T13:27:02.000Z","pushType":"push","commitsCount":204,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"Cleanup: Unify mesh sampling multifunctions\n\nChange the implementation of the raycast and sample nearest surface\nnode to split separate loops into separate multi-functions. This\nclarifies the task of each function, gives more information to the\nfield evaluator, and gives more opportunity for memory reuse.\n\nSampling mesh attributes with triangle barycentric weights is now\nimplemented in a single place. Two other new multi-functions\nhandle conversion of sampled positions into barycentric weights.\nNormalizing the ray directions for the raycast node is split out\ntoo, so it can be skipped in some cases in the future.\n\nThe mesh attribute interpolator helper class is also removed,\nsince it didn't give much benefit over a more functional approach.\n\nI didn't notice a performance improvement from this change.\n\nPull Request: https://projects.blender.org/blender/blender/pulls/107563","shortMessageHtmlLink":"Cleanup: Unify mesh sampling multifunctions"}},{"before":"71ed98debe5de2fc1bc9e300680425d970c5bca3","after":"89afdd6f248fe7db2cc5720271d8b72008a6454c","ref":"refs/heads/main","pushedAt":"2023-04-26T07:44:11.000Z","pushType":"push","commitsCount":372,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"Vulkan: Texture Unpacking\n\nThis PR adds support for `GPU_unpack_row_length_set` to the vulkan\nbackend.\n\nTexture unpacking is used when uploading a part of a texture from\nhost memory to device memory.\n\nPull Request: https://projects.blender.org/blender/blender/pulls/107360","shortMessageHtmlLink":"Vulkan: Texture Unpacking"}},{"before":"4eb24a4da386eff811f3e85d4a76fc5dce215c9e","after":"71ed98debe5de2fc1bc9e300680425d970c5bca3","ref":"refs/heads/main","pushedAt":"2023-04-13T17:13:03.000Z","pushType":"push","commitsCount":400,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"Point Cloud: Avoid unnecessarily initializing initial positions\n\nSimilar to e35f971da1903be3743f. We aren't meant to rely on the\nzero-initiatialization on creation anyway. I observed a small (a few\npercent) decrease in minimum runtime in the geometry nodes points node.","shortMessageHtmlLink":"Point Cloud: Avoid unnecessarily initializing initial positions"}},{"before":"c4832af274b4adbce7c56d5340415b5b0ff43147","after":"4eb24a4da386eff811f3e85d4a76fc5dce215c9e","ref":"refs/heads/main","pushedAt":"2023-03-24T16:39:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"Cleanup: Graph Editor \"Gauss\" to \"Gaussian\"","shortMessageHtmlLink":"Cleanup: Graph Editor \"Gauss\" to \"Gaussian\""}},{"before":"2fba27e6d8876025b1e98d1a6e35d5fac6749a27","after":"c4832af274b4adbce7c56d5340415b5b0ff43147","ref":"refs/heads/main","pushedAt":"2023-03-24T15:04:09.000Z","pushType":"push","commitsCount":17,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"Fix: paintface_mouse_select not calling finish()\n\nEvery time you selected a face in weight paint mode\nit would give a warning.","shortMessageHtmlLink":"Fix: paintface_mouse_select not calling finish()"}},{"before":"ee213f3c4d54091d3eb8b92b3c119f6c6b3b5c11","after":"2fba27e6d8876025b1e98d1a6e35d5fac6749a27","ref":"refs/heads/main","pushedAt":"2023-03-24T08:58:15.000Z","pushType":"push","commitsCount":210,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"Fix #105325: crash calling asset_generate_preview() in backgound mode\n\n`.asset_generate_preview()` internally calls `UI_icon_render_id` as a\njob -- as opposed to `.preview_ensure()` [which internally also calls\n`UI_icon_render_id`, but not as a job] leading to crashes in background\nmode.\n\nThis might be due to the fact that OpenGL context is not set up\ncorrectly (so there might be other ways to fix this), but there seems to\nbe other places/comments indicating that icon handling is only for main\nthread (see e.g. 13beeb589227).\nAnd while this does not fully explain why doing this with jobs works fine\nfrom the UI, the patch certainly fixes the crashes in background mode for\nnow (by not using jobs).\n\nPull Request: https://projects.blender.org/blender/blender/pulls/106046","shortMessageHtmlLink":"Fix #105325: crash calling asset_generate_preview() in backgound mode"}},{"before":"bc5f2c54154ef606875887a021b3bfad6e6a59fd","after":"ee213f3c4d54091d3eb8b92b3c119f6c6b3b5c11","ref":"refs/heads/main","pushedAt":"2023-03-16T15:51:11.147Z","pushType":"push","commitsCount":285,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"Merge branch 'blender-v3.5-release'","shortMessageHtmlLink":"Merge branch 'blender-v3.5-release'"}},{"before":"39f63c8c086dd9dbe286924909e400d0d47b186c","after":"bc5f2c54154ef606875887a021b3bfad6e6a59fd","ref":"refs/heads/main","pushedAt":"2023-03-07T14:27:12.155Z","pushType":"push","commitsCount":638,"pusher":{"login":"Antonioya","name":"Antonioya","path":"/Antonioya","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5765944?s=80&v=4"},"commit":{"message":"GPencil: Fix compiler warning","shortMessageHtmlLink":"GPencil: Fix compiler warning"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADn0D3cAA","startCursor":null,"endCursor":null}},"title":"Activity · Antonioya/blender"}