2012-10-06 |
Lukas Toenne | Fix for incomplete loading of liboslexec static library... |
commit | commitdiff | tree |
2012-10-06 |
Campbell Barton | added simple checker for array sizes, uses clang to... |
commit | commitdiff | tree |
2012-10-06 |
Campbell Barton | fix writing past array bounds in imagewraposa(). |
commit | commitdiff | tree |
2012-10-06 |
Campbell Barton | fix reading past array bounds for nearest_uv_between... |
commit | commitdiff | tree |
2012-10-06 |
Brecht Van... | Fix for UV texture coordinate problem in cycles, after... |
commit | commitdiff | tree |
2012-10-06 |
Lukas Toenne | Better support for LLVM linking, needed for static... |
commit | commitdiff | tree |
2012-10-06 |
Sergey Sharybin | Color Management: fixed loading configuration from... |
commit | commitdiff | tree |
2012-10-06 |
Joshua Leung | Bugfix [#32789] (Minor) Different types used between... |
commit | commitdiff | tree |
2012-10-06 |
Campbell Barton | toggle cut through in the knife tool now refreshes... |
commit | commitdiff | tree |
2012-10-06 |
Campbell Barton | fix [#32779] Bmesh module: assigning to bm.select_mode... |
commit | commitdiff | tree |
2012-10-06 |
Campbell Barton | add mball_foreachScreenElem() and use for lasso & circl... |
commit | commitdiff | tree |
2012-10-06 |
Campbell Barton | add circle select for metaballs |
commit | commitdiff | tree |
2012-10-06 |
Campbell Barton | disable padding warning for DNA, gave problems with... |
commit | commitdiff | tree |
2012-10-05 |
Dan Eicher | Grease Pencil notifier/listener cleanup |
commit | commitdiff | tree |
2012-10-05 |
Campbell Barton | use pose_foreachScreenBone for pose lasso and circle... |
commit | commitdiff | tree |
2012-10-05 |
Brecht Van... | Fix part of cycles/osl light pass rendering, transmissi... |
commit | commitdiff | tree |
2012-10-05 |
Campbell Barton | add armature_foreachScreenBone(), use for lasso and... |
commit | commitdiff | tree |
2012-10-05 |
Campbell Barton | code cleanup: de-duplicate enum. |
commit | commitdiff | tree |
2012-10-05 |
Campbell Barton | code cleanup: use functions to initialize selection... |
commit | commitdiff | tree |
2012-10-05 |
Joshua Leung | Code cleanup |
commit | commitdiff | tree |
2012-10-05 |
Brecht Van... | Fix generated texture coordinate issue after "from... |
commit | commitdiff | tree |
2012-10-05 |
Joshua Leung | Follow Path Constraint - "Animate Path" Operator |
commit | commitdiff | tree |
2012-10-05 |
Joshua Leung | Whitespace edits |
commit | commitdiff | tree |
2012-10-05 |
Joshua Leung | Warning indicators for animators when Auto Keying is... |
commit | commitdiff | tree |
2012-10-05 |
Brecht Van... | Fix #32770: iTaSC IK solver not working correct with... |
commit | commitdiff | tree |
2012-10-05 |
Joshua Leung | Typo fix: Tooltip for "Offset Factor" for FollowPath... |
commit | commitdiff | tree |
2012-10-05 |
Bastien Montagne | Clean up in "add object" code: |
commit | commitdiff | tree |
2012-10-05 |
Brecht Van... | Fix #32734: Object.to_mesh() gave wrong user count... |
commit | commitdiff | tree |
2012-10-05 |
Brecht Van... | Fix related to #32734: crash saving blend file from... |
commit | commitdiff | tree |
2012-10-05 |
Brecht Van... | Fix #32735: GLSL shadows not working together with... |
commit | commitdiff | tree |
2012-10-05 |
Campbell Barton | more improvements to logic for selection/projection... |
commit | commitdiff | tree |
2012-10-05 |
Sergey Sharybin | Fixed compilation error on widows |
commit | commitdiff | tree |
2012-10-05 |
Sergey Sharybin | Booleans: epsilon for planar checks seems a bit too... |
commit | commitdiff | tree |
2012-10-05 |
Sergey Sharybin | Fix #32707: texture preview not loaded |
commit | commitdiff | tree |
2012-10-05 |
Bastien Montagne | Some effect-less code cleanup... |
commit | commitdiff | tree |
2012-10-05 |
Joshua Leung | Bugfix [#32760] Crash on entering pose mode if motion... |
commit | commitdiff | tree |
2012-10-05 |
Campbell Barton | fixes/minor improvements to circle select in armature... |
commit | commitdiff | tree |
2012-10-05 |
Campbell Barton | fix for circle select ignoring lock selection option... |
commit | commitdiff | tree |
2012-10-05 |
Campbell Barton | replace ED_view3d_project_short_* with ED_view3d_projec... |
commit | commitdiff | tree |
2012-10-05 |
Campbell Barton | knife tool: avoid sqrt's for length comparison, and... |
commit | commitdiff | tree |
2012-10-05 |
Campbell Barton | fix for bug in loop select, picking the active vert... |
commit | commitdiff | tree |
2012-10-05 |
Campbell Barton | replace most uses of ED_view3d_project_float_noclip... |
commit | commitdiff | tree |
2012-10-05 |
Campbell Barton | replace ED_view3d_project_float with ED_view3d_project_... |
commit | commitdiff | tree |
2012-10-05 |
Campbell Barton | Improvements for knife tool execute function (code... |
commit | commitdiff | tree |
2012-10-05 |
Campbell Barton | code cleanup: quiet warnings and use define for transfo... |
commit | commitdiff | tree |
2012-10-05 |
Campbell Barton | add ED_view3d_project_float_global, ED_view3d_project_f... |
commit | commitdiff | tree |
2012-10-04 |
Thomas Dinges | * Fix Scons build when OCIO is disabled. |
commit | commitdiff | tree |
2012-10-04 |
Brecht Van... | Cycles: add "From Dupli" option for texture coordinate... |
commit | commitdiff | tree |
2012-10-04 |
Brecht Van... | Mesh Deform Modifier: binding is now accelerated with... |
commit | commitdiff | tree |
2012-10-04 |
Bastien Montagne | Quick fix for [#32764] Some new object types are added... |
commit | commitdiff | tree |
2012-10-04 |
Sergey Sharybin | Fix #32763: Image flickering appears if Movie Clip... |
commit | commitdiff | tree |
2012-10-04 |
Brecht Van... | Fix #31806: cycles crash rendering a particular node... |
commit | commitdiff | tree |
2012-10-04 |
Brecht Van... | UI: buttons that open menus now align to the menu rathe... |
commit | commitdiff | tree |
2012-10-04 |
Brecht Van... | Code cleanup: fix some clang checker warnings. |
commit | commitdiff | tree |
2012-10-04 |
Bastien Montagne | Fix for commit r51049: no need to create two contexts... |
commit | commitdiff | tree |
2012-10-04 |
Sergey Sharybin | Fix #32755: Stripes in Metastrip can not be moved on... |
commit | commitdiff | tree |
2012-10-04 |
Sv. Lockal | Add translation context for volume (Audio), pitch ... |
commit | commitdiff | tree |
2012-10-04 |
Campbell Barton | make ED_view3d_project_int equivalent to ED_view3d_proj... |
commit | commitdiff | tree |
2012-10-04 |
Campbell Barton | refactor ED_view3d_project_short & ED_view3d_project_sh... |
commit | commitdiff | tree |
2012-10-04 |
Dan Eicher | Have CPack rpm builder install the colorspace folder too |
commit | commitdiff | tree |
2012-10-04 |
Bastien Montagne | Kind of cleanup of "menu strings": always have a space... |
commit | commitdiff | tree |
2012-10-04 |
Bastien Montagne | Fix for rtl processing of menu strings... |
commit | commitdiff | tree |
2012-10-04 |
Sergey Sharybin | Color Management: fallback to stub ocio implementation... |
commit | commitdiff | tree |
2012-10-04 |
Campbell Barton | style cleanup: comment blocks |
commit | commitdiff | tree |
2012-10-04 |
Campbell Barton | code cleanup: comment verse outliner views, also correc... |
commit | commitdiff | tree |
2012-10-04 |
Jens Verwiebe | OSX/cmake: fix warning: go back to initial state, not... |
commit | commitdiff | tree |
2012-10-04 |
Jens Verwiebe | OSX/cmake: fix warning: second try |
commit | commitdiff | tree |
2012-10-04 |
Joshua Leung | Bugfix [#32754] Clear Motion paths button not available... |
commit | commitdiff | tree |
2012-10-04 |
Joshua Leung | Added convenience operator to clear animation (i.e... |
commit | commitdiff | tree |
2012-10-04 |
Jens Verwiebe | OSX/cmake: fix warning: -Wuninitialized is not supporte... |
commit | commitdiff | tree |
2012-10-04 |
Campbell Barton | fix for using hsv uninitialized in ui_draw_but_HSVCIRCLE() |
commit | commitdiff | tree |
2012-10-04 |
Campbell Barton | code cleanup: make the behavior of set_current_material... |
commit | commitdiff | tree |
2012-10-04 |
Campbell Barton | avoid a sqrtf call in ui_hsvcircle_vals_from_pos()... |
commit | commitdiff | tree |
2012-10-04 |
Campbell Barton | use GCC's -Wpadded on DNA files, gives more useful... |
commit | commitdiff | tree |
2012-10-04 |
Campbell Barton | code cleanup: remove USE_BMESH_FORWARD_COMPAT - this... |
commit | commitdiff | tree |
2012-10-04 |
Thomas Dinges | * Trunk is open again, BCon 1. |
commit | commitdiff | tree |
2012-10-03 |
Dan Eicher | colormanage_colorspace_get_named() can (and does) retur... |
commit | commitdiff | tree |
2012-10-03 |
Sergey Sharybin | Artifacts on splash are resolved. |
commit | commitdiff | tree |
2012-10-03 |
Sergey Sharybin | Correction to commit rev48866 -- convert_tface_mt must... |
commit | commitdiff | tree |
2012-10-03 |
Thomas Dinges | * Fix for the elsyiun.xml theme, Reports in Info Header... |
commit | commitdiff | tree |
2012-10-03 |
Sergey Sharybin | Fix #32742: Motion path calculation on linked armatures... |
commit | commitdiff | tree |
2012-10-03 |
Campbell Barton | fix [#32743] Freed memory access when freeing materials. |
commit | commitdiff | tree |
2012-10-03 |
Campbell Barton | fix [#32739] Glare node does "add" instead of "lighten" |
commit | commitdiff | tree |
2012-10-03 |
Campbell Barton | fix for cmake constructing an invalid include path. |
commit | commitdiff | tree |
2012-10-02 |
Sergey Sharybin | Entering Bcon5 stage! |
commit | commitdiff | tree |
2012-10-02 |
Alex Fraser | Added example of KX_GameObject subclassing to game... |
commit | commitdiff | tree |
2012-10-02 |
Campbell Barton | freeing node trees no longer decreases their user count... |
commit | commitdiff | tree |
2012-10-02 |
Campbell Barton | revert fix for [#31555] Username with special chars... |
commit | commitdiff | tree |
2012-10-02 |
Campbell Barton | correct spelling error in operator property |
commit | commitdiff | tree |
2012-10-02 |
Jeroen Bakker | * fix for regression test [compo_map_uv.blend] |
commit | commitdiff | tree |
2012-10-02 |
Jeroen Bakker | * fix for regression file [compo_map_zcombine_cubes... |
commit | commitdiff | tree |
2012-10-02 |
Thomas Dinges | UI: |
commit | commitdiff | tree |
2012-10-02 |
Campbell Barton | fix for crash in own recent masking commit with 'flood... |
commit | commitdiff | tree |
2012-10-02 |
Campbell Barton | fix for mesh_foreachScreenEdge__mapFunc running the... |
commit | commitdiff | tree |
2012-10-02 |
Campbell Barton | correct some include dirs not being included as SYSTEM... |
commit | commitdiff | tree |
2012-10-02 |
Campbell Barton | fix for error in mask drawing, was using glVertex3fv... |
commit | commitdiff | tree |
2012-10-02 |
Campbell Barton | fix for crash loading durian file '08.5e_comp.blend... |
commit | commitdiff | tree |
2012-10-02 |
Campbell Barton | fix: path looper was checking the path of old tessface... |
commit | commitdiff | tree |
2012-10-01 |
Brecht Van... | Fix #32712: non-multilayer openexr file save for a... |
commit | commitdiff | tree |
2012-10-01 |
Brecht Van... | Fix/workaround #31987: sample as lamp for environment... |
commit | commitdiff | tree |
next |