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-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
2013-05-01Fix #35171: crash rendering cube with two subsurf modifier in some circumstan...Brecht Van Lommel
2013-05-01Fix #35166: texture paint mask texture stencil not scaling properly.Brecht Van Lommel
2013-05-01[Bug #35108] Shortcuts 3dsmax blender 2.67RCMichael Fox
2013-05-01replace error reports with poll() function for editmesh select ungroupedCampbell Barton
2013-05-01fix for select ungrouped vertices not flushing, also group select menu items ...Campbell Barton
2013-05-01use 'normal' orientation rather then 'local' with individual origins to use t...Campbell Barton
2013-05-01Fix projection paint clone/soften/smear no longer working with textures,Brecht Van Lommel
2013-05-01style cleanupCampbell Barton
2013-05-01fix [#35164] UV unwrapping crash blenderCampbell Barton
2013-05-01remove headers from FRS_freestyle.hCampbell Barton