2012-01-16 |
Campbell Barton | svn merge ^/trunk/blender -r43392:43420 |
tree | commitdiff |
2012-01-16 |
Campbell Barton | middle mouse jump scrolling for text window. |
tree | commitdiff |
2012-01-16 |
Campbell Barton | use a look for paint brush switching keys |
tree | commitdiff |
2012-01-16 |
Campbell Barton | use TRUE/FALSE for boolean keymaps, no functional changes |
tree | commitdiff |
2012-01-16 |
Campbell Barton | went over all keymaps to check for cases where defaults... |
tree | commitdiff |
2012-01-16 |
Campbell Barton | fix for defaults not being set for object mode hide... |
tree | commitdiff |
2012-01-16 |
Campbell Barton | Allow camera 1:1 and center camera view to run from... |
tree | commitdiff |
2012-01-16 |
Campbell Barton | opengl render save ignored alpha settings. also some... |
tree | commitdiff |
2012-01-16 |
Campbell Barton | use FILE_MAX instead of 240 or comment where define... |
tree | commitdiff |
2012-01-15 |
Nicholas Bishop | Minor sculpt/paint cleanups. |
tree | commitdiff |
2012-01-15 |
Campbell Barton | support for quick jump to scroll area with middle mouse... |
tree | commitdiff |
2012-01-15 |
Campbell Barton | fix crash when calling bpy.ops.render.render('INVOKE_DE... |
tree | commitdiff |
2012-01-15 |
Bastien Montagne | Another fix for previous own fix... |
tree | commitdiff |
2012-01-15 |
Sergey Sharybin | Color channels now can be disabled for the whole frame... |
tree | commitdiff |
2012-01-15 |
Sergey Sharybin | Fixed incorrect behavior of 2d stabilization preview... |
tree | commitdiff |
2012-01-15 |
Campbell Barton | remove some unused DNA members |
tree | commitdiff |
2012-01-15 |
Campbell Barton | move bmesh painting code into its own function, trunk... |
tree | commitdiff |
2012-01-15 |
Campbell Barton | svn merge ^/trunk/blender -r43381:43392 |
tree | commitdiff |
2012-01-15 |
Campbell Barton | svn merge ^/trunk/blender -r43345:43381 |
tree | commitdiff |
2012-01-15 |
Campbell Barton | modify the weight paint and vcol functions not to modif... |
tree | commitdiff |
2012-01-15 |
Campbell Barton | vertex/weight paint |
tree | commitdiff |
2012-01-15 |
Campbell Barton | minor cleanup to weightpaint code, move color & weight... |
tree | commitdiff |
2012-01-14 |
Nicholas Bishop | Fix all remaining unified paint settings uses of curren... |
tree | commitdiff |
2012-01-14 |
Bastien Montagne | Fix [#29894] Selection in sequence editor does not... |
tree | commitdiff |
2012-01-14 |
Bastien Montagne | Fix [#29891] Stupid select all behaviour. |
tree | commitdiff |
2012-01-14 |
Campbell Barton | fix for weight paint when the mirror vertex was allocat... |
tree | commitdiff |
2012-01-14 |
Campbell Barton | fix [#29890] Extend selection doesn't clear (3D view... |
tree | commitdiff |
2012-01-14 |
Campbell Barton | add utility function to BLI_math_color - rgb_to_luma... |
tree | commitdiff |
2012-01-14 |
Campbell Barton | replace operator to toggle handles with generic wm... |
tree | commitdiff |
2012-01-14 |
Campbell Barton | replace ANIM_OT_time_toggle operator with generic WM_OT... |
tree | commitdiff |
2012-01-14 |
Campbell Barton | adjust view3d api function for getting user region... |
tree | commitdiff |
2012-01-14 |
Campbell Barton | - opengl render in quadview wasn't using camera. |
tree | commitdiff |
2012-01-14 |
Campbell Barton | ensure functions are not used within FTOCHAR macro... |
tree | commitdiff |
2012-01-14 |
Bastien Montagne | Fix UV Editor selection (due to bug #29875, "extend... |
tree | commitdiff |
2012-01-14 |
Campbell Barton | fix for own error making button outlines darker. |
tree | commitdiff |
2012-01-14 |
Campbell Barton | make sequencer use standard select operator with action... |
tree | commitdiff |
2012-01-14 |
Campbell Barton | remove *.select_inverse operators where the *.select_al... |
tree | commitdiff |
2012-01-14 |
Campbell Barton | use single property lookups in transform operator initi... |
tree | commitdiff |
2012-01-13 |
Brecht Van Lommel | Fix #29879: ctrl+B border select with handles in the... |
tree | commitdiff |
2012-01-13 |
Brecht Van Lommel | Fix #29878: running bpy.ops.render.opengl() from consol... |
tree | commitdiff |
2012-01-13 |
Daniel Genrich | Bugfix: Editing baked cache in particle mode for Softbo... |
tree | commitdiff |
2012-01-13 |
Brecht Van Lommel | Fix #29873: transform with individual origins not worki... |
tree | commitdiff |
2012-01-13 |
Campbell Barton | adding metaballs and lamps in local mode was broken. |
tree | commitdiff |
2012-01-13 |
Campbell Barton | alpha value for button triangles ignored the alpha... |
tree | commitdiff |
2012-01-13 |
Sergey Sharybin | Fix #29824: Error writing frame if 3D scene starts... |
tree | commitdiff |
2012-01-13 |
Campbell Barton | fix for weight paint wire draw leaving GL_BLEND enabled... |
tree | commitdiff |
2012-01-13 |
Campbell Barton | svn merge ^/trunk/blender -r43338:43345 |
tree | commitdiff |
2012-01-13 |
Campbell Barton | 'uw' was used in weight paint code for previous deform... |
tree | commitdiff |
2012-01-13 |
Campbell Barton | give a more useful error when attempting to opengl... |
tree | commitdiff |
2012-01-13 |
Campbell Barton | fix [#29832] Weightpainting with "x-mirror" and "auto... |
tree | commitdiff |
2012-01-13 |
Campbell Barton | another minor weightpaint change, dont pass do_auto_nor... |
tree | commitdiff |
2012-01-13 |
Campbell Barton | minor edits to main weight paint function for better... |
tree | commitdiff |
2012-01-13 |
Campbell Barton | svn merge ^/trunk/blender -r43294:43338 |
tree | commitdiff |
2012-01-12 |
Nicholas Bishop | Remove vestigial retopo/retopo-paint code. |
tree | commitdiff |
2012-01-12 |
Nicholas Bishop | Fix some RNA/scene issuess with unified paint settings. |
tree | commitdiff |
2012-01-12 |
Brecht Van Lommel | Fix ##29803: cycles image texture node refresh issue... |
tree | commitdiff |
2012-01-12 |
Campbell Barton | use render osa setting for opengl render sample count... |
tree | commitdiff |
2012-01-12 |
Kent Mein | Some small fixes to get things compiling on solaris... |
tree | commitdiff |
2012-01-12 |
Campbell Barton | replace fixed sizes with sizeof when passing string... |
tree | commitdiff |
2012-01-12 |
Campbell Barton | remove commented editmesh code which is now moved to... |
tree | commitdiff |
2012-01-12 |
Campbell Barton | remove redundant trailing slashes |
tree | commitdiff |
2012-01-12 |
Campbell Barton | de-duplicate function copy-paste for node color sampling. |
tree | commitdiff |
2012-01-11 |
Campbell Barton | use skip-save for ED_object_add_generic_props(), not... |
tree | commitdiff |
2012-01-11 |
Campbell Barton | running operators now uses last used settings, added... |
tree | commitdiff |
2012-01-11 |
Campbell Barton | rename RNA_property_is_set() --> RNA_struct_property_is... |
tree | commitdiff |
2012-01-11 |
Campbell Barton | svn merge ^/trunk/blender -r43278:43294 |
tree | commitdiff |
2012-01-11 |
Campbell Barton | svn merge ^/trunk/blender -r43220:43278 --accept postpone |
tree | commitdiff |
2012-01-11 |
Campbell Barton | dynamicpaint had some incorrect string sizes for layers... |
tree | commitdiff |
2012-01-11 |
Campbell Barton | use BLI_strncpy and BLI_snprintf when the size of the... |
tree | commitdiff |
2012-01-11 |
Campbell Barton | minor cleanup for string use - no functional changes |
tree | commitdiff |
2012-01-11 |
Sergey Sharybin | Longer names support for all ID and other object names |
tree | commitdiff |
2012-01-11 |
Campbell Barton | fix [#29794] Cannot hide faces in weight-paint mode |
tree | commitdiff |
2012-01-11 |
Campbell Barton | minor changes to BLF api use |
tree | commitdiff |
2012-01-11 |
Campbell Barton | Change how object menu selection works, use an operator... |
tree | commitdiff |
2012-01-11 |
Campbell Barton | remove spot_interactive() which is now handled by gener... |
tree | commitdiff |
2012-01-10 |
Peter Larabell | (no commit message) |
tree | commitdiff |
2012-01-10 |
Campbell Barton | Some editors choke on lines over 100,000 chars long... |
tree | commitdiff |
2012-01-09 |
Campbell Barton | comment unused vars |
tree | commitdiff |
2012-01-09 |
Sergey Sharybin | Camera tracking: fixes for preview widget |
tree | commitdiff |
2012-01-09 |
Sergey Sharybin | Camera tracking: tracks copy/paste operator |
tree | commitdiff |
2012-01-09 |
Sergey Sharybin | Tag unused argument |
tree | commitdiff |
2012-01-09 |
Campbell Barton | dont draw object center dot for opengl render |
tree | commitdiff |
2012-01-09 |
Campbell Barton | fix an error rendering opengl weightpaint data wasn... |
tree | commitdiff |
2012-01-08 |
Sergey Sharybin | Fix #29828: Reloading background movie clip crashes... |
tree | commitdiff |
2012-01-08 |
Campbell Barton | svn merge ^/trunk/blender -r43183:43220 |
tree | commitdiff |
2012-01-08 |
Lukas Toenne | Improved auto-hiding of unused sockets for collapsed... |
tree | commitdiff |
2012-01-08 |
Alexander Kuznetsov | Fix for [#28978] |
tree | commitdiff |
2012-01-08 |
Joshua Leung | Code cleanup |
tree | commitdiff |
2012-01-06 |
Sergey Sharybin | Fix #29568: Blender restores deleted scene |
tree | commitdiff |
2012-01-06 |
Joshua Leung | Bugfix [#29806] World nodetrees not included in Animati... |
tree | commitdiff |
2012-01-06 |
Thomas Dinges | Cycles/Material list: |
tree | commitdiff |
2012-01-06 |
Campbell Barton | rename normal calc functions. |
tree | commitdiff |
2012-01-05 |
Campbell Barton | svn merge ^/trunk/blender -r43160:43183 |
tree | commitdiff |
2012-01-05 |
Sergey Sharybin | Fix #29796: Poor screencast quality with any AVI Codec |
tree | commitdiff |
2012-01-05 |
Campbell Barton | svn merge ^/trunk/blender -r43124:43160 |
tree | commitdiff |
2012-01-05 |
Campbell Barton | add _default versions of sequence sound functions since... |
tree | commitdiff |
2012-01-05 |
Campbell Barton | more edits to r43145, |
tree | commitdiff |
2012-01-04 |
Dalai Felinto | This patch creates an interface for ["Text"] properties... |
tree | commitdiff |
2012-01-04 |
Sergey Sharybin | Camera tracking: more accurate track preview widget |
tree | commitdiff |
2012-01-04 |
Howard Trickey | Add ability to constrain knife cut angle to 0, 45,... |
tree | commitdiff |
next |