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

Clean up code and match Blender guidelines #6

Open
travnick opened this issue Jun 22, 2013 · 0 comments
Open

Clean up code and match Blender guidelines #6

travnick opened this issue Jun 22, 2013 · 0 comments
Labels

Comments

@travnick
Copy link
Owner

Blender uses PEP 8 for python code.
http://www.python.org/dev/peps/pep-0008/
http://www.blender.org/documentation/blender_python_api_2_69_7/info_best_practice.html

Code has to be cleaned up and refactored.
Long functions should be split up names must be reviewed and changed.

@ghost ghost assigned travnick Jun 22, 2013
travnick added a commit that referenced this issue Jul 20, 2013
travnick added a commit that referenced this issue Jul 24, 2013
travnick added a commit that referenced this issue Jul 24, 2013
travnick added a commit that referenced this issue Aug 3, 2013
travnick added a commit that referenced this issue Aug 20, 2013
Now it uses __get_materials_for_selected_objects routine.
travnick added a commit that referenced this issue Aug 20, 2013
Stardidi added a commit that referenced this issue Jan 3, 2014
Stardidi added a commit that referenced this issue Jan 3, 2014
dwhite5914 pushed a commit that referenced this issue Jun 4, 2014
- Operators named with Blender convention.
- Classes/Function renamed for readability/clarity.
- String joining performance fixed.
- Reorganization for flow/Broke up code.
- Deleted some old and irrelevant comments.
- General code cleanup.
dwhite5914 pushed a commit that referenced this issue Jun 16, 2014
dwhite5914 pushed a commit that referenced this issue Jun 16, 2014
- changed class names with '_' in names to fit StudlyCaps convention.
- functions named with joined_lower convention.
- fixed some minor naming inconsistencies.
dwhite5914 pushed a commit that referenced this issue Jun 16, 2014
- Classes/Functions renamed for readability/clarity.
- String joining performance fixed.
- Reorganization for flow/Broke up code.
- Deleted some old and irrelevant comments.
- General code cleanup.
dwhite5914 pushed a commit that referenced this issue Jun 16, 2014
- General code cleanup.
dwhite5914 pushed a commit that referenced this issue Jun 16, 2014
- Classes/Functions renamed for readability/clarity.
- String joining performance fixed.
- Reorganization for flow/Broke up code.
- Deleted some old and irrelevant comments.
- General code cleanup.
- Spelling/Grammar.
- Small correction to dds_converter.py
dwhite5914 pushed a commit that referenced this issue Jun 16, 2014
Tested this and it didn't work so I've reverted to the old code which
does work.
travnick added a commit that referenced this issue Jun 17, 2014
[#46][#19][#6]Thorough code cleanup of init.py, add.py, export.py, and small tweaks to the others
dwhite5914 added a commit that referenced this issue Mar 9, 2015
dwhite5914 added a commit that referenced this issue Feb 14, 2016
dwhite5914 pushed a commit that referenced this issue Feb 14, 2016
dwhite5914 added a commit that referenced this issue Feb 14, 2016
- Material naming is now automatic.
dwhite5914 pushed a commit that referenced this issue Feb 14, 2016
dwhite5914 added a commit that referenced this issue Feb 16, 2016
- Removed outdated scripting module.
dwhite5914 pushed a commit that referenced this issue Feb 16, 2016
[#6][#98][#124]Improved Robustness and Error Handling
dwhite5914 added a commit that referenced this issue Mar 13, 2016
Makes bone geometry and physics code bits easier to read.
dwhite5914 added a commit that referenced this issue Mar 13, 2016
dwhite5914 added a commit that referenced this issue Mar 13, 2016
dwhite5914 added a commit that referenced this issue Mar 14, 2016
dwhite5914 pushed a commit that referenced this issue Mar 15, 2016
dwhite5914 added a commit that referenced this issue Mar 19, 2016
dwhite5914 pushed a commit that referenced this issue Mar 19, 2016
feedbackex added a commit to feedbackex/CryBlend that referenced this issue Jun 25, 2016
@dwhite5914 dwhite5914 changed the title Clean up the code and match Blender guideline. Clean up code and match Blender guidelines Aug 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants