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-08-24fix [#28340] Can't set image depth, quality from image saveCampbell Barton
2011-08-23fix for 3 bugs in bone renamingCampbell Barton
2011-08-23BLI_strescape for a basic, python like string escaping, currently only use fo...Campbell Barton
2011-08-23Make Ctrl+RMB in editmode behave like 2.4x, was re-using center option which ...Campbell Barton
2011-08-23Merging trunk up to r39637.Joerg Mueller
2011-08-22Rearrange anim channels - quick hotkey tweakJoshua Leung
2011-08-22Improved hotkeys for frame/keyframe/jumpingJoshua Leung
2011-08-21Fix #28154: linux3-config.py doesn't existSergey Sharybin
2011-08-21Bugfix [#28309] pose lib too many keyframes in automatic keyframingJoshua Leung
2011-08-21Small fix, report in IRC by Olivier:Ton Roosendaal
2011-08-21fix for out of bounds array access for shaded drawing in the UI, remove alpha...Campbell Barton
2011-08-21Bugfix [#28308] Crashes when individual channels are moved in ActionJoshua Leung
2011-08-20remove over zealous undo's on operators that don't need it.Campbell Barton
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-08-19store a pointer to the units system in the uiBlock since the button code was ...Campbell Barton
2011-08-18misc changes to unterface & undoCampbell Barton
2011-08-18minor change for operator OUTLINER_OT_item_activateCampbell Barton
2011-08-18disable undo for hard coded interface buttons:Campbell Barton
2011-08-18disable undo for screen & wm RNA buttons, changing shading mode via the UI fo...Campbell Barton
2011-08-18fix for bad array access in transform operator, was assigning an array to a s...Campbell Barton
2011-08-17Fix #28262: uv unwrap in sync selection mode unwrapped all faces irrespectiveBrecht Van Lommel
2011-08-17Fix #28194, #28269: proxy object was not showing pose mode as available inBrecht Van Lommel
2011-08-17fix [#28274] Cant select aditional object in edit mode.Campbell Barton
2011-08-17fix for error calling RNA_property_float_get_index on non array float rotatio...Campbell Barton
2011-08-16Merging trunk up to r39447.Joerg Mueller
2011-08-16minor fix, armature selection outline was not being drawn for non-active, sel...Campbell Barton
2011-08-162.6 Node Muting:Thomas Dinges
2011-08-16Bugfix [#28267] keyframed values for shapekeys of copied objects areJoshua Leung
2011-08-15Code cleanup: add UNUSED_FUNCTION macro to avoid warning messages about unusedBrecht Van Lommel
2011-08-15Restoring "Clear User Transforms" operatorJoshua Leung
2011-08-15Fix #27803: editing texture did not update compositing nodes using that texture.Brecht Van Lommel
2011-08-15Remove some unused code + warning fixJoshua Leung
2011-08-15"Select Grouped" by Keying Set for BonesJoshua Leung
2011-08-15Select by Keying Set...Joshua Leung
2011-08-15workaround [#28250] Append dialogue will ask to create new directory inside a...Campbell Barton
2011-08-15comment unused lines.Campbell Barton
2011-08-14fix for bug where changing movie filepaths would reset the strip length.Campbell Barton
2011-08-14patch [#28247] Fix for: [#28236] Separate By Materials fails when some materi...Campbell Barton
2011-08-14fix for fix r39388, this added checkboxes to buttons which are not supposed t...Campbell Barton
2011-08-14add in asserts for when array/non array RNA funcions are used incorrectly, wo...Campbell Barton
2011-08-14Bugfix [#28244] Setting vector handle in fcurve can failJoshua Leung
2011-08-14fix [#28245] Checkboxes in menu items fail for boolean arrays.Campbell Barton
2011-08-14patch [#28246] Fix for [#28240]: selecting more than one object in the outlin...Campbell Barton
2011-08-14Show dopesheet summary for new DopeSheet editorsJoshua Leung
2011-08-14- recently restored sequencer change data operator didnt reset the offsets af...Campbell Barton
2011-08-13running bpy.ops.render.render('INVOKE_DEFAULT') would crash blender.Campbell Barton
2011-08-12Nodes: make node set active function usable outside of node editor, and in doingBrecht Van Lommel
2011-08-12Code cleanup: fix wrong doxygen file name.Brecht Van Lommel
2011-08-12Code cleanup: remove seam drawing in face select mode, was left over from whenBrecht Van Lommel
2011-08-12Code cleanup: replace some manual setting of ob->recalc with DAG_id_tag_update,Brecht Van Lommel