<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	CGBeginner たてはま へのコメント	</title>
	<atom:link href="https://cgbeginner.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>https://cgbeginner.net</link>
	<description>個人CGクリエイターの雑記帳</description>
	<lastBuildDate>Sat, 31 May 2025 07:22:17 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		CGBeginner より 楽天ペイの利用記録をGmailとGASを使ってスプレッドシートに収集する方法 へのコメント		</title>
		<link>https://cgbeginner.net/extract-rakuten-pay-emails/#comment-20</link>

		<dc:creator><![CDATA[CGBeginner]]></dc:creator>
		<pubDate>Mon, 24 Jun 2024 19:44:29 +0000</pubDate>
		<guid isPermaLink="false">https://cgbeginner.net/?p=1998#comment-20</guid>

					<description><![CDATA[&lt;a href=&quot;https://cgbeginner.net/extract-rakuten-pay-emails/#comment-19&quot;&gt;てれびくん&lt;/a&gt; への返信。

コメントありがとうございます。変更を反映させていただきました。こちらこそ有益な情報ありがとうございます。]]></description>
			<content:encoded><![CDATA[<p><a href="https://cgbeginner.net/extract-rakuten-pay-emails/#comment-19">てれびくん</a> への返信。</p>
<p>コメントありがとうございます。変更を反映させていただきました。こちらこそ有益な情報ありがとうございます。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		てれびくん より 楽天ペイの利用記録をGmailとGASを使ってスプレッドシートに収集する方法 へのコメント		</title>
		<link>https://cgbeginner.net/extract-rakuten-pay-emails/#comment-19</link>

		<dc:creator><![CDATA[てれびくん]]></dc:creator>
		<pubDate>Sun, 19 May 2024 08:39:13 +0000</pubDate>
		<guid isPermaLink="false">https://cgbeginner.net/?p=1998#comment-19</guid>

					<description><![CDATA[まさにやりたいことを実現できました。
素晴らしい記事ありがとうございます。

楽天payで都税を払ったところ、
メール本文に「ご利用店舗」という文字列がなく、代わりに「お支払い先」という文字がでてきたので、

この部分を
var shop = body.match(/ご利用店舗\s*([\s\S]*?)(?:\n&#124;-{40})/)[1].trim();

以下のように修正させていただき使わせていただきました。
var shop = body.match(/(ご利用店舗&#124;お支払先)\s*([\s\S]*?)(?:\n&#124;-{40})/)[2].trim();

有益な情報ありがとうございました。]]></description>
			<content:encoded><![CDATA[<p>まさにやりたいことを実現できました。<br />
素晴らしい記事ありがとうございます。</p>
<p>楽天payで都税を払ったところ、<br />
メール本文に「ご利用店舗」という文字列がなく、代わりに「お支払い先」という文字がでてきたので、</p>
<p>この部分を<br />
var shop = body.match(/ご利用店舗\s*([\s\S]*?)(?:\n|-{40})/)[1].trim();</p>
<p>以下のように修正させていただき使わせていただきました。<br />
var shop = body.match(/(ご利用店舗|お支払先)\s*([\s\S]*?)(?:\n|-{40})/)[2].trim();</p>
<p>有益な情報ありがとうございました。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		CGBeginner より 光の波長をRGBに変換 [Blender Wavelength node] へのコメント		</title>
		<link>https://cgbeginner.net/wavelength-to-rgb/#comment-10</link>

		<dc:creator><![CDATA[CGBeginner]]></dc:creator>
		<pubDate>Fri, 16 Feb 2024 17:59:08 +0000</pubDate>
		<guid isPermaLink="false">https://cgbeginner.net/?p=1562#comment-10</guid>

					<description><![CDATA[&lt;a href=&quot;https://cgbeginner.net/wavelength-to-rgb/#comment-6&quot;&gt;Y.S.&lt;/a&gt; への返信。

コメントありがとうございます。おっしゃる通り間違っていたので修正しました。]]></description>
			<content:encoded><![CDATA[<p><a href="https://cgbeginner.net/wavelength-to-rgb/#comment-6">Y.S.</a> への返信。</p>
<p>コメントありがとうございます。おっしゃる通り間違っていたので修正しました。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		kj618 より OpenWRTでV6プラス(MAP-E)とPPPoEを併用する へのコメント		</title>
		<link>https://cgbeginner.net/openwrt-v6plus-pppoe/#comment-9</link>

		<dc:creator><![CDATA[kj618]]></dc:creator>
		<pubDate>Wed, 07 Feb 2024 17:43:13 +0000</pubDate>
		<guid isPermaLink="false">https://cgbeginner.net/?p=2084#comment-9</guid>

					<description><![CDATA[とても助かりました！
MAP-EとPPPoEの併用できました。
ありがとうございます。]]></description>
			<content:encoded><![CDATA[<p>とても助かりました！<br />
MAP-EとPPPoEの併用できました。<br />
ありがとうございます。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		CGBeginner より OpenWRTでV6プラス(MAP-E)とPPPoEを併用する へのコメント		</title>
		<link>https://cgbeginner.net/openwrt-v6plus-pppoe/#comment-8</link>

		<dc:creator><![CDATA[CGBeginner]]></dc:creator>
		<pubDate>Tue, 06 Feb 2024 16:22:40 +0000</pubDate>
		<guid isPermaLink="false">https://cgbeginner.net/?p=2084#comment-8</guid>

					<description><![CDATA[便利スクリプトの作者様からコメントいただけるとは光栄です。
スクリプトの中身や理屈は全然理解できてないにも関わらず、簡単操作で設定できてしまいとても助かりました。
ありがとうございます。]]></description>
			<content:encoded><![CDATA[<p>便利スクリプトの作者様からコメントいただけるとは光栄です。<br />
スクリプトの中身や理屈は全然理解できてないにも関わらず、簡単操作で設定できてしまいとても助かりました。<br />
ありがとうございます。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		u より OpenWRTでV6プラス(MAP-E)とPPPoEを併用する へのコメント		</title>
		<link>https://cgbeginner.net/openwrt-v6plus-pppoe/#comment-7</link>

		<dc:creator><![CDATA[u]]></dc:creator>
		<pubDate>Sat, 03 Feb 2024 09:28:31 +0000</pubDate>
		<guid isPermaLink="false">https://cgbeginner.net/?p=2084#comment-7</guid>

					<description><![CDATA[調べもので検索中見つけました
便利ソフトお使い頂き大変ありがとうございます
正常動作しているようで安心しました
何かリクエストございましたら、ご遠慮なくコメント下さいませ]]></description>
			<content:encoded><![CDATA[<p>調べもので検索中見つけました<br />
便利ソフトお使い頂き大変ありがとうございます<br />
正常動作しているようで安心しました<br />
何かリクエストございましたら、ご遠慮なくコメント下さいませ</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		Y.S. より 光の波長をRGBに変換 [Blender Wavelength node] へのコメント		</title>
		<link>https://cgbeginner.net/wavelength-to-rgb/#comment-6</link>

		<dc:creator><![CDATA[Y.S.]]></dc:creator>
		<pubDate>Fri, 15 Dec 2023 13:14:43 +0000</pubDate>
		<guid isPermaLink="false">https://cgbeginner.net/?p=1562#comment-6</guid>

					<description><![CDATA[式(4)の行列の2行1列成分は−0.969256では？]]></description>
			<content:encoded><![CDATA[<p>式(4)の行列の2行1列成分は−0.969256では？</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		CGBeginner より Raspberry-PiでVPNサーバーを作る【Buster対応】 へのコメント		</title>
		<link>https://cgbeginner.net/raspi-vpn/#comment-4</link>

		<dc:creator><![CDATA[CGBeginner]]></dc:creator>
		<pubDate>Sun, 05 Jan 2020 08:42:07 +0000</pubDate>
		<guid isPermaLink="false">http://cgbeginner.net/?p=180#comment-4</guid>

					<description><![CDATA[&lt;a href=&quot;https://cgbeginner.net/raspi-vpn/#comment-3&quot;&gt;かめお＠さえきなおたか&lt;/a&gt; への返信。

コメントありがとうございます。とても運営の励みになります。]]></description>
			<content:encoded><![CDATA[<p><a href="https://cgbeginner.net/raspi-vpn/#comment-3">かめお＠さえきなおたか</a> への返信。</p>
<p>コメントありがとうございます。とても運営の励みになります。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		かめお＠さえきなおたか より Raspberry-PiでVPNサーバーを作る【Buster対応】 へのコメント		</title>
		<link>https://cgbeginner.net/raspi-vpn/#comment-3</link>

		<dc:creator><![CDATA[かめお＠さえきなおたか]]></dc:creator>
		<pubDate>Sun, 05 Jan 2020 08:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://cgbeginner.net/?p=180#comment-3</guid>

					<description><![CDATA[SoftEtherの解説が適切で分かりやすかったです。他の記事は古かったり間違っていたり…　とても参考になりました。ありがとうございました。]]></description>
			<content:encoded><![CDATA[<p>SoftEtherの解説が適切で分かりやすかったです。他の記事は古かったり間違っていたり…　とても参考になりました。ありがとうございました。</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		CGBeginner より スターウォーズ定着度テスト へのコメント		</title>
		<link>https://cgbeginner.net/starwars-test/#comment-2</link>

		<dc:creator><![CDATA[CGBeginner]]></dc:creator>
		<pubDate>Fri, 31 Aug 2018 13:05:51 +0000</pubDate>
		<guid isPermaLink="false">https://cgbeginner.net/?p=1023#comment-2</guid>

					<description><![CDATA[&lt;a href=&quot;https://cgbeginner.net/starwars-test/#comment-1&quot;&gt;プーちゃん&lt;/a&gt; への返信。

コメントありがとうございます。修正提案、納得でございます。
エンドアは衛星なんですね。「森の月エンドア」という表記はみますが、このあたりは詳しくありませんでした。
エンドア（Endor）は、森の月エンドア（Forest Moon of Endor）や聖なる月（Sanctuary Moon）という呼称でも知られた、アウター・リム・テリトリーのモッデル宙域に属す衛星である。同名惑星の軌道上を周回する森林の月で、地表には温暖な原生林と草原が広がっていた。 -Wookiepedia

ボバ・フェットに関する記述は、そのとおりですね。EP5では引き渡してないですもんね。

修正しようと思います。ありがとうございました]]></description>
			<content:encoded><![CDATA[<p><a href="https://cgbeginner.net/starwars-test/#comment-1">プーちゃん</a> への返信。</p>
<p>コメントありがとうございます。修正提案、納得でございます。<br />
エンドアは衛星なんですね。「森の月エンドア」という表記はみますが、このあたりは詳しくありませんでした。<br />
エンドア（Endor）は、森の月エンドア（Forest Moon of Endor）や聖なる月（Sanctuary Moon）という呼称でも知られた、アウター・リム・テリトリーのモッデル宙域に属す衛星である。同名惑星の軌道上を周回する森林の月で、地表には温暖な原生林と草原が広がっていた。 -Wookiepedia</p>
<p>ボバ・フェットに関する記述は、そのとおりですね。EP5では引き渡してないですもんね。</p>
<p>修正しようと思います。ありがとうございました</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
