
pfalvi
Member-
Posts
34 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Articles
Marionette
Store
Everything posted by pfalvi
-
2024 Projector Tool NDI Stream in Vision
pfalvi replied to pfalvi's topic in Vision and Previsualization
Thanks for your response! I did note to make sure that there are two different named streams, in both the Isadora output and the Video Source Inputs, but there’s a world where that bounced around as I was figuring it out. I’ll check back on that in the next couple of days. I’ll look around vision preferences for this. I have seen the content on a separate monitor, and it isn’t as fuzzy as in Vision. -
Two issues: 1- it looks like I can only use one NDI stream into vision projectors, even if I have two active streams on the network. I can select the second one, but it doesn’t seem to let me output the second. Maybe a limit to only one active allowed somewhere? (for clarity, I have two projectors, projector A is looking at a stream from stage 1 of Isadora, and projector B is looking at a stream from Stage 2 of Isadora. Both show content when I select the preview of them, but content only comes out of projector A when in the scene. Running a M2 Mac Mini and Vision 2024) 2- the ‘High Bandwidth’ version doesn’t seem to give me an increased resolution out of the projector, it seems to stay the same as the low bandwidth, content wise. This might be an issue somewhere else down the line, but I believe I have my settings set correctly. Thanks for any help!
-
VWX <> Vision XYZ Axis Consistency
pfalvi replied to allannathan's question in Wishlist - Feature and Content Requests
I’m a little shocked that this is still an issue. Consistency from VW to Vision would likely make it a usable program for me. -
Thanks so much, Pat! That got it working the way I expected. I'll keep digging and asking questions as they come up!
-
Hey Pat, Thanks for your response! My code now looks like this: PROCEDURE InsertMSArrow; {Inserts an specified Symbol arrow and adds a User Definable Text Field} VAR X1, Y1, X2, Y2 :Real; BEGIN GetPt(X1,Y1); {gets point from mouse click} Symbol('JMC MS Arrow', X1, Y1, 0); GetPt(X2,Y2); {gets point from mouse click} MoveTo(X2,Y2); CreateText(pTextData); End; Run(InsertMSArrow); But the object shows me the attached when inserted. I'm not seeing a field in the OIP for the TextData, and they appear to be two separate objects. Any thoughts?
-
Hey Raymond, Thanks for this! I’ve done it that way before, but my long term goal is to make a script based PIO to make the text be read normally no matter how the object is rotated. I think I found the code to make the rotation happen, but (I think) I’d need it to be built into an PIO object first. I’m also hoping to eventually be able to control the color of the geometry inside the object on a per instance basis, which I don’t think I can do as a symbol. Thanks!
-
Hi there! I'm slowly digging into this all, trying to do some basic things before I go for more complicated scripting to make sure I understand how it works. Right now I'm trying to insert a symbol and a text field into the drawing, and let the text field be adjustable in the OIP. So far what I'm seeing is that it will draw the symbol and text field as two separate objects (symbol and text field respectively), where I'd like to have them be one object together. Below is the code I'm using- it's a Point object so far. PROCEDURE InsertMSArrow; {Inserts an specified Symbol arrow and adds a User Definable Text Field} VAR X1, Y1, X2, Y2 :Real; textData :String; BEGIN GetPt(X1,Y1); {gets point from mouse click} Symbol('JMC MS Arrow', X1, Y1, 0); GetPt(X2,Y2); {gets point from mouse click} MoveTo(X2,Y2); CreateText(pTextData); End; Run(InsertMSArrow); What can I do to make this function properly? I'm sure I'm missing something pretty basic. (Eventually, I'd love to be able to click once, and then click to set the rotation of the object together, if that matters for advice!) Thanks! I'm hoping once I get past some of this stuff, I can hit the ground running!
-
Hey Pat, This is incredible, thank you so much! Let me dig into it and digest, then I'll come up with better and more specific questions to ask to get what I'm looking for. I appreciate it!
-
I’m thinking VectorScript, and trying to make a plug in that would insert a symbol or geometry (still deciding) and some text. Trying to make a couple of colors definable in the OIP as well as have the text rotate in a specific way and be definable as well. I’ve been interested in this stuff for a while, and this came up as seemingly a good way to dip my toes in. Thanks Pat!
-
Hi all! I found this page on the Vectorworks site, but all of the examples don't seem to be there. Anybody have access to these to get started, seeing how basic point object scripts might be laid out? Thanks! Peter
-
Hi all! I’ve noticed this couple of times now that in a VW2022 project sharing file. At times when another user uses a By Face Texture, I import the changes and the By Face Texture doesn’t show in the model. The OIP shows that the override is there, but it’s not visually showing in the model or renderings. I can add an override to the face myself, but this adds the one my partner added in the OIP and just makes the face show properly. Anybody else having this issue or know a solve? Thanks!
-
Schematic Views cannot be Pasted without the Model Object they are Based On
pfalvi replied to pfalvi's question in Troubleshooting
Thanks so much Juan! -
I was playing with cable tools today, but I had some troubles. Is there a way to show a list of the errors? If I put in some lighting units, but then swap them to units with other connectors, I'd love to see that my stagepin cable won't work anymore in some way. How can I update the voltage or wattage in the Power Information for my lighting units? It seems like it's defaulting to 1000w and 230v for every unit, and a Mac Encore defaulted to using an Edison connector. How can I see a count adapters in the drawing? I'm particularly thinking about adapters that are automatically added, but I'd love to be able to see a count of all electrical components- Cables, breakouts, distros, etc. I'd be curious to know more about best practices for cable paths. I'll go rewatch the VW University video on it now, but I wish there was a video of a whole workflow of a process, since I haven't dealt with these tools much. Thanks for any thoughts!
-
Schematic Views cannot be Pasted without the Model Object they are Based On
pfalvi replied to pfalvi's question in Troubleshooting
Thanks for letting me know I'm not alone, Stephen! -
Cloud Publish from Project File
pfalvi replied to pfalvi's question in Wishlist - Feature and Content Requests
Just an update for those interested- Cloud Publish from Working Files is working now! That cut a bunch of unnecessary steps out of my process, so thanks! -
Hi all, I've started having this error when trying to create a schematic view of a boom. "Schematic views cannot be pasted without the model object they are based on," and then doesn't create the view. It started happening with the most recent service pack (2022 SP3.1), but I'm not certain that it happened right at that point. I've also created new blank files and had the same result. Is this happening to anyone else? I'm on Windows 11, VW2022 SP3.1. Thanks!
-
Huh, interesting @DBLD. Thanks for the advice! That's working for me for the time being. Hope that gets fixed sometime!
-
Hi all, I'm having an issue with a section viewport. When I render it, some of my lighting devices show in plan view, while the majority show in the right direction. See the attached photo. Any advice? Windows 11, VW2022 SP2.1 Thanks! Peter
-
This didn't work for me- I can't make the rotation field appear at all. Any other thoughts out there? I'm on a Windows 11 machine, SP2.1. Thanks!
-
Auto Process to Publish Saved Sets (and Images)
pfalvi replied to pfalvi's question in Wishlist - Feature and Content Requests
Sorry I was unclear- I'm suggesting an update to the Auto Processing feature on cloud.vectorworks.net. I can make a task to generate a 3D model or a PDF, but I'd love for this to be able to look at publish sets I have in drawings and set these to Auto Process (which would then include the Images and settings I have set in those Sets), not just cloud publish from Vectorworks. Does that help? Happy to explain further if I'm still unclear. -
Auto Process to Publish Saved Sets (and Images)
pfalvi posted a question in Wishlist - Feature and Content Requests
I'd love to have an option in the Auto Process feature of Cloud Services to auto publish saved sets in my files- I do a lot of publishing to Images, and having auto publishing possible for those would be really great. I have several saved sets per file that I'd love to auto publish to images when changes are made in those sets specifically. -
Cloud Publish- Each sheet as completed
pfalvi posted a question in Wishlist - Feature and Content Requests
I love cloud publishing, it saves me a lot of time and helps my computer move along much more quickly. However, I wish that the cloud publishing feature would update each sheet as it completes them. If I set up 15 sheets (PDFs, JPEGs, etc), when the first one is finished, I'd like to see it in the Dropbox folder, so that even if all 15 don't finish in the time I need, I could have, say, the first 13. Or even the first 5. It would help me check the quality when time is too short to do a first single test render (which is my general default, but can't always happen), and would give me as much as possible to present when I don't know if the whole thing will finish in time. Thank you! -
I'd love to be able to use Cloud Publishing from my project files directly, instead of saving a copy as a new file, opening that, and then Cloud publishing from there. When the files are large, it take a bit of time to open it all and slows down my publishing, and therefore my workflow. Thanks!
-
Fixture Modes in Instrument Summary (Spotlight)
pfalvi posted a question in Wishlist - Feature and Content Requests
I'd love to be able to include a fixture mode in my Instrument Summary, so that as I update my build list I don't have to continually move my added text. I acknowledge that not everyone will have a standard mode per show, but this would give us a starting place, and I generally only have one mode per instrument per drawing. Thanks! -
Wow, thanks everyone! This was really helpful. I combined a few things you all pointed out, and came up with this: I got a little silly with it- I made a nurbs curve that was the outer ring (I know my Z-Heights are a little off...), and then drew a line tangential to the center circle. Extruded a little rectangle along that path, and then duplicate arrayed that around the circle. And then spent quite a while adjusting the end points of the Extrude Along Path to connect to the Z height to the outer nurbs curve. Things that didn't totally work- none of the bars are curved, so they all cut right through each other. Still some work to do, but partway there! I did try to use a texture, but couldn't find one that fit exactly what I wanted it to look like. Thanks again, all. Privileged to have this forum.