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 (Expand)Author
2009-12-14Fix #20356: ctrl+1/2/.. could set multires levels outside limits.Brecht Van Lommel
2009-12-14Keyframing Bugfixes and Feature Requests:Joshua Leung
2009-12-14* Custom Player:Thomas Dinges
2009-12-14Fix for playing back movie filesMatt Ebb
2009-12-14Small fix for 'custom' anim player presetMatt Ebb
2009-12-14Applies Patch 20200Roland Hess
2009-12-14use Ellipsis rather then a class defined for an unset value. (since None is v...Campbell Barton
2009-12-14Specify debian packages.Guillermo S. Romero
2009-12-14Description and more presets for animation players (rv / framecycler).Matt Ebb
2009-12-14pep8 warnings, remove unused importsCampbell Barton
2009-12-14netrender balancing fix (accessing the list as it is being sorted is not ok)Martin Poirier
2009-12-13use python3 syntax for defining a set.Campbell Barton
2009-12-13more sequence -> sequencer rename, also made sequencer swap strip update effe...Campbell Barton
2009-12-13add pep8 headers so these scripts spit out errors when running pep8.Campbell Barton
2009-12-13remove inline cleanName function, use bpy.utils.clean_nameCampbell Barton
2009-12-13tabs 2 spacesCampbell Barton
2009-12-13script for automating pep8 checks.Campbell Barton
2009-12-13* rna: memory leak fix for RNA_property_enum_value()Campbell Barton
2009-12-12Sequencer: Transform Strip updates (Durian wish)Andrea Weikert
2009-12-11rigifyCampbell Barton
2009-12-11expand path for external playerMartin Poirier
2009-12-112.5 Sculpt Branch MergeBrecht Van Lommel
2009-12-11Sculpt Branch:sculpt25Brecht Van Lommel
2009-12-11UV Editor: added proportional edit buttons to the header.Brecht Van Lommel
2009-12-11* added an armature submenu where python defined armatures can go.Campbell Barton
2009-12-11Timeline Drawing Tweaks:Joshua Leung
2009-12-11Added back rendered animation playback (in a sense), with a Matt Ebb
2009-12-11Various UV editor / notifier related fixes:Matt Ebb
2009-12-11[#20288] FBX exporter failsCampbell Barton
2009-12-11* root bone override fixedCampbell Barton
2009-12-11* rename 'rna_path' --> 'data_path', rna and dna are for internal use and are...Campbell Barton
2009-12-10Netrender: categories and balancing by categories based on usage. Enables gro...Martin Poirier
2009-12-10missed a header last commit, added custom exceptions to rigify so they can be...Campbell Barton
2009-12-10Double Click event value.Martin Poirier
2009-12-10fix for some errors and local root bone overrideCampbell Barton
2009-12-10Sculpt Branch:Brecht Van Lommel
2009-12-10missed editing the sample rigs, Cessen likes palm_curl.py betterCampbell Barton
2009-12-10renaming metarig types since we may well have multiple arm/finger/leg typesCampbell Barton
2009-12-10move generic functions out of rigify's __init__.py into rigify_utils.py since...Campbell Barton
2009-12-10- rigify context changes & example for deltaCampbell Barton
2009-12-10Durian Request: Default F-Curve Auto-Colour ModesJoshua Leung
2009-12-10rename operators TFM_OT_* --> TRANSFORM_OT_*Campbell Barton
2009-12-10remove ICON prefix from the enum, for python this is redundant eg.Campbell Barton
2009-12-10patch from Cessen, tweaks and fixes to metarig elementsCampbell Barton
2009-12-09Sequencer fix: Transform Strip wouldn't work with default_faderAndrea Weikert
2009-12-09Fix for bug #20307: snapping in uv editor is related to objects origin.Brecht Van Lommel
2009-12-09Sculpt Branch:Brecht Van Lommel
2009-12-09if bone type root is defined, all new parentless bones become children of itCampbell Barton
2009-12-09some more rig options, fix typoCampbell Barton
2009-12-09- added editbone.matrix, readonly, utility property that calculates the matri...Campbell Barton