2012-07-18 |
Campbell Barton | adding objects active groups now gives menu of which... |
tree | commitdiff |
2012-07-18 |
Mitchell Stokes | Fix for [#32129] "2D filter texture width off by one... |
tree | commitdiff |
2012-07-17 |
Campbell Barton | mask rasterizer unfilled line end capping now works... |
tree | commitdiff |
2012-07-17 |
Campbell Barton | wip mask capping - works but needs aspect correction... |
tree | commitdiff |
2012-07-17 |
Bastien Montagne | Spellcheck: minkovsky -> minkowski! (Only in comments... |
tree | commitdiff |
2012-07-17 |
Bastien Montagne | Fix [#32133] Numpad Enter key doesnt work with Loopcut... |
tree | commitdiff |
2012-07-17 |
Sergey Sharybin | Feather self-intersection test speed up |
tree | commitdiff |
2012-07-17 |
Campbell Barton | holding shift with cont. grab now works on the hsv... |
tree | commitdiff |
2012-07-17 |
Campbell Barton | option to clear all keys from a button, so you dont... |
tree | commitdiff |
2012-07-17 |
Campbell Barton | fix for particle system using uninitialized stack memor... |
tree | commitdiff |
2012-07-17 |
Campbell Barton | use math vector init functions |
tree | commitdiff |
2012-07-17 |
Sergey Sharybin | Fixed crash when rasterizing spline with only one point |
tree | commitdiff |
2012-07-17 |
Campbell Barton | fix for scons building with compositor |
tree | commitdiff |
2012-07-17 |
Campbell Barton | fix for building without the compositor |
tree | commitdiff |
2012-07-17 |
Campbell Barton | disable feather collapse during drawing, its very slow. |
tree | commitdiff |
2012-07-16 |
Campbell Barton | code cleanup: spelling |
tree | commitdiff |
2012-07-16 |
Sergey Sharybin | Fixed disappearing in some circumstances feather |
tree | commitdiff |
2012-07-16 |
Sergey Sharybin | Fixed crash caused by recent feather collapse commit |
tree | commitdiff |
2012-07-16 |
Sergey Sharybin | Masks: feather self-intersection collapse function |
tree | commitdiff |
2012-07-16 |
Nicholas Bishop | Put paint mask grid allocation in a critical section |
tree | commitdiff |
2012-07-16 |
Campbell Barton | toggling node hide/sockets/options was triggering a... |
tree | commitdiff |
2012-07-16 |
Campbell Barton | correct own error in logic for skipping mask layers... |
tree | commitdiff |
2012-07-16 |
Campbell Barton | show alpha in the mask buttons item list |
tree | commitdiff |
2012-07-16 |
Campbell Barton | use calculated spline resoltion rather then fixed at 32. |
tree | commitdiff |
2012-07-16 |
Campbell Barton | defailt to ease weight interpolation |
tree | commitdiff |
2012-07-16 |
Campbell Barton | fix for crash & leak when layer render option is disabled. |
tree | commitdiff |
2012-07-16 |
Campbell Barton | fix for occasional crash with splines a lot larger... |
tree | commitdiff |
2012-07-16 |
Campbell Barton | mask rasterizer - use quad interpolation - gets rid... |
tree | commitdiff |
2012-07-16 |
Campbell Barton | barycentric_weights_v2_quad wasn't working quite right... |
tree | commitdiff |
2012-07-16 |
Campbell Barton | add 2d version of interp_weights_poly_v3 |
tree | commitdiff |
2012-07-16 |
Campbell Barton | mask fill/cyclic toggle wasnt refreshing compo nodes |
tree | commitdiff |
2012-07-16 |
Campbell Barton | correct own naming error BLI -> BKE |
tree | commitdiff |
2012-07-16 |
Campbell Barton | fix for linking with scons. |
tree | commitdiff |
2012-07-16 |
Campbell Barton | mask blending modes: lighten/darken/multiply/replace |
tree | commitdiff |
2012-07-16 |
Campbell Barton | fix crash for empty or single vertex layers. |
tree | commitdiff |
2012-07-16 |
Campbell Barton | small speedup for mask rasterizer, only do single sided... |
tree | commitdiff |
2012-07-16 |
Mitchell Stokes | BGE: The Action Actuator now returns correct values... |
tree | commitdiff |
2012-07-15 |
Campbell Barton | svn merge -r48944:48942 . |
tree | commitdiff |
2012-07-15 |
Campbell Barton | moving mask rasterizer file, this breaks building,... |
tree | commitdiff |
2012-07-15 |
Campbell Barton | replace fminf with minf |
tree | commitdiff |
2012-07-15 |
Bastien Montagne | "Fix" [#32033] In the execution result of with_automati... |
tree | commitdiff |
2012-07-15 |
Campbell Barton | math function to get the intersection point between... |
tree | commitdiff |
2012-07-15 |
Campbell Barton | fix: node background image move operator didn't take... |
tree | commitdiff |
2012-07-15 |
Sergey Sharybin | Fixed deadlock caused by thread locks added in 48893 |
tree | commitdiff |
2012-07-15 |
Campbell Barton | falloff option for mask layers |
tree | commitdiff |
2012-07-15 |
Campbell Barton | minor refactor for rect functions. more consistent... |
tree | commitdiff |
2012-07-15 |
Campbell Barton | fix for some bugs when the mask layer was outside the... |
tree | commitdiff |
2012-07-14 |
Campbell Barton | fix for minor error in previous commit (wasnt connectin... |
tree | commitdiff |
2012-07-14 |
Campbell Barton | unfilled-cyclic curves now works as expected, also... |
tree | commitdiff |
2012-07-14 |
Campbell Barton | use a different setting for fill/cyclic - you may want... |
tree | commitdiff |
2012-07-14 |
Campbell Barton | mask rasterizer, render unclosed splines as lines. |
tree | commitdiff |
2012-07-14 |
Campbell Barton | code cleanup |
tree | commitdiff |
2012-07-14 |
Campbell Barton | zealous bounds checking broke the invert option. |
tree | commitdiff |
2012-07-14 |
Campbell Barton | mask rasterization: use a simpler method to check if... |
tree | commitdiff |
2012-07-14 |
Campbell Barton | rename vars for line dist funcs to make more sense |
tree | commitdiff |
2012-07-14 |
Campbell Barton | mask rasterizer - test if buckets overlap the face... |
tree | commitdiff |
2012-07-14 |
Sergey Sharybin | Fix #31021: Render settings are not taken into account... |
tree | commitdiff |
2012-07-14 |
Campbell Barton | add dynamic bucket xy resolution based on pixel size... |
tree | commitdiff |
2012-07-14 |
Campbell Barton | minor refactor, some comments and var names were mislea... |
tree | commitdiff |
2012-07-14 |
Campbell Barton | minor refactor for mask rasterizer |
tree | commitdiff |
2012-07-14 |
Campbell Barton | header comment cleanup, explain whats the difference... |
tree | commitdiff |
2012-07-14 |
Campbell Barton | replace masking rasterizer with a more simple geometry... |
tree | commitdiff |
2012-07-14 |
Bastien Montagne | Fix [#32086] Missing bevel "hold shift" for better... |
tree | commitdiff |
2012-07-14 |
Campbell Barton | use gcc attributes for BLI alloc functions |
tree | commitdiff |
2012-07-14 |
Mitchell Stokes | BGE: Better fix for the textures not working with custo... |
tree | commitdiff |
2012-07-14 |
Campbell Barton | more minor speedups for new mask rasterizer |
tree | commitdiff |
2012-07-14 |
Campbell Barton | new mask rasterizer - replace kdopbvh with with own... |
tree | commitdiff |
2012-07-14 |
Campbell Barton | add is_quad_convex_v2(), SET_UINT_IN_POINTER, GET_UINT_... |
tree | commitdiff |
2012-07-13 |
Bastien Montagne | Fix [#32013] Crash loading a 2.49b model |
tree | commitdiff |
2012-07-13 |
Sergey Sharybin | Fix #32087: Crash while changing values in comp editor... |
tree | commitdiff |
2012-07-13 |
Campbell Barton | fix for crash with new rasterizer |
tree | commitdiff |
2012-07-13 |
Jeroen Bakker | Inner loop optimization of blur node |
tree | commitdiff |
2012-07-13 |
Jeroen Bakker | Removed parameter from executePixel and initializeTileData. |
tree | commitdiff |
2012-07-13 |
Campbell Barton | speedup - because we know triangles will always have... |
tree | commitdiff |
2012-07-13 |
Campbell Barton | temp disable quad interpolation |
tree | commitdiff |
2012-07-13 |
Campbell Barton | masking - add feather faces as quads and interpolate... |
tree | commitdiff |
2012-07-13 |
Campbell Barton | new function barycentric_weights_v2_quad(), like baryce... |
tree | commitdiff |
2012-07-13 |
Dalai Felinto | bugfix: [#32073] Displace node different result between... |
tree | commitdiff |
2012-07-12 |
Campbell Barton | new mask rasterizer written to take advantage of the... |
tree | commitdiff |
2012-07-12 |
Jeroen Bakker | Missed H file |
tree | commitdiff |
2012-07-12 |
Jeroen Bakker | Small optimizations in compositor. |
tree | commitdiff |
2012-07-12 |
Sergey Sharybin | Fix #31988: VBOs Textured solid : no update of material... |
tree | commitdiff |
2012-07-12 |
Sergey Sharybin | Fix #32067: since BMesh, files < 2.59.3 no longer have... |
tree | commitdiff |
2012-07-12 |
Lukas Toenne | Fix #32051, Ungroup operator crashes. The link iterator... |
tree | commitdiff |
2012-07-12 |
Sergey Sharybin | Fix #31584: Fractional step in value input for Skin... |
tree | commitdiff |
2012-07-12 |
Sergey Sharybin | Clip editor mode selection: show menu with modes on TAB |
tree | commitdiff |
2012-07-12 |
Sergey Sharybin | Fixed issue with drag-n-drop into Clip Editor. |
tree | commitdiff |
2012-07-12 |
Sergey Sharybin | Fix for metaballs used as dupli-object for particle |
tree | commitdiff |
2012-07-12 |
Sergey Sharybin | Fix #32041: Empty display size is not taken into accoun... |
tree | commitdiff |
2012-07-12 |
Sergey Sharybin | Fix #32050: UV map and game engine property cause crash |
tree | commitdiff |
2012-07-12 |
Campbell Barton | add bli rect min/max functions. |
tree | commitdiff |
2012-07-12 |
Campbell Barton | feather points now align with mask outline when called... |
tree | commitdiff |
2012-07-12 |
Campbell Barton | - add a temp var for edge scanfill (fits in 4 bytes... |
tree | commitdiff |
2012-07-12 |
Campbell Barton | add bli rect funcs BLI_rctf_init_minmax, BLI_rcti_init_... |
tree | commitdiff |
2012-07-12 |
Sergey Sharybin | Fix #32082: face textures lost when linking scene from... |
tree | commitdiff |
2012-07-12 |
Sergey Sharybin | Fix crash on creating tooltip for sequencer's gl previe... |
tree | commitdiff |
2012-07-12 |
Nicholas Bishop | Fix normals around root nodes of skin modifier output. |
tree | commitdiff |
2012-07-11 |
Thomas Dinges | Readme and Release Log Links: |
tree | commitdiff |
2012-07-11 |
Thomas Dinges | Fix for [#32078] Rendering output to Frame Server is... |
tree | commitdiff |
2012-07-11 |
Jeroen Bakker | Compositor: |
tree | commitdiff |
next |