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-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
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