2011-01-13 |
Ton Roosendaal | Bugfix #25614 |
commit | commitdiff | tree |
2011-01-13 |
Campbell Barton | bugfix [#25578] assigning to multi-dimensional arrays... |
commit | commitdiff | tree |
2011-01-13 |
Campbell Barton | bugfix [#25588] Not work fcurve.keyframe_points.add |
commit | commitdiff | tree |
2011-01-13 |
Campbell Barton | speedup fluid file reading, seek past arrays rather... |
commit | commitdiff | tree |
2011-01-13 |
Campbell Barton | revert r34284, this fix was incorrect. |
commit | commitdiff | tree |
2011-01-13 |
Janne Karhu | Possible fix for [#24924] crash-Fluids |
commit | commitdiff | tree |
2011-01-13 |
Campbell Barton | small feature for file manager, pasting a full file... |
commit | commitdiff | tree |
2011-01-13 |
Joshua Leung | Bugfix [#25597] Grease Pencil crash when undoing during... |
commit | commitdiff | tree |
2011-01-13 |
Campbell Barton | fix for NULL missing pointer check, reported on IRC... |
commit | commitdiff | tree |
2011-01-13 |
Campbell Barton | remove/comment unused vars |
commit | commitdiff | tree |
2011-01-13 |
Nicholas Bishop | Sculpt: |
commit | commitdiff | tree |
2011-01-12 |
Ton Roosendaal | Bugfix #25570 |
commit | commitdiff | tree |
2011-01-12 |
Campbell Barton | fix [#25590] Export to X3D of Text object does not... |
commit | commitdiff | tree |
2011-01-12 |
Campbell Barton | simple add mesh operator template. |
commit | commitdiff | tree |
2011-01-12 |
Campbell Barton | bugfix [#24774] Lattice modifier+Dupligroup+Texture... |
commit | commitdiff | tree |
2011-01-12 |
Campbell Barton | bugfix [#25595] Adding Torus when in edit mode strange... |
commit | commitdiff | tree |
2011-01-12 |
Campbell Barton | fix [#25600] Cannot add meta-object when in edit-mode |
commit | commitdiff | tree |
2011-01-12 |
Janne Karhu | Fix for [#25572] crash when changing vertex group densi... |
commit | commitdiff | tree |
2011-01-12 |
Nathan Letwory | fix compile error for MSVC; no va_copy here. Patch... |
commit | commitdiff | tree |
2011-01-12 |
Campbell Barton | add x3d/vrml importer into the menu. |
commit | commitdiff | tree |
2011-01-12 |
Campbell Barton | vrml/x3d import |
commit | commitdiff | tree |
2011-01-12 |
Campbell Barton | modification to Joshua's commit r34270, |
commit | commitdiff | tree |
2011-01-12 |
Campbell Barton | comment array/collection skip(), since there was some... |
commit | commitdiff | tree |
2011-01-12 |
Campbell Barton | BLI_dynstr_vappendf() was cutting off the last characte... |
commit | commitdiff | tree |
2011-01-12 |
Campbell Barton | BLI_dynstr_vappendf() was crashing with strings above... |
commit | commitdiff | tree |
2011-01-12 |
Campbell Barton | remove redundant assignments & unused vars. |
commit | commitdiff | tree |
2011-01-12 |
Joshua Leung | Patch [#25409] Changes to panels header "open/close... |
commit | commitdiff | tree |
2011-01-12 |
Joshua Leung | Patch [#24808] B-Bone display size |
commit | commitdiff | tree |
2011-01-12 |
Joshua Leung | Patch [#24763] NLA Track & Strip methods |
commit | commitdiff | tree |
2011-01-11 |
Joshua Leung | "Pointer" properties can now be reset to some kind... |
commit | commitdiff | tree |
2011-01-11 |
Sergey Sharybin | Fix #25594: Adding mesh while in edit mode with multire... |
commit | commitdiff | tree |
2011-01-11 |
Joshua Leung | More missing descriptions for operators |
commit | commitdiff | tree |
2011-01-11 |
Joshua Leung | Gave all armature operators descriptions (for tooltips... |
commit | commitdiff | tree |
2011-01-11 |
Joshua Leung | Added operator to show all armature layers (similar... |
commit | commitdiff | tree |
2011-01-11 |
Ton Roosendaal | Bugfix #25580 |
commit | commitdiff | tree |
2011-01-11 |
Campbell Barton | bugfix - collection index lookups was not working corre... |
commit | commitdiff | tree |
2011-01-11 |
Campbell Barton | revert own recent fix for collection length, this is... |
commit | commitdiff | tree |
2011-01-11 |
Ton Roosendaal | Bugfix #25581 |
commit | commitdiff | tree |
2011-01-11 |
Campbell Barton | continued x3d/vrml import update from 2.4x version |
commit | commitdiff | tree |
2011-01-11 |
Ton Roosendaal | Bugfix, own testing |
commit | commitdiff | tree |
2011-01-11 |
Joshua Leung | Adding script template for adding Builtin Keying Sets |
commit | commitdiff | tree |
2011-01-11 |
Joshua Leung | - Added operator to clear all transforms from Pose... |
commit | commitdiff | tree |
2011-01-11 |
Campbell Barton | bugfix [#25542] do not work? "Bind camera to Markers" |
commit | commitdiff | tree |
2011-01-11 |
Campbell Barton | py/mathutils fix for eternal loop with Matrix.Rotation(). |
commit | commitdiff | tree |
2011-01-11 |
Campbell Barton | remove misc unused vars and correct theme name for... |
commit | commitdiff | tree |
2011-01-11 |
Campbell Barton | comment/remove unused vars from particle and multires... |
commit | commitdiff | tree |
2011-01-11 |
Campbell Barton | use size clamped string copying, |
commit | commitdiff | tree |
2011-01-11 |
Campbell Barton | change rna function action.fcurves.add() so options... |
commit | commitdiff | tree |
2011-01-11 |
Campbell Barton | bugfix [#25577] Ctrl-Z after adding Color Ramp key... |
commit | commitdiff | tree |
2011-01-11 |
Campbell Barton | initial x3d/vrml importer port from 2.4x. |
commit | commitdiff | tree |
2011-01-11 |
Campbell Barton | - bpy.data.lamps.new() now takes a type argument since... |
commit | commitdiff | tree |
2011-01-11 |
Joshua Leung | "New Action" Operator: |
commit | commitdiff | tree |
2011-01-11 |
Campbell Barton | tag unused vars. |
commit | commitdiff | tree |
2011-01-10 |
Nathan Letwory | Fix [#25575] Collada import problem with Maya2010 expor... |
commit | commitdiff | tree |
2011-01-10 |
Joshua Leung | - Local Markers are now taken into account correctly... |
commit | commitdiff | tree |
2011-01-10 |
Joshua Leung | Todo #22395: Restoring Grease Pencil Editing Mode in... |
commit | commitdiff | tree |
2011-01-10 |
Guillermo S... | SVN maintenance. |
commit | commitdiff | tree |
2011-01-10 |
Campbell Barton | action paste properties were assigned to copy operator... |
commit | commitdiff | tree |
2011-01-10 |
Campbell Barton | rna collection sizes for face data layers were invalid. |
commit | commitdiff | tree |
2011-01-10 |
Campbell Barton | x3d import now passes pep8 checker |
commit | commitdiff | tree |
2011-01-10 |
Campbell Barton | x3d import tabs -> spaces |
commit | commitdiff | tree |
2011-01-10 |
Campbell Barton | copy x3d/vrml importer from blender 2.4x. |
commit | commitdiff | tree |
2011-01-10 |
Luca Bonavita | [bugfix] Curve tilt button in 3d toolbar showing wrong... |
commit | commitdiff | tree |
2011-01-10 |
Janne Karhu | Bug fix: effectors in pre 2.5 files didn't work due... |
commit | commitdiff | tree |
2011-01-10 |
Joshua Leung | "Available" Keying Set bugfix: |
commit | commitdiff | tree |
2011-01-10 |
Campbell Barton | bug [#25535] proportional editing bug |
commit | commitdiff | tree |
2011-01-10 |
Campbell Barton | edit to Ton's recent commit, r34177, only use the far... |
commit | commitdiff | tree |
2011-01-10 |
Campbell Barton | callback function ptcache_particle_extra_read() was... |
commit | commitdiff | tree |
2011-01-10 |
Campbell Barton | comment/remove various unused vars, |
commit | commitdiff | tree |
2011-01-10 |
Campbell Barton | comment unused vars from subsurf code. |
commit | commitdiff | tree |
2011-01-10 |
Campbell Barton | comment dead code from RNA_pointer_create(), was findin... |
commit | commitdiff | tree |
2011-01-10 |
Campbell Barton | add constraint operator |
commit | commitdiff | tree |
2011-01-10 |
Janne Karhu | Compiler warning fixes for the same point cache things... |
commit | commitdiff | tree |
2011-01-10 |
Janne Karhu | Bug fix: particles dying in collisions could lead to... |
commit | commitdiff | tree |
2011-01-09 |
Joshua Leung | Restoring "Pose Markers" |
commit | commitdiff | tree |
2011-01-09 |
Joshua Leung | Bumping up margin for catching marker events in animati... |
commit | commitdiff | tree |
2011-01-09 |
Janne Karhu | Viscoelastic springs for sph particle fluids, original... |
commit | commitdiff | tree |
2011-01-09 |
M.G. Kishalmi | several cosmetic changes to the node-editor |
commit | commitdiff | tree |
2011-01-09 |
Ton Roosendaal | Bugfix #25557 |
commit | commitdiff | tree |
2011-01-09 |
Janne Karhu | Replace uint32_t in pointcache code with unsigned int... |
commit | commitdiff | tree |
2011-01-09 |
Ton Roosendaal | Bugfix #25554 |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | script now passes pep8 checking tool. |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | patch from Andrea Rugliancich, dont export locations... |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | warning from clang, possible crash: |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | rename BKE_assert() --> BLI_assert(). |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | update for change to Matrix class. |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | use PySequence_Size() rather then PySequence_Length... |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | mathutils matrix initialization now matches other mathu... |
commit | commitdiff | tree |
2011-01-09 |
Ton Roosendaal | Bugfix #25547 |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | use PySequence_Fast for matrix slice assignment to... |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | py matrix api |
commit | commitdiff | tree |
2011-01-09 |
Ton Roosendaal | Bugfix #25551 |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | quiet zombie python class warning. bug remains but... |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | cleanup for mathutils multiplication functions, a littl... |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | Remove py mathutils Euler.unique() method |
commit | commitdiff | tree |
2011-01-09 |
Janne Karhu | Fix for [#25544] Blender crashes when changing the... |
commit | commitdiff | tree |
2011-01-09 |
Matt Ebb | Fix typo in particle rna |
commit | commitdiff | tree |
2011-01-09 |
Mitchell Stokes | stubs.c updates provided by Kupoman. |
commit | commitdiff | tree |
2011-01-09 |
Campbell Barton | remove unused vars, comment some which look like they... |
commit | commitdiff | tree |
2011-01-08 |
Martin Poirier | netrender |
commit | commitdiff | tree |
next |