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
2011-10-13fix [#28898] Segmentation fault when Home key during GreasePencil dopesheet p...Campbell Barton
2011-10-12Fix typo.Guillermo S. Romero
2011-10-12fix [#28882] grease pencil draw apperence seems to change wieght/thickness af...Campbell Barton
2011-10-12fix [#28880] relative paths don't work with Change Path/FilesCampbell Barton
2011-10-12changes to relative path optionCampbell Barton
2011-10-12fix [#28879] can't change names of some of the VSE stripsCampbell Barton
2011-10-12fix for crash caused by invalid active material index while editing text.Campbell Barton
2011-10-11Fix crash drawing waveform with zero length sound, found looking into sound r...Brecht Van Lommel
2011-10-11fix for drag-n-drop ID's for renaming (own fault when fixing #24016)Campbell Barton
2011-10-11Handle "Open Recent..."Xiao Xiangquan
2011-10-11- bpy.path.abspath(), added optional library argument since any paths from li...Campbell Barton
2011-10-11create navmesh operator would crash on non-mesh objects, add type check and r...Campbell Barton
2011-10-10fix [#28850] With "Auto-keyframe" on, the "Selection to Cursor" option doesn'...Campbell Barton
2011-10-10Revert "Fix #28863: Inconsistent UI inside of the UV/ImageEditor window"Sergey Sharybin
2011-10-10Fix #28863: Inconsistent UI inside of the UV/ImageEditor windowSergey Sharybin
2011-10-10updates to navmeshCampbell Barton
2011-10-10fix for using uninitialized stack memory in mesh_foreachScreenFace__mapFunc()...Campbell Barton
2011-10-10bug #28848 also mentions Ctrl+Backspace isnt working.Campbell Barton
2011-10-10mesh VBO drawing code was swapping red/blue vertex colors - this is confusing...Campbell Barton
2011-10-10move NavMesh draw code out of being a modifier and into DerivedMesh drawing h...Campbell Barton
2011-10-09increase the hit radius for vertex selection in weight paint mode - increased...Campbell Barton
2011-10-09replace sprintf with strcpy where no formatting is done and return value isn'...Campbell Barton
2011-10-09text edit: selecting zoomed in text with the mouse had an incorrect offset.Campbell Barton
2011-10-09text editing: make jumping left/right both act the same way (was skipping an ...Campbell Barton
2011-10-09button text editing: home/end were not moving the cursor position, only the s...Campbell Barton
2011-10-09fix [#28848] Editing object name (e.g.), Ctrl-Shift-Arrows don't work as Ctrl...Campbell Barton
2011-10-08fix [#28846] Relative paths on linked scene failsCampbell Barton
2011-10-07spaces -> tabs (whitespace only changes)Campbell Barton
2011-10-06Fix #28805: Add mesh, align to view, un check align to view. not updating.Sergey Sharybin
2011-10-06hide 3d view header `use_pivot_point_align` button in editmode since its not ...Campbell Barton
2011-10-06fix for error in own edits to recently applied select link sequencer patch.Campbell Barton
2011-10-06fix for weight paint with face mask enabled drawing with lights.Campbell Barton
2011-10-06remove unused struct member & minor edits, no functional change.Campbell Barton
2011-10-06fix for fixCampbell Barton
2011-10-06fix [#26193] Weightpainting on Mesh with Armature-Modifier fails if x-mirror ...Campbell Barton
2011-10-06cleanup for main weight paint drawing function while looking into a bug - no ...Campbell Barton
2011-10-06fix error in last commit & remove commented code which is now working in 2.5x.Campbell Barton
2011-10-06fix for memory leak when calling wpaint_make_validmap() with no vertex groups.Campbell Barton
2011-10-06fix for crash when painting normalize with no vertex groups, also minor clean...Campbell Barton
2011-10-05minor editsCampbell Barton
2011-10-05fix [#28809] Fileselect strange icon display.Campbell Barton
2011-10-05[#28801] Pet doesn't work on the whole meshMartin Poirier
2011-10-05fix for error when fixing crash in filesel poll function.Campbell Barton
2011-10-04Fix #28202: (only) modifying keymap item properties did not save properly, theBrecht Van Lommel
2011-10-04remove redundant code, also dont bother with os.path.basename(x) for recent s...Campbell Barton
2011-10-03fix for missing null check in own recent commit.Campbell Barton
2011-10-03revert r40738, flipepd enums give quick access to first items, even if it doe...Campbell Barton
2011-10-03add macro OB_TYPE_SUPPORT_MATERIAL, type checks were being done inline, some ...Campbell Barton
2011-10-03fix [#27526] shared data but different data materials.Campbell Barton
2011-10-03fix for [#28788] wasn't complete, pose bones scale was ignoring "Individual o...Campbell Barton