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 (Collapse)Author
2015-01-08Remove executable flag from the build configuration filesv2.73Sergey Sharybin
They're not intended to be executed directly and seems mode change happened by accident. Setting -x for this files to avoid possible incidents by trying to run this files in shell.
2015-01-08exclude git/arc files from tgz archiveCampbell Barton
2015-01-08correct permissionsCampbell Barton
2015-01-07Logic Bricks *must* be kept in alphabetical orderDalai Felinto
2015-01-07Followup to fe3e000: no need to exit pose mode on operator redoSergey Sharybin
This is to be backported to the release branch.
2015-01-07Fix: Segfault in Image Editor when transforming GPencil StrokesJoshua Leung
2015-01-07Fix: Missing updates for UI panels and main region when using Grease Pencil ↵Joshua Leung
in Image Editor
2015-01-07Fix: Restored "Draw Poly" to D Ctrl RMB, as D Alt LMB was blocked by Alt-D ↵Joshua Leung
(duplicate) keymap
2015-01-06Blender 2.73 release commitSergey Sharybin
Hopefully this one would eb the exact revision used for 2.73 final release
2015-01-06GTest was broken on LinuxCampbell Barton
2015-01-06BLI_string_utf8: add BLI_strncpy_utf8_rlenCampbell Barton
2015-01-06Fix T43143: DPX header wrong, making it impossible to import to other softwareSebastian Koenig
The issue was caused by the single letter in header, which is expected to be captial as per standard: http://www.simplesystems.org/users/bfriesen/dpx/S268M_Revised.pdf
2015-01-06Fix T43122: Shrinkwrap target, wrong linked objectCampbell Barton
2015-01-06Recent fix for SDL2 broke joysticks for SDL1.2Campbell Barton
2015-01-06Fix for crash for 'Edit Source'Campbell Barton
was accessing freed menu region.
2015-01-06Fix 8 memory leaks from bad PyList_Append useCampbell Barton
2015-01-06Fix for view map cache not flushed by updates of edge detection options.Tamito Kajiyama
This fix should be considered for inclusion in the 2.73 release, since it concerns a new feature of Freestyle introduced in 2.73.
2015-01-06Cycles: Fix compilation error on AVX platforms with -arch-nativeSergey Sharybin
Was a conflict in headers between clew and util_optimization.h.
2015-01-06Fix (unreported) 'pad9' not shown by UserPrefs' KeyBinding filter.Bastien Montagne
Minor glicth, but still... Safe for 2.73.
2015-01-06Fix T43099: Modifiers in edit mode might mess up materialsSergey Sharybin
The issue was originall caused by 2e8ba17 by removing necessery call GPU_enable_material(). It was probably removed because in some cases material was enabled after calling setDrawOptions. That wasn't always a case for edit mode. This is absolutely to be included to 2.73
2015-01-06Fix T43066: Joystick broken in GE since 2.73rcCampbell Barton
Caused by move to SDL2, fix thanks to jensverwiebe.
2015-01-06Joystick: Suppress add/remove device eventsSergey Sharybin
Previously they'll be printed to the console as a totally unknown events together claim this shouldn't have happened which is just misleading.
2015-01-06Fix an odd line that slipped in my ghost_hack_first_file commitJens Verwiebe
2015-01-06Fix T42780: Object linking allows to have linked armatures in pose modeSergey Sharybin
This isn't so bad for until one goes re-posing the armature and then uses undo. It is the same issue as with edit mode which was solved back in the days.
2015-01-06Revert "Fix T42888: Separate and Combine HSV distorts the hue value"Sergey Sharybin
This reverts commit 1549fea9995c348bc14a9105df5e460644e2b33a. After some further discussion with other developers in the team it becomes clear there's no correct solution here. It is just more matter of what's more convenient in particular case. We're just going back to old code to avoid possible frustration with the older files in newer blenders. This also means all HSV/HSL is considered to be "linear" in the shading nodes. Would be ported to 2.73 final.
2015-01-06fix for doc generatorCampbell Barton
2015-01-06Fix leak in cycles-bakeCampbell Barton
2015-01-06Fix leak in select-similar regionsCampbell Barton
2015-01-06Fix buffer overrun calculating unique namesCampbell Barton
2015-01-06Fix a very stupid memleak in own bpy_app_translations.c code...Bastien Montagne
Safe for 2.73.
2015-01-06Fix T43034: beautify-fill leaves zero area tri'sCampbell Barton
2015-01-06cleanup: redundant tri-normal calculationCampbell Barton
2015-01-06Only add a fill brush to default .blend if there isn't one already. ForAntony Riakiotakis
some reason this happened twice here. Likely candidate for 2.73 final
2015-01-06Fix T43010 regression in material setting.Antony Riakiotakis
Caused by own fix for another display case. Shoud be safe for 2.73 final.
2015-01-06Fix T42977: Weights failed to display in Wireframe mode when using Face Selectjulianeisel
D948, reviewed by @mont29 (thanks for that)
2015-01-06Fix T42641, Graphical fragments showing on Blender 2.71 and higher when baking.Bastien Montagne
Safe for 2.73... This revert rB9b0ab890676790bb1e8e77797629b889ea66f69e - needed to set that threshold to a small negative value to remove the last artefacts reported in T39735, but now I could not reproduce any with the previous 0.0f value, so restoring it for the time being. If this 'shadowed neighbor face' case re-appears, we can always choose a value in-between, like -1e-18f...
2015-01-06Fix T43013: Flip with bridge aligned loopsCampbell Barton
2015-01-06cleanup: use cross_tri_v2 when area isn't needed.Campbell Barton
2015-01-06OSX: revive GHOST_HACK_getFirstFile cause it breaks things on older OSX ↵Jens Verwiebe
versions. Dunno exactly why this was done earlier, but propose not to remove code not understood.
2015-01-06Fix T42938: image.save_render sometimes saved the wrong passSergey Sharybin
Stupid mistake with non0initialized image user. Safe for final 2.73 release branch.
2015-01-06Cycles: Fix really bad bug with shadow rays on non-SSE CPUsSergey Sharybin
basically shadow rays were totally broken and most of the time did not record any intersections, leading to really ad rendering artifacts. This commit makes it so regardless of enabled optimization level render result would be the same.
2015-01-06Fix rna paint update callbacks assuming meshesCampbell Barton
2014-12-23Blender 2.73 release candidate commitv2.73-rc1Sergey Sharybin
This commit contains: - Subversion bump to 2.73 - Release cycle is set to "rc" - Submodules are pointed to appropriate tag now (addons contrib just points to the latest contrib repo) - New shiny splash screen!
2014-12-23Fix T42994: Own recent regression in fix for T42945 (rB5cc199e49581),Bastien Montagne
side/front/top ortho views would no more adapt their snapping unit to zoom factor. This code would need slightly more refactor actually, but this will be for after release!
2014-12-23Add missing keymap for paint curveCampbell Barton
2014-12-23Fix T42928: Drag-drop of generated files to compo reloads them, loosing editsSergey Sharybin
Origins of this issue goes back to T33402, where compo wasn't sure what kind of image it is working with (compo should know if it's multilayer or regular image). Now we only reload images when dar-dropping from outside of blender.
2014-12-22Fix T42952: Curve modifier not taken into account when curve is created from ↵Sergey Sharybin
mesh Curve and array modifiers requires curve path to be evaluated, dependency graph will make sure that curve eval would create such a path, but if curve was already evaluated we might miss path. So what we do now is: if path was not calculated for target curve we tag it for update.
2014-12-22partial revert ab6417aa9ff8cbd4831c3ed1837742c1178be25a was too strictGaia Clary
2014-12-22Quick fix for UI themes, by meta-androcto (Brendon Murphy), thanks.Bastien Montagne
2014-12-22Fix T42966: Py_Initialize: Unable to get the locale encodingSergey Sharybin
This only happened for SCons builds and caused by pure human stupidnes.