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-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-25Fix T39895: Displaying the armature layers popup in edit mode always fails.Bastien Montagne
2014-04-24Fix T39874: Bone roll resets if bones are moved in edit modeBastien Montagne
2014-04-20Code cleanup: correct abs useCampbell Barton
2014-04-17Fix T39768: GLOBAL_X/Y/Z don't exist for bpy.ops.armature.calculate_roll type...Joshua Leung
2014-04-16Fix T39750: Bones disappearing with strange transforms.Bastien Montagne
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-07Code cleanup: project gpencil in float coords & delete outdated commentsCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Code cleanup: use boolCampbell Barton
2014-03-30Code cleanup: de-duplicate cotangent weight function & add arg sizesCampbell Barton
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-03-15Code cleanup: spelling & styleCampbell Barton
2014-03-12Mesh API: rename 'octree' to 'spatial' since internally its using kdtreeCampbell Barton
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