2011-05-12 |
Campbell Barton | svn merge -r36603:36628 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-05-12 |
Joseph Eagar | =bmesh= |
tree | commitdiff |
2011-05-11 |
Campbell Barton | updated Ctrl+Click extrude for bmesh so it can rotate... |
tree | commitdiff |
2011-05-11 |
Campbell Barton | more syncing with trunk. |
tree | commitdiff |
2011-05-11 |
Campbell Barton | svn merge -r36583:36603 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-05-10 |
Campbell Barton | remove some duplicate declarations |
tree | commitdiff |
2011-05-10 |
Campbell Barton | svn merge -r36564:36583 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-05-09 |
Campbell Barton | minor cleanup, no functional changes. |
tree | commitdiff |
2011-05-09 |
Campbell Barton | svn merge -r36529:36564 https://svn.blender.org/svnroot... |
tree | commitdiff |
2011-05-09 |
Campbell Barton | quiet more compiler warnings, also found a bug using... |
tree | commitdiff |
2011-05-08 |
Joseph Eagar | =bmesh= merge from trunk at r36529 |
tree | commitdiff |
2011-05-07 |
Joseph Eagar | =bmesh= |
tree | commitdiff |
2011-05-05 |
Campbell Barton | fix [#27285] Renderslot missing |
tree | commitdiff |
2011-05-02 |
Brecht Van Lommel | Fix #27165: uvedit mesh selection sync did not handle... |
tree | commitdiff |
2011-05-02 |
Brecht Van Lommel | UV Edit: move uv vertex buttons code to uvedit module. |
tree | commitdiff |
2011-05-01 |
Joseph Eagar | =bmesh= |
tree | commitdiff |
2011-04-30 |
Campbell Barton | use camera render argument to avoid temp overwriting... |
tree | commitdiff |
2011-04-28 |
Campbell Barton | fix [#27193] view/camera/set active object as camera... |
tree | commitdiff |
2011-04-26 |
Campbell Barton | - fix for player linking |
tree | commitdiff |
2011-04-25 |
Campbell Barton | rna api |
tree | commitdiff |
2011-04-24 |
Campbell Barton | harmless changes to quiet clang static check warnings. |
tree | commitdiff |
2011-04-21 |
Campbell Barton | bugfix [#27091] Add new vertex at wrong position (... |
tree | commitdiff |
2011-04-21 |
Campbell Barton | pass even mouse coords value as const so its not edited... |
tree | commitdiff |
2011-04-15 |
Joseph Eagar | =bmesh= merge from trunk at r36153 |
tree | commitdiff |
2011-04-05 |
Campbell Barton | add option WITH_BUILTIN_GLEW, so linux packagers can... |
tree | commitdiff |
2011-04-05 |
Campbell Barton | utility function for getting the vector direction the... |
tree | commitdiff |
2011-03-27 |
Campbell Barton | interface: floats were being implicitly promoted to... |
tree | commitdiff |
2011-03-24 |
Campbell Barton | fix for using uiItemIntO for an enum, added uiItemEnumO... |
tree | commitdiff |
2011-03-24 |
Joshua Leung | Reshuffled utility function to keyframe drawing API... |
tree | commitdiff |
2011-03-24 |
Joshua Leung | Animation Tool: Propagate Pose |
tree | commitdiff |
2011-03-20 |
Campbell Barton | minor warning cleanup & use BLI_math functions a little... |
tree | commitdiff |
2011-03-15 |
Campbell Barton | fix for crash with textbox add poll function, missing... |
tree | commitdiff |
2011-03-14 |
Andrea Weikert | == filebrowser == |
tree | commitdiff |
2011-03-14 |
Joshua Leung | Bugfixes: |
tree | commitdiff |
2011-03-14 |
Campbell Barton | patch [#26495] Adjustable outline width for selected... |
tree | commitdiff |
2011-03-13 |
Campbell Barton | [#26482] Solidify / Animation Opengl render. no texture. |
tree | commitdiff |
2011-03-10 |
Campbell Barton | request from Jedrzej Slewczuk's: |
tree | commitdiff |
2011-03-09 |
Ton Roosendaal | From the todo: |
tree | commitdiff |
2011-03-08 |
Campbell Barton | fix bug [#26315] Background and 3D view mistakes |
tree | commitdiff |
2011-03-06 |
Campbell Barton | bug [#26329] Project Paint not working |
tree | commitdiff |
2011-03-05 |
Ton Roosendaal | Bugfix #26317 |
tree | commitdiff |
2011-03-04 |
Ton Roosendaal | Bugfix #26317 |
tree | commitdiff |
2011-03-02 |
Joshua Leung | Bugfix [#26269] Initiating a duplication with shift... |
tree | commitdiff |
2011-03-02 |
Campbell Barton | replace references to old arithb library |
tree | commitdiff |
2011-02-27 |
Andrea Weikert | == UI icons == |
tree | commitdiff |
2011-02-27 |
Andrea Weikert | == UI icons == |
tree | commitdiff |
2011-02-27 |
Andrea Weikert | == UI icons == |
tree | commitdiff |
2011-02-27 |
Joseph Eagar | merge with/from trunk at r35190 |
tree | commitdiff |
2011-02-24 |
Campbell Barton | face-paint mode operators were not ported from 2.4x... |
tree | commitdiff |
2011-02-22 |
Campbell Barton | operator ED_OT_undo_push, needed for editmode undo... |
tree | commitdiff |
2011-02-21 |
Nathan Letwory | doxygen: editor entry |
tree | commitdiff |
2011-02-17 |
Campbell Barton | Clear some compiler warnings by commenting some functio... |
tree | commitdiff |
2011-02-15 |
Joshua Leung | UI Tweaks: Text field in Rename Markers popup now gets... |
tree | commitdiff |
2011-02-14 |
Campbell Barton | made most variables which are only used in a single... |
tree | commitdiff |
2011-02-14 |
Campbell Barton | misc small changes: |
tree | commitdiff |
2011-02-13 |
Campbell Barton | many functions in blender are not marked static but... |
tree | commitdiff |
2011-02-13 |
Campbell Barton | fix for warnings from Sparse static source code checker... |
tree | commitdiff |
2011-02-12 |
Sergey Sharybin | Sculpting on deformed mesh |
tree | commitdiff |
2011-02-09 |
Campbell Barton | move validation into blender kernel so it can be called... |
tree | commitdiff |
2011-02-09 |
Campbell Barton | mesh validation function to report errors and help... |
tree | commitdiff |
2011-02-07 |
Campbell Barton | minor edits, no functional changes. |
tree | commitdiff |
2011-02-04 |
Joshua Leung | Moved Auto-Keying "Insert for KeyingSet only" option... |
tree | commitdiff |
2011-02-02 |
Campbell Barton | fix [#25684] Grease pencil strokes with "Surface" optio... |
tree | commitdiff |
2011-02-01 |
Joshua Leung | "Batch-Edit" Code cleanup: Renaming ED_operator_ipo_act... |
tree | commitdiff |
2011-01-31 |
Sergey Sharybin | Todo issue: sculpting on deformed mesh |
tree | commitdiff |
2011-01-26 |
Campbell Barton | Possible fix for issue #2 in [#25664] Remove Pack does... |
tree | commitdiff |
2011-01-19 |
Ton Roosendaal | Bugfix #25652 |
tree | commitdiff |
2011-01-18 |
Joshua Leung | Bugfix [#25684b] Surface and Stroke options are not... |
tree | commitdiff |
2011-01-15 |
Campbell Barton | remove/comment unused defines. |
tree | commitdiff |
2011-01-12 |
Ton Roosendaal | Bugfix #25570 |
tree | commitdiff |
2011-01-10 |
Joshua Leung | - Local Markers are now taken into account correctly... |
tree | commitdiff |
2011-01-10 |
Joshua Leung | Todo #22395: Restoring Grease Pencil Editing Mode in... |
tree | commitdiff |
2011-01-07 |
Campbell Barton | patch [#25440] Object.vertex_group fixin' |
tree | commitdiff |
2011-01-06 |
Joshua Leung | Markers Todo: Adding back "Rename Marker" operator... |
tree | commitdiff |
2011-01-06 |
Joshua Leung | == Long-Standing 2.5 Todo - Markers fully working again... |
tree | commitdiff |
2011-01-05 |
Ton Roosendaal | Todo item: brought transform texture space back. |
tree | commitdiff |
2011-01-05 |
Campbell Barton | remove ED_retopo.h |
tree | commitdiff |
2011-01-05 |
Joshua Leung | Animation data for lattices is now shown in the Animato... |
tree | commitdiff |
2011-01-04 |
Joshua Leung | Grease Pencil Todos: "Sketching Sessions" |
tree | commitdiff |
2011-01-03 |
Joshua Leung | Keyframing Operator Code Cleanup: |
tree | commitdiff |
2011-01-02 |
Sergey Sharybin | Spelling fix: itterator->iterator |
tree | commitdiff |
2011-01-02 |
Campbell Barton | - correct typos in comments. |
tree | commitdiff |
2010-12-29 |
Joshua Leung | DopeSheet Drawing Tweak: |
tree | commitdiff |
2010-12-28 |
Joshua Leung | Drivers Code Cleanups and UI Tweaks: |
tree | commitdiff |
2010-12-23 |
Campbell Barton | Fix for multiple modifier stack calculations per frame. |
tree | commitdiff |
2010-12-23 |
Campbell Barton | use ICON_NULL define rather then 0, makes UI calls... |
tree | commitdiff |
2010-12-23 |
Joseph Eagar | Edge slide works again, some small issues may remain... |
tree | commitdiff |
2010-12-20 |
Sergey Sharybin | Fix #25315: Curve points keyframe changes made in edit... |
tree | commitdiff |
2010-12-20 |
Campbell Barton | fix [#25283] Edge length display difficult to read |
tree | commitdiff |
2010-12-17 |
Ton Roosendaal | Drag & drop feature: |
tree | commitdiff |
2010-12-15 |
Campbell Barton | Centralized operator UI drawing into a new function... |
tree | commitdiff |
2010-12-15 |
Campbell Barton | bugfix [#25230] Quick extrude Ctrl-LMB : wrong behaviou... |
tree | commitdiff |
2010-12-14 |
Campbell Barton | graph editor & action keyframe paste options. |
tree | commitdiff |
2010-12-14 |
Campbell Barton | Menu UI feature common in other widget sets: |
tree | commitdiff |
2010-12-10 |
Campbell Barton | bugfix [#25154] .MXF files should be included as a... |
tree | commitdiff |
2010-12-07 |
Campbell Barton | bugfix [#25074] visible, selectable and render toggles... |
tree | commitdiff |
2010-12-07 |
Campbell Barton | 2D text drawing |
tree | commitdiff |
2010-12-06 |
Sergey Sharybin | Curves CV animation |
tree | commitdiff |
2010-12-04 |
Campbell Barton | Maintenance, |
tree | commitdiff |
2010-12-03 |
Campbell Barton | remove shadowed definitions but keep them as zero this... |
tree | commitdiff |
next |