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-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-14use BLI_strncpy_rlen() rather then BLI_snprintf() when no formatting is needed.Campbell Barton
2013-03-13Fix [#34621] I18n Switch Issue When Gimbal and Rotation Manipulator On.Bastien Montagne
2013-03-13Bug fix #34620Ton Roosendaal
2013-03-13Fix [#34628] Shift-V (vertex slide) does no longer show "vertex slide:" for t...Bastien Montagne
2013-03-13Some small fixes found while investigating on bug [#34621] I18n Switch Issue ...Bastien Montagne
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-13style cleanupCampbell Barton
2013-03-12Temp fix for stupid -Wformat-security issue.Bastien Montagne
2013-03-12replace sprintf -> strcpy where its not needed.Campbell Barton
2013-03-09add inline function mul_project_m4_v3_zfac() to get the z-depth value from a ...Campbell Barton
2013-03-09code cleanup: move runtime var zfac out of RegionView3D. rename initgrabz() -...Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-08code cleanup: use bool's for snapping functions.Campbell Barton
2013-03-08avoid floating point exceptions in snapObjects(), was attempting to scale up ...Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-03-07use bool for rna funcs.Campbell Barton
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-03-04code cleanup: view3d_clipping_test was making a vector copy for no reason.Campbell Barton
2013-02-28fix for harmless glitch rotating the camera in camera mode, having the center...Campbell Barton
2013-02-28fix [#34426] Manipulator handles drawn incorrectly by depthCampbell Barton
2013-02-26fix [#34415] Edge slide results in segmentation fault on certain meshCampbell Barton
2013-02-26rigidbody: Don't set object to rigid body on dummy transformSergej Reich
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-20Fix drawing of translated strings (can't use _ascii version of BLF_draw in th...Bastien Montagne
2013-02-20change to proportional editing suggested by Jeroen Hoolmans,Campbell Barton
2013-02-19fix [#34244] Snap to face projection - Entire mesh is affected by projection ...Campbell Barton
2013-02-19Another huge bunch of new UI translations (some reported by Leon Cheung, than...Bastien Montagne
2013-02-19Remove ztrans_hack. Looks like just keeping the angles compatible works wellJoshua Leung
2013-02-19fix for [#34283] wasn't working in my tests (attached to original report),Campbell Barton
2013-02-19Bugfix [#34283] armature bones losing their roll setting upon translation inJoshua Leung
2013-02-19minor change to own recent commit with transform fcurve centers and some styl...Campbell Barton
2013-02-18fix [#34303] Rotation fcurves don't work with transforming with individual ce...Campbell Barton
2013-02-18checking for V3D_LOCAL was duplicated in transform.c, and both checks not qui...Campbell Barton
2013-02-17vertex slide: dont write clamped value back into TransInfo.values,Campbell Barton
2013-02-17allow alt or Ckey to toggle clamping for vertex slide.Campbell Barton
2013-02-14fix [#33949] T_ALT_TRANSFORM conflicts with "emulate 3 button mouse" Campbell Barton
2013-02-14fix (for one case of...) [#33949] T_ALT_TRANSFORM conflicts with "emulate 3 b...Campbell Barton
2013-02-11fix for memory leak in transform when changing transform modes within transformCampbell Barton
2013-02-11fix [#34152] Vertex Slide - misleading descriptionCampbell Barton
2013-02-06fix for crashes running some operators in background mode and some divide by ...Campbell Barton
2013-02-03improve edge slide with ngon's, distance calculation was average edge length.Campbell Barton
2013-02-03fix [#34073] Combined EdgeLoop slides weirdly on even tryCampbell Barton
2013-02-02Bugfix: "Extend" transform tool would leave dangling "temp meta strips" if noneJoshua Leung
2013-02-02style cleanupCampbell Barton
2013-02-01fix error with flipped vertex slide failing, also fix bug where you could be ...Campbell Barton
2013-01-29fix [#34024] delete - Edge loop crashCampbell Barton