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-06-22Extend existing editmesh connect tool so it can connect across multiple faces.Campbell Barton
2013-06-21Code cleanup: fix some vs2012 compiler warningsBrecht Van Lommel
2013-06-20support proportional editing with x-mirror enabled.Campbell Barton
2013-06-20Sequencer: fix names when adding several video (or audio) files at once (all ...Bastien Montagne
2013-06-20transform: 2d option for proportional editmode,Campbell Barton
2013-06-20editmesh draw optimizations: use customdata offsets rather then per-element l...Campbell Barton
2013-06-20remove NULL checks for return values from EDBM_***_at_index calls.Campbell Barton
2013-06-20Snap to Symmetry (editmesh tool)Campbell Barton
2013-06-20add axis option to EDBM_verts_mirror_cache_beginCampbell Barton
2013-06-19This commit tackles the "context" buttons in Properties header, which were st...Bastien Montagne
2013-06-19Remove paranoid null checks for editmesh EDBM_vert_at_index and friends (use ...Campbell Barton
2013-06-19internal editmesh api: add an extended version of EDBM_verts_mirror_cache_beg...Campbell Barton
2013-06-19Fix for expanded enums with icon_only enabled, name of each item was still us...Bastien Montagne
2013-06-19ui precision drawing - avoid calling pow(10, -prec) since the range is small ...Campbell Barton
2013-06-19Take precision into account for calculating display of small numbersGaia Clary
2013-06-19fix for filesel autocomplete, it had the annoying behavior if you entered in ...Campbell Barton
2013-06-19Fix #35773: Drag-to-Open failed in Movie Clip EditorSergey Sharybin
2013-06-19Followup to svn rev57551Sergey Sharybin
2013-06-19fix [#35793] Crash When Painting Gradient WeightCampbell Barton
2013-06-19alternate fix for r57562. check if the mouse is over the parent menu.Campbell Barton
2013-06-19fix [#35792] Submenus not opening properly on mouse moveCampbell Barton
2013-06-18add option to enable auto-execute scripts, but exclude certain directories.Campbell Barton
2013-06-18use booleans for operator check functions.Campbell Barton
2013-06-18Made blender compilable with strict flags.Sergey Sharybin
2013-06-18Added back left/right arrows for embossed number fields. (they where active b...Gaia Clary
2013-06-17fix [#35590] Connected proportional editing gives unexpected resultsCampbell Barton
2013-06-17measure distance across faces when checking for proportional distance connect...Campbell Barton
2013-06-17fix for editmesh transform connected,Campbell Barton
2013-06-17reduce sqrt's calls in set_prop_dist().Campbell Barton
2013-06-17Usual UI messages style edits...Bastien Montagne
2013-06-17patch [#35765] Improve performance during select object in viewport. Up to 3x...Campbell Barton
2013-06-16Attempt to fix #35548:Antony Riakiotakis
2013-06-16Improved layout of Vertex Weights panel, added option to change active vgroupGaia Clary
2013-06-16Vertex weights: Added delete weight from vertex groupGaia Clary
2013-06-16use layout engine for vertex weights panel.Campbell Barton
2013-06-16Complete fix for [#35769] The “show texture in texture tab” button in a m...Bastien Montagne
2013-06-16New icon: CAMERA_STEREODalai Felinto
2013-06-16Fix [#35741] Material shows WORLD texture_context by default.Bastien Montagne
2013-06-16replace strcat with BLI_strcpy_rlen in draw_selected_name(), view3d function.Campbell Barton
2013-06-16add BLI_strcpy_rlen, replace strcat, which was used in misleading way.Campbell Barton
2013-06-16resolve [#33374] Extrude and mirror editingCampbell Barton
2013-06-16fix automerge + mirror, previously only the selected verts would auto-merge.Campbell Barton
2013-06-16reduce property lookups on transform init.Campbell Barton
2013-06-16don't show the 3d view transform panel when theres no active object.Campbell Barton
2013-06-15Bug fix #35749Ton Roosendaal
2013-06-15Bugfix #35747Ton Roosendaal
2013-06-15Added Missing check if active object is visibleGaia Clary
2013-06-15make active vertex more apparent in weight paint modeGaia Clary
2013-06-15display active vertex in weight paint mode. also correct NULL free.Campbell Barton
2013-06-15Added support for Vertex Weight panel in weight Paint ModeGaia Clary