2011-11-10 |
Campbell Barton | svn merge -r41649:41650 ^/trunk/blender |
tree | commitdiff |
2011-11-10 |
Campbell Barton | svn merge -r41638:41648 ^/trunk/blender |
tree | commitdiff |
2011-11-09 |
Andrew Wiggin | Fix a particle memory allocation mismatch using MEM_all... |
tree | commitdiff |
2011-11-08 |
Brecht Van Lommel | Nodes: add cycles shader nodes, these will only be... |
tree | commitdiff |
2011-11-08 |
Brecht Van Lommel | Code cleanup: fix compile warning. |
tree | commitdiff |
2011-11-08 |
Brecht Van Lommel | Fix: incorrect use of IFACE_ macro, and correct a typo. |
tree | commitdiff |
2011-11-08 |
Sergey Sharybin | - Fixed typo in KLT description tooltip |
tree | commitdiff |
2011-11-08 |
Sergey Sharybin | Fix a typo in building undistorted proxies for movie... |
tree | commitdiff |
2011-11-08 |
Campbell Barton | use some more logical BLI math functions & tracking... |
tree | commitdiff |
2011-11-08 |
Sergey Sharybin | Code cleanup and small fixes: |
tree | commitdiff |
2011-11-08 |
Joshua Leung | Code cleanup - reshuffling some stuff to avoid buildup... |
tree | commitdiff |
2011-11-08 |
Campbell Barton | correct merge error |
tree | commitdiff |
2011-11-08 |
Campbell Barton | svn merge ^/trunk/blender -r41602:41638 . |
tree | commitdiff |
2011-11-08 |
Campbell Barton | cmake & pep8 tidy up, also some style edits. |
tree | commitdiff |
2011-11-08 |
Joseph Eagar | bmesh: fixed merge issues with navmesh (though I've... |
tree | commitdiff |
2011-11-07 |
Brecht Van Lommel | UI/Nodes: templates to edit nodes from the properties... |
tree | commitdiff |
2011-11-07 |
Brecht Van Lommel | Nodes: add foreach_nodeclass iterator over node classes... |
tree | commitdiff |
2011-11-07 |
Bastien Montagne | Fix [#29194] Spelling error |
tree | commitdiff |
2011-11-07 |
Brecht Van Lommel | Textures/Shaders: extend TexMapping to include projecti... |
tree | commitdiff |
2011-11-07 |
Brecht Van Lommel | Nodes: add socket option to hide the default value... |
tree | commitdiff |
2011-11-07 |
Brecht Van Lommel | Revert fix for #29146, needs deeper changes to solve... |
tree | commitdiff |
2011-11-07 |
Brecht Van Lommel | RNA: |
tree | commitdiff |
2011-11-07 |
Campbell Barton | quiet warnings when building without libmv |
tree | commitdiff |
2011-11-07 |
Campbell Barton | fix for error in own recent commit. |
tree | commitdiff |
2011-11-07 |
Campbell Barton | use macro for access to library filepath |
tree | commitdiff |
2011-11-07 |
Brecht Van Lommel | CMake: add delayed_install macro to specify files to... |
tree | commitdiff |
2011-11-07 |
Campbell Barton | fix for error using freed memory |
tree | commitdiff |
2011-11-07 |
Sergey Sharybin | Some small fixed for camera tracking: |
tree | commitdiff |
2011-11-07 |
Campbell Barton | minor warning nicer api use |
tree | commitdiff |
2011-11-07 |
Andrew Wiggin | Fix [#29191] Crash when switching to mask mode for... |
tree | commitdiff |
2011-11-07 |
Joshua Leung | Bugfix [#29064] armature with curve contraint - crash |
tree | commitdiff |
2011-11-07 |
Sergey Sharybin | Camera tracking integration |
tree | commitdiff |
2011-11-07 |
Sergey Sharybin | Camera tracking integration |
tree | commitdiff |
2011-11-07 |
Campbell Barton | don't write into bmesh edge indices when calculating... |
tree | commitdiff |
2011-11-07 |
Bastien Montagne | Removing a wrong node_type_storage (checked and confirm... |
tree | commitdiff |
2011-11-07 |
Campbell Barton | replace bmesh specific macros with math functions,... |
tree | commitdiff |
2011-11-07 |
Sergey Sharybin | Fix #29174: Vertex normals temporarily incorrect after... |
tree | commitdiff |
2011-11-07 |
Campbell Barton | svn merge -r41575:41602 ^/trunk/blender |
tree | commitdiff |
2011-11-07 |
Campbell Barton | fix [#29183] Make duplicates real: parent informations... |
tree | commitdiff |
2011-11-07 |
Campbell Barton | minor edits |
tree | commitdiff |
2011-11-07 |
Campbell Barton | replace VECCOPY with copy_v3_v3, same for 2d copy,... |
tree | commitdiff |
2011-11-06 |
Campbell Barton | more macro --> BLI math lib, mainly replace VECCOPY... |
tree | commitdiff |
2011-11-06 |
Campbell Barton | replace macros for bli math functions in editors |
tree | commitdiff |
2011-11-06 |
Campbell Barton | replace macros with bli math functions for nodes |
tree | commitdiff |
2011-11-06 |
Andrew Wiggin | fix *Redo unsupported* messages in operator panel when... |
tree | commitdiff |
2011-11-06 |
Lukas Toenne | Fix for bug #29046, the factor buffer input was not... |
tree | commitdiff |
2011-11-06 |
Campbell Barton | more macro --> bli math lib replacements. |
tree | commitdiff |
2011-11-06 |
Campbell Barton | misc macro --> bli math lib functions |
tree | commitdiff |
2011-11-06 |
Campbell Barton | replace macros with math functions for render code |
tree | commitdiff |
2011-11-06 |
Campbell Barton | replace macros with bli math functions for particles... |
tree | commitdiff |
2011-11-06 |
Joshua Leung | Second attempt at getting rid of bsystem_time() |
tree | commitdiff |
2011-11-06 |
Campbell Barton | use BLI math functions for kdopbvh (no functional change) |
tree | commitdiff |
2011-11-06 |
Campbell Barton | svn merge ^/trunk/blender -r41503:41575 |
tree | commitdiff |
2011-11-06 |
Joshua Leung | Removed old "bsystem_time()" function, which by now... |
tree | commitdiff |
2011-11-06 |
Joshua Leung | As discussed on the mailing list, removing the non... |
tree | commitdiff |
2011-11-06 |
Campbell Barton | PyUnicode_From_STR_String utility function which passes... |
tree | commitdiff |
2011-11-05 |
Campbell Barton | remove po/ since the workflow for translations uses... |
tree | commitdiff |
2011-11-05 |
Brecht Van Lommel | Code refactoring: split lamp functions from object... |
tree | commitdiff |
2011-11-05 |
Brecht Van Lommel | Code refactoring: split camera functions from object... |
tree | commitdiff |
2011-11-05 |
Campbell Barton | use (const char*) rather than (char*) where possible. |
tree | commitdiff |
2011-11-05 |
Brecht Van Lommel | Fix #29162: grease pencil did not decrement user count... |
tree | commitdiff |
2011-11-05 |
Sergey Sharybin | Disable x-mirror option when proportional edit is enabled. |
tree | commitdiff |
2011-11-05 |
Campbell Barton | py operators - don't use the screen as an operators... |
tree | commitdiff |
2011-11-05 |
Campbell Barton | documentation - brief descriptions for bpy api files. |
tree | commitdiff |
2011-11-05 |
Campbell Barton | macro formatting & remve some unused code. |
tree | commitdiff |
2011-11-05 |
Nicholas Bishop | GPU Buffers |
tree | commitdiff |
2011-11-05 |
Campbell Barton | more DNA object edits |
tree | commitdiff |
2011-11-05 |
Campbell Barton | - view bounds (now split from collision bounds) was... |
tree | commitdiff |
2011-11-05 |
Campbell Barton | misc doc edits |
tree | commitdiff |
2011-11-05 |
Brecht Van Lommel | Fix #29138: changing game engine physics type from... |
tree | commitdiff |
2011-11-05 |
Brecht Van Lommel | Fix #29141: fill / beautify fill produced incorrect... |
tree | commitdiff |
2011-11-04 |
Sergey Sharybin | Forgot to initialize sensor height when creating new... |
tree | commitdiff |
2011-11-04 |
Brecht Van Lommel | UI: fix region embossing being drawn 1 pixel misaligned... |
tree | commitdiff |
2011-11-04 |
Sergey Sharybin | Fix #28865: Draw_bounds_type does not display Polyhedro... |
tree | commitdiff |
2011-11-04 |
Sergey Sharybin | Fix #29024: Logic Bricks allow same name for multiple... |
tree | commitdiff |
2011-11-04 |
Sergey Sharybin | Fix #29155: Inconsistency with 0 and Del hotkeys |
tree | commitdiff |
2011-11-04 |
Campbell Barton | correct some warnings, also sensor_x was being paassed... |
tree | commitdiff |
2011-11-04 |
Sergey Sharybin | Configurable sensor size: |
tree | commitdiff |
2011-11-04 |
Sergey Sharybin | Fix #29139: Comp Group nodes don't retain name |
tree | commitdiff |
2011-11-04 |
Brecht Van Lommel | Depsgraph: add "Dependency Relations" operator to print... |
tree | commitdiff |
2011-11-04 |
Brecht Van Lommel | Fix #29146: object used for particle instancing did... |
tree | commitdiff |
2011-11-04 |
Sergey Sharybin | Changes to node sockets default values to deal better... |
tree | commitdiff |
2011-11-04 |
Sergey Sharybin | Fix #29051: Set Origin - Center: Bounds does not work |
tree | commitdiff |
2011-11-04 |
Sergey Sharybin | Do not run versioning code for new files. All stuff... |
tree | commitdiff |
2011-11-04 |
Campbell Barton | cleanup some BLF macros and dont over-alloc BGE's PyObj... |
tree | commitdiff |
2011-11-04 |
Joshua Leung | Comments and other text editing: |
tree | commitdiff |
2011-11-04 |
Joshua Leung | Bugfix [#28515] Dupliframes start/end animation broken... |
tree | commitdiff |
2011-11-04 |
Campbell Barton | - added docs and examples for bpy.app.handlers |
tree | commitdiff |
2011-11-04 |
Matt Ebb | Enabled ndof devices for controlling colour wheel and... |
tree | commitdiff |
2011-11-04 |
Campbell Barton | utility function to find the biggest area: BKE_screen_f... |
tree | commitdiff |
2011-11-04 |
Campbell Barton | fix for crash in explode modifier. |
tree | commitdiff |
2011-11-03 |
Campbell Barton | compile without python works again |
tree | commitdiff |
2011-11-03 |
Campbell Barton | svn merge -r41480:41503 ^/trunk/blender |
tree | commitdiff |
2011-11-03 |
Sergey Sharybin | Fix #28998: sequence rendering with wrong progress bar |
tree | commitdiff |
2011-11-03 |
Brecht Van Lommel | Depsgraph: more tweaking for update acces from python API |
tree | commitdiff |
2011-11-03 |
Sergey Sharybin | Fix #29005: Bezier/Surface Datablock switching bug? |
tree | commitdiff |
2011-11-03 |
Campbell Barton | python string conversion |
tree | commitdiff |
2011-11-03 |
Andrew Wiggin | Fix MSVC build (warning-to-error for mismatch of "const... |
tree | commitdiff |
2011-11-03 |
Campbell Barton | use Py_TYPE macro (no functional changes) |
tree | commitdiff |
2011-11-03 |
Sergey Sharybin | Fix #28935: Material display error VBO + Texture Solid... |
tree | commitdiff |
next |