[Bf-blender-cvs] [50e7645211f] master: Fix: Asset using selection in instances to points node

2021-10-22 Thread Hans Goudey
Commit: 50e7645211fb023280c6c55147fe15edcadddc17 Author: Hans Goudey Date: Sat Oct 23 00:42:07 2021 -0500 Branches: master https://developer.blender.org/rB50e7645211fb023280c6c55147fe15edcadddc17 Fix: Asset using selection in instances to points node Caused by my own incorrect cleanup when comm

[Bf-blender-cvs] [3bcd264141f] master: GitHub: add PR template Differential Revision: https://developer.blender.org/D12890

2021-10-22 Thread Ankit Meel
Commit: 3bcd264141fda53529e9c11f98f9fc28b548b79c Author: Ankit Meel Date: Sat Oct 23 10:49:51 2021 +0530 Branches: master https://developer.blender.org/rB3bcd264141fda53529e9c11f98f9fc28b548b79c GitHub: add PR template Differential Revision: https://developer.blender.org/D12890

[Bf-blender-cvs] [3af597d16b1] master: Geometry Nodes: Add Instances to Points Node

2021-10-22 Thread Jarrett Johnson
Commit: 3af597d16b1ed2887df23cc621f0bf7f2b6d4091 Author: Jarrett Johnson Date: Sat Oct 23 00:01:59 2021 -0500 Branches: master https://developer.blender.org/rB3af597d16b1ed2887df23cc621f0bf7f2b6d4091 Geometry Nodes: Add Instances to Points Node This node takes a geometry set with instances as i

[Bf-blender-cvs] [2a7a8a04e37] master: Fix: Empty geometry nodes input menu with legacy nodes enabled

2021-10-22 Thread Hans Goudey
Commit: 2a7a8a04e37b3892b3497529e9f7c4c9f8f36f4a Author: Hans Goudey Date: Fri Oct 22 22:35:27 2021 -0500 Branches: master https://developer.blender.org/rB2a7a8a04e37b3892b3497529e9f7c4c9f8f36f4a Fix: Empty geometry nodes input menu with legacy nodes enabled Caused by a misplaced comma at the e

[Bf-blender-cvs] [231d66d8ba3] master: Fix: Support swapped inputs properly in trim curve node

2021-10-22 Thread Hans Goudey
Commit: 231d66d8ba355cb7fa5332e9ea7d8921bbde82fe Author: Hans Goudey Date: Fri Oct 22 17:32:21 2021 -0500 Branches: master https://developer.blender.org/rB231d66d8ba355cb7fa5332e9ea7d8921bbde82fe Fix: Support swapped inputs properly in trim curve node Previously, when the start input was greate

[Bf-blender-cvs] [62d64bec2a9] master: Docs: Fixes and improvements in API documentation

2021-10-22 Thread Xavier Cho
Commit: 62d64bec2a9c14c5d1515350cfc6b524118058c2 Author: Xavier Cho Date: Fri Oct 22 18:27:03 2021 -0400 Branches: master https://developer.blender.org/rB62d64bec2a9c14c5d1515350cfc6b524118058c2 Docs: Fixes and improvements in API documentation Fixes several notable mistakes and missing informa

[Bf-blender-cvs] [1d9e2dc954f] master: Fix: Cyclic single point bezier splines have multiple evaluated points

2021-10-22 Thread Hans Goudey
Commit: 1d9e2dc954ff837737c0bbc00ef8ae4b841f2427 Author: Hans Goudey Date: Fri Oct 22 17:13:26 2021 -0500 Branches: master https://developer.blender.org/rB1d9e2dc954ff837737c0bbc00ef8ae4b841f2427 Fix: Cyclic single point bezier splines have multiple evaluated points Because `segment_is_vector`

[Bf-blender-cvs] [cfc64261c12] master: Asset Browser: Filter options for specific ID types

2021-10-22 Thread Julian Eisel
Commit: cfc64261c12e90bf3219cb377d4fe7c008407850 Author: Julian Eisel Date: Fri Oct 22 23:56:05 2021 +0200 Branches: master https://developer.blender.org/rBcfc64261c12e90bf3219cb377d4fe7c008407850 Asset Browser: Filter options for specific ID types Adds a filter popup to the header that allows

