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-02-21Object Select Similar tool now has a Pass Index option.Brecht Van Lommel
2013-02-21Compile fixes for recent code cleanups:Thomas Dinges
2013-02-21style cleanup: 'sizeof foo' --> 'sizeof(foo)', add check in style checking sc...Campbell Barton
2013-02-21use radians for BLF_rotationCampbell Barton
2013-02-21code cleanup: remove ctrl option from FONT_OT_line_breakCampbell Barton
2013-02-21code cleanup: remove references to old bevel code (which has been removed for...Campbell Barton
2013-02-21code cleanup: pass mval to ED_view3d_cursor3d_position() rather then event x/yCampbell Barton
2013-02-20Fix visible seams on normal map bake due to clear colour being black:Antony Riakiotakis
2013-02-20Fix DPI not taken into account for header text (e.g. during transform).Brecht Van Lommel
2013-02-20Quick fix: translating header's string with some languages (complex scripts, ...Bastien Montagne
2013-02-20Raise a bit Header string fixed length, else some translations (e.g. Japanese...Bastien Montagne
2013-02-20Fix #34299: Motion Tracking 20x slower under WindowsSergey Sharybin
2013-02-20Fix drawing of translated strings (can't use _ascii version of BLF_draw in th...Bastien Montagne
2013-02-20fix [#32294] Navmesh crashed if on creation navmesh is also selectedCampbell Barton
2013-02-20remove unneeded call to RNA_property_enum_get(), the icon was always overwrit...Campbell Barton
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-19fix [#34275] Text autocomplete cuts words with accents or special charactersCampbell Barton
2013-02-19step over unicode characters with autocomplete (correctly this time).Campbell Barton
2013-02-19Another huge bunch of new UI translations (some reported by Leon Cheung, than...Bastien Montagne
2013-02-19fix [#34033] Mesh customdata settings are missingCampbell Barton
2013-02-19fix for apply rotation/location failing for surface object types (were recogn...Campbell Barton
2013-02-19revert own commit r54625, broke autocomplete.Campbell Barton
2013-02-19Fix #34315: memory leak cancelling move to layer operator, after change to makeBrecht Van Lommel
2013-02-19Style tweak - missing bracesJoshua Leung
2013-02-19Remove ztrans_hack. Looks like just keeping the angles compatible works wellJoshua Leung
2013-02-19fix [#34295] Color picker brightness to infinityCampbell Barton
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-19Themes: disabled items on menus were using a color mix of text and text_selec...Pablo Vazquez
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-18Bug fix #34292Ton Roosendaal
2013-02-18Fix some popups being too small on retina display, among them the new image d...Brecht Van Lommel
2013-02-18Fix #34290: backface culling option in 3d view was not interacting well with theBrecht Van Lommel
2013-02-18Fix #34276: OpenGL render not doing color space conversion to linear correctlyBrecht Van Lommel
2013-02-18Make list_id mandatory when using default UI_UL_list class for a template_list.Bastien Montagne
2013-02-18Fix #34289: Wrong grid color on light backgroundSergey Sharybin
2013-02-18make autocomplete use unicode character stepping (needed for bugfix).Campbell Barton
2013-02-18resolve build error in MSVC, was using a GNU C extension for ternary conditio...Campbell Barton
2013-02-18fix [#34279] Python console: Selected region is not highlighted when using wh...Campbell Barton
2013-02-18== Sequencer ==Peter Schlaile
2013-02-18== Sequencer ==Peter Schlaile
2013-02-17remove stipple from console selection drawing.Campbell Barton
2013-02-17Another huge bunch of UI translation fixes, mostly reported by Leon Cheung, S...Bastien Montagne
2013-02-17code cleanup: operator/function mismatchCampbell 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-17code cleanup: change order of args in void BKE_object_where_is_calc_time_ex()...Campbell Barton