2012-12-12 |
Ton Roosendaal | Better patch for pixelsize to be zero - ghost code... |
tree | commitdiff |
2012-12-12 |
Ton Roosendaal | Quick fix for ghost error - solves pixelsize to return 0. |
tree | commitdiff |
2012-12-12 |
Ton Roosendaal | Holiday coding log :) |
tree | commitdiff |
2012-12-12 |
Lukas Toenne | RNA properties for width and height of nodes. |
tree | commitdiff |
2012-12-12 |
Lukas Toenne | Fix for range checks in generated RNA functions. The... |
tree | commitdiff |
2012-12-12 |
Brecht Van Lommel | Fix error compiling in debug build, should test #ifndef... |
tree | commitdiff |
2012-12-12 |
Campbell Barton | fix for another crash in r52911 |
tree | commitdiff |
2012-12-12 |
Campbell Barton | edge slide: skip creating BMBVHTree when its not used. |
tree | commitdiff |
2012-12-12 |
Campbell Barton | remove context argument from EDBM_update_generic() |
tree | commitdiff |
2012-12-12 |
Campbell Barton | fix for crash in own commit r52911 |
tree | commitdiff |
2012-12-12 |
Brecht Van Lommel | Fix related to #33480: for blender internal volume... |
tree | commitdiff |
2012-12-12 |
Campbell Barton | fix [#33489] Scaling normals with Alt (maintains shell... |
tree | commitdiff |
2012-12-12 |
Campbell Barton | move edge split into its own function which can be... |
tree | commitdiff |
2012-12-12 |
Lukas Toenne | Fix for menu context. The menu draw function context... |
tree | commitdiff |
2012-12-12 |
Lukas Toenne | Fix for misleading doc string of panel header options. |
tree | commitdiff |
2012-12-12 |
Lukas Toenne | Toolbar region for the node editor. This region is... |
tree | commitdiff |
2012-12-12 |
Sergey Sharybin | Sequencer: add textured solid option for opengl preview |
tree | commitdiff |
2012-12-12 |
Campbell Barton | use header only tags for edge split (to prepare to... |
tree | commitdiff |
2012-12-12 |
Sergey Sharybin | Revert recent workaround for sequencer, it'll only... |
tree | commitdiff |
2012-12-12 |
Ton Roosendaal | Bug fix [#33492] Right click on 'confirm reload' crashes |
tree | commitdiff |
2012-12-12 |
Sergey Sharybin | Sequencer old todo: inserting keyframes with preview... |
tree | commitdiff |
2012-12-12 |
Sv. Lockal | Use own list of actions for Vertex Group Lock operator... |
tree | commitdiff |
2012-12-12 |
Gaia Clary | revert recent code cleanup which introduced const param... |
tree | commitdiff |
2012-12-12 |
Campbell Barton | fix for EDBM_index_arrays_ensure not working as intended. |
tree | commitdiff |
2012-12-12 |
Campbell Barton | add threshold for bmesh & openmp so its not used with... |
tree | commitdiff |
2012-12-12 |
Campbell Barton | add destructive argument to bmesh.update_edit_mesh() |
tree | commitdiff |
2012-12-12 |
Campbell Barton | make EDBM_index_arrays's stay in memory, blender was... |
tree | commitdiff |
2012-12-12 |
Campbell Barton | use htype flags as arguments to EDBM_index_arrays_init... |
tree | commitdiff |
2012-12-12 |
Campbell Barton | use openmp to thread some common bmesh operations |
tree | commitdiff |
2012-12-12 |
Campbell Barton | replace BLI_array_declare with BLI_array_staticdeclare... |
tree | commitdiff |
2012-12-11 |
Daniel Genrich | Fix for cloth/smoke: Collision and flow objects always... |
tree | commitdiff |
2012-12-11 |
Campbell Barton | change to r52888, since we dont always want ED_view3d_o... |
tree | commitdiff |
2012-12-11 |
Campbell Barton | fix for building with msvc |
tree | commitdiff |
2012-12-11 |
Campbell Barton | image stamp data's strings could be short enough not... |
tree | commitdiff |
2012-12-11 |
Campbell Barton | replace BLI_array_fixedstack_declare with() new macro... |
tree | commitdiff |
2012-12-11 |
Campbell Barton | fix for warnings/errors in recent commits |
tree | commitdiff |
2012-12-11 |
Ton Roosendaal | Bug fix, irc report: |
tree | commitdiff |
2012-12-11 |
Brecht Van Lommel | Cycles: RGB and Vector Curves nodes now supported,... |
tree | commitdiff |
2012-12-11 |
Brecht Van Lommel | RNA: add Window x/y position and size access. |
tree | commitdiff |
2012-12-11 |
Campbell Barton | minor speedup - replace use of smallhash with api_flags... |
tree | commitdiff |
2012-12-11 |
Campbell Barton | define the size of matrix args for both rows/cols. |
tree | commitdiff |
2012-12-11 |
Campbell Barton | own cleanup commit in bmesh branch - removed last lette... |
tree | commitdiff |
2012-12-11 |
Campbell Barton | was using max short on a float in EDBM_face_find_nearest() |
tree | commitdiff |
2012-12-11 |
Campbell Barton | use const char for display device |
tree | commitdiff |
2012-12-11 |
Campbell Barton | code cleanup: neareast -> nearest |
tree | commitdiff |
2012-12-11 |
Campbell Barton | code cleanup: spelling labda -> lambda |
tree | commitdiff |
2012-12-11 |
Bastien Montagne | Fix some RNA subtypes for collections' active/active_in... |
tree | commitdiff |
2012-12-11 |
Campbell Barton | switch BLI_ghashutil_strhash() to "djb" hash (as used... |
tree | commitdiff |
2012-12-11 |
Campbell Barton | unfreeze blender, back to bcon1 |
tree | commitdiff |
2012-12-11 |
Brecht Van Lommel | Fix #33476: cycles environment texture not showing... |
tree | commitdiff |
2012-12-11 |
Brecht Van Lommel | Fix game player still not using fast GPU mipmap generat... |
tree | commitdiff |
2012-12-10 |
Sergey Sharybin | 2.65 commit: version bump |
tree | commitdiff |
2012-12-10 |
Brecht Van Lommel | Fix shader nodes Normal node not showing right directio... |
tree | commitdiff |
2012-12-10 |
Campbell Barton | fix for knife when clipping was enabled, The knife... |
tree | commitdiff |
2012-12-10 |
Campbell Barton | fix for knife tool when the mouse was moved outside... |
tree | commitdiff |
2012-12-10 |
Campbell Barton | knife tool was incorrectly moving points into worldspac... |
tree | commitdiff |
2012-12-10 |
Campbell Barton | de-duplicate labda_PdistVL2Dfl() & line_point_factor_v2() |
tree | commitdiff |
2012-12-10 |
Campbell Barton | some of the modal knife key bindings didn't cause a... |
tree | commitdiff |
2012-12-10 |
Campbell Barton | revert most of r52820 (patch to fix [#33452]), this... |
tree | commitdiff |
2012-12-10 |
Campbell Barton | fix for copying markers to other scenes not working... |
tree | commitdiff |
2012-12-09 |
Brecht Van Lommel | Fix #33454: cycles wasn't hiding the original object... |
tree | commitdiff |
2012-12-09 |
Ton Roosendaal | Bugfix: softshadow in menus was broken. |
tree | commitdiff |
2012-12-09 |
Lukas Toenne | Fix for Render Layers node: when sockets are hidden... |
tree | commitdiff |
2012-12-09 |
Campbell Barton | fix [#33442] Units |
tree | commitdiff |
2012-12-09 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-12-09 |
Campbell Barton | patch [#33452] Double click select does not work proper... |
tree | commitdiff |
2012-12-08 |
Campbell Barton | bmesh toolflags would use BLI_MEMPOOL_SYSMALLOC when... |
tree | commitdiff |
2012-12-08 |
Campbell Barton | fix [#33438] Bevel modifier "angle" mode is broken |
tree | commitdiff |
2012-12-08 |
Campbell Barton | ifdef out dynstr so mathutils can be compiled as an... |
tree | commitdiff |
2012-12-07 |
Howard Trickey | Bevel: fix 'causing artifacts' bug 33245. |
tree | commitdiff |
2012-12-07 |
Brecht Van Lommel | Fix missing mapping and influence panel for particles... |
tree | commitdiff |
2012-12-06 |
Benoit Bolsee | Fix bug #33176: Deactivating both position and rotation... |
tree | commitdiff |
2012-12-06 |
Campbell Barton | fix for texture_slot path, would give incorrect path... |
tree | commitdiff |
2012-12-06 |
Sergey Sharybin | Fix #33433: Importing video files into movie clip edito... |
tree | commitdiff |
2012-12-06 |
Campbell Barton | fix [#31084] Dynamic Paint Blender File Crashes Blender. |
tree | commitdiff |
2012-12-06 |
Brecht Van Lommel | Fix #33421: collada import of a mesh with loose edges... |
tree | commitdiff |
2012-12-06 |
Campbell Barton | fix playanim - up/down keys were not stepping 10 frames... |
tree | commitdiff |
2012-12-06 |
Brecht Van Lommel | Fix #33423: a few operators still allowed changing... |
tree | commitdiff |
2012-12-06 |
Campbell Barton | bpy.ops module/caller classes incorrectly had __keys__... |
tree | commitdiff |
2012-12-06 |
Campbell Barton | bump python requirement to 3.3 |
tree | commitdiff |
2012-12-06 |
Campbell Barton | fix [#33422] Change Path/Files problem - selected strip... |
tree | commitdiff |
2012-12-05 |
Sergey Sharybin | Fix #33419: incorrect color with projection painting... |
tree | commitdiff |
2012-12-05 |
Sergey Sharybin | Fix for crop operation using uninitialized bounds in... |
tree | commitdiff |
2012-12-05 |
Brecht Van Lommel | Fix #33417: add back GPU Mipmap Generation option,... |
tree | commitdiff |
2012-12-05 |
Campbell Barton | add a message when solidify is used with only-edges... |
tree | commitdiff |
2012-12-04 |
Campbell Barton | update parse_syntax_error() from python3.3 - this is... |
tree | commitdiff |
2012-12-04 |
Campbell Barton | fix for python button evaluation not restoring the... |
tree | commitdiff |
2012-12-04 |
Campbell Barton | operator spacebar search menu wasn't ignoring internal... |
tree | commitdiff |
2012-12-04 |
Campbell Barton | fix [#33412] Jump to next frame broken in grease pencil... |
tree | commitdiff |
2012-12-04 |
Campbell Barton | bevel - use tri-fan filling in the special case when... |
tree | commitdiff |
2012-12-04 |
Campbell Barton | cmake was missing some header files. |
tree | commitdiff |
2012-12-04 |
Campbell Barton | bevel: re-order checks so angle checks are done after... |
tree | commitdiff |
2012-12-04 |
Campbell Barton | fix for WM_keymap_remove_item() writing to freed memory. |
tree | commitdiff |
2012-12-04 |
Campbell Barton | fix for typo when overwriting pythons stdout/stderr... |
tree | commitdiff |
2012-12-04 |
Sergey Sharybin | Default PNG compression for new scenes is not 90% ... |
tree | commitdiff |
2012-12-04 |
Sergey Sharybin | Fix for double-freeing image buffers when rendering... |
tree | commitdiff |
2012-12-04 |
Sergey Sharybin | Fix #33402: Compositor crashes when drag-dropping multi... |
tree | commitdiff |
2012-12-03 |
Sergey Sharybin | Fix #33398: Missed undo push when script execution... |
tree | commitdiff |
2012-12-03 |
Brecht Van Lommel | Fix cycles viewport render getting stuck with driven... |
tree | commitdiff |
2012-12-03 |
Sergey Sharybin | Disable alpha pass for all painting modes |
tree | commitdiff |
next |