2013-01-11 |
Campbell Barton | include a stacktrace in the crashlog text written by... |
commit | commitdiff | tree |
2013-01-10 |
Brecht Van... | Fix #33824: cycles non-progressive render mode did... |
commit | commitdiff | tree |
2013-01-10 |
Bastien Montagne | Fix [#33825] Menu list widget does not work on UV and... |
commit | commitdiff | tree |
2013-01-10 |
Campbell Barton | speedup for DM_to_bmesh_ex(), no need to check vertex... |
commit | commitdiff | tree |
2013-01-10 |
Campbell Barton | minor speedup for DM_to_bmesh_ex(), only duplicate... |
commit | commitdiff | tree |
2013-01-10 |
Ton Roosendaal | Depsgraph hack feature - experimental |
commit | commitdiff | tree |
2013-01-10 |
Sergey Sharybin | Correction to do_versions() in 53676 |
commit | commitdiff | tree |
2013-01-10 |
Brecht Van... | Fix build error on Mac, bool needs an #include. |
commit | commitdiff | tree |
2013-01-10 |
Brecht Van... | Fix #33821: cycles background intensity fix had uniniti... |
commit | commitdiff | tree |
2013-01-10 |
Brecht Van... | Fix #33752: UV Orco coordinates were wrong for Cycles... |
commit | commitdiff | tree |
2013-01-10 |
Campbell Barton | add a segfault handler that writes out the info log... |
commit | commitdiff | tree |
2013-01-10 |
Sergey Sharybin | Fix #33822: Compositor gets stuck if a sequencer window... |
commit | commitdiff | tree |
2013-01-10 |
Campbell Barton | pyapi internal api code: check for == -1 rather then... |
commit | commitdiff | tree |
2013-01-10 |
Campbell Barton | simple speedup for view3d numeric panel - dont loop... |
commit | commitdiff | tree |
2013-01-10 |
Lukas Toenne | Another fix for bpy.props getters/setters: PyC_AsArray... |
commit | commitdiff | tree |
2013-01-10 |
Campbell Barton | fix for own mistake in recent changes to scanfill,... |
commit | commitdiff | tree |
2013-01-10 |
Campbell Barton | adding vertex color layer in mesh editmode would overwr... |
commit | commitdiff | tree |
2013-01-10 |
Brecht Van... | Fix too bright result in background multiple importance... |
commit | commitdiff | tree |
2013-01-10 |
Lukas Toenne | Fix for bpy.props getter/setter callbacks. These were... |
commit | commitdiff | tree |
2013-01-10 |
Campbell Barton | editmesh texface drawing, reuse customdata offset rathe... |
commit | commitdiff | tree |
2013-01-10 |
Ton Roosendaal | Bug fix 33732 |
commit | commitdiff | tree |
2013-01-10 |
Sergey Sharybin | Fix #33816: property not found: World.use_textures |
commit | commitdiff | tree |
2013-01-10 |
Sergey Sharybin | Stripping and packaging shall happen inside of chroot... |
commit | commitdiff | tree |
2013-01-10 |
Sergey Sharybin | Further tweaks to buildbot |
commit | commitdiff | tree |
2013-01-10 |
Campbell Barton | bmesh todo: uv stretch area draw mode wasn't calculatin... |
commit | commitdiff | tree |
2013-01-10 |
Sergey Sharybin | Switch linux buildbot to compile all cuda kernels in... |
commit | commitdiff | tree |
2013-01-10 |
Sergey Sharybin | Added new scons target: cudakernels |
commit | commitdiff | tree |
2013-01-10 |
Campbell Barton | don't call BKE_mesh_tessface_ensure() from DM_to_mesh... |
commit | commitdiff | tree |
2013-01-10 |
Campbell Barton | transforming verts was getting the bevel weight for... |
commit | commitdiff | tree |
2013-01-10 |
Campbell Barton | fix for editmesh calculating normals twice when using... |
commit | commitdiff | tree |
2013-01-10 |
Campbell Barton | don't store bevel weights or edge crease customdata... |
commit | commitdiff | tree |
2013-01-09 |
Brecht Van... | Cycles: different fix for perlin noise generating nan... |
commit | commitdiff | tree |
2013-01-09 |
Brecht Van... | Cycles: multiple importance sampling for lamps, which... |
commit | commitdiff | tree |
2013-01-09 |
Campbell Barton | speedup for editmesh getVert and getEdge, were doing... |
commit | commitdiff | tree |
2013-01-09 |
Lukas Toenne | Small fix for r53685: Allow setting NULL/None as parent... |
commit | commitdiff | tree |
2013-01-09 |
Lukas Toenne | Make the node.parent property editable in RNA, so frame... |
commit | commitdiff | tree |
2013-01-09 |
Ton Roosendaal | Usability fix: |
commit | commitdiff | tree |
2013-01-09 |
Brecht Van... | Fix #33815: blender internal crash rendering material... |
commit | commitdiff | tree |
2013-01-09 |
Sergey Sharybin | Remove glibc27 from buildbot scripts |
commit | commitdiff | tree |
2013-01-09 |
Campbell Barton | partial fix for [#32581] Mesh properties API does not... |
commit | commitdiff | tree |
2013-01-09 |
Campbell Barton | remove uiPanelClearType(), instead redraw all windows... |
commit | commitdiff | tree |
2013-01-09 |
Campbell Barton | fix [#33808] custom property write RNA_pointer_get... |
commit | commitdiff | tree |
2013-01-09 |
Ton Roosendaal | Mac HiDPI support: |
commit | commitdiff | tree |
2013-01-09 |
Campbell Barton | reduce the alpha of console selection (text was too... |
commit | commitdiff | tree |
2013-01-09 |
Sergey Sharybin | Fix #33796: Curve radius makes affect only in full... |
commit | commitdiff | tree |
2013-01-09 |
Campbell Barton | avoid having dangling panel pointers in the interface... |
commit | commitdiff | tree |
2013-01-09 |
Campbell Barton | add RNA_def_struct_ptr(...) to use for runtime struct... |
commit | commitdiff | tree |
2013-01-09 |
Campbell Barton | fix [#33806] weight paint crash and computer freeze... |
commit | commitdiff | tree |
2013-01-09 |
Campbell Barton | style cleanup |
commit | commitdiff | tree |
2013-01-09 |
Campbell Barton | drawing texture icon was multiplying the red channel... |
commit | commitdiff | tree |
2013-01-08 |
Sergey Sharybin | Style cleanup in OCIO area |
commit | commitdiff | tree |
2013-01-08 |
Sergey Sharybin | Fix #33809: Wrong exposure affect after alpha premul... |
commit | commitdiff | tree |
2013-01-08 |
Campbell Barton | fix [#33646] Deleting edge loops creates holes in uv map |
commit | commitdiff | tree |
2013-01-08 |
Campbell Barton | fix for select flushing in face mode for mesh 'Select... |
commit | commitdiff | tree |
2013-01-08 |
Campbell Barton | fix [#33784] Select Linked All + Seams fails to select... |
commit | commitdiff | tree |
2013-01-08 |
Ton Roosendaal | Macbook HiDPI support: reshuffled code to make it compi... |
commit | commitdiff | tree |
2013-01-08 |
Sergey Sharybin | Fix for recent tile_order feature not working properly... |
commit | commitdiff | tree |
2013-01-08 |
Ton Roosendaal | Added trackpad (and magic mouse) support to control... |
commit | commitdiff | tree |
2013-01-08 |
Campbell Barton | fix [#33797] decimate modifier bug on uv-coordinates... |
commit | commitdiff | tree |
2013-01-08 |
Sergey Sharybin | Alpha-over images on a black background when in RGB... |
commit | commitdiff | tree |
2013-01-08 |
Ton Roosendaal | Bugfix #33803 |
commit | commitdiff | tree |
2013-01-08 |
Campbell Barton | fix [#33792] Accessing a bmesh object created by from_o... |
commit | commitdiff | tree |
2013-01-08 |
Campbell Barton | use guarded malloc for blf texture |
commit | commitdiff | tree |
2013-01-08 |
Sergey Sharybin | Make "Clone" option in project paint options more clear... |
commit | commitdiff | tree |
2013-01-08 |
Sergey Sharybin | Remove unused IMB function which wasn't ported to new... |
commit | commitdiff | tree |
2013-01-08 |
Campbell Barton | fix own error in recent update to follow active quads... |
commit | commitdiff | tree |
2013-01-08 |
Sergey Sharybin | Fix #33804: Blender crash unlinking multilayer exr... |
commit | commitdiff | tree |
2013-01-08 |
Jens Verwiebe | OSX: take back 53611 for now, give trouble with the... |
commit | commitdiff | tree |
2013-01-08 |
Jens Verwiebe | OSX: remove a unneccessary condition, QTKit can do... |
commit | commitdiff | tree |
2013-01-08 |
Alex Fraser | Fix for [#33788] Particles - Fluid "exploding" behavior |
commit | commitdiff | tree |
2013-01-08 |
Howard Trickey | Fix bevel crash #33801, when first edge of a vertex... |
commit | commitdiff | tree |
2013-01-08 |
Campbell Barton | simplify fcm_generator_verify() using MEM_recallocN |
commit | commitdiff | tree |
2013-01-08 |
Campbell Barton | style cleanup |
commit | commitdiff | tree |
2013-01-08 |
Campbell Barton | style cleanup |
commit | commitdiff | tree |
2013-01-08 |
Joshua Leung | Motion Path drawing tweaks and fixes |
commit | commitdiff | tree |
2013-01-07 |
Antony Riakiotakis | comment fix. |
commit | commitdiff | tree |
2013-01-07 |
Antony Riakiotakis | * Fix for #31581. The issue was that we scaled the... |
commit | commitdiff | tree |
2013-01-07 |
Thomas Dinges | Cycles / Tile Rendering: |
commit | commitdiff | tree |
2013-01-07 |
Sergey Sharybin | ui_lists shall be NULLed in BKE_area_region_copy |
commit | commitdiff | tree |
2013-01-07 |
Campbell Barton | dont copy the mvert array in DM_to_bmesh_ex() |
commit | commitdiff | tree |
2013-01-07 |
Antony Riakiotakis | Make options for background gradient more organized. |
commit | commitdiff | tree |
2013-01-07 |
Campbell Barton | minor improvement to CustomData_bmesh_merge(), allocate... |
commit | commitdiff | tree |
2013-01-07 |
Ton Roosendaal | Bug fix 33778 |
commit | commitdiff | tree |
2013-01-07 |
Sergey Sharybin | Fix #33735: sequencer crash when using rendered preview |
commit | commitdiff | tree |
2013-01-07 |
Campbell Barton | add error check for qtcreator&netbeans project file... |
commit | commitdiff | tree |
2013-01-07 |
Howard Trickey | Add normal_flip() member to Python BMesh's Face. |
commit | commitdiff | tree |
2013-01-07 |
Campbell Barton | add area_poly_v3_max() for use with area_poly_v3 |
commit | commitdiff | tree |
2013-01-07 |
Sergey Sharybin | Motion tracking API change |
commit | commitdiff | tree |
2013-01-07 |
Sergey Sharybin | Track.insert_frame used to create markers with zero... |
commit | commitdiff | tree |
2013-01-07 |
Campbell Barton | split viewport clearing into its own function: view3d_m... |
commit | commitdiff | tree |
2013-01-07 |
Campbell Barton | code cleanup: warnings and use stdbool for bpy* funcs. |
commit | commitdiff | tree |
2013-01-07 |
Campbell Barton | compare normalized vectors when calculating the view... |
commit | commitdiff | tree |
2013-01-07 |
Campbell Barton | style cleanup |
commit | commitdiff | tree |
2013-01-07 |
Campbell Barton | style cleanup: '} else' and add this check to check_sty... |
commit | commitdiff | tree |
2013-01-07 |
Mike Erwin | fix for bugs 30300, 31107: pen pressure with multiple... |
commit | commitdiff | tree |
2013-01-06 |
Mitchell Stokes | BGE: Fix for [#33053] "2.6x Joystick Sensor Event:... |
commit | commitdiff | tree |
2013-01-06 |
Nicholas Bishop | Fix for r53610, check that ob->sculpt is valid before... |
commit | commitdiff | tree |
2013-01-06 |
Antony Riakiotakis | Initialize gradient for default theme |
commit | commitdiff | tree |
2013-01-06 |
Antony Riakiotakis | Small draw optimization: Draw sky with glDrawElements... |
commit | commitdiff | tree |
2013-01-06 |
Ton Roosendaal | Three fixes: |
commit | commitdiff | tree |
next |