Git Product home page Git Product logo

openassembler's People

Forkers

all-in-one-of

openassembler's Issues

Active tree end-node entry

There is an entry is needed on the timeline to store the tree-output node..
same attribute will be needed for the node000000 (scene settings node) on
the same way like in the endframe beginingframe settings..

Original issue reported on code.google.com by [email protected] on 13 Jun 2008 at 4:27

Keep the runtime in memory never write it to disk

This is not an essencial changes but will affect the speed of the gui.
It will affect the complet dbase management script and maybe some other gui
element likethe main gui windows.
I have to kill the old "keep runtime and connection list in memory"
variables to use less memory and to be sure that the settings are handled
on a right way.
This have to be done before implementing the save-load-new feature. (or
would be nice)

Original issue reported on code.google.com by [email protected] on 29 Mar 2008 at 5:00

variables.py

 with all the acceptable variable inside, checking if the value is correct
if not, it will replace it with the type 0.

Original issue reported on code.google.com by [email protected] on 16 Sep 2008 at 4:08

Noted connection problem on open process

Opening a saved scene will multiplicate the recorded connections on the
inputs....

There will be a need for empty the recorded connections before we preparing
for the new one...

Original issue reported on code.google.com by [email protected] on 9 Apr 2008 at 8:29

New node shape types to make

There are only one type of node shape untill, so we need to make some new ones.

1. Node with no input
2. Nodes with no output
2. Nodes with no input and output (tis is good for predefination and some
general setup things)

Original issue reported on code.google.com by [email protected] on 29 Mar 2008 at 5:42

server queue

 it would be a nice to work with queue on the server

Original issue reported on code.google.com by [email protected] on 16 Sep 2008 at 4:36

Test-node generation

6 different testnode will be needed.
For test reason it will edit text files (sequential files if it is needed)
So I need the followings:
TXT_FileIn (seq. able, no input)
TXT_In (a manual node to type texts in, no input)
TXT_Combine (combines two text, 2 input)
TXT_Replace (looks for a sting and replace it with an other, 3 input)
TXT_FileOut (saves the txt file, 1 input no output)
OutputCollector (a node to collect several input nodes, and batch run
them.. this is a no-in no-out node)

Original issue reported on code.google.com by [email protected] on 17 Jun 2008 at 5:05

Proper folder handling

I need to rewrite the folder handler part (not yet existing :D) To be able
to use the same script by several user. It have to find the userfolder
automatically and it have to check for the temp folder too..

Original issue reported on code.google.com by [email protected] on 11 Aug 2008 at 2:15

New preference contoroller type: Separator

Separator will be good for makeing a little space betwean the different
contollers. Example:
______________________________________________
Name of the following contoller group
______________________________________________

Original issue reported on code.google.com by [email protected] on 31 Mar 2008 at 10:19

General header file.

I need to collect the usefull function to generate a header file, as a
collection of the most important functions.
Nice unique nameing, and so.....

During the time I will do this, a deep code review will be needed, and this
will be the perfect occasion!

Original issue reported on code.google.com by [email protected] on 18 Aug 2008 at 6:28

Right-Click menu

 This is the same issue wit the menu selection of the nodes.
But this is more sophisticated..

Original issue reported on code.google.com by [email protected] on 13 Aug 2008 at 11:14

Register the connections in the runtimeXML file

Write back the connection settings to the runtime xml file.
This is esencial to be done before the run mechanism developement.
Maybe there will be some changes in this part later when the running is
under development so it has to be flexible for changes

Original issue reported on code.google.com by [email protected] on 29 Mar 2008 at 4:47

Scene based settings to xml

This is essential to save the scene based settings (frame range,
description...) It will be a new node in the runtime xml with the id of 000000.
I have to make it sure that the other nodes id never can be 000000
Structure can be variable later...

Original issue reported on code.google.com by [email protected] on 29 Mar 2008 at 4:56

Node duplication