[Bf-blender-cvs] [c51eac24fea] master: UI: Correct icons of File Browser Link/Append ID filter settings

2021-10-22 Thread Julian Eisel
Commit: c51eac24fea8e010a8fed84f5f8787521067fb42 Author: Julian Eisel Date: Fri Oct 22 23:54:03 2021 +0200 Branches: master https://developer.blender.org/rBc51eac24fea8e010a8fed84f5f8787521067fb42 UI: Correct icons of File Browser Link/Append ID filter settings Wasn't using the same icons as us

[Bf-blender-cvs] [ca5d84b31d1] master: UI: Show ID filter settings in Link/Append File Browser as icon & checkbox

2021-10-22 Thread Julian Eisel
Commit: ca5d84b31d16c2e69847ffee16f8d5b092623490 Author: Julian Eisel Date: Fri Oct 22 12:33:28 2021 +0200 Branches: master https://developer.blender.org/rBca5d84b31d16c2e69847ffee16f8d5b092623490 UI: Show ID filter settings in Link/Append File Browser as icon & checkbox The checkboxes integrat

[Bf-blender-cvs] [3e1fd268280] master: Fix: Assert for unused field evaluator in resample curve node

2021-10-22 Thread Hans Goudey
Commit: 3e1fd2682807c31b62168737c953a6b4ea33ce77 Author: Hans Goudey Date: Fri Oct 22 16:39:39 2021 -0500 Branches: master https://developer.blender.org/rB3e1fd2682807c31b62168737c953a6b4ea33ce77 Fix: Assert for unused field evaluator in resample curve node Declare it at a lower scope so it doe

[Bf-blender-cvs] [8cd4cee0d55] master: Fix: Double calculation of UVs in cone primitive

2021-10-22 Thread Hans Goudey
Commit: 8cd4cee0d551d9d960154ff0a9e59ccd21e63ce9 Author: Hans Goudey Date: Fri Oct 22 16:21:37 2021 -0500 Branches: master https://developer.blender.org/rB8cd4cee0d551d9d960154ff0a9e59ccd21e63ce9 Fix: Double calculation of UVs in cone primitive ==

[Bf-blender-cvs] [cf72b100757] master: UI: Turn on overlays by default in new node editors

2021-10-22 Thread Hans Goudey
Commit: cf72b10075758be971f9806b97db01f98383aba2 Author: Hans Goudey Date: Fri Oct 22 16:21:16 2021 -0500 Branches: master https://developer.blender.org/rBcf72b10075758be971f9806b97db01f98383aba2 UI: Turn on overlays by default in new node editors This was missed in the initial commit adding th

[Bf-blender-cvs] [742b7adbad0] master: Cleanup: Remove unused function

2021-10-22 Thread Hans Goudey
Commit: 742b7adbad0e50e5cb321c9f0c80be3300a3e368 Author: Hans Goudey Date: Fri Oct 22 16:01:48 2021 -0500 Branches: master https://developer.blender.org/rB742b7adbad0e50e5cb321c9f0c80be3300a3e368 Cleanup: Remove unused function ===

[Bf-blender-cvs] [d21737189e6] sculpt-dev: Sculpt: fix gcc compiler error

2021-10-22 Thread Joseph Eagar
Commit: d21737189e64e9b134fd44e181af9271c7f612ed Author: Joseph Eagar Date: Fri Oct 22 10:48:34 2021 -0700 Branches: sculpt-dev https://developer.blender.org/rBd21737189e64e9b134fd44e181af9271c7f612ed Sculpt: fix gcc compiler error ===

[Bf-blender-cvs] [7ac4e874db5] master: Fix panel pinning showing for instanced panels (e.g. FCurve modifiers)

2021-10-22 Thread Philipp Oeser
Commit: 7ac4e874db5a176429da2cf869b0552a24ef0b3e Author: Philipp Oeser Date: Fri Oct 22 13:13:48 2021 +0200 Branches: master https://developer.blender.org/rB7ac4e874db5a176429da2cf869b0552a24ef0b3e Fix panel pinning showing for instanced panels (e.g. FCurve modifiers) This was reported for FCur

