<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://antoinevienne.fr/wiki/index.php?action=history&amp;feed=atom&amp;title=Maya_Python</id>
	<title>Maya Python - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://antoinevienne.fr/wiki/index.php?action=history&amp;feed=atom&amp;title=Maya_Python"/>
	<link rel="alternate" type="text/html" href="http://antoinevienne.fr/wiki/index.php?title=Maya_Python&amp;action=history"/>
	<updated>2026-05-01T08:42:17Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.2</generator>
	<entry>
		<id>http://antoinevienne.fr/wiki/index.php?title=Maya_Python&amp;diff=16&amp;oldid=prev</id>
		<title>Walter: Created page with &quot;=Maya Python Scripts= === Maya Texture Reference - Force image sequence === &lt;pre&gt; import maya.mel as mel sels = cmds.ls(sl=True) print sels  for item in sels:     cmds.select(...&quot;</title>
		<link rel="alternate" type="text/html" href="http://antoinevienne.fr/wiki/index.php?title=Maya_Python&amp;diff=16&amp;oldid=prev"/>
		<updated>2019-06-07T22:47:23Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=Maya Python Scripts= === Maya Texture Reference - Force image sequence === &amp;lt;pre&amp;gt; import maya.mel as mel sels = cmds.ls(sl=True) print sels  for item in sels:     cmds.select(...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Maya Python Scripts=&lt;br /&gt;
=== Maya Texture Reference - Force image sequence ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
import maya.mel as mel&lt;br /&gt;
sels = cmds.ls(sl=True)&lt;br /&gt;
print sels&lt;br /&gt;
&lt;br /&gt;
for item in sels:&lt;br /&gt;
    cmds.select(item, replace=True)&lt;br /&gt;
    #cmds.setAttr(&amp;quot;%s.translateX&amp;quot; % item, 5)&lt;br /&gt;
    mel.eval(&amp;quot;CreateTextureReferenceObject&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Walter</name></author>
		
	</entry>
</feed>