2011-09-20 |
Campbell Barton | fix possible crasg in recent texface commit - material... |
tree | commitdiff |
2011-09-20 |
Campbell Barton | tidy up |
tree | commitdiff |
2011-09-19 |
Dalai Felinto | TexFace to Material Settings big patch |
tree | commitdiff |
2011-09-19 |
Campbell Barton | style changes & use faster looping on vertex weights... |
tree | commitdiff |
2011-09-19 |
Guillermo S. Romero | SVN maintenance. |
tree | commitdiff |
2011-09-19 |
Campbell Barton | remove unused arg & some style edits on radish merge... |
tree | commitdiff |
2011-09-19 |
Jason Hays | Merging radish branch into trunk. |
tree | commitdiff |
2011-09-19 |
Jason Hays | Merged 40338-40364 soc-2011-radish |
tree | commitdiff |
2011-09-19 |
Jason Hays | vgroup_validmap needed to be assigned when locks were... |
tree | commitdiff |
2011-09-19 |
Sergey Sharybin | Sequencer: switching to preview mode works fine again |
tree | commitdiff |
2011-09-19 |
Bastien Montagne | /blender/editors: Removed final points in UI strings... |
tree | commitdiff |
2011-09-19 |
Sergey Sharybin | Fix for add hook/vertex parent for meshes |
tree | commitdiff |
2011-09-19 |
Campbell Barton | svn merge ^/trunk/blender -r40311:40338 |
tree | commitdiff |
2011-09-19 |
Campbell Barton | remove duplicate variable - wpaint_make_validmap(ob... |
tree | commitdiff |
2011-09-19 |
Campbell Barton | refactor wpaint_stroke_update_step not to call expensiv... |
tree | commitdiff |
2011-09-19 |
Campbell Barton | edits to radish before merge with trunk |
tree | commitdiff |
2011-09-18 |
Jason Hays | Split do_weight_paint_vertex() to isolate the simple... |
tree | commitdiff |
2011-09-18 |
Campbell Barton | allow multiple bones to be selected in weight paint... |
tree | commitdiff |
2011-09-18 |
Campbell Barton | style changes only |
tree | commitdiff |
2011-09-18 |
Campbell Barton | replace malloc of a single DeformVertex with stack... |
tree | commitdiff |
2011-09-18 |
Campbell Barton | add back GPL2+ header to paint_utils.c, copied from... |
tree | commitdiff |
2011-09-18 |
Bastien Montagne | Minor: Other UI strings typos and tweaks. |
tree | commitdiff |
2011-09-18 |
Jason Hays | Changed the branch code markers to say "Radish" in... |
tree | commitdiff |
2011-09-18 |
Campbell Barton | rename EM_backbuf_checkAndSelectTVerts to EM_backbuf_ch... |
tree | commitdiff |
2011-09-18 |
Campbell Barton | svn merge -r40197:40311 ^/trunk/blender |
tree | commitdiff |
2011-09-18 |
Campbell Barton | Console Scrolling - reset while typing. |
tree | commitdiff |
2011-09-18 |
Jason Hays | I made multitude of fixes based on the comments provide... |
tree | commitdiff |
2011-09-17 |
Campbell Barton | image button was hard coded to draw the splash screen... |
tree | commitdiff |
2011-09-17 |
Bastien Montagne | Minor: fixing other UI typos. |
tree | commitdiff |
2011-09-17 |
Campbell Barton | use macros RAD2DEG & DEG2RAD rather then multiplying... |
tree | commitdiff |
2011-09-17 |
Bastien Montagne | Minor: fixing an UI typo. |
tree | commitdiff |
2011-09-17 |
Campbell Barton | more mini optimizations - don't call UI_ThemeColor... |
tree | commitdiff |
2011-09-17 |
Campbell Barton | micro optimization for circle drawing. |
tree | commitdiff |
2011-09-17 |
Campbell Barton | use less confusing array syntax for circle drawing... |
tree | commitdiff |
2011-09-16 |
Bastien Montagne | WeightVG: added WeightVG icon for outliner (don’t know... |
tree | commitdiff |
2011-09-16 |
Campbell Barton | - fix for memory leak in findFreeNavPolyIndex() |
tree | commitdiff |
2011-09-16 |
Campbell Barton | correction for my fix for [#28668], would crash when... |
tree | commitdiff |
2011-09-16 |
Campbell Barton | use replace 0 with NULL for pointers, set some function... |
tree | commitdiff |
2011-09-16 |
Campbell Barton | replace macros with math lib functions |
tree | commitdiff |
2011-09-16 |
Campbell Barton | - fix for access past the buffer size (paint / sculpt... |
tree | commitdiff |
2011-09-16 |
Campbell Barton | - remove deprecated pose channel members |
tree | commitdiff |
2011-09-16 |
Campbell Barton | fix [#28668] Crashes entering edit mode on Armature |
tree | commitdiff |
2011-09-15 |
Sergey Sharybin | - Whitespace fixes (was commiting from windows where... |
tree | commitdiff |
2011-09-15 |
Campbell Barton | replace BLI_strncpy with BLI_strncpy_utf8 where input... |
tree | commitdiff |
2011-09-15 |
Campbell Barton | replace rna_update_active_object with NC_GEOM|ND_DATA... |
tree | commitdiff |
2011-09-14 |
Campbell Barton | fix for a bug painting on selected verts, also fix... |
tree | commitdiff |
2011-09-14 |
Campbell Barton | some picky rna/variable renaming: |
tree | commitdiff |
2011-09-14 |
Campbell Barton | - move vgroup lock buttons on the panel into the vgroup... |
tree | commitdiff |
2011-09-14 |
Campbell Barton | - use a flag define for bDeformGroup->flag rather than... |
tree | commitdiff |
2011-09-14 |
Campbell Barton | remove count_selected_defgroups() function and make... |
tree | commitdiff |
2011-09-14 |
Campbell Barton | another cleanup pass, quiet all warnings for GCC |
tree | commitdiff |
2011-09-14 |
Campbell Barton | initial cleanup for weight paint branch |
tree | commitdiff |
2011-09-14 |
Campbell Barton | svn merge -r40195:40197 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-09-14 |
Campbell Barton | move ED_object_pose_armature --> object_pose_armature_g... |
tree | commitdiff |
2011-09-14 |
Campbell Barton | svn merge -r40179:40195 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-09-14 |
Campbell Barton | resolve bad level calls from blenkenel/ into editors... |
tree | commitdiff |
2011-09-13 |
Jason Hays | Re-added the interface template for vertex groups'... |
tree | commitdiff |
2011-09-13 |
Campbell Barton | quiet compiler warnings |
tree | commitdiff |
2011-09-13 |
Campbell Barton | svn merge -r40000:40179 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-09-13 |
Campbell Barton | svn merge -r39900:40000 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-09-13 |
Campbell Barton | svn merge -r39800:39900 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-09-13 |
Campbell Barton | svn merge -r39558:39800 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-09-13 |
Campbell Barton | fix [#28635] Mirror Modifier - Clipping still active... |
tree | commitdiff |
2011-09-12 |
Bastien Montagne | Fixes #28599: Wrong re-assigning of layers in RenderLay... |
tree | commitdiff |
2011-09-12 |
Bastien Montagne | Fixed "bug" #28611: Subdiv value for icosphere should... |
tree | commitdiff |
2011-09-12 |
Campbell Barton | replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short... |
tree | commitdiff |
2011-09-12 |
Campbell Barton | cleanup for object color theme (no functional changes... |
tree | commitdiff |
2011-09-12 |
Campbell Barton | fix for passing NULL to strstr() in visualkey_can_use() |
tree | commitdiff |
2011-09-12 |
Campbell Barton | fix for ntreeGPUMaterialNodes(), using uninitialized... |
tree | commitdiff |
2011-09-11 |
Bastien Montagne | Found other problems similar to bug #28619 in other... |
tree | commitdiff |
2011-09-11 |
Bastien Montagne | Fixed bug #28619: values of X/Y grid size were allowed... |
tree | commitdiff |
2011-09-11 |
Benoit Bolsee | Recast: fix bad level calls, Recast compiled out if... |
tree | commitdiff |
2011-09-11 |
Joerg Mueller | Audio: |
tree | commitdiff |
2011-09-11 |
Campbell Barton | replace magic numbers for flags for uiSetRoundBox(); |
tree | commitdiff |
2011-09-11 |
Campbell Barton | use vertex arrays for 3d view grid floor, reduce calls... |
tree | commitdiff |
2011-09-11 |
Campbell Barton | draw grid lines in 1 loop rather then 2. |
tree | commitdiff |
2011-09-11 |
Campbell Barton | change grid floor loop |
tree | commitdiff |
2011-09-11 |
Campbell Barton | simple changes to grid drawing logic. |
tree | commitdiff |
2011-09-11 |
Campbell Barton | minor edits / cleanup - no functional changes. |
tree | commitdiff |
2011-09-11 |
Campbell Barton | cmake edits to navmesh so includes are not added unless... |
tree | commitdiff |
2011-09-10 |
Sergey Sharybin | Fix #28609: UV Sphere Operator Panel allow Segments... |
tree | commitdiff |
2011-09-10 |
Sergey Sharybin | Fixed for navmesh on FreeBSD. Oatch by sambler, thanks! |
tree | commitdiff |
2011-09-10 |
Sergey Sharybin | Change priority for editor util library. Gave linking... |
tree | commitdiff |
2011-09-10 |
Sergey Sharybin | Another set of fixes for recats: osx uses different... |
tree | commitdiff |
2011-09-10 |
Campbell Barton | use vertex arrays for wireframe octahedral bone drawing. |
tree | commitdiff |
2011-09-10 |
Campbell Barton | fix for building with collada and some other warnings |
tree | commitdiff |
2011-09-10 |
Thomas Dinges | Navigation Mesh Modifier: |
tree | commitdiff |
2011-09-10 |
Thomas Dinges | MSVC build fix by MiikaH for NAVMESH. Thanks! :) |
tree | commitdiff |
2011-09-10 |
Thomas Dinges | Compile fix for scons: |
tree | commitdiff |
2011-09-10 |
Campbell Barton | disable navmesh feature when building without the game... |
tree | commitdiff |
2011-09-10 |
Campbell Barton | recast and detour patch now builds again with GCC |
tree | commitdiff |
2011-09-10 |
Campbell Barton | fix own mistake in recent commit, was using glIndexPoin... |
tree | commitdiff |
2011-09-09 |
Guillermo S. Romero | SVN maintenance. |
tree | commitdiff |
2011-09-09 |
Benoit Bolsee | BGE: merge Recast & Detour branch (sock-2010-nicks). |
tree | commitdiff |
2011-09-09 |
Benoit Bolsee | svn merge -r 40061:40078 https://svn.blender.org/svnroo... soc-2010-nicks |
tree | commitdiff |
2011-09-09 |
Campbell Barton | use opengl vertex arrays for the base widgets, their... |
tree | commitdiff |
2011-09-09 |
Sergey Sharybin | [#28595] Select similar edges by face angles ignores... |
tree | commitdiff |
2011-09-09 |
Sergey Sharybin | Fix #28590: Sculpt Overlay Texture in Viewport Glitched... |
tree | commitdiff |
2011-09-09 |
Campbell Barton | error (case insensitive search replace) |
tree | commitdiff |
2011-09-09 |
Campbell Barton | replace magic numbers with defines to make the interfac... |
tree | commitdiff |
next |