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
2013-05-10avoid customdata lookups for selection test/enable disable.Campbell Barton
2013-04-20fix for glitch in object drawing, color of texspace was last used editmode dr...Campbell Barton
2013-04-18style cleanupCampbell Barton
2013-04-17Don't use auto vectorization for MinGW-w64. It may be a source forAntony Riakiotakis
2013-04-16code cleanup: use BKE naming conventions for functions in BKE_editmesh.h and ...Campbell Barton
2013-04-14code cleanup: rename BKE_tessmesh -> BKE_editmesh, rename EditDerivedBMesh.tc...Campbell Barton
2013-04-07rigidbody: Fix/workaround for transforming rigid bodies with parentsSergej Reich
2013-04-07transform: Code cleanupSergej Reich
2013-04-05code cleanup: use bool's for vgroup and editmode.Campbell Barton
2013-04-04fix [#34802] Individual Transformation Confusing in Edit ModeCampbell Barton
2013-03-26Better fix for "To Sphere" crashing in Image editor. It appeared to be in use...Ton Roosendaal
2013-03-22code cleanup: unused defines, shadowing and unintended enum-as-variable.Campbell Barton
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-17- ghost-sdl builds again.Campbell Barton
2013-03-15Add missing operators from paint modes:Antony Riakiotakis
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-02-26rigidbody: Don't set object to rigid body on dummy transformSergej Reich
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-18fix [#34303] Rotation fcurves don't work with transforming with individual ce...Campbell Barton
2013-02-02Bugfix: "Extend" transform tool would leave dangling "temp meta strips" if noneJoshua Leung
2013-01-23rigidbody: Make rigid bodies kinematic during transformationSergej Reich
2013-01-13code cleanup: rename transform Slide operations to EdgeSlide.Campbell Barton
2013-01-10transforming verts was getting the bevel weight for each vertex even if bevel...Campbell Barton
2013-01-10don't store bevel weights or edge crease customdata layers in editmode unless...Campbell Barton
2013-01-09style cleanupCampbell Barton
2013-01-02changes needed for EDL import to work again.Campbell Barton
2013-01-02Fix for what appears to be a typo (seq_prev is always NULL) - found whileJoshua Leung
2012-12-23Code cleanup: add usual 'BKE_' prefix to 'public' constraint functions from b...Bastien Montagne
2012-12-15Fix #33497: seting object scale to 0 on one axis made moving verts in edit modeBrecht Van Lommel
2012-12-14code cleanup and move alternate shell calculation method into its own functio...Campbell Barton
2012-12-13fix another crash from missing update in Auto-Merge from r52911Campbell Barton
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-12fix [#33489] Scaling normals with Alt (maintains shell thickness) producing w...Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-03revert part of r52720, Id rather leave these as-is, even if they give warning...Campbell Barton
2012-12-02Silent a bunch of gcc warnings (usually dummy, but noisy!).Bastien Montagne
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-28Fix #33324: Auto IK not working after recent changes. iTaSC it seems never wo...Brecht Van Lommel
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-11-09style cleanup: indentationCampbell Barton
2012-11-09Option for shrink-fatten to maintain shell thickness (hold Alt).Campbell Barton
2012-11-05Slight better solution for sequencer's transform with alt holded downSergey Sharybin
2012-10-30minor improvement to vector api use, replace add, multiply by 0.5 with mid_v3...Campbell Barton
2012-10-30style cleanupCampbell Barton
2012-10-27Fix #32979: proportional edit connected was too slow with many vertices onBrecht Van Lommel
2012-10-27style cleanupCampbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26style cleanupCampbell Barton
2012-10-24code cleanup: some edits for unused vars in recent smooth addition and some s...Campbell Barton
2012-10-23Bugfix 30974Ton Roosendaal