2010-09-12 |
Campbell Barton | use relative paths for ghost/cmake |
commit | commitdiff | tree |
2010-09-12 |
Campbell Barton | building without python was broken |
commit | commitdiff | tree |
2010-09-11 |
Nathan Letwory | Fix [#23770] io_anim_bvh reloads the wrong module |
commit | commitdiff | tree |
2010-09-11 |
Dalai Felinto | BGE module reshuffling - VideoTexture -> bge.texture |
commit | commitdiff | tree |
2010-09-11 |
Thomas Dinges | Removed a "properties" too much. :/ |
commit | commitdiff | tree |
2010-09-11 |
Campbell Barton | pyrna: replace method for operators forwarding getattr... |
commit | commitdiff | tree |
2010-09-11 |
Campbell Barton | - added PNG image export option to UV layout (was only... |
commit | commitdiff | tree |
2010-09-11 |
Campbell Barton | new materials and cameras had incorrect usercounts... |
commit | commitdiff | tree |
2010-09-11 |
Campbell Barton | incorrect docstring |
commit | commitdiff | tree |
2010-09-11 |
Campbell Barton | - camera max zoom limit was inconsistent |
commit | commitdiff | tree |
2010-09-11 |
Campbell Barton | - py api splash URL was old, use blender version (menu... |
commit | commitdiff | tree |
2010-09-11 |
Matt Ebb | Fixed the splash screen: previous had incorrect colour... |
commit | commitdiff | tree |
2010-09-11 |
Matt Ebb | Fix for own stupid bug the other day, messed up the... |
commit | commitdiff | tree |
2010-09-10 |
Thomas Dinges | Patch [#23759] more replace self.properties.foo --... |
commit | commitdiff | tree |
2010-09-10 |
Ton Roosendaal | Part 4 of 2.54 beta commits (last) |
commit | commitdiff | tree |
2010-09-10 |
Ton Roosendaal | Part 3 of 2.54 commits (1 more!) |
commit | commitdiff | tree |
2010-09-10 |
Ton Roosendaal | Part 1 of 2.54 beta build commit |
commit | commitdiff | tree |
2010-09-10 |
Campbell Barton | fix for error updating rigify UI classes |
commit | commitdiff | tree |
2010-09-10 |
Arystanbek... | Bug #23715: patch by Jan Diederich to avoid having... |
commit | commitdiff | tree |
2010-09-10 |
Campbell Barton | rewrote python IDProperty metaclass in C, this was... |
commit | commitdiff | tree |
2010-09-10 |
Janne Karhu | Fix for [#23090] Blender 2.5 : move object to new layer... |
commit | commitdiff | tree |
2010-09-10 |
Sergey Sharybin | Fix #23742: a NURBS surface created with two joined... |
commit | commitdiff | tree |
2010-09-10 |
Campbell Barton | remove redundant buffer character positioning code... |
commit | commitdiff | tree |
2010-09-10 |
Campbell Barton | bugfix [#23607] Render Stamp, incorrect apostrophe... |
commit | commitdiff | tree |
2010-09-10 |
Campbell Barton | patch [#23749] IntVectorProperty missing step [patch] |
commit | commitdiff | tree |
2010-09-09 |
Martin Poirier | Fix bug caused by someone else's error. |
commit | commitdiff | tree |
2010-09-09 |
Campbell Barton | replace self.properties.foo --> self.foo |
commit | commitdiff | tree |
2010-09-09 |
Campbell Barton | - bugfix, operators were getting their properties regis... |
commit | commitdiff | tree |
2010-09-09 |
Campbell Barton | definition/syntax edits for operators and rna (no funct... |
commit | commitdiff | tree |
2010-09-09 |
Campbell Barton | fix for addons UI with recent rna changes, |
commit | commitdiff | tree |
2010-09-09 |
Campbell Barton | fix crash for calling setattr with a non-string attribu... |
commit | commitdiff | tree |
2010-09-09 |
Janne Karhu | Partial fix for [#21948] Full sample motion blur with... |
commit | commitdiff | tree |
2010-09-09 |
Arystanbek... | Bug #23715 in COLLADA exporter: prepend an '_' to the... |
commit | commitdiff | tree |
2010-09-09 |
Arystanbek... | Patch by Jan Diederich, fixes bug #23715 in the COLLADA... |
commit | commitdiff | tree |
2010-09-09 |
Janne Karhu | Fix for [#23734] Force Fields Min/Max don't work |
commit | commitdiff | tree |
2010-09-09 |
Campbell Barton | remove class methods for defining properties |
commit | commitdiff | tree |
2010-09-09 |
Campbell Barton | - fix for using ['prop'] in RNA api |
commit | commitdiff | tree |
2010-09-09 |
Campbell Barton | support for defining rna class properties as class... |
commit | commitdiff | tree |
2010-09-09 |
Nicholas Bishop | == Multires == |
commit | commitdiff | tree |
2010-09-08 |
Campbell Barton | bugfix [#23725] bpy.context.window_manager. |
commit | commitdiff | tree |
2010-09-08 |
Thomas Dinges | Fix for [#23736] Network render - error in file: releas... |
commit | commitdiff | tree |
2010-09-08 |
Janne Karhu | Partial fix for [#23714] Linked instance group with... |
commit | commitdiff | tree |
2010-09-08 |
Campbell Barton | py/rna internals |
commit | commitdiff | tree |
2010-09-08 |
Campbell Barton | bpy.props.* option to pass the first arg as a class. |
commit | commitdiff | tree |
2010-09-08 |
Nathan Letwory | Apply patch [#23632] Allow single quotes in RNA paths. |
commit | commitdiff | tree |
2010-09-08 |
Janne Karhu | Hair disconnect/connect wasn't working properly. |
commit | commitdiff | tree |
2010-09-08 |
Nathan Letwory | Commit patch [#23685] Cleanup/crashfix for AA using... |
commit | commitdiff | tree |
2010-09-08 |
Campbell Barton | addon improvements/fixes |
commit | commitdiff | tree |
2010-09-08 |
Campbell Barton | new bpy function bpy.path.module_names(path, recursive... |
commit | commitdiff | tree |
2010-09-08 |
Campbell Barton | bugfix [#23720] Performing an object operation in the... |
commit | commitdiff | tree |
2010-09-08 |
Campbell Barton | patch [#23717] Another install target fix for cmake... |
commit | commitdiff | tree |
2010-09-08 |
Campbell Barton | bugfix [#23722] Artifact in 3D View with empties saved... |
commit | commitdiff | tree |
2010-09-07 |
Thomas Dinges | * Increase Ray Depth Property Range, request by Conz. |
commit | commitdiff | tree |
2010-09-07 |
Nathan Letwory | Fix [#23716] Add background image broken |
commit | commitdiff | tree |
2010-09-07 |
Campbell Barton | ran through pep8 checker |
commit | commitdiff | tree |
2010-09-07 |
Joshua Leung | Graph Editor tweaks: |
commit | commitdiff | tree |
2010-09-07 |
Matt Ebb | Fix [#23634] Edit Box in World / Ambient Occlusion... |
commit | commitdiff | tree |
2010-09-07 |
Campbell Barton | bugfix [#23648] Add image strip window checkboxes don... |
commit | commitdiff | tree |
2010-09-07 |
Matt Ebb | Compile fix |
commit | commitdiff | tree |
2010-09-07 |
Campbell Barton | bugfix [#22831] transform problem with hidden parent... |
commit | commitdiff | tree |
2010-09-07 |
Campbell Barton | bugfix [#23189] Num-0 swtich to Camera view and back... |
commit | commitdiff | tree |
2010-09-07 |
Thomas Dinges | Windows Installer: |
commit | commitdiff | tree |
2010-09-07 |
Campbell Barton | bugfix [#23656] Problems retrieving properties from... |
commit | commitdiff | tree |
2010-09-07 |
Joshua Leung | Bugfix #23707: Autokey Available is ignored on a Clear... |
commit | commitdiff | tree |
2010-09-07 |
Nicholas Bishop | == Sculpt == |
commit | commitdiff | tree |
2010-09-07 |
Campbell Barton | patch [#23650] fix stubs.c for optimized build |
commit | commitdiff | tree |
2010-09-07 |
Campbell Barton | patch [#23703] Fix for Level compositing node; correct... |
commit | commitdiff | tree |
2010-09-07 |
Campbell Barton | - added back zlib include (needed for win32). |
commit | commitdiff | tree |
2010-09-07 |
Campbell Barton | bugfix [#23464] Crash on Tab |
commit | commitdiff | tree |
2010-09-07 |
Campbell Barton | bugfix [#23631] Faces and edges missing in edit mode |
commit | commitdiff | tree |
2010-09-06 |
Campbell Barton | in response to bug [#23701] Edit Mode: unable to bind... |
commit | commitdiff | tree |
2010-09-06 |
Campbell Barton | bugfix [#23702] Parent to hidden object crashes |
commit | commitdiff | tree |
2010-09-06 |
Campbell Barton | bugfix [#23704] Background image does not support speci... |
commit | commitdiff | tree |
2010-09-06 |
Campbell Barton | bugfix [#23656] Problems retrieving properties from... |
commit | commitdiff | tree |
2010-09-06 |
Campbell Barton | bugfix [#23663] relative path dind work on linux |
commit | commitdiff | tree |
2010-09-06 |
Campbell Barton | bugfix [#23674] Fix for texture path corruptions (bug... |
commit | commitdiff | tree |
2010-09-06 |
Campbell Barton | bugfix [#23593] using material_slot.material=material_s... |
commit | commitdiff | tree |
2010-09-06 |
Janne Karhu | Fix for [#23028] Driver gets remapped when importing... |
commit | commitdiff | tree |
2010-09-06 |
Campbell Barton | bugfix [#23697] New Empty Scene lacks World Settings |
commit | commitdiff | tree |
2010-09-06 |
Campbell Barton | - use list append in more places (preferred method... |
commit | commitdiff | tree |
2010-09-06 |
Janne Karhu | Fix for [#22960] UV/Image editor - Back to Previous... |
commit | commitdiff | tree |
2010-09-06 |
Campbell Barton | bugfix [#23641] enable/disable switch of "Limit" Constr... |
commit | commitdiff | tree |
2010-09-06 |
Campbell Barton | bugfix [#23695] SigSegV when deleting camera from multi... |
commit | commitdiff | tree |
2010-09-06 |
Campbell Barton | display_properties was being re-defined for each keymap... |
commit | commitdiff | tree |
2010-09-06 |
Campbell Barton | revert keymap name commit, matt says everything should... |
commit | commitdiff | tree |
2010-09-06 |
Campbell Barton | committed by accident |
commit | commitdiff | tree |
2010-09-06 |
Campbell Barton | bugfix [#23552] keymaps big problem |
commit | commitdiff | tree |
2010-09-06 |
Campbell Barton | rename '3D View' keymap, since its know as 'View 3D... |
commit | commitdiff | tree |
2010-09-06 |
Daniel Salazar | Report by Dan Eicher (dna). [#23694] ColorRampElement... |
commit | commitdiff | tree |
2010-09-05 |
Peter Schlaile | This fixes: [#23260] VSE Marking with shortcuts doesn... |
commit | commitdiff | tree |
2010-09-05 |
Campbell Barton | patch [#23671] [desktop file] add translations and... |
commit | commitdiff | tree |
2010-09-05 |
Sergey Sharybin | Fix #23680: Explode with Split Edges over SubSurf ... |
commit | commitdiff | tree |
2010-09-05 |
Thomas Dinges | Windows Icons: |
commit | commitdiff | tree |
2010-09-05 |
Thomas Dinges | Bugfix for [#23571] Blender Desktop Icon does not chang... |
commit | commitdiff | tree |
2010-09-04 |
Peter Schlaile | This fixes: [#23672] If frame offset is too high the... |
commit | commitdiff | tree |
2010-09-04 |
Arystanbek... | Merge -c 31610 (<instance_node> support) from COLLADA... |
commit | commitdiff | tree |
2010-09-04 |
Thomas Dinges | Bugfix for [#23676] Obj Import fails again. |
commit | commitdiff | tree |
2010-09-04 |
Nathan Letwory | Silence warning about BLI_sprintfN |
commit | commitdiff | tree |
2010-09-03 |
Thomas Dinges | 2.5 Constraints: |
commit | commitdiff | tree |
2010-09-03 |
Campbell Barton | error with allocating memory for a new material array... |
commit | commitdiff | tree |
next |