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
2013-05-05Fix for non-terminated reading of JPEG metadataSv. Lockal
2013-05-04Fix quicktime video export not properly supporting animation of audio propert...Brecht Van Lommel
2013-05-04fix for mistake in own recent commit, broke operator search (r56465).Campbell Barton
2013-05-04Fix #35207: addition to previous fix to avoid OSL getting uninitializedBrecht Van Lommel
2013-05-03Second part of fix for regression of nodes UI translation (since new pynodes)...Bastien Montagne
2013-05-03Fix for recent glossy BSDF fix, color ramp test file was rendering different.Brecht Van Lommel
2013-05-03One-liner fix for part of regression of nodes UI translation (since new pynod...Bastien Montagne
2013-05-03correct own recent commit, confused totloop with dm_totloop, rename vars & co...Campbell Barton
2013-05-03disable view3d dolly, move, pan -- when the view offset is locked, also corre...Campbell Barton
2013-05-03knife sort_by_frac_along was re-calculating the reference factor for every te...Campbell Barton
2013-05-03Possible fix for #35198: uninitialized memory access with background multipleBrecht Van Lommel
2013-05-03Fix #34889: negative lights not working in glsl view and game engine.Brecht Van Lommel
2013-05-03Minor code clean-up.Tamito Kajiyama
2013-05-03Fix for shaders.py based on code review comments from flokkievids.Tamito Kajiyama
2013-05-03remove unused random number generator, thanks Bao2 for spotting.Campbell Barton
2013-05-03bge py api: raise an overflow exception when assigning a float to a bge objec...Campbell Barton
2013-05-03fix [#35194] Change view while LoopCut is active breaks the cut optionsCampbell Barton
2013-05-03Fix #35160: cycles was rendering glossy BSDF's with zero roughness too roughBrecht Van Lommel
2013-05-03adjustment to own commit r56463.Campbell Barton
2013-05-02fix for mistake in own commit r56399, it broke click-dragging to open and sel...Campbell Barton
2013-05-02Fix #35157: export key configuration did not export text input events correctly.Brecht Van Lommel
2013-05-02Fix #35190: texture mask stencil Reset Transform did not work properly.Brecht Van Lommel
2013-05-02Revert fix for #34822Ton Roosendaal
2013-05-02Fix #35174: dynamic paint displacement missing in render.Brecht Van Lommel
2013-05-02A bit more clear error message...Bastien Montagne
2013-05-02Fix [#35173] Object's draw_type resets when removing smokeDaniel Genrich
2013-05-02Fix #35177: Press P Crashes Blender After Fracture of CubeSergey Sharybin
2013-05-02Fix #35182: VSE - speed control Trim duration (soft) end reset to 0Sergey Sharybin
2013-05-02avoid per-vertex mask layer lookups for dyntopo.Campbell Barton
2013-05-02fix [#35178] Autoselect-in-list for Vertex Group selection doesn't work.Campbell Barton
2013-05-02interface: clear red-alert flag when editing a button, confuses and makes it ...Campbell Barton
2013-05-02don't show an 'X' next to never-null pointer search menus.Campbell Barton
2013-05-02add missing call to update rv3d->persmatob, mostly this worked except with ac...Campbell Barton
2013-05-02remove re-allocations while building weight paint color array, move button to...Campbell Barton
2013-05-02fix [#34609] mesh.getVertex doesn't work as spected with poly.getMaterialInde...Campbell Barton
2013-05-02make rna layer access less cryptic by using ARRAY_HAS_ITEM(), modified this t...Campbell Barton
2013-05-01Fix 2D painting gave squares rather than a disk for the "Max" curve falloff s...Brecht Van Lommel
2013-05-01Fix double free error in OpenEXR when file cannot be savedSv. Lockal
2013-05-01Some minor cleanup/polish...Bastien Montagne
2013-05-01Fix #35081: opening .blend files with chinese characters not working. ForBrecht Van Lommel
2013-05-01edge_inside_circle was doing redundant float -> int -> float conversion, also...Campbell Barton
2013-05-01This should at least prevent crash in [#35172]...Bastien Montagne
2013-05-01fix error running ED_view3d_project_float_v3_m4 on 2d vec (thanks Sergey for ...Campbell Barton
2013-05-01Fix Show Brush button being missing from the UI for paint modes, the feature wasBrecht Van Lommel
2013-05-01Fix missing brush cursor redraw for texture paint when no pixels changed in theBrecht Van Lommel
2013-05-01Fix #35149: solidify modifier + vertex parent not working after going in and outBrecht Van Lommel
2013-05-01Fix for [#35116] Freestyle StringUtils::toAscii breakes non-ascii path values.Tamito Kajiyama
2013-05-01Fix for bug reported by Thomas Dinges on IRC: OSL script node was not initial...Lukas Toenne
2013-05-01Cycles / OSL:Thomas Dinges
2013-05-01Fix missing brush texture mask in texture properties, for cycles. Handling thisBrecht Van Lommel