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-01-16fix for airbrush not using tablet pressure (any brush with BRUSH_SPACE disabl...Campbell Barton
2013-01-16draw the brush size with pressure applied (when the tablet is used), nice to ...Campbell Barton
2013-01-16style cleanupCampbell Barton
2013-01-16Support view mapping mode in projective texture painting. DisableAntony Riakiotakis
2013-01-16Get rid of the BRUSH_FIXED_TEX flag, use mapping modes instead. VersionAntony Riakiotakis
2013-01-16dont add identifiers starting with digits to autocompleteCampbell Barton
2013-01-16text syntax highlighting: don't use utf8 stepping if we know the text is asciiCampbell Barton
2013-01-16patch [#33888] Syntax Highlighting ChangesCampbell Barton
2013-01-16correction to last commitCampbell Barton
2013-01-16Unification of brush codeAntony Riakiotakis
2013-01-16text syntax highlighting, add utility function 'text_format_fill()' which fil...Campbell Barton
2013-01-16resolve issue [#33882] New GG slide - Lost functionalityCampbell Barton
2013-01-16style cleanupCampbell Barton
2013-01-16code cleanup:Campbell Barton
2013-01-16fix for typo in recent commit.Campbell Barton
2013-01-16WM / Screenshot fix:Thomas Dinges
2013-01-15Bug fix #33873Ton Roosendaal
2013-01-15Bug fix #33748Ton Roosendaal
2013-01-15Logic window usability:Ton Roosendaal
2013-01-15style cleanupCampbell Barton
2013-01-15Fix #33875: minimize stretch UV tool incremented in steps of 0.2 instead of 0.1,Brecht Van Lommel
2013-01-15Fix #33741,#33856: multi texture drawing problem with VBO's after a recent bu...Brecht Van Lommel
2013-01-15Spelling correctionsSergey Sharybin
2013-01-15Two threading issues:Sergey Sharybin
2013-01-15replace vertex slide with the transform operator. (MESH_OT_vert_slide -> TRAN...Campbell Barton
2013-01-15vertex slide was using flipped value, wasnt so noticable unless you types in ...Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-14code cleanup: use BMW_begin insode for loops body.Campbell Barton
2013-01-14fix [#33847] Ctrl+L doesnt works in edge selection modeCampbell Barton
2013-01-14fix for own error with unwrap selection checking uvedit_have_selection() fail...Campbell Barton
2013-01-13draw vector icons using the the scaled width,height. The buttons window conte...Campbell Barton
2013-01-13fix for building with cycles.Campbell Barton
2013-01-13remove TRANSFORM_OT_snap_type, use WM_OT_context_menu_enum instead.Campbell Barton
2013-01-13optimization for calcNonProportionalEdgeSlide(), avoid matrix multiply for ea...Campbell Barton
2013-01-13transform feature - G-key during transform toggles slide (edge slide or verte...Campbell Barton
2013-01-13add new vertex slide transform operator, different from the existing vertex s...Campbell Barton
2013-01-13code cleanup: rename transform Slide operations to EdgeSlide.Campbell Barton
2013-01-13fix [#33846] Points of Curves in Vector Curves node can't have negative X or ...Campbell Barton
2013-01-13speedup for EDBM_uv_vert_map_create(), reduce customdata lookups. also remove...Campbell Barton
2013-01-12minor speedup for construct_param_handle_subsurfed() break out of texface_fro...Campbell Barton
2013-01-12reduce customdata lookups for UV drawing and tools.Campbell Barton
2013-01-12code cleanup: style and replace (float)sin, (float)cos with sinf, cosfCampbell Barton
2013-01-12Bug fix #33842Ton Roosendaal
2013-01-12Usability:Ton Roosendaal
2013-01-12patch [#33738] Extend Selection option unified and added to few operatorsCampbell Barton
2013-01-12replace inline with BLI_INLINE define.Campbell Barton
2013-01-11Bug fix #33826Ton Roosendaal
2013-01-11Fix knife angle constraint bug #33813 by changing knife mvals to floats.Howard Trickey
2013-01-11add padding for node view-all, view-home operators.Campbell Barton
2013-01-11fix for error in gradient theme rgba_char_args_set() use, was setting char's ...Campbell Barton