-
Notifications
You must be signed in to change notification settings - Fork 22
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
Labels
Comments
ghost
assigned travnick
Jun 22, 2013
travnick
added a commit
that referenced
this issue
Jun 22, 2013
travnick
added a commit
that referenced
this issue
Jul 13, 2013
travnick
added a commit
that referenced
this issue
Jul 20, 2013
travnick
added a commit
that referenced
this issue
Jul 20, 2013
travnick
added a commit
that referenced
this issue
Jul 20, 2013
travnick
added a commit
that referenced
this issue
Jul 20, 2013
travnick
added a commit
that referenced
this issue
Jul 20, 2013
travnick
added a commit
that referenced
this issue
Jul 20, 2013
travnick
added a commit
that referenced
this issue
Jul 20, 2013
travnick
added a commit
that referenced
this issue
Jul 20, 2013
travnick
added a commit
that referenced
this issue
Jul 20, 2013
travnick
added a commit
that referenced
this issue
Jul 20, 2013
travnick
added a commit
that referenced
this issue
Jul 20, 2013
travnick
added a commit
that referenced
this issue
Jul 20, 2013
travnick
added a commit
that referenced
this issue
Jul 20, 2013
travnick
added a commit
that referenced
this issue
Jul 20, 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
Jul 24, 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
Jul 24, 2013
travnick
added a commit
that referenced
this issue
Aug 20, 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
Sep 2, 2013
travnick
added a commit
that referenced
this issue
Sep 20, 2013
Stardidi
added a commit
that referenced
this issue
Jan 3, 2014
… handling of already saved .tif images
Stardidi
added a commit
that referenced
this issue
Jan 3, 2014
… handling of already saved .tif images
travnick
added a commit
that referenced
this issue
Jan 10, 2014
dwhite5914
pushed a commit
that referenced
this issue
Jun 4, 2014
dwhite5914
pushed a commit
that referenced
this issue
Jun 16, 2014
dwhite5914
pushed a commit
that referenced
this issue
Jun 16, 2014
dwhite5914
pushed a commit
that referenced
this issue
Jun 16, 2014
dwhite5914
pushed a commit
that referenced
this issue
Jun 16, 2014
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
dwhite5914
added a commit
that referenced
this issue
Mar 9, 2015
dwhite5914
added a commit
that referenced
this issue
Feb 14, 2016
dwhite5914
added a commit
that referenced
this issue
Feb 16, 2016
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 14, 2016
feedbackex
added a commit
to feedbackex/CryBlend
that referenced
this issue
Jun 25, 2016
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
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.
The text was updated successfully, but these errors were encountered: