2011-04-05 |
Joshua Leung | Bugfix [#26792] blender crash when scaling action strip... |
blob | commitdiff | raw |
2011-04-03 |
Campbell Barton | replace while loops with angle_wrap_rad() |
blob | commitdiff | raw | diff to current |
2011-03-28 |
Campbell Barton | transform: floats were being implicitly promoted to... |
blob | commitdiff | raw | diff to current |
2011-03-27 |
Martin Poirier | [#26622] Blender crashes when calling transform operator |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Campbell Barton | - support transform operators running in backgruond... |
blob | commitdiff | raw | diff to current |
2011-03-07 |
Ton Roosendaal | From the OFTL: |
blob | commitdiff | raw | diff to current |
2011-03-04 |
Ton Roosendaal | Bugfix #26270 |
blob | commitdiff | raw | diff to current |
2011-03-03 |
Campbell Barton | use NULL instead of 0 for pointers, (editors) |
blob | commitdiff | raw | diff to current |
2011-03-02 |
Joshua Leung | Bugfix [#26269] Initiating a duplication with shift... |
blob | commitdiff | raw | diff to current |
2011-02-27 |
Nathan Letwory | doxygen: blender/editors tagged. |
blob | commitdiff | raw | diff to current |
2011-02-23 |
Nathan Letwory | doxygen: prevent GPL license block from being parsed... |
blob | commitdiff | raw | diff to current |
2011-02-21 |
Janne Karhu | Fix for [#26105] Key mapped Rotate equals crash (Window... |
blob | commitdiff | raw | diff to current |
2011-02-17 |
Campbell Barton | clear some unused warnings |
blob | commitdiff | raw | diff to current |
2011-02-14 |
Campbell Barton | made most variables which are only used in a single... |
blob | commitdiff | raw | diff to current |
2011-02-13 |
Campbell Barton | fix for warnings from Sparse static source code checker... |
blob | commitdiff | raw | diff to current |
2011-02-12 |
Campbell Barton | - fix leak on STL loading if realloc fails. |
blob | commitdiff | raw | diff to current |
2011-02-07 |
Ton Roosendaal | Todo/feature request |
blob | commitdiff | raw | diff to current |
2011-01-14 |
Joshua Leung | Transform tweak: |
blob | commitdiff | raw | diff to current |
2011-01-12 |
Campbell Barton | remove redundant assignments & unused vars. |
blob | commitdiff | raw | diff to current |
2011-01-10 |
Campbell Barton | edit to Ton's recent commit, r34177, only use the far... |
blob | commitdiff | raw | diff to current |
2011-01-08 |
Ton Roosendaal | Bugfix, IRC report |
blob | commitdiff | raw | diff to current |
2011-01-08 |
Ton Roosendaal | Proportional editing: |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Campbell Barton | split BKE_utildefines.h, now it only has blender specif... |
blob | commitdiff | raw | diff to current |
2011-01-06 |
Ton Roosendaal | Bug fix: |
blob | commitdiff | raw | diff to current |
2011-01-06 |
Ton Roosendaal | Todo item: |
blob | commitdiff | raw | diff to current |
2011-01-05 |
Ton Roosendaal | Todo item: brought transform texture space back. |
blob | commitdiff | raw | diff to current |
2010-12-24 |
Ton Roosendaal | Bugfix: (Mario Kishalmi patch) |
blob | commitdiff | raw | diff to current |
2010-12-22 |
Ton Roosendaal | Bugfix #25348 |
blob | commitdiff | raw | diff to current |
2010-12-20 |
Campbell Barton | fix [#25283] Edge length display difficult to read |
blob | commitdiff | raw | diff to current |
2010-12-07 |
Campbell Barton | Added an assert() check for normalized quats which... |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Campbell Barton | Enabled GCC -Wwrite-strings warning for CMake and repla... |
blob | commitdiff | raw | diff to current |
2010-12-03 |
Campbell Barton | - added GCC warning -Wstrict-prototypes |
blob | commitdiff | raw | diff to current |
2010-11-30 |
Campbell Barton | bugfix [#24974] "select all" in weight paint -> face... |
blob | commitdiff | raw | diff to current |
2010-11-28 |
Campbell Barton | minor changes to the python api. |
blob | commitdiff | raw | diff to current |
2010-11-21 |
Martin Poirier | [#22854] Objects lag behind mouse pointer when transfor... |
blob | commitdiff | raw | diff to current |
2010-11-20 |
Martin Poirier | [#24827] Crash when auto-keyframing while playing animation |
blob | commitdiff | raw | diff to current |
2010-11-20 |
Martin Poirier | Cancel edge slide on invalid selection. |
blob | commitdiff | raw | diff to current |
2010-11-19 |
Campbell Barton | patch from Shane Ambler, free memory when failing to... |
blob | commitdiff | raw | diff to current |
2010-11-16 |
Campbell Barton | bugfix [#24509] UV/Image Editor: selected elements... |
blob | commitdiff | raw | diff to current |
2010-11-14 |
Martin Poirier | Move rotOrder to proper transform data structure |
blob | commitdiff | raw | diff to current |
2010-11-03 |
Campbell Barton | bugfix [#24505] Python command bpy.ops.transform.rotate... |
blob | commitdiff | raw | diff to current |
2010-11-02 |
Campbell Barton | fix for compiling with the c90 standard, support for... |
blob | commitdiff | raw | diff to current |
2010-11-02 |
Thomas Dinges | Patch [#24497] Fix for [#24484] Right Ctrl for snapping... |
blob | commitdiff | raw | diff to current |
2010-10-31 |
Campbell Barton | initialize structs to zero rather then using memset(). |
blob | commitdiff | raw | diff to current |
2010-10-24 |
Campbell Barton | bugfix [#21097] Rotating multiple bones with non-local... |
blob | commitdiff | raw | diff to current |
2010-10-21 |
Campbell Barton | bugfix [#24331] EdgeSlide not as flawless as 2.49's |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Campbell Barton | bugfix [#24322] Rotating objects with Axis+Angle mode... |
blob | commitdiff | raw | diff to current |
2010-10-17 |
Joshua Leung | Bugfix #24296: AutoIK interactive chain length adjustme... |
blob | commitdiff | raw | diff to current |
2010-10-16 |
Campbell Barton | most unused arg warnings corrected. |
blob | commitdiff | raw | diff to current |
2010-10-05 |
Campbell Barton | rename Command key to OSKey, Window manager already... |
blob | commitdiff | raw | diff to current |
2010-09-28 |
Campbell Barton | [#24028] Minor fixes to BLI_math_vector |
blob | commitdiff | raw | diff to current |
2010-09-22 |
Campbell Barton | bugfix [#23832] Moving a pose bone doesnt update the... |
blob | commitdiff | raw | diff to current |
2010-09-21 |
Janne Karhu | Fix for [#23818] Edge slide not resetting properly... |
blob | commitdiff | raw | diff to current |
2010-08-25 |
Brecht Van Lommel | Fix #23181: crash in bone roll with project snapping... |
blob | commitdiff | raw | diff to current |
2010-08-18 |
Campbell Barton | apply rna naming for ToolSettings |
blob | commitdiff | raw | diff to current |
2010-08-10 |
Joerg Mueller | svn merge -r 31145:31210 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-08-08 |
Campbell Barton | remove unused includes |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Joerg Mueller | svn merge -r 30954:31059 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-08-03 |
Campbell Barton | bugfix [#23158] Translate operator leaks memory if... |
blob | commitdiff | raw | diff to current |
2010-08-01 |
Joerg Mueller | svn merge -r 30913:30953 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-07-31 |
Martin Poirier | Separate proportional edit setting between edit and... |
blob | commitdiff | raw | diff to current |
2010-07-31 |
Campbell Barton | use more BLI math funcs (no functional changes) |
blob | commitdiff | raw | diff to current |
2010-07-25 |
Joerg Mueller | svn merge -r 30566:30717 https://svn.blender.org/svnroo... |
blob | commitdiff | raw | diff to current |
2010-07-21 |
Brecht Van Lommel | Fix #20196: division by zero in edge slide with two... |
blob | commitdiff | raw | diff to current |
2010-07-08 |
Joerg Mueller | Merging revision 29560:30125 from trunk. |
blob | commitdiff | raw | diff to current |
2010-06-27 |
Matt Ebb | [#22682] some missing keymaps |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Joerg Mueller | Recreating my GSoC branch. |
blob | commitdiff | raw | diff to current |
2010-06-19 |
Joerg Mueller | Deleting my GSoC branch to recreate it. |
blob | commitdiff | raw |
2010-06-18 |
Matt Ebb | Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT... |
blob | commitdiff | raw | diff to current |
2010-05-25 |
Joerg Mueller | Merge with trunk, revision 28528 - 28976. |
blob | commitdiff | raw | diff to current |
2010-05-15 |
Joshua Leung | Durian request: Attempted fix for rotations not taking... |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Joshua Leung | Minor formatting tweaks (killing some "caterpillar... |
blob | commitdiff | raw | diff to current |
2010-05-07 |
Campbell Barton | ghash alloc string from render branch |
blob | commitdiff | raw | diff to current |
2010-05-06 |
Joseph Eagar | keyframe transform, both through dopesheet/action edito... |
blob | commitdiff | raw | diff to current |
2010-04-23 |
Campbell Barton | sub_v3_v3v3 --> sub_v3_v3 (where possible) |
blob | commitdiff | raw | diff to current |
2010-04-21 |
Campbell Barton | replace add_v3_v3v3() --> add_v3_v3() where possible |
blob | commitdiff | raw | diff to current |
2010-04-19 |
Brecht Van Lommel | Fix problem with limit rotation constraints during... |
blob | commitdiff | raw | diff to current |
2010-04-18 |
Campbell Barton | remove config.h references, was added for automake... |
blob | commitdiff | raw | diff to current |
2010-04-12 |
Martin Poirier | [#21993] Edge Slide operator should disable projection... |
blob | commitdiff | raw | diff to current |
2010-04-03 |
Martin Poirier | More work on Drag Immediate: |
blob | commitdiff | raw | diff to current |
2010-04-02 |
Martin Poirier | [#21840] When clicking to move a Node it sticks to... |
blob | commitdiff | raw | diff to current |
2010-03-28 |
Martin Poirier | [#21767] Project Vert. on the Surf. of Other Obj. enabl... |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Campbell Barton | more lint includes |
blob | commitdiff | raw | diff to current |
2010-03-22 |
Campbell Barton | spaces -> tabs, (4 spaces == 1 tab, only for white... |
blob | commitdiff | raw | diff to current |
2010-03-19 |
Martin Poirier | Hack to make people stop bugging me. |
blob | commitdiff | raw | diff to current |
2010-03-15 |
Brecht Van Lommel | Fix #21619 and #21613: edge loop delete crashes, after... |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Martin Poirier | transform: Ctrl-Click on manipulators uses increments... |
blob | commitdiff | raw | diff to current |
2010-03-14 |
Martin Poirier | [#21523] Drag Immediately only working when "Select... |
blob | commitdiff | raw | diff to current |
2010-03-09 |
Martin Poirier | [#21433] Angular rotation snap issue, final value set... |
blob | commitdiff | raw | diff to current |
2010-03-08 |
Campbell Barton | commit from r27250 to fix bug #21433, broke local axis... |
blob | commitdiff | raw | diff to current |
2010-03-07 |
Martin Poirier | [#21433] Angular rotation snap issue, final value set... |
blob | commitdiff | raw | diff to current |
2010-02-26 |
Campbell Barton | use negate_v3 rather then multiplying a vector by ... |
blob | commitdiff | raw | diff to current |
2010-02-22 |
Martin Poirier | Move increment value into numinput structure. |
blob | commitdiff | raw | diff to current |
2010-02-21 |
Martin Poirier | [#21265] Rotate behaves wrong with constraints |
blob | commitdiff | raw | diff to current |
2010-02-21 |
Joshua Leung | Bugfix #21234: Autokey "insert only available" userpref... |
blob | commitdiff | raw | diff to current |
2010-02-20 |
Martin Poirier | Split numinput from transform (reusable in other operator). |
blob | commitdiff | raw | diff to current |
2010-02-16 |
Martin Poirier | Missing flag to Curve Shrink Fatten transform |
blob | commitdiff | raw | diff to current |
2010-02-12 |
Campbell Barton | correct fsf address |
blob | commitdiff | raw | diff to current |
2010-02-03 |
Martin Poirier | New Transform 3D view recalculate scheme. |
blob | commitdiff | raw | diff to current |
2010-01-30 |
Arystanbek Dyussenov | COLLADA branch: merge from trunk -r 25745:26429. |
blob | commitdiff | raw | diff to current |
next |