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-05Remove some uneeded/irrelevant "PROP_TRANSLATE".Bastien Montagne
2013-01-05Making a few tooltips more descriptive, in light of recent confusion over theJoshua Leung
2013-01-05Add translation contexts for line, mute and clipSv. Lockal
2013-01-05Bugfix: "Change Frame" operator for setting current frame by clicking/scrubbingJoshua Leung
2013-01-05Tsst... "faled"... :pBastien Montagne
2013-01-05revert r53570, alpha background is useful for projection paint 'Quick Edit',Campbell Barton
2013-01-05Fix #33753: Not selected surface objects don't update in view if shading is c...Sergey Sharybin
2013-01-05Fix #33674: Meta strip could overlap with other strips when exiting edit modeSergey Sharybin
2013-01-05Fix #33761: Infinite loop in space_image if tile size > image sizeSergey Sharybin
2013-01-05Fix #33768: BGE segfaults in do_versions during libloadSergey Sharybin
2013-01-05Fix #33767: Edge of objects rendered out jerky when using OpenGL RenderingSergey Sharybin
2013-01-05There was a typo in previous commitSergey Sharybin
2013-01-04Optimization for speed regression in mipmap generationSergey Sharybin
2013-01-04code cleanup, also remove glError check in font drawing code since its now a ...Campbell Barton
2013-01-04Fix knife cut bug #33625, failure to cut in otho mode sometimes.Howard Trickey
2013-01-04Fixes - post 2.65aTon Roosendaal
2013-01-04Correction for rev53555 which was obviously wrong -- always setting alpha to ...Sergey Sharybin
2013-01-04Added vertex color attributes (currently limited to one) and UVs included for...Stuart Broadfoot
2013-01-04fix for missing NULL check in BKE_sequence_init_colorspace().Campbell Barton
2013-01-04remove stray glBegin() during transform that caused a glErrorCampbell Barton
2013-01-04fix [#33742] Solidify - Material index problemCampbell Barton
2013-01-04commit bpy_path files, missed these in recent commit.Campbell Barton
2013-01-04add length average option to 'Follow Active Quads' unwrap, gives nicer results.Campbell Barton
2013-01-04fix [#33758] Blender crashes when user goes to choose "build navigation mesh"Campbell Barton
2013-01-04change bpy.app.build_options from frozen set to PyStructSequence_Field, mathe...Campbell Barton
2013-01-04expose common extensions for image/movie/audio types, since python scripts ha...Campbell Barton
2013-01-04fix occasional memory leak in projection paint - multiple threads could initi...Campbell Barton
2013-01-04no need to initialize the 2D paint node tree when project painting.Campbell Barton
2013-01-04fix own regression in cdDM_drawFacesTex_common() when drawParamsMapped isnt a...Campbell Barton
2013-01-04code cleanup: warningsCampbell Barton
2013-01-03fix for NODE_OT_view_all / NODE_OT_view_selected not working properly.Campbell Barton
2013-01-03fix bad left aligned text when zoomed out.Campbell Barton
2013-01-03fix for bug rendering text at small sizes, padding was incorrectly being appl...Campbell Barton
2013-01-03Fix bevel crash bug #33714. Had to disable elem tag on new vertices.Howard Trickey
2013-01-03correct invalid filter value being use for icon scaling.Campbell Barton
2013-01-03change limited dissolve angle limit default from 15 -> 5 deg. since 15deg is ...Campbell Barton
2013-01-03code cleanup: BM_face_create_ngon()Campbell Barton
2013-01-03fix [#33689] Crash with decimate modifierCampbell Barton
2013-01-03fix [#33682] Animation not updated when the active shape index isnt setCampbell Barton
2013-01-03add option WITH_SYSTEM_BULLET to link against the bullet installation found o...Campbell Barton
2013-01-03add id property clear function (matching the same python function for dicts/l...Campbell Barton
2013-01-03r53351 removed a NULL check for name in defgroup_name_index(). name can be NU...Mitchell Stokes
2013-01-02Some UI message fixes...Bastien Montagne
2013-01-02changes needed for EDL import to work again.Campbell Barton
2013-01-02Bug fix - post 2.65aTon Roosendaal
2013-01-02Fix [#33189] AFTER 2.65 - Units in doc strings in ocean modifier.Bastien Montagne
2013-01-02fix [#33726] keyframe_insert() and keyframe_delete() with index=-1 always failCampbell Barton
2013-01-02add assert to BLI_buffer_at if a type is given different to 'elem_size'Campbell Barton
2013-01-02extend BLI_bufferCampbell Barton
2013-01-02dyntopo speedup for smooth brush, no need to search for the shared vert-face ...Campbell Barton