2011-09-01 |
Campbell Barton | fix for error in patch from r39821. |
tree | commitdiff |
2011-08-31 |
Campbell Barton | patch [#28218] During-render callback functionality |
tree | commitdiff |
2011-08-31 |
Nathan Letwory | COLLADA: Take parent bone length and direction instead... |
tree | commitdiff |
2011-08-31 |
Campbell Barton | typo fix: end of lines ;; --> ; |
tree | commitdiff |
2011-08-31 |
Campbell Barton | fix [#28430] Image with Stampinfo does not get saved... |
tree | commitdiff |
2011-08-30 |
Campbell Barton | fix for error in my recent change to image save. |
tree | commitdiff |
2011-08-30 |
Campbell Barton | catch exception and report an error when failing to... |
tree | commitdiff |
2011-08-30 |
Guillermo S. Romero | SVN maintenance. |
tree | commitdiff |
2011-08-30 |
Nathan Letwory | Check for potential crasher. |
tree | commitdiff |
2011-08-30 |
Sergey Sharybin | Fix #28427: smooth faces flash momentarily when extrude... |
tree | commitdiff |
2011-08-30 |
Thomas Dinges | Fix for [#28425] when user prefs -> editing -> align... |
tree | commitdiff |
2011-08-30 |
Campbell Barton | minor edits, pep8 - also correct float -> double promot... |
tree | commitdiff |
2011-08-30 |
Joerg Mueller | Fix for [#25062] Sound Actuator - Positional Audio. |
tree | commitdiff |
2011-08-30 |
Brecht Van Lommel | Fixes for snprintf usage: |
tree | commitdiff |
2011-08-30 |
Campbell Barton | fix for some warnings with the recent merge, also tag... |
tree | commitdiff |
2011-08-30 |
Joerg Mueller | Merging pepper to trunk at revision 39791. |
tree | commitdiff |
2011-08-30 |
Joerg Mueller | * Merge trunk up to r39790. |
tree | commitdiff |
2011-08-30 |
Joerg Mueller | Last bunch of minor fixes before merge. |
tree | commitdiff |
2011-08-29 |
Sergey Sharybin | Fix #28295 Outliner, mouse button on menu's pass through. |
tree | commitdiff |
2011-08-29 |
Sergey Sharybin | Fix #28347: VBO's highlights wrong faces when Mirror... |
tree | commitdiff |
2011-08-29 |
Joerg Mueller | * Reverting Titlecard commit r37537 |
tree | commitdiff |
2011-08-29 |
Campbell Barton | clear some warnings with new proxy code. |
tree | commitdiff |
2011-08-28 |
Guillermo S. Romero | SVN maintenance. |
tree | commitdiff |
2011-08-28 |
Campbell Barton | patch [#28355] Better Environment Map scripting |
tree | commitdiff |
2011-08-28 |
Guillermo S. Romero | SVN maintenance. |
tree | commitdiff |
2011-08-28 |
Campbell Barton | fix [#28401] OpenGL render option disables border clipping |
tree | commitdiff |
2011-08-28 |
Peter Schlaile | == Sequencer / proxies == |
tree | commitdiff |
2011-08-28 |
Sergey Sharybin | Missed notifier was found when looking at #28393 |
tree | commitdiff |
2011-08-28 |
Sukhitha Prabhath... | armature object animation bug fix. |
tree | commitdiff |
2011-08-28 |
Peter Schlaile | == Sequencer == |
tree | commitdiff |
2011-08-28 |
Joerg Mueller | * Removing mocap GSoC (is an addon already). |
tree | commitdiff |
2011-08-28 |
Joshua Leung | Assorted comment clarification in response to code... |
tree | commitdiff |
2011-08-28 |
Campbell Barton | RNA_property_as_string now escapes the string (so opera... |
tree | commitdiff |
2011-08-28 |
Campbell Barton | - use static vars and functions where possible. |
tree | commitdiff |
2011-08-28 |
Campbell Barton | remove implicit casts to doubles in the noise code... |
tree | commitdiff |
2011-08-28 |
Campbell Barton | fix [#28388] Clouds at high depth give artifacts. |
tree | commitdiff |
2011-08-27 |
Campbell Barton | fix [#28373] "Lock camera to view" doew not work with... |
tree | commitdiff |
2011-08-27 |
Sergey Sharybin | Fix [#28341] writing }(alt+n) in text editor creates... |
tree | commitdiff |
2011-08-27 |
Campbell Barton | fix for building with msvc, ssize_t is more correct... |
tree | commitdiff |
2011-08-27 |
Campbell Barton | replace octal 0177 with 127 to be more clear, no functi... |
tree | commitdiff |
2011-08-27 |
Campbell Barton | - use %u rather tham %d for unsigned ints in string... |
tree | commitdiff |
2011-08-27 |
Campbell Barton | - fix for BL_Shader::SetUniform() missing out the last... |
tree | commitdiff |
2011-08-27 |
Campbell Barton | remove deprecated & unused sequencer transform vars |
tree | commitdiff |
2011-08-27 |
Campbell Barton | subtraction on unsigned values didnt work as intended... |
tree | commitdiff |
2011-08-27 |
Campbell Barton | bugfix for procedural textures used as bumpmap with... |
tree | commitdiff |
2011-08-27 |
Campbell Barton | remove deprecated & unused mat3_to_vec_rot and mat4_to_... |
tree | commitdiff |
2011-08-27 |
Campbell Barton | eek F4TOCHAR4 was assigning alpha twice too!, tsk tsk. |
tree | commitdiff |
2011-08-27 |
Campbell Barton | F3TOCHAR4 macro was assigning the same value twice... |
tree | commitdiff |
2011-08-26 |
Campbell Barton | sub_v4_v4v4 was taking float[3] arguments. |
tree | commitdiff |
2011-08-26 |
Campbell Barton | correct missing bpy doc references. |
tree | commitdiff |
2011-08-26 |
Campbell Barton | fix for crash when running a python script in a non... |
tree | commitdiff |
2011-08-26 |
Sergey Sharybin | Fix #28301: Sculpting a object with rotational have... |
tree | commitdiff |
2011-08-26 |
Sukhitha Prabhath... | code review fixes |
tree | commitdiff |
2011-08-26 |
Brecht Van Lommel | Fix #28370: border select for curve and metaball did... |
tree | commitdiff |
2011-08-26 |
Campbell Barton | when applying armature object transform now transform... |
tree | commitdiff |
2011-08-26 |
Campbell Barton | file-selector: when converting operator arguments to... |
tree | commitdiff |
2011-08-25 |
Campbell Barton | executing operators that changed the context from the... |
tree | commitdiff |
2011-08-25 |
Campbell Barton | error when a python operator gave an incorrect return... |
tree | commitdiff |
2011-08-25 |
Campbell Barton | bpy-rna - simplify enum string/set parsing. |
tree | commitdiff |
2011-08-25 |
Campbell Barton | sanity checks on operator exec/modal/invoke return... |
tree | commitdiff |
2011-08-25 |
Alexander Kuznetsov | Fix for [#28304] |
tree | commitdiff |
2011-08-25 |
Campbell Barton | picky style edits with screen/view/drawing, also remove... |
tree | commitdiff |
2011-08-25 |
Janne Karhu | Fix for [#28239] Particles Billboard 3x3 Split Error. |
tree | commitdiff |
2011-08-24 |
Jeroen Bakker | Patch for bug #28289 |
tree | commitdiff |
2011-08-24 |
Mitchell Stokes | Committing patch #25675 "Make "Cast Buffer Shadows... |
tree | commitdiff |
2011-08-24 |
Campbell Barton | opencollada find module. hopefully solves the problem... |
tree | commitdiff |
2011-08-24 |
Campbell Barton | fix [#28356] Import export STL files, problem in script... |
tree | commitdiff |
2011-08-24 |
Campbell Barton | fix [#28340] Can't set image depth, quality from image... |
tree | commitdiff |
2011-08-23 |
Campbell Barton | fix [#28351] active RenderLayer can be set to None... |
tree | commitdiff |
2011-08-23 |
Campbell Barton | fix [#28352] Deleting group name in particle system... |
tree | commitdiff |
2011-08-23 |
Campbell Barton | fix for 3 bugs in bone renaming |
tree | commitdiff |
2011-08-23 |
Campbell Barton | BLI_strescape for a basic, python like string escaping... |
tree | commitdiff |
2011-08-23 |
Brecht Van Lommel | Fix #28343: glsl error after derivative maps commit. |
tree | commitdiff |
2011-08-23 |
Campbell Barton | fix [#28336] Particles: setting to zero the count of... |
tree | commitdiff |
2011-08-23 |
Campbell Barton | fix [#28344] for this file, the multires smiley has... |
tree | commitdiff |
2011-08-23 |
Joerg Mueller | Bugfix: Removing a sound from a speaker resulted in... |
tree | commitdiff |
2011-08-23 |
Campbell Barton | Make Ctrl+RMB in editmode behave like 2.4x, was re... |
tree | commitdiff |
2011-08-23 |
Thomas Dinges | Fix for [#28339] Rev:39618 The revision part doesn... |
tree | commitdiff |
2011-08-23 |
Campbell Barton | change compression level for gzip saving to 1, approx... |
tree | commitdiff |
2011-08-22 |
Joerg Mueller | Merging trunk up to r39637. |
tree | commitdiff |
2011-08-22 |
Morten Mikkelsen | glsl and render support for derivative maps |
tree | commitdiff |
2011-08-22 |
Joerg Mueller | 3D Audio GSoC: |
tree | commitdiff |
2011-08-22 |
Morten Mikkelsen | actually, this if is still marginally good to have |
tree | commitdiff |
2011-08-22 |
Campbell Barton | properly escape chars for pythons bpy objects __repr__ |
tree | commitdiff |
2011-08-22 |
Campbell Barton | rename NAN_BUILDINFO --> WITH_BUILDINFO |
tree | commitdiff |
2011-08-22 |
Joshua Leung | Bugfix [#28217] Moving multiple selected action strips... |
tree | commitdiff |
2011-08-22 |
Joshua Leung | Reshuffling DopeSheet filter icons so that they appear... |
tree | commitdiff |
2011-08-22 |
Joshua Leung | Rearrange anim channels - quick hotkey tweak |
tree | commitdiff |
2011-08-22 |
Joshua Leung | Improved hotkeys for frame/keyframe/jumping |
tree | commitdiff |
2011-08-21 |
Sukhitha Prabhath... | Armature object animations export. |
tree | commitdiff |
2011-08-21 |
Sukhitha Prabhath... | export animations if a bone is in a deform group. ... |
tree | commitdiff |
2011-08-21 |
Sergey Sharybin | Fix #28154: linux3-config.py doesn't exist |
tree | commitdiff |
2011-08-21 |
Joshua Leung | Bugfix [#28309] pose lib too many keyframes in automati... |
tree | commitdiff |
2011-08-21 |
Ton Roosendaal | Small fix, report in IRC by Olivier: |
tree | commitdiff |
2011-08-21 |
Campbell Barton | fix for out of bounds array access for shaded drawing... |
tree | commitdiff |
2011-08-21 |
Joshua Leung | Bugfix [#28308] Crashes when individual channels are... |
tree | commitdiff |
2011-08-20 |
Campbell Barton | floats were being promoted to doubles in quite a few... |
tree | commitdiff |
2011-08-20 |
Sukhitha Prabhath... | small fixes and refactoring. |
tree | commitdiff |
2011-08-20 |
Campbell Barton | use ghash for DNA_struct_find_nr(), gives ~18% speedup... |
tree | commitdiff |
2011-08-20 |
Campbell Barton | fix for crash when loading a file from a script, and... |
tree | commitdiff |
next |