2012-08-04 |
Sergey Sharybin | Camera tracking presets |
tree | commitdiff |
2012-08-03 |
Campbell Barton | code cleanup: use camelcase for struct name. |
tree | commitdiff |
2012-08-03 |
Campbell Barton | dont re-combute composite nodes when knife and add... |
tree | commitdiff |
2012-08-03 |
Campbell Barton | allow editing masks in an image space when there is... |
tree | commitdiff |
2012-08-03 |
Campbell Barton | code cleanup: |
tree | commitdiff |
2012-08-03 |
Campbell Barton | fullscreen mask editing now works in the image space... |
tree | commitdiff |
2012-08-03 |
Campbell Barton | mask transforming when a mesh object was in editmode... |
tree | commitdiff |
2012-08-03 |
Campbell Barton | change blender minversion because of BMesh data. |
tree | commitdiff |
2012-08-03 |
Campbell Barton | fix/edits to vector font handling |
tree | commitdiff |
2012-08-03 |
Campbell Barton | add option to link fonts in make links menu. |
tree | commitdiff |
2012-08-03 |
Campbell Barton | font filepath wasn't editable from python. |
tree | commitdiff |
2012-08-03 |
Sergey Sharybin | DO not draw active outline for collapsed nodes when... |
tree | commitdiff |
2012-08-03 |
Lukas Toenne | Fix for node placement when copying to/pasting from... |
tree | commitdiff |
2012-08-03 |
Campbell Barton | style cleanup: compositor |
tree | commitdiff |
2012-08-03 |
Lukas Toenne | Fix for node clipboard copy operator for Frame nodes... |
tree | commitdiff |
2012-08-03 |
Campbell Barton | fix for bokeh blur using uninitialized memory - it... |
tree | commitdiff |
2012-08-02 |
Campbell Barton | code cleanup: remove unused includes |
tree | commitdiff |
2012-08-02 |
Thomas Dinges | Typo fix, sorry. :/ |
tree | commitdiff |
2012-08-02 |
Campbell Barton | code cleanup: move node background image operators... |
tree | commitdiff |
2012-08-02 |
Thomas Dinges | Code cleanup: |
tree | commitdiff |
2012-08-02 |
Campbell Barton | rename node_state.c --> node_view.c |
tree | commitdiff |
2012-08-02 |
Campbell Barton | code cleanup: double promotion warnings |
tree | commitdiff |
2012-08-02 |
Sergey Sharybin | Remove old boolean operation module |
tree | commitdiff |
2012-08-02 |
Campbell Barton | fix for crash when node groups loose their ID pointer... |
tree | commitdiff |
2012-08-02 |
Sergey Sharybin | Node selection: make node active before it could be... |
tree | commitdiff |
2012-08-02 |
Sergey Sharybin | Fix #31753: GLSL not updated after deleting lights... |
tree | commitdiff |
2012-08-02 |
Campbell Barton | code cleanup: remove redundant float casts |
tree | commitdiff |
2012-08-02 |
Campbell Barton | fix for own regression in avi header writing. |
tree | commitdiff |
2012-08-02 |
Campbell Barton | improve not very helpful error message. |
tree | commitdiff |
2012-08-02 |
Sergey Sharybin | Fix #32236: unstable z-buffer or z combine composition... |
tree | commitdiff |
2012-08-02 |
Lukas Toenne | Clipboard feature for nodes. With the Copy operator... |
tree | commitdiff |
2012-08-01 |
Campbell Barton | code cleanup: headers |
tree | commitdiff |
2012-08-01 |
Sergey Sharybin | Fix #31800: Blender crash by rendering in connection... |
tree | commitdiff |
2012-08-01 |
Campbell Barton | split node_edit.c into separate files (add, group,... |
tree | commitdiff |
2012-08-01 |
Sergej Reich | game engine: Fix CcdPhysicsEnvironment functions that... |
tree | commitdiff |
2012-08-01 |
Andrea Weikert | fix: column flow layout wrongly calculated height of... |
tree | commitdiff |
2012-08-01 |
Campbell Barton | fix for assert when going from edit mode directly into... |
tree | commitdiff |
2012-08-01 |
Sergej Reich | game engine: Use flags instead of hardcoded numbers... |
tree | commitdiff |
2012-08-01 |
Sergey Sharybin | Fix own regression in cycles frame node caused by recen... |
tree | commitdiff |
2012-08-01 |
Campbell Barton | rename meaningless LIB flag name LIB_TEST --> LIB_NEED_... |
tree | commitdiff |
2012-08-01 |
Campbell Barton | replace 'GET_INT_FROM_POINTER( &((BHeadN*)0)->bhead... |
tree | commitdiff |
2012-08-01 |
Campbell Barton | fix some more crashes when running skin operators on... |
tree | commitdiff |
2012-08-01 |
Campbell Barton | fix crash in sorting mesh elements when called without... |
tree | commitdiff |
2012-08-01 |
Sergey Sharybin | Code cleanup: remove some more unused includes of DNA_s... |
tree | commitdiff |
2012-08-01 |
Sergey Sharybin | Code cleanup: Remove unused includes of DNA_scene_types. |
tree | commitdiff |
2012-08-01 |
Sergey Sharybin | Replace scene pointer with scene name to prevent possib... |
tree | commitdiff |
2012-08-01 |
Campbell Barton | fix for crash in 'Skin Armature Create' when the mesh... |
tree | commitdiff |
2012-08-01 |
Campbell Barton | fix crash when polling image sample outside image space. |
tree | commitdiff |
2012-08-01 |
Sergey Sharybin | Tie compositor will now update render result when chang... |
tree | commitdiff |
2012-08-01 |
Campbell Barton | mask selection invert wasnt working. |
tree | commitdiff |
2012-08-01 |
Campbell Barton | make node select_all consistent with other select opera... |
tree | commitdiff |
2012-08-01 |
Antony Riakiotakis | Fix blenderplayer link |
tree | commitdiff |
2012-08-01 |
Campbell Barton | - disable mask drawing in the sequencer, this isn't... |
tree | commitdiff |
2012-08-01 |
Campbell Barton | misc mask fixes |
tree | commitdiff |
2012-08-01 |
Campbell Barton | style cleanup: >120 line length |
tree | commitdiff |
2012-08-01 |
Sergey Sharybin | Add type RNA property to special nodes (e.g. frame) |
tree | commitdiff |
2012-08-01 |
Sergey Sharybin | Do not highlight non-selected active node with active... |
tree | commitdiff |
2012-08-01 |
Sergey Sharybin | Fix #32209: Autosave ignores multires sculpting |
tree | commitdiff |
2012-07-31 |
Campbell Barton | style cleanup: whitespace, also add '?' to save over... |
tree | commitdiff |
2012-07-31 |
Campbell Barton | fix [#32232] Running script that changes area.type... |
tree | commitdiff |
2012-07-31 |
Campbell Barton | fill in dummy values when using movie clip distort... |
tree | commitdiff |
2012-07-31 |
Campbell Barton | quiet spacenav output on linux for regular builds,... |
tree | commitdiff |
2012-07-31 |
Sergey Sharybin | Fixed own error in setting user counter to mask when... |
tree | commitdiff |
2012-07-31 |
Sergey Sharybin | Expand function for masks, so no masks could be properl... |
tree | commitdiff |
2012-07-31 |
Daniel Genrich | Mask / Win64 compile fix: "Index variable in OpenMP... |
tree | commitdiff |
2012-07-31 |
Campbell Barton | changes to mask editing |
tree | commitdiff |
2012-07-31 |
Sergey Sharybin | Code cleanup: remove unused code |
tree | commitdiff |
2012-07-31 |
Sergey Sharybin | Fixed wrong mask display with clip's pixel aspect and... |
tree | commitdiff |
2012-07-31 |
Campbell Barton | multi-threaded sequencer buffer calculation for masks. |
tree | commitdiff |
2012-07-31 |
Campbell Barton | remove references to raskter from compositor and BKE... |
tree | commitdiff |
2012-07-31 |
Campbell Barton | use the same rasterizer as the compositor for the seque... |
tree | commitdiff |
2012-07-31 |
Brecht Van Lommel | Tweak to commit related to non-power-of-two textures... |
tree | commitdiff |
2012-07-31 |
Brecht Van Lommel | Fix warnings on old apple GCC compiler due to no suppor... |
tree | commitdiff |
2012-07-31 |
Campbell Barton | resolve glitch in the image space where mask editing... |
tree | commitdiff |
2012-07-31 |
Campbell Barton | support for curve orco uv's as UV's in cycles. |
tree | commitdiff |
2012-07-31 |
Jeroen Bakker | Fixed [#32226] Black cadioptric lenses in CPU BokehBlur... |
tree | commitdiff |
2012-07-31 |
Campbell Barton | prevent uninitialized memory use when writing avi's. |
tree | commitdiff |
2012-07-30 |
Sergey Sharybin | Mango request: option to create nodes with hidden previ... |
tree | commitdiff |
2012-07-30 |
Campbell Barton | fix own mistake getting an image for the image open... |
tree | commitdiff |
2012-07-30 |
Campbell Barton | fix for own error in r43796, 'Find Missing Files',... |
tree | commitdiff |
2012-07-30 |
Sergey Sharybin | Fixed own regression introduced in recent compositor... |
tree | commitdiff |
2012-07-30 |
Daniel Genrich | Fix: "void" function returning value. |
tree | commitdiff |
2012-07-30 |
Sergey Sharybin | Fix incorrect connections for muted nodes in tile compo... |
tree | commitdiff |
2012-07-29 |
Mitchell Stokes | BGE: When using the "Restrict Animation Updates" option... |
tree | commitdiff |
2012-07-29 |
Mitchell Stokes | BGE: Fix for [#31993] "BGE Vertex deformer optimized... |
tree | commitdiff |
2012-07-29 |
Thomas Dinges | Fix compile error, IK_STRETCH_STIFF_EPS was undefined. |
tree | commitdiff |
2012-07-29 |
Campbell Barton | add inline functions for max/min ints, good to use... |
tree | commitdiff |
2012-07-29 |
Campbell Barton | code cleanup: |
tree | commitdiff |
2012-07-29 |
Campbell Barton | code cleanup: replace MIN2/MAX2 with minf/maxf |
tree | commitdiff |
2012-07-29 |
Jeroen Bakker | Support for depth buffers in compositor and viewer... |
tree | commitdiff |
2012-07-29 |
Bastien Montagne | Sequel of r49112 (raising average bitrate without min... |
tree | commitdiff |
2012-07-29 |
Mitchell Stokes | Fix for [#32213] "Action actuator doesn't finish playin... |
tree | commitdiff |
2012-07-29 |
Mitchell Stokes | Fix for [#27484] "Run-time command line options don... |
tree | commitdiff |
2012-07-29 |
Campbell Barton | scale down histogram button movement by 10, was very... |
tree | commitdiff |
2012-07-29 |
Mitchell Stokes | BGE: Fixing a memory leaked caused by the character... |
tree | commitdiff |
2012-07-29 |
Campbell Barton | style cleanup |
tree | commitdiff |
2012-07-28 |
Sergey Sharybin | Fix regression in clip reloading -- after recent change... |
tree | commitdiff |
2012-07-28 |
Campbell Barton | patch [#32195] MASKS: Canonical Porter Duff algorithm... |
tree | commitdiff |
2012-07-28 |
Mitchell Stokes | BGE: Fixing a performance regression with 2D filters... |
tree | commitdiff |
2012-07-28 |
Campbell Barton | fix own error in recent commit - possible uninitialized... |
tree | commitdiff |
next |