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
2012-09-28- transform's createTransCurveVerts was using both CTX_data_edit_object(C) an...Campbell Barton
2012-09-28fix [#32684] Shrink/Fatten tool has odd behaviorCampbell Barton
2012-09-28Fix #32671: new orbit sensitivity and turntable/trackball choice was only ava...Brecht Van Lommel
2012-09-28Made View2D drag zoom behave in the same way as zoom in 3d viewportSergey Sharybin
2012-09-28Fix #32673: long strings were wrongly clipped when modifyingSergey Sharybin
2012-09-28fix/workaround [#31811] Subdivision Surface (Apply modifier to editing cage d...Campbell Barton
2012-09-28fix [#31476] DopeSheet GreasePencil Mode Window won't scroll upCampbell Barton
2012-09-28correct own typo from r43404Campbell Barton
2012-09-28code cleanup: correct spellingCampbell Barton
2012-09-28fix [#32678] Changing RGB Curve via 'X' or 'Y' coordinates does not updateCampbell Barton
2012-09-28fix/workaround [#32679] Save a Copy during F12 Cycles Render produces black i...Campbell Barton
2012-09-27Fix #32658: left mouse button selection did not work well in the graph and maskBrecht Van Lommel
2012-09-27Fix/enhancement of "locale to po file name" code. Now should handle nicely lo...Bastien Montagne
2012-09-27Fix #32667: Curve softbodies doesn't render animation (cycles)Sergey Sharybin
2012-09-27fix [#32616] Changing parent does not keep transformationCampbell Barton
2012-09-27don't draw the object center circle when in sculpt mode (all other paint mode...Campbell Barton
2012-09-27minor change for sculpt undo, was getting the derived-mesh before calling scu...Campbell Barton
2012-09-27style cleanup: also correct incorrect doxy headingCampbell Barton
2012-09-27correct debug/test assignment being left in the UI_view2d_smooth_view() so it...Campbell Barton
2012-09-27incorrect spelling in commentsCampbell Barton
2012-09-26fix for cycles/python script error in normal panelCampbell Barton
2012-09-26Correction to svn rev50845Sergey Sharybin
2012-09-26Bugfix:Joshua Leung
2012-09-26fix [#32661] Grease Pencil in Camera ViewCampbell Barton
2012-09-25Fixed crash when selecting curve with a mouseSergey Sharybin
2012-09-25Bugfix [#32647] PolyLine tool for Grease Pencil was brokenJoshua Leung
2012-09-25Expose image's and clip's input color space settings to properties panel in c...Sergey Sharybin
2012-09-25No need to show display settings in file output nodeSergey Sharybin
2012-09-25fix for error disabling group visibility (which was flushed down to obects),Campbell Barton
2012-09-24Themes fixes:Sergey Sharybin
2012-09-24Fix image editor switching to no image when deselecting all faces for UV edit...Brecht Van Lommel
2012-09-24Fix #32396: EyeDropper does nothing on "New" in Uv image editorSergey Sharybin
2012-09-24Proper fix for #32626: TIFF renders are limited to 8 bit even when we choose 16.Sergey Sharybin
2012-09-24deleting mask data wasn't deleting loop data. also return OPERATOR_CANCELLED ...Campbell Barton
2012-09-24fix for memory leak grabbing masks and grease pencil in the dope sheet. (also...Campbell Barton
2012-09-24revert r50837, this assumption is made elsewhere (in transform_conversions.c)...Campbell Barton
2012-09-24inserting mask keyframes wasn't redrawing with the dope sheetCampbell Barton
2012-09-24don't check the real usercount when drawing masks, this way fake user masks c...Campbell Barton
2012-09-24fix for issue where you could easily make zero user datablocks (especially wi...Campbell Barton
2012-09-24fix [#32635] no viewport update when link and object to a sceneCampbell Barton
2012-09-24fix for crash joining objects with shape keys - own mistake when fixing anoth...Campbell Barton
2012-09-23Fix #32628: Crash when selecting Channels of the image to draw icon - CompositorSergey Sharybin
2012-09-23fix for crashes caused by mixups when adding objects when incompatible object...Campbell Barton
2012-09-23fix for crash backing in background mode.Campbell Barton
2012-09-23fix for crash executing a python script.Campbell Barton
2012-09-23fix for some crashes running operators in background mode.Campbell Barton
2012-09-23fix for all pose-group editing functions crashing when the context didnt have...Campbell Barton
2012-09-22Fix [#32629] Checking "Invert Zoom Direction" doesn't change zoom in camera v...Bastien Montagne
2012-09-22code cleanup: remove/comment unused definesCampbell Barton
2012-09-22Improvement to own commit r50810.Campbell Barton