Mod Tool: Difference between revisions

m
no edit summary
m (Scripting: read/write txt)
mNo edit summary
Line 49: Line 49:


'''[http://softimage.wiki.softimage.com/sdkdocs/cus_addons_WalkthroughBuildinganAddon.htm building .xsiaddon]'''
'''[http://softimage.wiki.softimage.com/sdkdocs/cus_addons_WalkthroughBuildinganAddon.htm building .xsiaddon]'''
* building addon file seems so far to be the most difficult among those 'extension' files but for the end user it's best because it can all other files: toolbars, plugins, scripts, etc.
* building addon file seems so far to be the most difficult among those 'extension' files but for the end user it's best because it can hold all other files: toolbars, plugins, scripts, etc.




Line 615: Line 615:
  logmessage "root name: " & ActiveProject.ActiveScene.Root
  logmessage "root name: " & ActiveProject.ActiveScene.Root
  for each prop in oProps.Properties
  for each prop in oProps.Properties
  ' remove apostroph in line beneth to log all root properties
  ' remove apostroph in line beneath to log all root properties
   'LogMessage prop.Name
   'LogMessage prop.Name
  if instr(1, prop.Name, "my_prop") = 1 then
  if instr(1, prop.Name, "my_prop") = 1 then
Line 819: Line 819:


While doing those test you can observe red letters next to the meshes in the Schematic window.
While doing those test you can observe red letters next to the meshes in the Schematic window.
: A means the presence of keyframes. Removing the keyframe doesn't remove the A. object must be saved and reloaded
: A means the presence of keyframes. Removing the keyframe doesn't remove the A. Object must be saved and reloaded.
: D means that mesh center was changed by rotation or translation (center mode) or by clicking Transform > Freeze(...). D can be removed by clicking the normal Freeze button. Yea, whatever...
: D means that mesh center was changed by rotation or translation (center mode) or by clicking Transform > Freeze(...). D can be removed by clicking the normal Freeze button. Yea, whatever...
: C can be seen next to camera objects, present when Camera_Interest is horizontal attached to it.
: C can be seen next to camera objects, present when Camera_Interest is horizontal attached to it.


[[Category:Windows-only modding tools]]
[[Category:Windows-only modding tools]]
8,452

edits