Tagged 'ScriptSpot Bugs / Wishlist'

User blog easy navigation

Firstable thanks for this biug support for the coumnity that is scriptspot.

It have to be alot of hard work to get this working and running and more if you do it in your free time.so firstable i want to thanks grant for all th hard work.

I quite like the idea of creating a comunity and blogs.

and i wanted to do asuggestion for that,

Highlight coded text

Highlight coded text (if possible) will be good feature, or if it not so easy to be added, maybe return to the old style, where the number of lines was limited, because now if the code snippets is too large then the horizontal scroll bar goes out of the page height and need to scroll the html page down, move the the horizontal scroll bar and back scroll the page to the top and search the line what you readed... Briefly, there is an example large snippet just to illustrate the browsing and reading complication:

Inserting pictures problems

I was replying to an answer and I inserted a picture. The picture show while I am editing the post, but after subtmiting the post, the picture doesn't show.

 

I can not run this script when is a button

hi every one i hope we can solve this problem

im new here and im learning scripting sorry if it is easy to solve:S
i wrote this scriptto mirror morph targets and it works, but when i select the code and drag to the maintoolbar like a button it wont work anymore.
this is the code:

objectDeformed=selection[2]
ObjectOriginal=selection[1]
a=snapshot ObjectOriginal
M=morpher()
addmodifier a M
WM3_MC_BuildFromNode M 1 ObjectDeformed
addmodifier a (mirror())
a.position=ObjectDeformed.position
b=snapshot ObjectDeformed
Def=skin_wrap()
addmodifier b Def
Def.meshList=#(a)