2011-12-10 |
Morten Mikkelsen | disabling DM_calc_auto_bump_scale() until after release |
commit | commitdiff | tree |
2011-12-10 |
Campbell Barton | picky edits & regen man page |
commit | commitdiff | tree |
2011-12-10 |
Campbell Barton | fix for error in bpy_extras.image_utils.load_image... |
commit | commitdiff | tree |
2011-12-10 |
Morten Mikkelsen | verify existence of dm |
commit | commitdiff | tree |
2011-12-09 |
Morten Mikkelsen | fixes scale on derivative maps |
commit | commitdiff | tree |
2011-12-09 |
Campbell Barton | fix for bpy_extras.image_utils.load_image() making... |
commit | commitdiff | tree |
2011-12-09 |
Campbell Barton | check for weights outside of 0-1 range when validating... |
commit | commitdiff | tree |
2011-12-09 |
Sergey Sharybin | Fix #29558: Selecting similar edges doesn't work |
commit | commitdiff | tree |
2011-12-09 |
Sergey Sharybin | Fix for recent rna rename of global to use_global |
commit | commitdiff | tree |
2011-12-09 |
Sergey Sharybin | Fix for select similar vertices operator: it's exec... |
commit | commitdiff | tree |
2011-12-09 |
Sergey Sharybin | Mesh drawing optimization and fixes: |
commit | commitdiff | tree |
2011-12-09 |
Campbell Barton | global is python keyword so cant use as operator argument, |
commit | commitdiff | tree |
2011-12-09 |
Campbell Barton | went over all uses of MDeformWeight.def_nr and made... |
commit | commitdiff | tree |
2011-12-09 |
Campbell Barton | function de-duplicate, particle.c had 'vert_weight... |
commit | commitdiff | tree |
2011-12-09 |
Campbell Barton | another possible fix for bug [#29521], all callers... |
commit | commitdiff | tree |
2011-12-09 |
Campbell Barton | BKE_mesh_validate_arrays was correcting non-finite... |
commit | commitdiff | tree |
2011-12-09 |
Campbell Barton | possible/partial fix for [#29521], in many places the... |
commit | commitdiff | tree |
2011-12-09 |
Daniel Salazar | [#29509] Randomize rotations fails with Axis/Angle |
commit | commitdiff | tree |
2011-12-09 |
Campbell Barton | minor changes, fix coming next (no functional edits). |
commit | commitdiff | tree |
2011-12-09 |
Campbell Barton | remove redundant cases. no functional change. |
commit | commitdiff | tree |
2011-12-09 |
Brecht Van... | Fix #29555: cycles crash rendering with no material... |
commit | commitdiff | tree |
2011-12-08 |
Brecht Van... | Fix #29528: crash adding subsurf modifier in a particul... |
commit | commitdiff | tree |
2011-12-08 |
Brecht Van... | Fix for #29475 broke properly updating toggle buttons... |
commit | commitdiff | tree |
2011-12-08 |
Thomas Dinges | Scons/CUDA |
commit | commitdiff | tree |
2011-12-08 |
M.G. Kishalmi | randomize transform operators 'rotation' property subty... |
commit | commitdiff | tree |
2011-12-08 |
Bastien Montagne | Fix [#29543] Hook modifier: falloff + vgroup influence... |
commit | commitdiff | tree |
2011-12-08 |
Brecht Van... | Fix #29547: missing units for some curve properties... |
commit | commitdiff | tree |
2011-12-08 |
Brecht Van... | Tweak related to #29545: show info message if no frames... |
commit | commitdiff | tree |
2011-12-08 |
Brecht Van... | Fix #29546: missing 3d view redraw after game exit... |
commit | commitdiff | tree |
2011-12-08 |
Sergey Sharybin | Disable redo for some vertex group operators to prevent... |
commit | commitdiff | tree |
2011-12-08 |
Campbell Barton | regarding [#29521] Invalid Vertex Weights |
commit | commitdiff | tree |
2011-12-08 |
Campbell Barton | minor refactor of vertex group functions, |
commit | commitdiff | tree |
2011-12-07 |
Brecht Van... | Fix #29520: issue drawing with VBO + GLSL + alpha pass... |
commit | commitdiff | tree |
2011-12-07 |
Sergey Sharybin | Reorder options in refine menu + fixed typo |
commit | commitdiff | tree |
2011-12-07 |
Campbell Barton | remove initilaizing weight collor with dummy value... |
commit | commitdiff | tree |
2011-12-07 |
Sergey Sharybin | Update presets for tracking |
commit | commitdiff | tree |
2011-12-07 |
Sergey Sharybin | Fix #28663: All "unit" properties show a value of 0... |
commit | commitdiff | tree |
2011-12-07 |
Bastien Montagne | More fix for snapto in Pose mode: |
commit | commitdiff | tree |
2011-12-07 |
Bastien Montagne | Fix [#29461] Selection-to-Cursor works strange with... |
commit | commitdiff | tree |
2011-12-07 |
Sergey Sharybin | Merging remained part of hybrid tracker which adds... |
commit | commitdiff | tree |
2011-12-07 |
Brecht Van... | Fix #29523: RenderEngine.update_progress() doesn't... |
commit | commitdiff | tree |
2011-12-07 |
Brecht Van... | Fix #29518: uv cylinder/sphere unwrap from menu didn... |
commit | commitdiff | tree |
2011-12-07 |
Sergey Sharybin | Tracks which were moved to close to boundary weren... |
commit | commitdiff | tree |
2011-12-07 |
Sergey Sharybin | Make Hybrid tracker default for movie clips |
commit | commitdiff | tree |
2011-12-07 |
Sergey Sharybin | Fix #29432: Marquee Select Bug |
commit | commitdiff | tree |
2011-12-07 |
Sergey Sharybin | Camera tracking: some bug fixes |
commit | commitdiff | tree |
2011-12-07 |
Campbell Barton | fix for NULL pointer free and add in some checks, while... |
commit | commitdiff | tree |
2011-12-07 |
Campbell Barton | correct missing argument error if CYCLES_OPTIMIZED_KERN... |
commit | commitdiff | tree |
2011-12-07 |
Campbell Barton | fix for uninitialized memory use drawing 'nan' vertex... |
commit | commitdiff | tree |
2011-12-07 |
Campbell Barton | fix for noise module in driver namespace (was infact... |
commit | commitdiff | tree |
2011-12-06 |
Brecht Van... | Fix related to #29513: materials using nodes will outpu... |
commit | commitdiff | tree |
2011-12-06 |
Thomas Dinges | Cycles / CUDA Kernel compile: |
commit | commitdiff | tree |
2011-12-06 |
Sergey Sharybin | Fix #27622: Sequencer Wipe Angle Incorrect |
commit | commitdiff | tree |
2011-12-06 |
Sergey Sharybin | Fix #29511: Separate tool duplicates objects |
commit | commitdiff | tree |
2011-12-06 |
Brecht Van... | Cycles: scons cuda kernel compile now does one kernel... |
commit | commitdiff | tree |
2011-12-06 |
Sergey Sharybin | Fixed crash when movie clip curves region is opened... |
commit | commitdiff | tree |
2011-12-06 |
Sergey Sharybin | Camera tracking: fixed typo in remove tracking preset... |
commit | commitdiff | tree |
2011-12-06 |
Campbell Barton | attempt to fix defione for qtcreator project file and... |
commit | commitdiff | tree |
2011-12-05 |
Campbell Barton | more minor py edits |
commit | commitdiff | tree |
2011-12-05 |
Campbell Barton | remove invalid NULL checks from own recent commit and... |
commit | commitdiff | tree |
2011-12-05 |
Brecht Van... | Cycles: |
commit | commitdiff | tree |
2011-12-05 |
Brecht Van... | Fix #28107: save screenshot operator option to save... |
commit | commitdiff | tree |
2011-12-05 |
Brecht Van... | Fix #29507: cycles rendering of metaball animations... |
commit | commitdiff | tree |
2011-12-05 |
Thomas Dinges | Release Cycle: |
commit | commitdiff | tree |
2011-12-05 |
Brecht Van... | Fix #29506: libmv build issues on freebsd, patch by... |
commit | commitdiff | tree |
2011-12-05 |
Miika Hamalainen | Fix: Dynamic Paint sub-steps didn't work for constraint... |
commit | commitdiff | tree |
2011-12-05 |
Campbell Barton | fix for dscale which was set to 0,0,0 from files saved... |
commit | commitdiff | tree |
2011-12-05 |
Sergey Sharybin | Minor whitespace fixes |
commit | commitdiff | tree |
2011-12-04 |
Campbell Barton | syncing some minor formatting edits from bmesh branch. |
commit | commitdiff | tree |
2011-12-04 |
Daniel Salazar | (no commit message) |
commit | commitdiff | tree |
2011-12-04 |
Campbell Barton | remove mesh PartialVisibility, it wasnt being version... |
commit | commitdiff | tree |
2011-12-04 |
Sergey Sharybin | Slight optimization of track preview widget (the same... |
commit | commitdiff | tree |
2011-12-04 |
Bastien Montagne | A (hopefully last) bunch of fixes and tweaks to UI... |
commit | commitdiff | tree |
2011-12-04 |
Campbell Barton | remove unused SpaceTime.redraws. |
commit | commitdiff | tree |
2011-12-04 |
Campbell Barton | `#if 0` use of Object.nlastrips, there is no way to... |
commit | commitdiff | tree |
2011-12-04 |
Sergey Sharybin | Fix for movie clips weren't remapped properly on file... |
commit | commitdiff | tree |
2011-12-04 |
Thomas Dinges | Fix [#29502] Brush texture Preview panel doesnt show... |
commit | commitdiff | tree |
2011-12-04 |
Campbell Barton | remove old renderer struct member, was only used for... |
commit | commitdiff | tree |
2011-12-04 |
Brecht Van... | Fix compile issue on windows, broke this trying to... |
commit | commitdiff | tree |
2011-12-04 |
Campbell Barton | fix building on openbsd, also quiet some warnings. |
commit | commitdiff | tree |
2011-12-04 |
Antony Riakiotakis | Fix warning for redefinition of __MSVCRT_VERSION__ |
commit | commitdiff | tree |
2011-12-04 |
Antony Riakiotakis | Fix MinGW compilation: |
commit | commitdiff | tree |
2011-12-04 |
Sergey Sharybin | Small code cleanup of tracking.c |
commit | commitdiff | tree |
2011-12-04 |
Sergey Sharybin | Fix of pattern position clamping |
commit | commitdiff | tree |
2011-12-04 |
Sergey Sharybin | Camera tracking: merge hybrid tracker from tomato branch |
commit | commitdiff | tree |
2011-12-04 |
Sergey Sharybin | Do not clamp search size when adding new track with... |
commit | commitdiff | tree |
2011-12-04 |
Sergey Sharybin | Fix crash when trying to track disabled track. |
commit | commitdiff | tree |
2011-12-04 |
Thomas Dinges | CUDA |
commit | commitdiff | tree |
2011-12-04 |
Campbell Barton | include mathutils.noise in sphinx docs |
commit | commitdiff | tree |
2011-12-04 |
Campbell Barton | remove use of deprecated struct members |
commit | commitdiff | tree |
2011-12-04 |
Campbell Barton | add define for deprecated DNA struct members: DNA_DEPRE... |
commit | commitdiff | tree |
2011-12-04 |
Campbell Barton | add a new object member to store the dsize, since with... |
commit | commitdiff | tree |
2011-12-03 |
Dalai Felinto | Invert Color Cycles Node |
commit | commitdiff | tree |
2011-12-03 |
Campbell Barton | flush selected vertices when switching from vertex... |
commit | commitdiff | tree |
2011-12-03 |
Brecht Van... | Fix cycles compile issue after last commit. |
commit | commitdiff | tree |
2011-12-03 |
Campbell Barton | shorten very long lines in drawobject.c, (no functional... |
commit | commitdiff | tree |
2011-12-03 |
Campbell Barton | fix for weight paint mode drawing selected verts even... |
commit | commitdiff | tree |
2011-12-03 |
Brecht Van... | Fix #29444: cycles problem building BVH with NaN vertices. |
commit | commitdiff | tree |
2011-12-03 |
Brecht Van... | Fix #29483: edge slide gives nan when zoomed in close... |
commit | commitdiff | tree |
2011-12-03 |
Campbell Barton | add library support for rna collection __contains__, eg |
commit | commitdiff | tree |
next |