DescEdit (Descriptionfiles Editor)
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/06/2011 at 01:32, xxxxxxxx wrote:
Np.
A preview of the Description Editor.
There are still many bugs. It's just that you can see what it will look like.
Cheers, -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/06/2011 at 06:28, xxxxxxxx wrote:
I didn't want to make the whole video again, only because at the end of all an error occures because of a missing import in the DescEdit Example Object.Β
But instead of that, everything worked fine.
Give me some feedback, please.DescEdit Example - The first step to the output
Cheers,
Niklas -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 02/06/2011 at 12:56, xxxxxxxx wrote:
Hi Niklas,
I've had a look at the video now. It's coming along nicely. It looks as though you've finished the basic code for writing the various files in the correct format - which would be a real timesaver in itself.
It's still not as user-friendly as I'm sure you're intending to make it. For example, when defining the container object, why not have a drop-down list of possible includes rather than typing it in? Or, for a REAL element, you could let the user choose various options from a list, like the unit to be used.
But I'm sure you're working on all that, so carry on and I think a lot of us would use the final version.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 04/06/2011 at 20:03, xxxxxxxx wrote:
Thanks spedler !
I first want to make it wokr in generall. Fine things can be added later.The GUI now has been finished! After rewriting the whole ...
Here's the latest preview! (With me speaking, don't laugh about my englisch )I now have to work over ther DescFile Generation Process once again, because it's less comfortable than I had imagined.
Any Idea how i coul implement reopening of the files ?
I don't want to write a ressource-parser O.o
I'm thinking about my own Project fileformat for this.Cheers,
Niklas//EDIT
DOOH ! I forgot to implement Groups under Groups !! :OO
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 05/06/2011 at 01:49, xxxxxxxx wrote:
Looking pretty good. I've no other comments about the GUI to add to my previous ones.
WRT to saving/loading your files, I think this depends on how you've structured the data you have for the resource. The resource is basically a linked list so you need some way to handle child elements, siblings, and so on. Presumably you already do this - did you subclass GeListNode or something?
If your data is structured like that then could you save it out as a binary file, just saving each element in turn? That would make it much easier to reload it.
BTW, your English is excellent. No one's going to laugh.
Steve
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 05/06/2011 at 07:05, xxxxxxxx wrote:
Thank you.
No, i didn't subclass GeListNode. (Is this possible ?)
I have classes for Group, Element, Cycle and CycleId
Group, Element and Cycle hold an list called subelements.
In the list can be again Groups, Elements, etc.
The output formatting is done recursively.Do you mean a file for every element ?
Thanks.
Ehm, do ou think one would really need the ID Parameter for an Element ?
Maybe it's not that important to be able to define some IDs yourself.Niklas
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 05/06/2011 at 08:02, xxxxxxxx wrote:
I forgot you're writing in Python. In C++ it seemed to me that you could create a class based on an existing SDK class (purely for convenience - you could create your own instead) and use that to hold details of the various elements in the description. In Python you've got lists and tuples and things which make life a lot easier when managing lists of objects.
No, I didn't mean one file per element. I thought that you could create a file whose first parameter would hold the number of elements in the resource. Then you would save each data structure representing an element to the file, one after the other. On reloading you would just reload the required number of data structures.
However, to recreate the resource each element would have to point to its first child element (if any) and to its first sibling element. That's why I thought a linked list would be a handy way to manage the various elements, and since the SDK contains a class which is a linked list, you could maybe subclass that. But I don't know how it would work in Python using its built-in lists.
Anyway, just some thoughts.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 05/06/2011 at 10:32, xxxxxxxx wrote:
Thanks for the suggestions.
I came to the conclusion that it would be easier to have an own fileformat.I've completed the raw code (that I have to rewrite next time because right now it is just holy crap !).
Best thing is that the chunksize is variable so the filessize won't bee tooooo large.
This is the raw file text.
I'm able to analyze this text. I will now implement recursive generation of the objects for the dialog.There are only a few bugs with the FileFormat formatting, i'll get them fixed too !
Cheers,
Niklas -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/06/2011 at 09:02, xxxxxxxx wrote:
Hei Guys !
I am proud to be able to tell you that Description Editor is almost finished !Here is just another Example to see it in action !
(I'm sorry for my speed with the mouse . Hope you get what's going on on the screen o.o )I hope you like it !
Cheers,
Niklas -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/06/2011 at 11:08, xxxxxxxx wrote:
Looking interesting.Β Hard to see what's what in the video due to the scale.Β Any chance of some higher-res screen shots to see the various interfaces?
Like your desktop, btw!
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/06/2011 at 11:52, xxxxxxxx wrote:
Are you not able to view it in Full Hd ? :0
But I will make clearer and more overviewable video when it has finished.
Thanks
Unfortunately I didn't create the wallpaper myself. Copyright by NVidia ^^
(Don't want to show off with things that are done by others) -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/06/2011 at 12:25, xxxxxxxx wrote:
Didn't expect that making it full screen would be crispy clear.Β Must be the scaling down at screenr that makes the quality look blurry at the default size (non-full screen).Β Much better now.
What do use for your video screen capture (as I'm looking around for something on Windows 7 64-bit that works)?
Thanks,
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/06/2011 at 12:37, xxxxxxxx wrote:
Niklas, to me your work looks fantastic. I don't get the complete
picture yet what's happening or what can be done or not.
Does this mean we can make DropCycle buttons to be used in Python plugin expressions?Cheers
Lennart -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/06/2011 at 13:13, xxxxxxxx wrote:
@kuro:
I'm using ScreenR for short things. (up to 5 minutes are possible with free account)
I have searched another software today.
I found CamtasiaStudio FREE (search with google, it is Open Source).
It works very nice.
//Edit: It is called CamStudio, sorry@tca:
Thank you !
You will see as I made a complete video of it.
What do you mean with DropCycle ? Something like the "Projection"- Element you can find in a Texturetag Description ?Cheers,
Niklas -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/06/2011 at 13:30, xxxxxxxx wrote:
I mean what you get when using Userdata and select: Integer -> Cycle.
There you can type your setting names and ID's like:
0; First
1; Second;
2; Blue
3; nuxRoxs
etc...You then get a "dropdown" button to select any of the entries.
Cheers
Lennart -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/06/2011 at 13:43, xxxxxxxx wrote:
This is already possible.
And DescEdit does support it !LONG TEXTURETAG_PROJECTION { Β Β Β Β CYCLE { Β Β Β Β Β Β Β TEXTURETAG_PROJECTION_CUBIC; Β Β Β Β Β Β Β TEXTURETAG_PROJECTION_SPHERICAL; Β Β Β Β } }
Just as an Example.
Haha, thanks, I'm feeling flattered :'D
Cheers,
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/06/2011 at 14:11, xxxxxxxx wrote:
Originally posted by xxxxxxxx
@kuro:
I have searched another software today. I found CamtasiaStudio FREE (search with google, it is Open Source).
It works very nice.The current full version of Camtasia Studio is neither open-source nor free. There's a free 30-day demo and there was a free offer, which expired about three years ago, whereby they made version 3 freely available (version 7 is current).
What version did you find via Google?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/06/2011 at 14:17, xxxxxxxx wrote:
Oh, I am sorry ! You are right, I messed up the Names ! It's called CamStudio not Camtasia Studio !
You can find it here:
CamStudio at Sourceforge -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/06/2011 at 14:23, xxxxxxxx wrote:
Ah, right! I was thinking that maybe Techsmith had just released Camtasia for free, which since I bought it at v5 and have upgraded it since, I was going to get upset about.
I hate it when companies do that when people have spent money on their software
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 29/06/2011 at 10:25, xxxxxxxx wrote:
Description Editor 0.9 BETA has been released.
See here.Cheers,
Niklas