Jump to content

Robert Janiak

Member
  • Posts

    99
  • Joined

  • Last visited

Everything posted by Robert Janiak

  1. @bbudzon Thanks, but I need emissive a lot of custom triangle led tubes fixture.
  2. Hi All, How can I add RGB Emissive for a large quantities of elements? Is avaliable any automation or trick?
  3. I am looking for a solution to encrypt many plugins simultaneously using external IDE for developing.
  4. Hi Everybody, I am trying using vs.EncryptPlugin() for encryption menu command with imported external _main.py file in it but VW 2019 says 'setting file can not be read:' What does this errors means? Encryption works in Plugin Menu if I add xml file but vs.EncryptPlugin() still has error. What does vs.EncryptPlugin() and vs.EncryptAllPlugin() do? I have BatchEncryption.vlb from SDK
  5. Hi, I can not record video using DMX Camera. I have got still shoot from one side. DMX camera is being record and play by DMX recorder properly and works well in preview window. If I try render video by build command I get only one camera, no movement and no camera changing. Can Vision 2019 rendering DMX Camera? This is a demo recorded by OBS Studio from Live view. I would like to do this directly in Vision without editing. Otherwise, recording screen cause low FPS and quality is poor. https://drive.google.com/file/d/1mu0Q5QclavpwYE4lYGQDVA3Ju-xSXjJs Next case, camera movement and rotation speed controlled by DMX has high sensitivity. In my opinion speed should be divided by 10 or even 100 for natural control. This is my first time with dmx camera and video. Does anyone has any advice for this?
  6. @JuanP @JuanP hi, can i get link for Vision? I have VSS but I have no link to Vision in Poland.
  7. How can I turn off Movement Radius class if Modify Lighting Instrument color is enabled and set to Lighting instrument?
  8. I find solution, Disabling Auto Positioning when moved fixed this.
  9. @markdd 🙂 I forgot about Move by ponts. Thanks a lot
  10. Hi, Red diamond and line show up if lighting device in moving to new location. Can not leave device on truss edge. Lighting device automaticaly move to center of truss. Why? Truss is converted to Hunging Position. SP4 490894
  11. @lwhit Hi, For me sACN works wit h ethernet switch or Wi-Fi router conected for loop. Artnet works betwen two machines only. Why? I do not idea.
  12. It was accidentally problem. I can not reply again. I think, ethernet configuration was wrong.
  13. I have problem with sACN. Some universes do not works. Problem is strange. The same universe changed to ArtNet does works.
  14. @CETLV Thanks, it looks like a very simple method. I will check this.
  15. How build my own custom truss inventory? When I add library file to user directory I can not see it in Truss Inventory list.
  16. @Sebastiaan I am not expert. Did you change language to Python? Here is my test file. DWG rotation.vwx
  17. @Sebastiaan You are right. I love VW too. This is the versalite software. Always when I get nervous, it turns out that I forgot something or do not know something 😉 Thanks the forum for help me better understanding of the software. For resolve my problem I have just prepared Python script. It changes All Lighting Devices to Group with corrected rotation. I like automatization. Is there somebody who can tell me if is done correctly? For me works, but I do not know if it is maked according to programming art. import vs def ConvertToGroup(h): x,y,z = vs.GetSymLoc3D(h) x_rot = vs.GetRField(h,'Lighting Device','xRot') y_rot = vs.GetRField(h,'Lighting Device','yRot') z_rot = vs.GetRField(h,'Lighting Device','zRot') prev_object = vs.PrevObj(h) vs.SymbolToGroup(h, 1) h_group = vs.NextObj(prev_object) vs.Set3DRot(h_group, x_rot, y_rot, z_rot, x, y, z) vs.ForEachObject(ConvertToGroup, "PON='Lighting Device'")
  18. @EAlexander This is annoying.First look for VW is great but if you need something more you get a lot of bugs and problems with basic things. Sometimes i thing that VW waste my time and not help me in my works :( Every day I finds something that does not work as it should.
  19. @Rob Books This is the best way for do that, I think. Thanks.
  20. @klinzey l have changed rotation inside a symbol and it works but is not compatible with vision now.
  21. Hi, I have problem with export my project to DWG. All my Lighting Devices hunging down in DWG file even if they are rotated at -180 in X direction. How can I export to DWG with correct rotation? Convert to group and DLVP do not works 😉
  22. @nakedeye I still can not connect my Black Magic Intensity Pro USB3 capture card and still has 640x480 resolution limited on my Elgato HD60. No changes in SP3 in that problems.
  23. @Rob Books Here you are. Please, tell me if you known simple fix for this. Truss Rotation Bug.vwx
  24. @Rob Books ok I will send it as soon as possible
×
×
  • Create New...