2013-03-10 |
Bastien Montagne | More UI message i18n fixes and improvements... |
tree | commitdiff |
2013-03-10 |
Brecht Van Lommel | OpenGL: more work on fixed function lighting implementa... |
tree | commitdiff |
2013-03-10 |
Bastien Montagne | More UI message i18n fixes and improvements... |
tree | commitdiff |
2013-03-10 |
Campbell Barton | use crosshair cursor for the ruler. |
tree | commitdiff |
2013-03-10 |
Ton Roosendaal | Bugfix #34365 |
tree | commitdiff |
2013-03-10 |
Bastien Montagne | Rigid body UI: add translation to materials' names... |
tree | commitdiff |
2013-03-10 |
Campbell Barton | fix for error loading ruler info back from greasepencil. |
tree | commitdiff |
2013-03-10 |
Campbell Barton | ruler: |
tree | commitdiff |
2013-03-10 |
Antony Riakiotakis | Fix #34562, leftover from own coordinate conversion... |
tree | commitdiff |
2013-03-10 |
Campbell Barton | ruler: |
tree | commitdiff |
2013-03-10 |
Campbell Barton | code cleanup: use '%.*d' with string formatting for... |
tree | commitdiff |
2013-03-10 |
Campbell Barton | Improvements to addon-prefs key search suggested by... |
tree | commitdiff |
2013-03-10 |
Campbell Barton | patch [#34586] Variable typo in glaDrawPixelsTexScaled |
tree | commitdiff |
2013-03-10 |
Campbell Barton | code cleanup: |
tree | commitdiff |
2013-03-10 |
Campbell Barton | add STREQ macro (commonly used macro like CLAMP, MAX2... |
tree | commitdiff |
2013-03-10 |
Campbell Barton | patch [#34103] check_for_dupid2.patch |
tree | commitdiff |
2013-03-10 |
Campbell Barton | patch [#34103] check_for_dupid.patch |
tree | commitdiff |
2013-03-10 |
Campbell Barton | style cleanup: whitespace |
tree | commitdiff |
2013-03-10 |
Campbell Barton | patch [#34103] path_util_split_name_num.patch |
tree | commitdiff |
2013-03-10 |
Campbell Barton | patch [#34103] path_util_cleanup_path.patch |
tree | commitdiff |
2013-03-10 |
Antony Riakiotakis | * Cleanup: collapse unneeded paint 2d function to the... |
tree | commitdiff |
2013-03-10 |
Antony Riakiotakis | Time to start reaping the benefits of code unification... |
tree | commitdiff |
2013-03-09 |
Campbell Barton | code cleanup: make bmesh var names more consistent |
tree | commitdiff |
2013-03-09 |
Campbell Barton | code cleanup: |
tree | commitdiff |
2013-03-09 |
Campbell Barton | minor edits to r55134 (recursive outliner select). |
tree | commitdiff |
2013-03-09 |
Campbell Barton | add inline function mul_project_m4_v3_zfac() to get... |
tree | commitdiff |
2013-03-09 |
Ton Roosendaal | Blender Anim player fixes: |
tree | commitdiff |
2013-03-09 |
Campbell Barton | bmesh operator 'contextual_create' wasn't flagging... |
tree | commitdiff |
2013-03-09 |
Campbell Barton | bmesh: face creation from a single selected vertex... |
tree | commitdiff |
2013-03-09 |
Sergey Sharybin | Fix for recent compo border commit |
tree | commitdiff |
2013-03-09 |
Gaia Clary | Outliner: Added recursive select/deselect (CTRL+LMB... |
tree | commitdiff |
2013-03-09 |
Campbell Barton | code cleanup: was using var named 'in' for output. |
tree | commitdiff |
2013-03-09 |
Campbell Barton | code cleanup: move runtime var zfac out of RegionView3D... |
tree | commitdiff |
2013-03-09 |
Sergey Sharybin | Use poroper release for images buffers acquired from... |
tree | commitdiff |
2013-03-09 |
Sergey Sharybin | Fix #34574: Empty Movie Clip Editor crash on select |
tree | commitdiff |
2013-03-09 |
Campbell Barton | ruler3d: replace ED_view3d_cursor3d_position() with... |
tree | commitdiff |
2013-03-09 |
Campbell Barton | comment unused BLI_move() function, also fixed error... |
tree | commitdiff |
2013-03-09 |
Campbell Barton | patch [#34103] fileops_recursive_operation.patch |
tree | commitdiff |
2013-03-09 |
Gaia Clary | Added Recursive select/deselect to outliner (CTRL+LMB) |
tree | commitdiff |
2013-03-09 |
Campbell Barton | remove unneeded string formatting for bli_adddirstrings... |
tree | commitdiff |
2013-03-09 |
Campbell Barton | use 'bool' for BLI_/BKE_ functions. |
tree | commitdiff |
2013-03-09 |
Campbell Barton | code cleanup: favor braces when blocks have mixed brace... |
tree | commitdiff |
2013-03-09 |
Campbell Barton | expose obrel_is_recursive_child in BKE_object.h and... |
tree | commitdiff |
2013-03-08 |
Campbell Barton | code cleanup: use bool's for snapping functions. |
tree | commitdiff |
2013-03-08 |
Campbell Barton | changes to ruler |
tree | commitdiff |
2013-03-08 |
Campbell Barton | add delete key for removing active ruler. |
tree | commitdiff |
2013-03-08 |
Bastien Montagne | Fix to BLF_pgettext, which was returning "" when passed... |
tree | commitdiff |
2013-03-08 |
Campbell Barton | add ruler snapping vert/edge/face (Holding Ctrl) |
tree | commitdiff |
2013-03-08 |
Campbell Barton | avoid floating point exceptions in snapObjects(), was... |
tree | commitdiff |
2013-03-08 |
Ton Roosendaal | Feature request: |
tree | commitdiff |
2013-03-08 |
Joshua Leung | Applying similar optimisations as r.55092 for Animation... |
tree | commitdiff |
2013-03-08 |
Campbell Barton | code cleanup: 0 --> NULL |
tree | commitdiff |
2013-03-08 |
Campbell Barton | fix for typo in skin modifier that resulted in incorrec... |
tree | commitdiff |
2013-03-08 |
Campbell Barton | style cleanup |
tree | commitdiff |
2013-03-08 |
Joshua Leung | Bugfix [#34560] Wrong angle for text in Horizontal... |
tree | commitdiff |
2013-03-08 |
Campbell Barton | fix null pointer dereference in BM_edge_is_contiguous... |
tree | commitdiff |
2013-03-08 |
Joshua Leung | [#34541] Sketching bones created bones with 0 radius... |
tree | commitdiff |
2013-03-08 |
Joshua Leung | Improving warnings when keyframing fails for IKEY over... |
tree | commitdiff |
2013-03-07 |
Joshua Leung | Bugfixes: [#34394] and [#31843] Visual Keying not worki... |
tree | commitdiff |
2013-03-07 |
Sergej Reich | math: Use len_v3() instead of normalize_v3() for area... |
tree | commitdiff |
2013-03-07 |
Ton Roosendaal | GPencil feature request: |
tree | commitdiff |
2013-03-07 |
Sergej Reich | bullet: Update to current svn, r2636 |
tree | commitdiff |
2013-03-07 |
Sergej Reich | Fix warnings in stubs.c |
tree | commitdiff |
2013-03-07 |
Sergej Reich | Fix building with blenderplayer |
tree | commitdiff |
2013-03-07 |
Sergey Sharybin | Border for compositor viewer node feature |
tree | commitdiff |
2013-03-07 |
Ton Roosendaal | Speedup for Grease Pencil animators. |
tree | commitdiff |
2013-03-07 |
Campbell Barton | ruler arc draw clamps to line length and simplify proje... |
tree | commitdiff |
2013-03-07 |
Antony Riakiotakis | Texture paint refactoring commit |
tree | commitdiff |
2013-03-07 |
Campbell Barton | ruler/protractor for 3d viewport (apart of 3d printing... |
tree | commitdiff |
2013-03-07 |
Gaia Clary | Collada fixed Collada ID name for exported animation... |
tree | commitdiff |
2013-03-07 |
Campbell Barton | avoid calling glGetFloatv() twice when UI_RB_ALPHA... |
tree | commitdiff |
2013-03-07 |
Campbell Barton | use bool for rna funcs. |
tree | commitdiff |
2013-03-06 |
Gaia Clary | Collada: Added option for how rot,loc,trans data is... |
tree | commitdiff |
2013-03-06 |
Antony Riakiotakis | Support position jittering on new texpaint code using... |
tree | commitdiff |
2013-03-06 |
Antony Riakiotakis | Change !BLI_ghashIterator_isDone to BLI_ghashIterator_n... |
tree | commitdiff |
2013-03-06 |
Sv. Lockal | Typo fix to fix global delete with Shift-X as it was... |
tree | commitdiff |
2013-03-06 |
Antony Riakiotakis | Texture paint refactoring commit |
tree | commitdiff |
2013-03-06 |
Sergey Sharybin | Tracking dopesheet fixes: |
tree | commitdiff |
2013-03-06 |
Campbell Barton | fix for error building on big-endian. |
tree | commitdiff |
2013-03-06 |
Campbell Barton | fix for bug where array buttons would use -1 index... |
tree | commitdiff |
2013-03-06 |
Campbell Barton | add asserts for passing negative index values to RNA... |
tree | commitdiff |
2013-03-06 |
Campbell Barton | Alternate fix for bug [#34369], where invalid polygon... |
tree | commitdiff |
2013-03-06 |
Joshua Leung | Woops! Fix for previous F-Curve path fix commit |
tree | commitdiff |
2013-03-06 |
Campbell Barton | code cleanup: quiet warnings for recent weight paint... |
tree | commitdiff |
2013-03-06 |
Campbell Barton | code cleanup: quiet float/double conversion warnings. |
tree | commitdiff |
2013-03-06 |
Joshua Leung | Bugfix [#32492] - Part 3: Error filter now includes... |
tree | commitdiff |
2013-03-06 |
Joshua Leung | Experimental Feature: Ctrl-Click on the "name" of a... |
tree | commitdiff |
2013-03-05 |
Antony Riakiotakis | The imperative per-few-days blenderplayer fix. |
tree | commitdiff |
2013-03-05 |
Daniel Genrich | Bugfix [#34519] deleted cache after duplicating an... |
tree | commitdiff |
2013-03-05 |
Gaia Clary | Weight Painting: Added userpref for zero_weight color. |
tree | commitdiff |
2013-03-05 |
Antony Riakiotakis | Fix cursor display for anchored brushes due to own... |
tree | commitdiff |
2013-03-05 |
Bastien Montagne | UI messages fix: no end point in tips! (from r55055). |
tree | commitdiff |
2013-03-05 |
Campbell Barton | code cleanup: also change BKE_blender.h BLENDER_VERSION... |
tree | commitdiff |
2013-03-05 |
Brecht Van Lommel | Simple deform modifier: replace factor property by... |
tree | commitdiff |
2013-03-05 |
Sergey Sharybin | View All operator for motion tracking dopesheet. |
tree | commitdiff |
2013-03-05 |
Ton Roosendaal | Bug fix #34534 |
tree | commitdiff |
2013-03-05 |
Lukas Toenne | Sanity check in the cut-links operator, make sure previ... |
tree | commitdiff |
2013-03-05 |
Lukas Toenne | Fix #34507, adding reroute node into invalid links... |
tree | commitdiff |
2013-03-05 |
Campbell Barton | fix for building with msvc |
tree | commitdiff |
2013-03-05 |
Campbell Barton | code cleanup: remove unused argument from bli_builddir |
tree | commitdiff |
next |