2012-10-25 |
Bastien Montagne | Cleanup: remove old, commented code for constraints... |
commit | commitdiff | tree |
2012-10-25 |
Campbell Barton | skip updating tessface customdata layers when joining... |
commit | commitdiff | tree |
2012-10-25 |
Campbell Barton | fix for build error in own commit with non gcc compiler... |
commit | commitdiff | tree |
2012-10-25 |
Campbell Barton | bmesh todo: dont calculate normals in editmesh with... |
commit | commitdiff | tree |
2012-10-25 |
Campbell Barton | add BLI_STATIC_ASSERT macro. |
commit | commitdiff | tree |
2012-10-25 |
Nicholas Bishop | Various convex hull fixes |
commit | commitdiff | tree |
2012-10-25 |
Campbell Barton | hide text overlays when 'Only Render' option is enabled. |
commit | commitdiff | tree |
2012-10-25 |
Campbell Barton | fix [#32938] The Splash Screen doesn't show up correctl... |
commit | commitdiff | tree |
2012-10-24 |
Brecht Van... | Fix #32964: IK constraint had a "Target" option, which... |
commit | commitdiff | tree |
2012-10-24 |
Brecht Van... | Cycles UI: keep node input sockets collapsed by default... |
commit | commitdiff | tree |
2012-10-24 |
Brecht Van... | Fix #30940: layout.prop_search() item not drawing corre... |
commit | commitdiff | tree |
2012-10-24 |
Joerg Mueller | Audaspace: |
commit | commitdiff | tree |
2012-10-24 |
Brecht Van... | Fix #31894: cycles node muting not working, was not... |
commit | commitdiff | tree |
2012-10-24 |
Brecht Van... | Fix blender player link error with scons, include openn... |
commit | commitdiff | tree |
2012-10-24 |
Alexander Pinzon | Solved the problem when WITH_PLAYER activated. |
commit | commitdiff | tree |
2012-10-24 |
Campbell Barton | add section on how to run scripts in blender for the... |
commit | commitdiff | tree |
2012-10-24 |
Sergey Sharybin | Patch #29142: Reduce hopping when switching between... |
commit | commitdiff | tree |
2012-10-24 |
Campbell Barton | fix for maximized startup blend preventing -p command... |
commit | commitdiff | tree |
2012-10-24 |
Jeroen Bakker | set default value of defocus maxblur when this is unset... |
commit | commitdiff | tree |
2012-10-24 |
Sergey Sharybin | Patch #31641: Text editor: unindent even if no selection |
commit | commitdiff | tree |
2012-10-24 |
Campbell Barton | made mistake of saving last startup.blend on my second... |
commit | commitdiff | tree |
2012-10-24 |
Ton Roosendaal | Bugfix #31527 |
commit | commitdiff | tree |
2012-10-24 |
Sergey Sharybin | Fix #32951: Progressive refine crashing Blender when... |
commit | commitdiff | tree |
2012-10-24 |
Bastien Montagne | Unhide "simplify stroke" option of Grease Pencil stroke... |
commit | commitdiff | tree |
2012-10-24 |
Jeroen Bakker | Oeps... Enabled the pixelate node added documentation... |
commit | commitdiff | tree |
2012-10-24 |
Ton Roosendaal | Bugfix #32496 |
commit | commitdiff | tree |
2012-10-24 |
Lukas Toenne | Fix #32835, Reroute node on shading nodes connection... |
commit | commitdiff | tree |
2012-10-24 |
Campbell Barton | no need to update normals when running edge-split modif... |
commit | commitdiff | tree |
2012-10-24 |
Campbell Barton | reneme volume_preservation -> use_volume_preserve |
commit | commitdiff | tree |
2012-10-24 |
Campbell Barton | code cleanup: some edits for unused vars in recent... |
commit | commitdiff | tree |
2012-10-24 |
Thomas Dinges | UI fixes for Laplacian Smooth (r51578): |
commit | commitdiff | tree |
2012-10-24 |
Thomas Dinges | Compile fix for r51578: |
commit | commitdiff | tree |
2012-10-24 |
Daniel Genrich | Merge GSoC project from branch: Laplacian Smooth (Opera... |
commit | commitdiff | tree |
2012-10-24 |
Bastien Montagne | Back to "Espanol" (instead os "Castellano"), as it... |
commit | commitdiff | tree |
2012-10-24 |
Lukas Toenne | Removed the experimental (and commented-out) code for... |
commit | commitdiff | tree |
2012-10-24 |
Ton Roosendaal | Bugfix #32617 |
commit | commitdiff | tree |
2012-10-24 |
Campbell Barton | style cleanup |
commit | commitdiff | tree |
2012-10-24 |
Jeroen Bakker | Updated crop image setting to make every pixel outside... |
commit | commitdiff | tree |
2012-10-24 |
Jeroen Bakker | Adding a pixelate node. |
commit | commitdiff | tree |
2012-10-24 |
Campbell Barton | use smaller type for kdopbvh - this change was made... |
commit | commitdiff | tree |
2012-10-24 |
Campbell Barton | add CDDM_from_bmesh(), avoids using BMEditMesh in modif... |
commit | commitdiff | tree |
2012-10-24 |
Campbell Barton | code cleanup: move doxy comments into the C files. |
commit | commitdiff | tree |
2012-10-24 |
Campbell Barton | style cleanup: modifier structs |
commit | commitdiff | tree |
2012-10-24 |
Campbell Barton | enable decimate modifier for curves. |
commit | commitdiff | tree |
2012-10-24 |
Campbell Barton | use int's for kdopbvh start/stop axis since there were... |
commit | commitdiff | tree |
2012-10-24 |
Campbell Barton | use min_ii/max_ii over MIN2 MAX2 |
commit | commitdiff | tree |
2012-10-24 |
Campbell Barton | fix [#32855] Obj im and export and the file path and... |
commit | commitdiff | tree |
2012-10-24 |
Campbell Barton | comment R_SEQ_GL_REND flag, opengl render now does... |
commit | commitdiff | tree |
2012-10-24 |
Campbell Barton | - enable GPU mipmap generation by default (Sergey and... |
commit | commitdiff | tree |
2012-10-24 |
Campbell Barton | enable rendering from the sequencer again. this was... |
commit | commitdiff | tree |
2012-10-24 |
Campbell Barton | rename axis_primary_v3() to max_axis_v3() to avoid... |
commit | commitdiff | tree |
2012-10-24 |
Janne Karhu | Final fix for [#31017] Particles not generated on Grid... |
commit | commitdiff | tree |
2012-10-23 |
Nicholas Bishop | Partially replace convex hull implementation with Bulle... |
commit | commitdiff | tree |
2012-10-23 |
Nicholas Bishop | Patch Bullet to make it's convex hull implementation... |
commit | commitdiff | tree |
2012-10-23 |
Bastien Montagne | Separate languages file generation code into its own... |
commit | commitdiff | tree |
2012-10-23 |
Bastien Montagne | Fix #2 for [#32954] Crash when activating 'Internationa... |
commit | commitdiff | tree |
2012-10-23 |
Brecht Van... | Fix #27834: AAO color bleeding failure case with raytra... |
commit | commitdiff | tree |
2012-10-23 |
Howard Trickey | Fix knife sensitivity issue (#30637): better calculatio... |
commit | commitdiff | tree |
2012-10-23 |
Sergey Sharybin | Fix #32954: Crash when activating 'International Fonts... |
commit | commitdiff | tree |
2012-10-23 |
Sergey Sharybin | Cycles: update buffers only once in a while when progre... |
commit | commitdiff | tree |
2012-10-23 |
Sergey Sharybin | Solve unresolved call of min(int&, unsigned int&) |
commit | commitdiff | tree |
2012-10-23 |
Sergey Sharybin | Fix #32951: Progressive refine crashing Blender when... |
commit | commitdiff | tree |
2012-10-23 |
Campbell Barton | reduce float comparisons for keying operation and despill. |
commit | commitdiff | tree |
2012-10-23 |
Campbell Barton | use min_ max_ functions in more places. |
commit | commitdiff | tree |
2012-10-23 |
Brecht Van... | Fix #32837: DDS images flipped in viewport compared... |
commit | commitdiff | tree |
2012-10-23 |
Campbell Barton | skip hidden datablocks when switching screens. |
commit | commitdiff | tree |
2012-10-23 |
Campbell Barton | comment quick cache RNA and quiet compiler werning. |
commit | commitdiff | tree |
2012-10-23 |
Ton Roosendaal | Related to previous commit I did: |
commit | commitdiff | tree |
2012-10-23 |
Brecht Van... | Fix #32867: normal map baking issue with flat shaded... |
commit | commitdiff | tree |
2012-10-23 |
Brecht Van... | Fix #30801: cycles rendering issue with missing particl... |
commit | commitdiff | tree |
2012-10-23 |
Howard Trickey | Use better epsilon for line intersection, fixes bug... |
commit | commitdiff | tree |
2012-10-23 |
Ton Roosendaal | Bugfix 30974 |
commit | commitdiff | tree |
2012-10-23 |
Campbell Barton | code cleanup: give rng functions BLI prefix. |
commit | commitdiff | tree |
2012-10-23 |
Campbell Barton | debug output: stop printing event handlers for mouse... |
commit | commitdiff | tree |
2012-10-23 |
Campbell Barton | rename api functions... |
commit | commitdiff | tree |
2012-10-23 |
Lukas Toenne | Fix for direct_link of local ID data blocks (node trees... |
commit | commitdiff | tree |
2012-10-23 |
Sergey Sharybin | Fix #32941: Sequencer Preview shows texture which is... |
commit | commitdiff | tree |
2012-10-23 |
Campbell Barton | code cleanup: remove $Id's that crept back in, also... |
commit | commitdiff | tree |
2012-10-23 |
Sergey Sharybin | Correction to recent fix for shader nodes -- image... |
commit | commitdiff | tree |
2012-10-23 |
Sergey Sharybin | Sizeerror 8 fix for DecimateModifierData |
commit | commitdiff | tree |
2012-10-23 |
Brecht Van... | Fix #32943: sculpt mode draw crash with VBO and flat... |
commit | commitdiff | tree |
2012-10-23 |
Campbell Barton | fix for crash using an uninitialized pointer when fcurv... |
commit | commitdiff | tree |
2012-10-23 |
Sergey Sharybin | Display buffer should be marked as invalid when setting... |
commit | commitdiff | tree |
2012-10-23 |
Jeroen Bakker | Fix for [#28927] Z-Transp disables Material Pass Index |
commit | commitdiff | tree |
2012-10-23 |
Campbell Barton | fix for issues in new decimator |
commit | commitdiff | tree |
2012-10-23 |
Campbell Barton | add option to planar decimator to collapse all verts... |
commit | commitdiff | tree |
2012-10-23 |
Campbell Barton | fix for edge collapse decimator re-combining triangles... |
commit | commitdiff | tree |
2012-10-23 |
Campbell Barton | add option for decimate-collapse to keep triangulated... |
commit | commitdiff | tree |
2012-10-23 |
Campbell Barton | add limited dissolve as a decimation type to the decima... |
commit | commitdiff | tree |
2012-10-23 |
Campbell Barton | add un-subdivude as an optional method for the decimate... |
commit | commitdiff | tree |
2012-10-23 |
Campbell Barton | code cleanup: quiet warning |
commit | commitdiff | tree |
2012-10-23 |
Campbell Barton | style cleanup: also rename bmesh_decimate.c --> bmesh_d... |
commit | commitdiff | tree |
2012-10-22 |
Andrea Weikert | fix: drivers on materials and texture don't update... |
commit | commitdiff | tree |
2012-10-22 |
Brecht Van... | Fix #32937: cycles missing update when changing scene... |
commit | commitdiff | tree |
2012-10-22 |
Brecht Van... | Fix related to #32933: UV unwrap had 0.0 margin by... |
commit | commitdiff | tree |
2012-10-22 |
Brecht Van... | Fix build when WITH_INTERNATIONAL is disabled. |
commit | commitdiff | tree |
2012-10-22 |
Sergey Sharybin | Temporary disable sm_13 for 32bit buildbot -- it requir... |
commit | commitdiff | tree |
2012-10-22 |
Sergey Sharybin | RNA C++ API improvements |
commit | commitdiff | tree |
2012-10-22 |
Sergey Sharybin | Fix #32930: texture colors in material nodes (blender... |
commit | commitdiff | tree |
2012-10-22 |
Sergey Sharybin | Fix #32522: Object's diffuse color not showing in Sculp... |
commit | commitdiff | tree |
next |