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-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
2012-10-05Warning indicators for animators when Auto Keying is enabled during transformJoshua Leung
2012-10-05replace most uses of ED_view3d_project_float_noclip() with ED_view3d_project_...Campbell Barton
2012-10-05replace ED_view3d_project_float with ED_view3d_project_float_globalCampbell Barton
2012-10-05code cleanup: quiet warnings and use define for transform snap max distance.Campbell Barton
2012-10-05Cycles: add "From Dupli" option for texture coordinate node. This gets theBrecht Van Lommel
2012-10-04Fix #32755: Stripes in Metastrip can not be moved on other channel with mouse...Sergey Sharybin
2012-10-04make ED_view3d_project_int equivalent to ED_view3d_project_short functions.Campbell Barton
2012-10-04Kind of cleanup of "menu strings": always have a space between the entry's la...Bastien Montagne
2012-10-01fix for own bug in bmesh api, setting a byte string customdata layer assumed ...Campbell Barton
2012-10-01fix [#31654] Non-proportional edge slide behaving incorrectly.Campbell Barton
2012-09-28- transform's createTransCurveVerts was using both CTX_data_edit_object(C) an...Campbell Barton
2012-09-28fix [#32684] Shrink/Fatten tool has odd behaviorCampbell Barton
2012-09-26fix for cycles/python script error in normal panelCampbell Barton
2012-09-24fix for memory leak grabbing masks and grease pencil in the dope sheet. (also...Campbell Barton
2012-09-21Mask Editor: make Alt+S feather shrink/fatten work better when no feather wasBrecht Van Lommel
2012-09-20code cleanup:Campbell Barton
2012-09-20code cleanup: remove unused macros, commet some which may be useful later - o...Campbell Barton
2012-09-19code cleanup: make shape key api names consistent with our new convention.Campbell Barton
2012-09-19code cleanup: marker transform was doing some redundant/misleading assignment...Campbell Barton
2012-09-16Few cleanup in matrix mathutils (make mul_m3_m3m4 and mul_m4_m3m4 consistant ...Bastien Montagne
2012-09-15code cleanup: replace macro for BLI_rect size/center with inline functions.Campbell Barton
2012-09-14node transform was using PET mode (drawing a circle - but it did nothing), di...Campbell Barton
2012-09-13Sequencer: add missed cache invalidationSergey Sharybin
2012-09-13Sequencer: fix invalid update when translating strip which is behind semi-tra...Sergey Sharybin
2012-09-13fix [#31946] Masking doesn't respect pixel ratioCampbell Barton
2012-09-12fix [#32444] Proportional Edit stays on on Pose Mode, after activating it in ...Campbell Barton
2012-09-11add some missing NULL checks, a few parts of the code used a pointer then che...Campbell Barton
2012-09-10code cleanup: use BMEdit_FromObject() rather then me->edit_btmesh in more pla...Campbell Barton
2012-09-08style cleanupCampbell Barton
2012-09-07code cleanupCampbell Barton
2012-09-03style cleanup: also add debugging print function for derived mesh DM_debug_pr...Campbell Barton
2012-08-31Fix #32450: edge slide with multiple loops selected could move some loopsBrecht Van Lommel
2012-08-30Fix #32405: snapping in UV editor does not work if snapping in 3D view is setBrecht Van Lommel
2012-08-30Silencing compiler warning (use of undefined value)Joshua Leung
2012-08-30Style cleanup - adding some braces around some multi-line statements (used afterJoshua Leung
2012-08-26code cleanup: remove dead assignments, gave mask vars clearer names & moved s...Campbell Barton
2012-08-24Sequencer: reshuffle overlapping strips on cancel trasnformSergey Sharybin