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
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-27Fix part of #32248: transform with a size limit constraint did not preserve n...Brecht Van Lommel
2012-11-23Fix #33266: Transforming with Y axis constraint didn't apply aspect ratio cor...Sergey Sharybin
2012-11-21fix [#29633] Mirror-Y also flips Z axisCampbell Barton
2012-11-16code cleanup: replace most DO_MINMAX2 -> minmax_v2v2_v2Campbell Barton
2012-11-10Fix part of #31080: missing UV editor redraw after edge slide with correct UVs.Brecht Van Lommel
2012-11-09style cleanup: indentationCampbell Barton
2012-11-09add fallbacks for BM_vert_calc_shell_factor() and BM_vert_calc_mean_tagged_ed...Campbell Barton
2012-11-09Axis Colours are now ThemeableJoshua Leung
2012-11-09Option for shrink-fatten to maintain shell thickness (hold Alt).Campbell Barton
2012-11-07fix [#33094] Even edge slide on multiple loops destroys geometryCampbell Barton
2012-11-05code cleanup: use enums for view3d_snap transverts.Campbell Barton
2012-11-05Slight better solution for sequencer's transform with alt holded downSergey Sharybin
2012-11-04code cleanup: quiet -Wdouble-promotion, disabled this warnings for a few file...Campbell Barton
2012-10-30code cleanup: remove unused transform snapping code (only use the BVH acceler...Campbell Barton
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-29style cleanup: also quiet harmless compiler warning.Campbell Barton
2012-10-27Fix #32979: proportional edit connected was too slow with many vertices onBrecht Van Lommel
2012-10-27Removed leftover debug print.Ton Roosendaal
2012-10-27use min/max inline functions where MIN2/MAX2 were doing type conversion.Campbell Barton
2012-10-27Transform: didn't set "event handled" to zero on undhandled events.Ton Roosendaal
2012-10-27style cleanupCampbell Barton
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26Bugfix #31842Ton Roosendaal
2012-10-26style cleanupCampbell Barton
2012-10-24no need to update normals when running edge-split modifier since the normals ...Campbell Barton
2012-10-24code cleanup: some edits for unused vars in recent smooth addition and some s...Campbell Barton
2012-10-24use min_ii/max_ii over MIN2 MAX2Campbell Barton
2012-10-23Bugfix 30974Ton Roosendaal
2012-10-23rename api functions...Campbell Barton
2012-10-22Support for connected style proportional editing in UV editor. Now when conne...Antony Riakiotakis
2012-10-21style cleanup: bge, switch statements mostly.Campbell Barton
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-21code cleanup: spellingCampbell Barton
2012-10-12quiet some -Wshadow warningsCampbell Barton
2012-10-12get the width and height of the font at once when drawing auto-key,Campbell Barton
2012-10-11Removed duplicate include of stdio.hJoshua Leung
2012-10-11Auto key warning - Stripping down to basicsJoshua Leung
2012-10-09Autokey warning - trying with a slight "calmer" colorJoshua Leung
2012-10-09Autokey warning - Only show for the active regionJoshua Leung
2012-10-09fix for r51198, text wasn't flashing (gcc4.7, 64bit linux)Campbell Barton
2012-10-09Made the autokeying warning optional by adding a user pref for thisJoshua Leung
2012-10-09And more UI messages fixes...Bastien Montagne
2012-10-09Some minor fixes about curves' tilt...Bastien Montagne
2012-10-07style cleanup: line length,Campbell Barton
2012-10-07style cleanup: if();Campbell Barton
2012-10-05code cleanup: use functions to initialize selection user data structs, use ra...Campbell Barton