Here is the file you need for line 15 to work. Put somewhere in your
PYTHONPATH.
https://dl.dropboxusercontent.com/u/399522/TEMP/progressBar.py
On 04-Aug-15 11:55, Francois Lord wrote:
uhhh... right...
it needs tools from the library.
line 14 can be replaced with those 4 lines:
------------------------------------------------------------------------
from win32com.client import Dispatch
from win32com.client import constants as c
xsi = Dispatch('XSI.Application').Application
log = xsi.LogMessage
------------------------------------------------------------------------
but line 15 cannot be replaced easily. It needs a package from our
library.
Sorry.
On 04-Aug-15 10:03, Francisco Criado wrote:
Hi Francois,
tried your script but drops error at line 14.
F.
2015-08-04 10:23 GMT-03:00 Francois Lord <[email protected]
<mailto:[email protected]>>:
Try this plugin. It's very old but still works.
https://dl.dropboxusercontent.com/u/399522/TEMP/PB_ColorAtVerticesFromClusters.py
On 04-Aug-15 00:33, Francisco Criado wrote:
Hi list!
As i never used vertex colors (shame on me) and now being in
the situation of starting to use them frequently in our
pipeline, got to ask, if there is any chance to create color
at vertices from polygon clusters.
Any tip is more than welcome.
Francisco.
--
Sent from Gmail Mobile
--