2012-07-15 |
Campbell Barton | falloff option for mask layers |
commit | commitdiff | tree |
2012-07-15 |
Campbell Barton | minor refactor for rect functions. more consistent... |
commit | commitdiff | tree |
2012-07-15 |
Campbell Barton | fix for some bugs when the mask layer was outside the... |
commit | commitdiff | tree |
2012-07-14 |
Campbell Barton | fix for minor error in previous commit (wasnt connectin... |
commit | commitdiff | tree |
2012-07-14 |
Campbell Barton | unfilled-cyclic curves now works as expected, also... |
commit | commitdiff | tree |
2012-07-14 |
Campbell Barton | use a different setting for fill/cyclic - you may want... |
commit | commitdiff | tree |
2012-07-14 |
Campbell Barton | mask rasterizer, render unclosed splines as lines. |
commit | commitdiff | tree |
2012-07-14 |
Campbell Barton | code cleanup |
commit | commitdiff | tree |
2012-07-14 |
Campbell Barton | zealous bounds checking broke the invert option. |
commit | commitdiff | tree |
2012-07-14 |
Campbell Barton | mask rasterization: use a simpler method to check if... |
commit | commitdiff | tree |
2012-07-14 |
Campbell Barton | rename vars for line dist funcs to make more sense |
commit | commitdiff | tree |
2012-07-14 |
Campbell Barton | mask rasterizer - test if buckets overlap the face... |
commit | commitdiff | tree |
2012-07-14 |
Sergey Sharybin | Fix #31021: Render settings are not taken into account... |
commit | commitdiff | tree |
2012-07-14 |
Campbell Barton | add dynamic bucket xy resolution based on pixel size... |
commit | commitdiff | tree |
2012-07-14 |
Campbell Barton | minor refactor, some comments and var names were mislea... |
commit | commitdiff | tree |
2012-07-14 |
Campbell Barton | minor refactor for mask rasterizer |
commit | commitdiff | tree |
2012-07-14 |
Campbell Barton | header comment cleanup, explain whats the difference... |
commit | commitdiff | tree |
2012-07-14 |
Campbell Barton | replace masking rasterizer with a more simple geometry... |
commit | commitdiff | tree |
2012-07-14 |
Bastien Montagne | Fix [#32086] Missing bevel "hold shift" for better... |
commit | commitdiff | tree |
2012-07-14 |
Campbell Barton | use gcc attributes for BLI alloc functions |
commit | commitdiff | tree |
2012-07-14 |
Mitchell Stokes | BGE: Better fix for the textures not working with custo... |
commit | commitdiff | tree |
2012-07-14 |
Campbell Barton | more minor speedups for new mask rasterizer |
commit | commitdiff | tree |
2012-07-14 |
Campbell Barton | new mask rasterizer - replace kdopbvh with with own... |
commit | commitdiff | tree |
2012-07-14 |
Campbell Barton | add is_quad_convex_v2(), SET_UINT_IN_POINTER, GET_UINT_... |
commit | commitdiff | tree |
2012-07-13 |
Bastien Montagne | Fix [#32013] Crash loading a 2.49b model |
commit | commitdiff | tree |
2012-07-13 |
Sergey Sharybin | Fix #32087: Crash while changing values in comp editor... |
commit | commitdiff | tree |
2012-07-13 |
Campbell Barton | fix for crash with new rasterizer |
commit | commitdiff | tree |
2012-07-13 |
Jeroen Bakker | Inner loop optimization of blur node |
commit | commitdiff | tree |
2012-07-13 |
Jeroen Bakker | Removed parameter from executePixel and initializeTileData. |
commit | commitdiff | tree |
2012-07-13 |
Campbell Barton | speedup - because we know triangles will always have... |
commit | commitdiff | tree |
2012-07-13 |
Campbell Barton | temp disable quad interpolation |
commit | commitdiff | tree |
2012-07-13 |
Campbell Barton | masking - add feather faces as quads and interpolate... |
commit | commitdiff | tree |
2012-07-13 |
Campbell Barton | new function barycentric_weights_v2_quad(), like baryce... |
commit | commitdiff | tree |
2012-07-13 |
Dalai Felinto | bugfix: [#32073] Displace node different result between... |
commit | commitdiff | tree |
2012-07-12 |
Campbell Barton | new mask rasterizer written to take advantage of the... |
commit | commitdiff | tree |
2012-07-12 |
Jeroen Bakker | Missed H file |
commit | commitdiff | tree |
2012-07-12 |
Jeroen Bakker | Small optimizations in compositor. |
commit | commitdiff | tree |
2012-07-12 |
Thomas Dinges | 3D View / Edges menu: |
commit | commitdiff | tree |
2012-07-12 |
Sergey Sharybin | Fix #31988: VBOs Textured solid : no update of material... |
commit | commitdiff | tree |
2012-07-12 |
Sergey Sharybin | Fix #32067: since BMesh, files < 2.59.3 no longer have... |
commit | commitdiff | tree |
2012-07-12 |
Lukas Toenne | Fix #32051, Ungroup operator crashes. The link iterator... |
commit | commitdiff | tree |
2012-07-12 |
Sergey Sharybin | Fix #31584: Fractional step in value input for Skin... |
commit | commitdiff | tree |
2012-07-12 |
Sergey Sharybin | Clip editor mode selection: show menu with modes on TAB |
commit | commitdiff | tree |
2012-07-12 |
Sergey Sharybin | Fixed issue with drag-n-drop into Clip Editor. |
commit | commitdiff | tree |
2012-07-12 |
Jens Verwiebe | OSX: make the progressbar in dock a gradient, to give... |
commit | commitdiff | tree |
2012-07-12 |
Sergey Sharybin | Fix for metaballs used as dupli-object for particle |
commit | commitdiff | tree |
2012-07-12 |
Sergey Sharybin | Fix #32041: Empty display size is not taken into accoun... |
commit | commitdiff | tree |
2012-07-12 |
Sergey Sharybin | Fix #32050: UV map and game engine property cause crash |
commit | commitdiff | tree |
2012-07-12 |
Campbell Barton | add bli rect min/max functions. |
commit | commitdiff | tree |
2012-07-12 |
Campbell Barton | feather points now align with mask outline when called... |
commit | commitdiff | tree |
2012-07-12 |
Campbell Barton | - add a temp var for edge scanfill (fits in 4 bytes... |
commit | commitdiff | tree |
2012-07-12 |
Campbell Barton | add bli rect funcs BLI_rctf_init_minmax, BLI_rcti_init_... |
commit | commitdiff | tree |
2012-07-12 |
Sergey Sharybin | Fix #32082: face textures lost when linking scene from... |
commit | commitdiff | tree |
2012-07-12 |
Sergey Sharybin | Fix crash on creating tooltip for sequencer's gl previe... |
commit | commitdiff | tree |
2012-07-12 |
Nicholas Bishop | Fix normals around root nodes of skin modifier output. |
commit | commitdiff | tree |
2012-07-11 |
Thomas Dinges | Readme and Release Log Links: |
commit | commitdiff | tree |
2012-07-11 |
Thomas Dinges | Fix for [#32078] Rendering output to Frame Server is... |
commit | commitdiff | tree |
2012-07-11 |
Jeroen Bakker | Compositor: |
commit | commitdiff | tree |
2012-07-11 |
Campbell Barton | ability to calculate mask curve and feather with predef... |
commit | commitdiff | tree |
2012-07-11 |
Jeroen Bakker | Compositor: |
commit | commitdiff | tree |
2012-07-11 |
Sergey Sharybin | Fix mistmatched new[] and dlete used in node highlightion |
commit | commitdiff | tree |
2012-07-11 |
Campbell Barton | vector versions of BLI_in_rctf / BLI_in_rcti, (BLI_in_r... |
commit | commitdiff | tree |
2012-07-11 |
Lukas Toenne | Fix #32058, Crash when using ParticleInstance with... |
commit | commitdiff | tree |
2012-07-11 |
Sergey Sharybin | Patch #32074: Fix compilation with boost 1.50 |
commit | commitdiff | tree |
2012-07-11 |
Campbell Barton | code cleanup: use const for passing vectors |
commit | commitdiff | tree |
2012-07-11 |
Campbell Barton | missed this change from patch [#30274] |
commit | commitdiff | tree |
2012-07-11 |
Sergey Sharybin | Style cleanup |
commit | commitdiff | tree |
2012-07-11 |
Jeroen Bakker | Compositor read buffers work directly on the memory... |
commit | commitdiff | tree |
2012-07-11 |
Sergey Sharybin | Minor interface change: space between vertex group... |
commit | commitdiff | tree |
2012-07-11 |
Sergey Sharybin | Operator to move mask layers up and down in the list |
commit | commitdiff | tree |
2012-07-11 |
Campbell Barton | patch [#30274] XIM improvement (non-latin support ... |
commit | commitdiff | tree |
2012-07-11 |
Sergey Sharybin | Fixes for keying screen: |
commit | commitdiff | tree |
2012-07-10 |
Monique Dewanchand | Fix for issue [#31981] for tiles opencl: |
commit | commitdiff | tree |
2012-07-10 |
Campbell Barton | improved node frame text alignment and use default... |
commit | commitdiff | tree |
2012-07-10 |
Monique Dewanchand | fix for Tiles bug - opencl: |
commit | commitdiff | tree |
2012-07-10 |
Monique Dewanchand | Fix for tiles bug: |
commit | commitdiff | tree |
2012-07-10 |
Mitchell Stokes | Scaling non-power-of-two (NPOT) textures to powers... |
commit | commitdiff | tree |
2012-07-10 |
Sergey Sharybin | Bump Blender version, so despill balance would stay... |
commit | commitdiff | tree |
2012-07-10 |
Bastien Montagne | Make grumpy gcc in "overwarning" mode happy again... |
commit | commitdiff | tree |
2012-07-10 |
Sergey Sharybin | Keying screen: small fixes and improvements from tomato |
commit | commitdiff | tree |
2012-07-10 |
Sergey Sharybin | Improved cache management for movie clips from tomato... |
commit | commitdiff | tree |
2012-07-10 |
Sergey Sharybin | Movie Clip Node: skip putting frame to cache when... |
commit | commitdiff | tree |
2012-07-10 |
Lukas Toenne | Fix for center calculation in node transforms. This... |
commit | commitdiff | tree |
2012-07-10 |
Sergey Sharybin | Synchronize style cleanup changes made in tomato branch |
commit | commitdiff | tree |
2012-07-10 |
Sergey Sharybin | Fix compilation error when using MSVC |
commit | commitdiff | tree |
2012-07-10 |
Sergey Sharybin | Tag ununsed variable and make function real explicit... |
commit | commitdiff | tree |
2012-07-10 |
Jeroen Bakker | refactor node highlight code. New implementation will... |
commit | commitdiff | tree |
2012-07-10 |
Sergey Sharybin | Mango request: added an input node to use track's posit... |
commit | commitdiff | tree |
2012-07-10 |
Sergey Sharybin | Mango request: option to clamp result of Mix RGB and... |
commit | commitdiff | tree |
2012-07-10 |
Sergey Sharybin | Mango request: disable compositing on file load. |
commit | commitdiff | tree |
2012-07-10 |
Lukas Toenne | Fix #32052, Conflicts in unique node names. |
commit | commitdiff | tree |
2012-07-10 |
Sergey Sharybin | Tomato mango request: do not start compositing on file... |
commit | commitdiff | tree |
2012-07-10 |
Sergey Sharybin | Tomato: added option to clamp result of Mix RGB and... |
commit | commitdiff | tree |
2012-07-10 |
Sergey Sharybin | Tomato: fix typos in mask maps used for raster cache |
commit | commitdiff | tree |
2012-07-10 |
Sergey Sharybin | Tomato: fix wrong default value for despill balance |
commit | commitdiff | tree |
2012-07-10 |
Campbell Barton | rename raskter kdtree files to be less generic |
commit | commitdiff | tree |
2012-07-10 |
Jeroen Bakker | Inline the read Memory Buffer functions for speed optim... |
commit | commitdiff | tree |
2012-07-10 |
Peter Larabell | fix: inline to __inline in raskter.c for msvc |
commit | commitdiff | tree |
2012-07-10 |
Peter Larabell | some code refactors in raskter.c to sync it with build... |
commit | commitdiff | tree |
2012-07-10 |
Mitchell Stokes | Fix for a crash caused by ReplaceMesh changing an objec... |
commit | commitdiff | tree |
next |