Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Parameter Search and Sort capabilites #105

Closed
cnlbob opened this issue Apr 15, 2016 · 1 comment
Closed

Fix Parameter Search and Sort capabilites #105

cnlbob opened this issue Apr 15, 2016 · 1 comment
Assignees

Comments

@cnlbob
Copy link
Contributor

cnlbob commented Apr 15, 2016

CellBlender's parameters have a user name and an internal name. The internal name is the primary key which allows the "user name" to be changed easily without breaking the linkages where the parameter is used.

This creates a problem with Blender's default searching and sorting functions which use the "name" key which is our internal name.

In other words, Blender's default searching and sorting works properly, but it is searching and sorting on the internal names which are all of the form g# rather than the user's chosen name.

Resolving this issue should be postponed until we decide whether we will be rewriting the parameter code due to the Blender property speed issue or not.

@cnlbob cnlbob self-assigned this Apr 15, 2016
@cnlbob
Copy link
Contributor Author

cnlbob commented Jul 19, 2016

This commit from April 22nd, 2016 added sorting based on user names:

aed3a95

@cnlbob cnlbob closed this as completed Jul 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant