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-30Funny typo, variable blue!Daniel Salazar
2012-09-29correct addon example, it used both __doc__ and bl_descriptionCampbell Barton
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-28add warning that RNA update callbacks dont have checks for infinite recursion. 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 for header not updating with an error report when a job finishes.Campbell 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 compilation issue on MinGW, thanks to Sergey for the fixAntony Riakiotakis
2012-09-27Fix #32658: left mouse button selection did not work well in the graph and maskBrecht Van Lommel
2012-09-27Fix #32670: lamps in lamp groups did not respect renderability option.Brecht Van Lommel
2012-09-27Fix #32669: Markers are not disabled properly if started from any other than ...Sergey Sharybin
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-27fix for adding triangle-fan filled circle not tagging the center vertex.Campbell Barton
2012-09-27fix [#32672] Crash when rendering environment mapCampbell Barton
2012-09-27wm_event_do_handlers was calling sound_sync_scene() twice without error check...Campbell 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-26Fixed typo in previous commit!Sergey Sharybin
2012-09-26Color Management: resolve warnings when OCIO configuration file misses None d...Sergey Sharybin
2012-09-26Remove unneeded null-check: display settings should always be valid after IMB...Sergey Sharybin
2012-09-26fix for eternal loop in recursive_operation()Campbell Barton
2012-09-26Fix #32666: Memory Cache Limit stops working after set to 2048Sergey Sharybin
2012-09-26fix [#32665] Inconsistent Circle Mesh Edge SubdivisionCampbell Barton
2012-09-26Fix #32091: Crop and offset coordinates changes proxy render settings on imag...Sergey Sharybin
2012-09-26Correction to svn rev50845Sergey Sharybin
2012-09-26Bugfix:Joshua Leung
2012-09-26Fix #32663: Sculpt masks are too darkSergey Sharybin
2012-09-26fix [#32661] Grease Pencil in Camera ViewCampbell Barton
2012-09-26fix for very bad bug with python list slicing which - in bmesh and bpy api fo...Campbell Barton
2012-09-26remove redundant NULL checks in somepledeform modifier (dcut is never NULL).Campbell Barton
2012-09-25Fixed crash when selecting curve with a mouseSergey Sharybin
2012-09-25Compositor:Jeroen Bakker
2012-09-25Bugfix [#32647] PolyLine tool for Grease Pencil was brokenJoshua Leung
2012-09-25code cleanup: make naming more consistentSergey Sharybin
2012-09-25Color Management: mark some TODOs as resolvedSergey Sharybin
2012-09-25Expose image's and clip's input color space settings to properties panel in c...Sergey Sharybin