[Bf-blender-cvs] [3f2a1fa87cb] temp-usd-latest-master: USD export: fix build errors with latest master.

2021-10-22 Thread Michael Kowalski
Commit: 3f2a1fa87cbf30e012b068a9111f7f68f356ad55 Author: Michael Kowalski Date: Fri Oct 22 12:17:59 2021 -0400 Branches: temp-usd-latest-master https://developer.blender.org/rB3f2a1fa87cbf30e012b068a9111f7f68f356ad55 USD export: fix build errors with latest master. =

[Bf-blender-cvs] [d765680f56f] sculpt-dev: Sculpt: fix slide deform brush's deform type setting.

2021-10-22 Thread Joseph Eagar
Commit: d765680f56ffa342d007b55803790bfeebf64c2d Author: Joseph Eagar Date: Fri Oct 22 09:00:17 2021 -0700 Branches: sculpt-dev https://developer.blender.org/rBd765680f56ffa342d007b55803790bfeebf64c2d Sculpt: fix slide deform brush's deform type setting.

[Bf-blender-cvs] [cca811de98f] master: Fix test print wording that confuses build bot highlighting.

2021-10-22 Thread Alexander Gavrilov
Commit: cca811de98fa9eeddc128d1fa0e26e4ec1b700f9 Author: Alexander Gavrilov Date: Fri Oct 22 18:26:00 2021 +0300 Branches: master https://developer.blender.org/rBcca811de98fa9eeddc128d1fa0e26e4ec1b700f9 Fix test print wording that confuses build bot highlighting. ===

[Bf-blender-cvs] [7dddb660370] asset-greasepencil: Merge branch 'master' into asset-greasepencil

2021-10-22 Thread Antonio Vazquez
Commit: 7dddb66037057eb1d9567ced240744286e2a255c Author: Antonio Vazquez Date: Fri Oct 22 17:01:37 2021 +0200 Branches: asset-greasepencil https://developer.blender.org/rB7dddb66037057eb1d9567ced240744286e2a255c Merge branch 'master' into asset-greasepencil =

[Bf-blender-cvs] [ea5bc27874f] greasepencil-object: Merge branch 'master' into greasepencil-object

2021-10-22 Thread Antonio Vazquez
Commit: ea5bc27874f9b35e2c734aa7675d8424e2d97a3f Author: Antonio Vazquez Date: Fri Oct 22 17:01:14 2021 +0200 Branches: greasepencil-object https://developer.blender.org/rBea5bc27874f9b35e2c734aa7675d8424e2d97a3f Merge branch 'master' into greasepencil-object ===

[Bf-blender-cvs] [76ebc10794a] master: Increase assert epsilon in versioning for D9551.

2021-10-22 Thread Alexander Gavrilov
Commit: 76ebc10794a4bb66a1b94339fd8873dc23f1247c Author: Alexander Gavrilov Date: Fri Oct 22 17:17:21 2021 +0300 Branches: master https://developer.blender.org/rB76ebc10794a4bb66a1b94339fd8873dc23f1247c Increase assert epsilon in versioning for D9551. The epsilon was too optimistic. Snapping to

[Bf-blender-cvs] [63dfc81631d] temp-usd-latest-master: Merge branch 'master' of git.blender.org:blender into universal-scene-description

2021-10-22 Thread Michael Kowalski
Commit: 63dfc81631d1ad6d65bfdc7980b5b487dfe98ca7 Author: Michael Kowalski Date: Wed Oct 20 22:08:45 2021 -0400 Branches: temp-usd-latest-master https://developer.blender.org/rB63dfc81631d1ad6d65bfdc7980b5b487dfe98ca7 Merge branch 'master' of git.blender.org:blender into universal-scene-descript

[Bf-blender-cvs] [39f88480bb1] master: Cleanup: improve consistency between function node implementations

