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
path: root/source
AgeCommit message (Expand)Author
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-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-01fix error running ED_view3d_project_float_v3_m4 on 2d vec (thanks Sergey for ...Campbell Barton
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 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-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
2013-05-01holding ctrl when using arrow keys in the text editor didn't navigate newlines.Campbell Barton
2013-05-01fix for missing slot in edge bisect bmesh operator.Campbell Barton
2013-05-01fix for yet another off by one error in console code, could crash deleting wo...Campbell Barton
2013-05-01remove direct freestyle data access from bmesh, was crashing and this should ...Campbell Barton
2013-05-01Fix tiled overlay not matching up with stroke result in 2d painting.Antony Riakiotakis
2013-05-01Fix: Overlay was getting invalidated too often in image editor makingAntony Riakiotakis
2013-05-01Fix: texture alpha masking not functional after recent commits. Mask isAntony Riakiotakis
2013-04-30fix for setting int customdata layer names not ensuring uniqueness.Campbell Barton
2013-04-30More painting fixes:Brecht Van Lommel
2013-04-30Bug fix #35151Ton Roosendaal
2013-04-30Fix compilation in release mode with strict flagsSergey Sharybin
2013-04-30Bug fix #35143Ton Roosendaal
2013-04-30Fix another part of #35141: there was no way to reset the stencil transform a...Brecht Van Lommel
2013-04-30Fix #35141: stencil and 3D texture mode did not work with 2D image paint.Brecht Van Lommel
2013-04-30Fix for #35147, view in backdrop and image editor in compositor don't work an...Lukas Toenne
2013-04-30More image painting fixes:Brecht Van Lommel
2013-04-30Fix #35144: Image editor is not updateing if in new windowSergey Sharybin
2013-04-30fix [#35156] Edge slide gg shortcut brings up wrong settings.Campbell Barton
2013-04-30fix for an issue raised in [#35154],Campbell Barton