Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-02Cleanup: remove "<pep8 compliant>" from headersCampbell Barton
It can be assumed that all scripts comply with basic pep8 formatting regarding white-space, indentation etc. Also remove note in best practices page & update `tests/python/pep8.py`. If we want to exclude some scripts from make format, this can be done by adding them to `ignore_files` in: source/tools/utils_maintenance/autopep8_format_paths.py Or using `# nopep8` for to ignore for individual lines. Ref T98554
2022-02-11File headers: SPDX License migrationCampbell Barton
Use a shorter/simpler license convention, stops the header taking so much space. Follow the SPDX license specification: https://spdx.org/licenses - C/C++/objc/objc++ - Python - Shell Scripts - CMake, GNUmakefile While most of the source tree has been included - `./extern/` was left out. - `./intern/cycles` & `./intern/atomic` are also excluded because they use different header conventions. doc/license/SPDX-license-identifiers.txt has been added to list SPDX all used identifiers. See P2788 for the script that automated these edits. Reviewed By: brecht, mont29, sergey Ref D14069
2020-10-02Cleanup: pep8 (indentation, spacing, long lines)Campbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2012-06-20style cleanupCampbell Barton
2010-09-07ran through pep8 checkerCampbell Barton
2010-08-18rna rename Bone and Text changesCampbell Barton
2010-06-14naming changesCampbell Barton
path -> filepath (for rna and operators, as agreed on with elubie) path -> data_path (for windowmanager context functions, this was alredy used in many places)
2010-06-02rename some rna properties filename --> filepathCampbell Barton
* filename == "foo.ext" * filepath == "/path/to/and/including/foo.ext" this was alredy followed in some places not not everywhere.
2010-04-30fix for exporting a rig to a graphCampbell Barton
2010-02-12correct fsf addressCampbell Barton
2009-12-11* rename 'rna_path' --> 'data_path', rna and dna are for internal use and ↵Campbell Barton
are not descriptive. * armature.pose_position: POSE_POSITION, REST_POSITION --> POSE, REST * rigify now forces rest pose mode * updated neck_flex to keep original bones unchanged
2009-12-10- rigify context changes & example for deltaCampbell Barton
- sequencer transform had 0.0 for rotation minimum - missed icon rename in last commit
2009-12-08- modify for Cessens updated spineCampbell Barton
- Neck example didnt account for some possible problems when linking to the body - foot IK were referencing the wrong bones - updated some example rigs - graph constraint arrow direction was incorrect
2009-12-06pep8 edits and fix some warningsCampbell Barton
2009-12-05fixes for automatic tests and some errors in last commitCampbell Barton
2009-12-03- curve geometry curve panel wasnt displaying with no active splineCampbell Barton
- graph export didnt work for constraints with no subtarget - utility functions for duplicating a set of bones and blending between 2 sets
2009-12-02rename armature RNA propsCampbell Barton
armature_matrix --> matrix_local armature_head --> head_local armature_tail --> tail_local
2009-12-02- finished spine rig generator, (drivers, constraints)Campbell Barton
- bug with args passed for class slots being modified in place. - sort graphviz bones & drivers (useful for diffing 2 armatures)
2009-12-02- rig spine type WIP, editmode done, still needs pose constraints and drivers.Campbell Barton
- bone.translate(vec) utility function
2009-12-01more small fixesCampbell Barton
2009-12-01small fixes, also option for fake parent so hierarchy is always from the ↵Campbell Barton
parent down
2009-12-01export an armature to graphviz showing hierarchy, constraint and driver ↵Campbell Barton
relationships, useful for understanding other peoples complicated rigs. can be extended for 2.4x oops like graph too/ Example of Cessens spine rig http://www.pasteall.org/pic/show.php?id=378