2021-10-22 Thread Jacques Lucke
Commit: 39f88480bb1fa0db7fda8bacb3c7d5a0b1cf2171 Author: Jacques Lucke Date: Fri Oct 22 15:34:53 2021 +0200 Branches: master https://developer.blender.org/rB39f88480bb1fa0db7fda8bacb3c7d5a0b1cf2171 Cleanup: improve consistency between function node implementations ==

[Bf-blender-cvs] [0c16ac9ddfd] master: Cleanup: restore alphabetic ordering

2021-10-22 Thread Jacques Lucke
Commit: 0c16ac9ddfd9c0a7d5915caf8b6000bf7c408447 Author: Jacques Lucke Date: Fri Oct 22 15:27:10 2021 +0200 Branches: master https://developer.blender.org/rB0c16ac9ddfd9c0a7d5915caf8b6000bf7c408447 Cleanup: restore alphabetic ordering

[Bf-blender-cvs] [781289e31fb] master: Geometry Nodes: add Boolean and Integer Input nodes

2021-10-22 Thread Dorian
Commit: 781289e31fbec004584b3789c801d1db012dfaa4 Author: Dorian Date: Fri Oct 22 14:59:15 2021 +0200 Branches: master https://developer.blender.org/rB781289e31fbec004584b3789c801d1db012dfaa4 Geometry Nodes: add Boolean and Integer Input nodes These nodes just output a single value of their resp

[Bf-blender-cvs] [01e2a532f55] master: Fix T92290: Linked Color Palette datablocks can not be used.

2021-10-22 Thread Bastien Montagne
Commit: 01e2a532f55ee2de3bfd1c0d97d063976546a036 Author: Bastien Montagne Date: Fri Oct 22 14:57:34 2021 +0200 Branches: master https://developer.blender.org/rB01e2a532f55ee2de3bfd1c0d97d063976546a036 Fix T92290: Linked Color Palette datablocks can not be used. * Forbid editing linked palettes.

[Bf-blender-cvs] [029cf23d71b] master: UI: Fix misaligned icons

2021-10-22 Thread Gilberto Rodrigues
Commit: 029cf23d71b3557e1a9cacc39bde59ec99263458 Author: Gilberto Rodrigues Date: Fri Oct 22 14:29:18 2021 +0200 Branches: master https://developer.blender.org/rB029cf23d71b3557e1a9cacc39bde59ec99263458 UI: Fix misaligned icons This patch corrects the misalignment of some icons. Some of them ca

[Bf-blender-cvs] [8dcb6949300] cycles-hip-binaries: Fix Cycles HIP binaries always recompiling

2021-10-22 Thread Brecht Van Lommel
Commit: 8dcb6949300cc7f87d52f74197ae7f230f9bac67 Author: Brecht Van Lommel Date: Fri Oct 22 14:14:03 2021 +0200 Branches: cycles-hip-binaries https://developer.blender.org/rB8dcb6949300cc7f87d52f74197ae7f230f9bac67 Fix Cycles HIP binaries always recompiling This part should not have been copied

[Bf-blender-cvs] [c4b02bb6bc8] master: Fix Cycles HIP binaries always recompiling

2021-10-22 Thread Brecht Van Lommel
Commit: c4b02bb6bc8560268c54682b3627cf7742bd9552 Author: Brecht Van Lommel Date: Fri Oct 22 14:14:03 2021 +0200 Branches: master https://developer.blender.org/rBc4b02bb6bc8560268c54682b3627cf7742bd9552 Fix Cycles HIP binaries always recompiling ==

[Bf-blender-cvs] [269f4a3024f] master: Fix VSE left crop not working

2021-10-22 Thread Richard Antalik
Commit: 269f4a3024f05378a2305b15be41d35e867dae51 Author: Richard Antalik Date: Fri Oct 22 14:20:26 2021 +0200 Branches: master https://developer.blender.org/rB269f4a3024f05378a2305b15be41d35e867dae51 Fix VSE left crop not working Caused by using 3D math on 2D vectors, violating memory boundarie

[Bf-blender-cvs] [2f89ddc0437] cycles-hip-binaries: Cycles: eliminate HIP architectures that fail to build

2021-10-22 Thread Brecht Van Lommel
Commit: 2f89ddc0437761d6edfc98031dd2b2e790d66196 Author: Brecht Van Lommel Date: Fri Oct 22 14:03:01 2021 +0200 Branches: cycles-hip-binaries https://developer.blender.org/rB2f89ddc0437761d6edfc98031dd2b2e790d66196 Cycles: eliminate HIP architectures that fail to build =

[Bf-blender-cvs] [2e3e10cc959] sculpt-dev: Sculpt: add option to fade face sets with a Moire pattern instead of transparently.

2021-10-22 Thread Joseph Eagar
Commit: 2e3e10cc95998a42962208289af45f7086c93d4a Author: Joseph Eagar Date: Fri Oct 22 05:01:08 2021 -0700 Branches: sculpt-dev https://developer.blender.org/rB2e3e10cc95998a42962208289af45f7086c93d4a Sculpt: add option to fade face sets with a Moire pattern instead of transparently. ==

[Bf-blender-cvs] [282516e53eb] master: Cleanup: refactor float/half conversions for clarity

2021-10-22 Thread Brecht Van Lommel
Commit: 282516e53eba9bb3aaddd67b2b099fea98bd4c1f Author: Brecht Van Lommel Date: Thu Oct 21 19:25:38 2021 +0200 Branches: master https://developer.blender.org/rB282516e53eba9bb3aaddd67b2b099fea98bd4c1f Cleanup: refactor float/half conversions for clarity

[Bf-blender-cvs] [d5f81e8e9c5] cycles-hip-binaries: Cycles: add supported device checks for HIP

2021-10-22 Thread Sayak Biswas
Commit: d5f81e8e9c5193fd3980ba5fbd1a178ce984df90 Author: Sayak Biswas Date: Thu Oct 21 20:57:17 2021 +0200 Branches: cycles-hip-binaries https://developer.blender.org/rBd5f81e8e9c5193fd3980ba5fbd1a178ce984df90 Cycles: add supported device checks for HIP =

[Bf-blender-cvs] [01f39ef89d4] cycles-hip-binaries: Cycles: test building for many HIP architectures

2021-10-22 Thread Brecht Van Lommel
Commit: 01f39ef89d40bd8dfced3efbe1c9007a0c6532cc Author: Brecht Van Lommel Date: Fri Oct 22 12:55:58 2021 +0200 Branches: cycles-hip-binaries https://developer.blender.org/rB01f39ef89d40bd8dfced3efbe1c9007a0c6532cc Cycles: test building for many HIP architectures Most of these will likely not w

[Bf-blender-cvs] [da75b79b073] cycles-hip-binaries: Cycles: test building for many HIP architectures

2021-10-22 Thread Brecht Van Lommel
Commit: da75b79b073ddfbc274b32db44d749a2a91ee858 Author: Brecht Van Lommel Date: Fri Oct 22 12:55:58 2021 +0200 Branches: cycles-hip-binaries https://developer.blender.org/rBda75b79b073ddfbc274b32db44d749a2a91ee858 Cycles: test building for many HIP architectures Most of these will likely not w

[Bf-blender-cvs] [65dbeb1d81b] master: Fix T90638: Inconsistent object data behavior when link-duplicating collections.

2021-10-22 Thread Bastien Montagne
Commit: 65dbeb1d81bff6c5742eb5f503b59207485041a9 Author: Bastien Montagne Date: Fri Oct 22 12:33:03 2021 +0200 Branches: master https://developer.blender.org/rB65dbeb1d81bff6c5742eb5f503b59207485041a9 Fix T90638: Inconsistent object data behavior when link-duplicating collections. Camera, latti

[Bf-blender-cvs] [d5f81e8e9c5] cycles-hip-binaries: Cycles: add supported device checks for HIP

2021-10-22 Thread Sayak Biswas
Commit: d5f81e8e9c5193fd3980ba5fbd1a178ce984df90 Author: Sayak Biswas Date: Thu Oct 21 20:57:17 2021 +0200 Branches: cycles-hip-binaries https://developer.blender.org/rBd5f81e8e9c5193fd3980ba5fbd1a178ce984df90 Cycles: add supported device checks for HIP =

[Bf-blender-cvs] [d092933abba] master: Cycles: various fixes for HIP and compilation of HIP binaries

