Search found 202 matches

Go to advanced search

by louisVottero
Tue Sep 22, 2015 2:34 pm
Forum: Bugs
Topic: Incorrect Error Reporting with Relative Processes [FIXED]
Replies: 1
Views: 833
 
Jump to post

Re: Incorrect Error Reporting with Relative Processes

This is now fixed. Should get published tomorrow.
by louisVottero
Fri Sep 18, 2015 3:26 pm
Forum: Requests
Topic: Store data between codes [DONE]
Replies: 1
Views: 705
 
Jump to post

Re: Store data between codes

Done

value = 'something'

#in one code file
process.set_runtime_value('name', value)

#in another code file
value = process.get_runtime_value('name')

alternatively you could just work with the dictionary directly
process.runtime_values
by louisVottero
Fri Sep 18, 2015 3:06 pm
Forum: Requests
Topic: Store data between codes [DONE]
Replies: 1
Views: 705
 
Jump to post

Store data between codes [DONE]

process.set_data('name', data)

data = process.get_data('name')
by louisVottero
Wed Sep 09, 2015 2:13 pm
Forum: Bugs
Topic: Exporting skin weights when folder open
Replies: 0
Views: 964
 
Jump to post

Exporting skin weights when folder open

Exporting skin weights will fail if the skin weights folder is open. This happens without warning, and can cause people to loose their work.
by louisVottero
Wed Sep 09, 2015 1:50 pm
Forum: Requests
Topic: Copy Special to Multiple Characters
Replies: 0
Views: 793
 
Jump to post

Copy Special to Multiple Characters

Would be nice to be able to copy special to more than one character.
by louisVottero
Wed Sep 09, 2015 10:31 am
Forum: Bugs
Topic: Initialize Projects [FIXED]
Replies: 0
Views: 831
 
Jump to post

Initialize Projects [FIXED]

There may be an issue when setting the first project that causes each letter of the directory to look like a project
by louisVottero
Thu Sep 03, 2015 3:11 pm
Forum: Bugs
Topic: Block Comment Highlighting [FIXED]
Replies: 2
Views: 907
 
Jump to post

Block Comment Highlighting [FIXED]

Only works for indented """

Should work not indented and also for '''
by louisVottero
Wed Sep 02, 2015 3:19 pm
Forum: Requests
Topic: Manifest Multi Select [DONE]
Replies: 0
Views: 785
 
Jump to post

Manifest Multi Select [DONE]

Ability to select multiple items in the manifest and run them.
by louisVottero
Wed Sep 02, 2015 3:10 pm
Forum: Bugs
Topic: Name Project [FIXED]
Replies: 0
Views: 769
 
Jump to post

Name Project [FIXED]

Naming a project will clear the name if naming ui cancelled. It should keep existing name instead if naming cancelled.
by louisVottero
Wed Sep 02, 2015 8:57 am
Forum: Bugs
Topic: Shift Tab selects above line [FIXED]
Replies: 0
Views: 923
 
Jump to post

Shift Tab selects above line [FIXED]

When shift tabbing a block of code a couple time, the line above the block gets selected and negative indents with the block.
It confusing and can cause errors in the code.

Go to advanced search