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
2014-02-15Code cleanup: remove more string encoded menu functionsCampbell Barton
2014-02-11Fix T38547: crash in skeleton sketching.Brecht Van Lommel
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-23Fix T37685: automatic weights affected by face masking outside weight paint m...Brecht Van Lommel
2014-01-21Fix T38251: "Apply Visual Transform to Pose" Offsets bone unpredictablyBastien Montagne
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-15Code Cleanup: use iroundfCampbell Barton
2014-01-09Fix T38077: Scaling bones in EditMode drawn using envelope display mode scale...Joshua Leung
2014-01-07Armatures Editmode: option to recalculate roll from the angle to the parentCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-12-22Code Cleanup: de-duplicate constraint checks with armature joinCampbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-20UI: restore confirmation popups for delete operators.Brecht Van Lommel
2013-12-17'Transform' Python Function for armature, curve and lattice.Campbell Barton
2013-12-09Fix T37751: Crash subdividing bonesCampbell Barton
2013-12-09Armature Editmode: blend the bone radius when subdividingCampbell Barton
2013-11-29Fix errors and inconsistencies in confirmation popup removal.Brecht Van Lommel
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25T37247 - Modifier "Mask" not updated correctly when switching from objectsHenrik Aarnio
2013-11-25UI: remove unnecessary confirmation popupsEmanuel Claesson
2013-11-25Fix T37612: UV warp modifier bone name doesn't update when renamedCampbell Barton
2013-11-25CMake Build: option to compile without opennl/superlu.Campbell Barton
2013-11-22fix for active bone not saving in editmode.Campbell Barton
2013-11-22Armature Editing: select shortest path (Ctrl+RMB matching mesh operator)Campbell Barton
2013-11-18Fix T37336: Toggle selecting a pose-bone from object mode would de-select all...Campbell Barton
2013-11-16pose mode: extend selection flipping to use the same method as editmode.Campbell Barton
2013-11-16armature editmode: option for select mirror to use active bone only.Campbell Barton
2013-11-16code cleanup: armature functionsCampbell Barton
2013-11-16code cleanup: rename flip_side_name to BKE_deform_flip_side_nameCampbell Barton
2013-11-16armature editing: using too short length checking to add L/R suffix.Campbell Barton
2013-11-10replace IS_EQ -> IS_EQF for use with floats.Campbell Barton
2013-11-06code cleanup: typo and warning when openmp's disabled.Campbell Barton
2013-11-06patch [#37305] Quick Hack: Armature Mirror SelectCampbell Barton
2013-11-04code cleanup: remove unused operator (select all handles this case now)Campbell Barton
2013-10-31code cleanup: spellingCampbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-29style cleanupCampbell Barton
2013-10-29patch [#37218] Split operator for armaturesCampbell Barton
2013-10-29patch [#37231] Bone fill sets bone to connected, even if neither of its point...Campbell Barton
2013-10-26remove null checks for macro definitions, if these fail then something is bro...Campbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-22Bugfix: Renaming bones now renames the corresponding F-Curves in actions used byJoshua Leung
2013-10-18Tweak for action group -> bone select featureJoshua Leung
2013-10-17Project Pampa Request: Selecting groups in animation editors selectsJoshua Leung
2013-10-12Task scheduler ported form CYcles to CSergey Sharybin
2013-10-09re-enable activating the text input field for new popup dialog boxes,Campbell Barton
2013-10-01change to ED_armature_bone_rename so theres never any duplicates dictionary i...Campbell Barton
2013-10-01add assert for bone renaming, to check if the chanhash is still valid.Campbell Barton
2013-10-01fix [#36906] AutoName operator do not update the display of the bone's name i...Campbell Barton