2021-10-22 Thread Sayak Biswas
Commit: d092933abbadb3a6d5ab53a0b2b3b865cd5c9079 Author: Sayak Biswas Date: Thu Oct 21 20:57:17 2021 +0200 Branches: master https://developer.blender.org/rBd092933abbadb3a6d5ab53a0b2b3b865cd5c9079 Cycles: various fixes for HIP and compilation of HIP binaries * Additional structs added to the hi

[Bf-blender-cvs] [d1fcf93f039] master: Geometry Nodes: disable attribute search for non-attribute string sockets

2021-10-22 Thread Jacques Lucke
Commit: d1fcf93f039b0546dfd01c33daf50bd135e34344 Author: Jacques Lucke Date: Fri Oct 22 11:56:05 2021 +0200 Branches: master https://developer.blender.org/rBd1fcf93f039b0546dfd01c33daf50bd135e34344 Geometry Nodes: disable attribute search for non-attribute string sockets This is a simplified ve

[Bf-blender-cvs] [675a22b3415] master: Nodes: fix link drawing for some socket types

2021-10-22 Thread Jacques Lucke
Commit: 675a22b3415919740d7adc01d823b9507e30a918 Author: Jacques Lucke Date: Fri Oct 22 11:52:51 2021 +0200 Branches: master https://developer.blender.org/rB675a22b3415919740d7adc01d823b9507e30a918 Nodes: fix link drawing for some socket types The type of sockets is `-1` in some cases, resultin

[Bf-blender-cvs] [c6b3eb80499] cycles-hip-binaries: Cycles: more HIP binaries testing

2021-10-22 Thread Brecht Van Lommel
Commit: c6b3eb80499a076643c7aae8627725936adb2c34 Author: Brecht Van Lommel Date: Fri Oct 22 11:34:07 2021 +0200 Branches: cycles-hip-binaries https://developer.blender.org/rBc6b3eb80499a076643c7aae8627725936adb2c34 Cycles: more HIP binaries testing ==

[Bf-blender-cvs] [34955c5194c] cycles-hip-binaries: Cycles: more HIP binaries testing

2021-10-22 Thread Brecht Van Lommel
Commit: 34955c5194ccd050401b7689a0d5e01d24c639c7 Author: Brecht Van Lommel Date: Fri Oct 22 10:26:01 2021 +0200 Branches: cycles-hip-binaries https://developer.blender.org/rB34955c5194ccd050401b7689a0d5e01d24c639c7 Cycles: more HIP binaries testing ==

[Bf-blender-cvs] [ffa3334825e] cycles-hip-binaries: Cycles: testing to get HIP binaries to build on Windows

2021-10-22 Thread Brecht Van Lommel
Commit: ffa3334825e8b35d8db6b2140108040463d9b421 Author: Brecht Van Lommel Date: Fri Oct 22 10:26:01 2021 +0200 Branches: cycles-hip-binaries https://developer.blender.org/rBffa3334825e8b35d8db6b2140108040463d9b421 Cycles: testing to get HIP binaries to build on Windows

[Bf-blender-cvs] [c37121f16c1] master: Fix T91410: Make Single User operation ignores linked data-blocks.

2021-10-22 Thread Bastien Montagne
Commit: c37121f16c14519a9056217a2f02fc9078b6e05e Author: Bastien Montagne Date: Thu Oct 21 17:34:05 2021 +0200 Branches: master https://developer.blender.org/rBc37121f16c14519a9056217a2f02fc9078b6e05e Fix T91410: Make Single User operation ignores linked data-blocks. Now 'Make Single User' will

[Bf-blender-cvs] [1133b1478e2] master: Cleanup/Fix (unreported) 'make single user' handling of actions.

2021-10-22 Thread Bastien Montagne
Commit: 1133b1478e237b252af033c04628de738d337a5f Author: Bastien Montagne Date: Thu Oct 21 17:38:23 2021 +0200 Branches: master https://developer.blender.org/rB1133b1478e237b252af033c04628de738d337a5f Cleanup/Fix (unreported) 'make single user' handling of actions. Actions of duplicated objects