Maybe we have to duplicate a node, so I need to write a node duplicator.
Button will be next to the delete.
There are two option needed:
1. Duplicate copy the settings but it will be a free node after then
2. Instance except the imputs everything else are linked to an other node
(mayabe it is nice to have an attribute on every node that this node is the
source of something otthers, and when I write back the settings, this
script could check if it is a source and the write back the settings to the
otther node stoo... and on the pref. panel the things would become yellow
or something like this...)

Original issue reported on code.google.com by [email protected] on 31 Mar 2008 at 2:37

Node selection from menu

I need to find out how..... but this will be the first step for the
automatic node recognation system

Original issue reported on code.google.com by [email protected] on 11 Aug 2008 at 2:19

Re-design of the node description xml

I have to redesign the node description database to be more flexible with
te connection.

The new method will trnasfer the inputs to the Data subnode with several
attributes like connectable and connected for the nodes which are actually
connected (we need to take into consideration the multiple input connections)

This will affect the base node shape generation with the extended feature
to be able multiple-inputs to connect
Some changes is needed in the mouse handling and checking process to make
sure that we can conect the multiple nodes
Will affect the dbase handling and the xml structure too...
Rihgt in time there is a pooseability to re-think the complete structure of
the node description xml


Original issue reported on code.google.com by [email protected] on 29 Mar 2008 at 4:37

oas/san reader fix

 if there is no "" in the file, than there is no space in the variable, if
there is a "" than it contains a multiple-space variable.

Original issue reported on code.google.com by [email protected] on 16 Sep 2008 at 4:10

Values to save without pressing the enter key

In the preference plane it would be nice, If the values geting be saved
without pressing the enter key, it is quite boring to press an enter
several times to input a matrix.
Maybe when the preference plane is refreshing than it would be nice to save
all the walues..

I have to investigate this, I am not sure it will work or not.

.. or maybe the enter key event bind can be changed to anykey or so...

Original issue reported on code.google.com by [email protected] on 15 Aug 2008 at 2:55

New preference contoroller type: Color and color picker

This is for adjusting colors.
I will make a new window where you can adjust the colors. I am not
satisfied with the colorchooser integreted in python so I will create my
own one.

In the preference palne htere will be represented like a label and a
rectangle filled with the original color. 

I think the best solution is the hex color value excange inside our
programcode.

Original issue reported on code.google.com by [email protected] on 31 Mar 2008 at 10:49

Layout is broken on OSX...

There are some problem with the layout under running it from OSX.
(Maybe)The problem is come from the different button and font types..
Need to check...

Original issue reported on code.google.com by [email protected] on 30 Mar 2008 at 11:29

Redesign the preference plane slider mechanism

Just an optional thing. There current mechanism which is just made is not
working so nice, so I need to redesign the sliding process.
Criterias:
1. Slide only when the controller list is longer than the pref window.
2. Not to float over the section border

Original issue reported on code.google.com by [email protected] on 29 Mar 2008 at 5:17

Multiple node selection

Multiple node selection for moving nodes and for deleting nodes

If you click a node it will be selected and holding the shift key down you
can highlight other nodes too. You can move the selected nodes togother.
You will be able to delete the nodes by clicking the del button on the
timeline.

It will affect the mouse handlig script and maybe the dbase management. I
need to add a new global variable (an array) to store the nodes which are
selected.
I need to add a nev tag for every item in the node to mark as "selected"
Need to modify the deletion script to be able to delete multiple node and
need to re-think the connection redraw.
Maybe it would be nice to use area selection with the mouse..... maybe..

This is a low priority comment now... maybe for for later milestones

Original issue reported on code.google.com by [email protected] on 31 Mar 2008 at 10:29

Open/Save/New scene functions

Essential!!!
I need to implement the save-new-load features.
Save ass too....
It will be a standard xml file, containing everything which is inside the
scene.
Load have to reset the gui at all and load the settings

I need to save back the node positions too, to be able to load the scene again.
Essential to do it before the run mechanism!

Original issue reported on code.google.com by [email protected] on 29 Mar 2008 at 5:12

Node positions back to xml

Write back every node positions to xml to prepare the save option.
Maybe the release event is good for this....

Original issue reported on code.google.com by [email protected] on 31 Mar 2008 at 5:27

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.