<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		>

<channel>
	<title>Creative COW | Pryce Duncalf | Activity</title>
	<link>https://creativecow.net/members/pryceduncalf2/activity/</link>
	<atom:link href="https://creativecow.net/members/pryceduncalf2/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Pryce Duncalf.</description>
	<lastBuildDate>Thu, 03 Sep 2026 14:10:33 +0000</lastBuildDate>
	<generator>https://buddypress.org/?v=2.5.10</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
		
								<item>
				<guid isPermaLink="false">150aba763597febff63c9886fb4b761a</guid>
				<title>Pryce Duncalf replied to the discussion xpresso - transfer a user data In-/Exclusion list to link list node? in the forum Maxon Cinema 4D</title>
				<link>https://creativecow.net/forums/thread/xpresso-transfer-a-user-data-in-exclusion-list-to-link-list-node/#post-2426529</link>
				<pubDate>Mon, 21 Mar 2022 11:13:24 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/xpresso-transfer-a-user-data-in-exclusion-list-to-link-list-node/#post-2426529"><span class="bb-reply-lable">Reply to</span> xpresso - transfer a user data In-/Exclusion list to link list node?</a></p> <div class="bb-content-inr-wrap"><p>This was solved on another forum with a simple bit of python:</p>
<pre>import c4d

def main():
    global Output1

    if InEx is None:
        Output1 = None

    if Index &lt; 0 or Index &gt;= InEx.GetObjectCount():
        Output1 = None
    else:
        Output1 = InEx.ObjectFromIndex(doc, Index)</pre>
</div>]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">87d7588e851514a9c119b7efc917143b</guid>
				<title>Pryce Duncalf started the discussion xpresso - transfer a user data In-/Exclusion list to link list node? in the forum Maxon Cinema 4D</title>
				<link>https://creativecow.net/forums/thread/xpresso-transfer-a-user-data-in-exclusion-list-to-link-list-node/</link>
				<pubDate>Sun, 20 Mar 2022 03:43:38 +0000</pubDate>

									<content:encoded><![CDATA[<p class = "activity-discussion-title-wrap"><a href="https://creativecow.net/forums/thread/xpresso-transfer-a-user-data-in-exclusion-list-to-link-list-node/">xpresso - transfer a user data In-/Exclusion list to link list node?</a></p> <div class="bb-content-inr-wrap"><p>Hi. I am trying to access a user data list in the xpresso using a link list node so I can individually edit the different items in the list. There is no input into the link list for this. Is this possible? or would I need to use python to rebuild the node (which is very much out of my specialism). Any help appreciated!</p>
<p>Regards. Pryce.</p>
</div>]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>
		