2011-10-06 |
Campbell Barton | fix for crash when painting normalize with no vertex... |
tree | commitdiff |
2011-10-05 |
Brecht Van Lommel | Fix #28766: object properties > display > transparency... |
tree | commitdiff |
2011-10-05 |
Campbell Barton | minor edits |
tree | commitdiff |
2011-10-05 |
Jens Verwiebe | OSX: Correct copy/paste error and exclude endianess... |
tree | commitdiff |
2011-10-05 |
Campbell Barton | fix [#28809] Fileselect strange icon display. |
tree | commitdiff |
2011-10-05 |
Campbell Barton | fix [#28807] Drivers breaking by undo |
tree | commitdiff |
2011-10-05 |
Campbell Barton | filter RNA classes for translation (removes over 1300... |
tree | commitdiff |
2011-10-05 |
Campbell Barton | rename rna OperatorTypeMacro --> OperatorMacro, since... |
tree | commitdiff |
2011-10-04 |
Martin Poirier | [#28801] Pet doesn't work on the whole mesh |
tree | commitdiff |
2011-10-04 |
Campbell Barton | fix for error when fixing crash in filesel poll function. |
tree | commitdiff |
2011-10-04 |
Dalai Felinto | bge bugfix: navmesh collision flag disputing with glsl_... |
tree | commitdiff |
2011-10-04 |
Sergey Sharybin | Update blenderplayer stubs to deal with recent keymaps... |
tree | commitdiff |
2011-10-04 |
Sergey Sharybin | Correction for own recent commit -- didn't know it... |
tree | commitdiff |
2011-10-04 |
Brecht Van Lommel | Fix #28202: (only) modifying keymap item properties... |
tree | commitdiff |
2011-10-04 |
Sergey Sharybin | Partial fix #27978: Problem exporting OGG Theora-Vorbis... |
tree | commitdiff |
2011-10-04 |
Campbell Barton | remove redundant code, also dont bother with os.path... |
tree | commitdiff |
2011-10-04 |
Bastien Montagne | Minor: Other UI strings typos and tweaks. Also updated... |
tree | commitdiff |
2011-10-03 |
Campbell Barton | fix for missing null check in own recent commit. |
tree | commitdiff |
2011-10-03 |
Campbell Barton | revert r40738, flipepd enums give quick access to first... |
tree | commitdiff |
2011-10-03 |
Campbell Barton | add macro OB_TYPE_SUPPORT_MATERIAL, type checks were... |
tree | commitdiff |
2011-10-03 |
Campbell Barton | fix [#27526] shared data but different data materials. |
tree | commitdiff |
2011-10-03 |
Campbell Barton | fix for [#28788] wasn't complete, pose bones scale... |
tree | commitdiff |
2011-10-03 |
Sergey Sharybin | Fix #27532: Undo test texture after painting gives... |
tree | commitdiff |
2011-10-03 |
Campbell Barton | - use BLI_findstring rather then while loop for listbas... |
tree | commitdiff |
2011-10-03 |
Sergey Sharybin | Fix #28780: Undo while painting image sequences issue |
tree | commitdiff |
2011-10-03 |
Bastien Montagne | Minor: Other UI strings typos and tweaks. Also updated... |
tree | commitdiff |
2011-10-03 |
Campbell Barton | fix [#27578] Fileselector UI area does not scale with... |
tree | commitdiff |
2011-10-03 |
Campbell Barton | fix for crash when loading the file selector on startup. |
tree | commitdiff |
2011-10-03 |
Dalai Felinto | BGE: removing old hack from Dome code. it's no longer... |
tree | commitdiff |
2011-10-03 |
Campbell Barton | patch [#27887] LOSSLESS RENDERING: HuffYUV and FFV1... |
tree | commitdiff |
2011-10-03 |
Campbell Barton | fix [#28023] VSE: Transform Markers doesn't do anything |
tree | commitdiff |
2011-10-03 |
Campbell Barton | Change struct alignment for structs which are intended... |
tree | commitdiff |
2011-10-03 |
Campbell Barton | minor edit for UI code, pointless short/int mix. |
tree | commitdiff |
2011-10-02 |
Campbell Barton | remove .Blanguages, its not used anymore |
tree | commitdiff |
2011-10-02 |
Campbell Barton | fix [#28784] CRASHER on load with load_post handler |
tree | commitdiff |
2011-10-02 |
Campbell Barton | use use_ prefix for boolean value. |
tree | commitdiff |
2011-10-02 |
Campbell Barton | fix [#28788] Scale using "Individual origins" in bones |
tree | commitdiff |
2011-10-02 |
Thomas Dinges | * 2.60 release cycle, moving on to bcon4, only bugfixes! |
tree | commitdiff |
2011-10-02 |
Bastien Montagne | Fix [#28436] ID mask creates 'feather' around ID even... |
tree | commitdiff |
2011-10-02 |
Campbell Barton | enable cmake building makesdna with ghash |
tree | commitdiff |
2011-10-02 |
Campbell Barton | remove some redundant checks and compiler warnings. |
tree | commitdiff |
2011-10-02 |
Bastien Montagne | Minor: Other UI strings typos and tweaks. Also updated... |
tree | commitdiff |
2011-10-01 |
Campbell Barton | fix [#28786] Large enum lists display columns in invert... |
tree | commitdiff |
2011-10-01 |
Campbell Barton | cmake: |
tree | commitdiff |
2011-10-01 |
Campbell Barton | support for object data material assignment in python |
tree | commitdiff |
2011-10-01 |
Campbell Barton | BKE material api function: assign_material_id, like... |
tree | commitdiff |
2011-10-01 |
Campbell Barton | fix for msvc, I thought this was only needed for mingw. |
tree | commitdiff |
2011-10-01 |
Campbell Barton | add a collection function slot for assignment (not... |
tree | commitdiff |
2011-10-01 |
Campbell Barton | fix for mingw |
tree | commitdiff |
2011-10-01 |
Sergey Sharybin | reverting part of rev40594. |
tree | commitdiff |
2011-10-01 |
Thomas Dinges | * Updating readme.html and link to release logs for... |
tree | commitdiff |
2011-10-01 |
Joshua Leung | Bugfixes for: [#28525] [#28690] [#28774] [#28777] |
tree | commitdiff |
2011-10-01 |
Joshua Leung | Bugfix [#28781] Grease pencil segfaults when deleting... |
tree | commitdiff |
2011-09-30 |
Campbell Barton | formatting edits only |
tree | commitdiff |
2011-09-30 |
Sergey Sharybin | Fix #28432: Scrolling lists respond incorrectly if... |
tree | commitdiff |
2011-09-30 |
Campbell Barton | minor changes, dont append with cmake platform flags... |
tree | commitdiff |
2011-09-30 |
Bastien Montagne | Fix [#28773] Auto Set Preview Range Does not work on... |
tree | commitdiff |
2011-09-30 |
Sergey Sharybin | Bump maps flip: now white means salience, black means... |
tree | commitdiff |
2011-09-30 |
Campbell Barton | add bevel weight to editmode buttons, patch from Psy... |
tree | commitdiff |
2011-09-30 |
Bastien Montagne | Minor: Other UI strings typos and tweaks. |
tree | commitdiff |
2011-09-30 |
Campbell Barton | fix for crash generating messages.txt, I wasn't getting... |
tree | commitdiff |
2011-09-29 |
Benoit Bolsee | Recast: upgrade library. |
tree | commitdiff |
2011-09-29 |
Guillermo S. Romero | SVN maintenance. |
tree | commitdiff |
2011-09-29 |
Bastien Montagne | Minor: Other UI strings typos and tweaks. |
tree | commitdiff |
2011-09-29 |
Bastien Montagne | Commented and tagged some unused vars, added some var... |
tree | commitdiff |
2011-09-29 |
Bastien Montagne | Minor: Other UI strings typos and tweaks. Also updated... |
tree | commitdiff |
2011-09-29 |
Brecht Van Lommel | Fix #28769 & #28768: problem with duplicated keymap... |
tree | commitdiff |
2011-09-29 |
Sergey Sharybin | Pedantic changes to description for recently added... |
tree | commitdiff |
2011-09-29 |
Campbell Barton | take 2 at fixing the crash... |
tree | commitdiff |
2011-09-29 |
Campbell Barton | Attempt to fix error reported by yafaray devs from... |
tree | commitdiff |
2011-09-29 |
Campbell Barton | rna function: |
tree | commitdiff |
2011-09-29 |
Campbell Barton | make drawobject.c's code for getting the camera view... |
tree | commitdiff |
2011-09-29 |
Campbell Barton | use math functions for curve handle calculation. |
tree | commitdiff |
2011-09-29 |
Campbell Barton | no-longer select handles when transforming in the dopes... |
tree | commitdiff |
2011-09-29 |
Campbell Barton | fix [#28765] keyframe handles do not move with curves... |
tree | commitdiff |
2011-09-28 |
Joshua Leung | Reverting part of r.40659 |
tree | commitdiff |
2011-09-28 |
Brecht Van Lommel | Fix #28728: volume precaching took a long time with... |
tree | commitdiff |
2011-09-28 |
Brecht Van Lommel | Fix autosave trying to write to / if no userpref temp... |
tree | commitdiff |
2011-09-28 |
Brecht Van Lommel | Fix #28726: maya key configuration lost after file... |
tree | commitdiff |
2011-09-28 |
Campbell Barton | fix 2 bugs with reset-default failing on operators... |
tree | commitdiff |
2011-09-28 |
Jens Verwiebe | Now in proper english, hehe |
tree | commitdiff |
2011-09-28 |
Jens Verwiebe | Using non ASCII-conform char in comment broke compile |
tree | commitdiff |
2011-09-28 |
Jens Verwiebe | OSX: Give clear commenting and more up-to-date defaults |
tree | commitdiff |
2011-09-28 |
Jens Verwiebe | OSX: always compile GHOST and Quicktime with Apple... |
tree | commitdiff |
2011-09-28 |
Campbell Barton | dont give an error on when texface conversion fails... |
tree | commitdiff |
2011-09-28 |
Sergey Sharybin | Fix #28185: Regression test: outlinertest blend |
tree | commitdiff |
2011-09-28 |
Campbell Barton | fix for crash with demo mode addon, modal operator... |
tree | commitdiff |
2011-09-28 |
Bastien Montagne | Commented and tagged some unused vars, added some var... |
tree | commitdiff |
2011-09-28 |
Campbell Barton | patch [#28571] |
tree | commitdiff |
2011-09-28 |
Bastien Montagne | Minor: Other UI strings typos and tweaks. Also updated... |
tree | commitdiff |
2011-09-28 |
Jens Verwiebe | OSX: solve weaklinking for non-apple compilers by using... |
tree | commitdiff |
2011-09-28 |
Campbell Barton | fix [#28158] Image crop keyframes/fcurves do not 'stick... |
tree | commitdiff |
2011-09-28 |
Campbell Barton | transform sequencer update was checking against the... |
tree | commitdiff |
2011-09-28 |
Campbell Barton | add support for a 4th item for rna property enums in... |
tree | commitdiff |
2011-09-28 |
Sergey Sharybin | Fix #28601: SEGFAULT: Regression in free_imbuf_seq |
tree | commitdiff |
2011-09-28 |
Sergey Sharybin | Fix crash when starting baking fluid when baking thread... |
tree | commitdiff |
2011-09-28 |
Campbell Barton | color strip was showing image crop and and offset twice... |
tree | commitdiff |
2011-09-28 |
Campbell Barton | fix for incorrect use of strlen() with the sequencer... |
tree | commitdiff |
2011-09-28 |
Campbell Barton | fix [#28725] No way to control fluid simulator from... |
tree | commitdiff |
2011-09-28 |
Campbell Barton | whitespace edits, make formatting for functions consust... |
tree | commitdiff |
next |