Total found:2861
Reply To: 2 Cakes I need help with

Here are the links.   https://youtu.be/QQytxFqUPtw   https://youtu.be/RvEdoLEvkoU   Many thanks!

Collections

In tha last release Note you mentioned: "Added a warning dialog to detect and warn if the active collection has conflicting keybowrd shortcuts for effect macros."   Would be great to have more than 3 saveable Collections Shortcuts. It think you planned it already to give us freedom with creating shortcuts for it and protect us for conflicts with system predefined shortcuts with the above improvement. But at the moment there are just 3 predefined Shortcut possible for collections. Is it part of an upcoming update? Wish to have more shortcuts. ;-)

Reply To: 2 Cakes I need help with

Hi Eric,   is it possible for you to post some video links of the cakes here  ? That would help others because these brands are not available in europe and so these people don't know the effect and are not able to help you !   Dirk

2 Cakes I need help with

I have a really good ability with VDL, for some reason I am having a heck of a time with 2 cakes.   1) Winda Lace Impulse -- especially with the lace part, maybe time rain without the sound? how does that look in the input?   2) Dominator Touch of Gold, for whatever reason this one has 3 rows comets then 1 row of 3 palms, the 4 rows of comets the another row of palms then repeat that second part to finish. Everytime I do (a) + (b) etc... in VDL I can't seem to get it right.   Any help appreciated.   Thanks Eric

Reply To: CSV file – Shooting points coordinates

For technical folks who want to get the most out of copy/paste between Finale and Excel, here is a documentation article that explains exactly how everything works:   https://finale3d.com/documentation/copy-paste/   There is quite a lot going on behind the scenes when you copy an event from the script or 3D window, like whether the copy buffer contains the positions that the effect is shot from, or the definition of the effect from the effects window.  Since Finale uses the system clipboard for the copy buffer and uses simple CSV-style text for the data, you can always paste into NotePad or Excel to look at the data in the copy buffer, to understand what is going on.

How Do I Create The 500g “Demons Fury” Consumer Cake In Finale 3D?

Check out this video to learn how to create a 500g zipper cake in Finale 3D:   https://www.loom.com/share/27610fb2d2384907b629156e660a3bc2

How Do I Create the 500g “Sparta” Consumer Cake in Finale 3D?

Check out this video to learn how to create a 500g zipper cake in Finale 3D:   https://www.loom.com/share/b24f3b81b5dc47fa805bbdd8907eba6f

Reply To: Blueprint Sync

Hi FOG fireworks + sfx GmbH, great request, thanks for posting. We plan to add this functionality in the future. We envision that you will be able to upload your custom blueprints to your online account and share them with other users in your company. We don't have an estimated release date for this feature I will take your request as a vote to bump it up on the priority list!

Blueprint Sync

I wish a blueprint synchronisation similar to the syncing of the my effects window. Most we working on more than one project until one gets finished. When we improve our report or adressing blueprints cause we need them the first time in another way, they are only saved in this specific showfile. Its a kind of pitty work to copy and paste them ever from specific showfile to several other actual files. We already use craet new show from startUp Template but that doenst help in the daily work with more than one Showfile which is still in a editing phase.  

Reply To: CSV file – Shooting points coordinates

All of the table windows in Finale support copy/paste between Excel, which is the general way to import data in Finale.   You can copy/paste rows or cells or selection rectangles of cells, in either direction to or from Excel.   To select a rectangle of cells in a Finale table, double-click on a cell and hold the button down on the second click, and drag to enlarge the box.  When you then copy (control-C), the data from those cells will be placed in the copy buffer.  You can paste (control-V) into Excel or NotePad to look at the data in the copy buffer.   If you copy/paste cells or a rectangle of cells, the dimensions of the data copied into the copy buffer should match the selected rectangle of cells you are pasting into, so the data fit correctly.   If you copy/paste rows (as opposed to cells) into a Finale table, then the situation is a little different -- the copy buffer must contain a header row in addition to the data rows.  The header row contains the names of the columns of data, in English.  When you paste rows into a Finale table, the pasted rows will be added as new rows to the table.  The order of the columns does not matter, because the column names in the header determine how each column of data will be imported (You may need to switch the UI to English to make the column headers match; I can't remember).  You do not need to have all columns in the copy buffer.  The only required column for pasting into the positions window is the "Position" column with the position name.   Pasting rows into Finale always adds the rows.  If the position name of a row matches an existing position name already in the table, then the pasted position name will be extended (example Pos-01 --> Pos-01(01) to avoid the conflict.).  If you want to change data instead of adding new columns, then you are better off pasting over cells or selection rectangles of cells.  You can right click on a column header in Finale and do "Select column" from the context menu to select the full column, as a convenience for copy/paste.   Based on these instructions, you have many options for importing your position coordinates with copy/paste.  The same options apply to all the other data windows too -- script, effects, blueprints, etc.   You can also export the positions table to a CSV or XLS from the blue gear menu in the upper right of the positions table.   The only complexity for position coordinates is that the XYZ coordinates are combined into a single column in Finale.  So if your XYZ coordinates are separate columns in the data you want to paste into Finale, then you need to combine them into a single column in Excel using a formula.  In the spreadsheet shown in the image, the formula used in Excel to combine the XYZ coordinates into a single column was: =CONCAT( C5," ",D5," ",E5)