2012-02-24 |
Campbell Barton | bmesh bridge - copy UVs and face data whem available. |
tree | commitdiff |
2012-02-24 |
Brecht Van Lommel | Python: add MeshLoop.index, same as already existed... |
tree | commitdiff |
2012-02-24 |
Sergey Sharybin | Blender should now compile fine with older FFmpeg libra... |
tree | commitdiff |
2012-02-24 |
Sergey Sharybin | More consistent variable naming. |
tree | commitdiff |
2012-02-24 |
Sergey Sharybin | TODO item: zoom to mouse location in image editor |
tree | commitdiff |
2012-02-24 |
Campbell Barton | bmesh py api - fix for error creating a new face |
tree | commitdiff |
2012-02-24 |
Sergey Sharybin | Code clean-up and make zoom in/out operator store mouse... |
tree | commitdiff |
2012-02-24 |
Sergey Sharybin | CLIP_OT_view_zoom (Ctrl-MMB) now takes into account... |
tree | commitdiff |
2012-02-24 |
Campbell Barton | bmesh python api: |
tree | commitdiff |
2012-02-24 |
Sergey Sharybin | Fixed crash in UV project modifier. |
tree | commitdiff |
2012-02-24 |
Campbell Barton | change default name of Texture face layer to UVMap... |
tree | commitdiff |
2012-02-24 |
Campbell Barton | bmesh py api - bmesh.utils.face_flip |
tree | commitdiff |
2012-02-24 |
Campbell Barton | bmesh: minor speedup, use 1 iterator rather then 2... |
tree | commitdiff |
2012-02-24 |
Campbell Barton | bmesh py api - normal_update() functions for vert/edge... |
tree | commitdiff |
2012-02-24 |
Campbell Barton | bmesh py api, minor change - edges now take a seq of... |
tree | commitdiff |
2012-02-24 |
Campbell Barton | bmesh docs now written in sphinx doc generator. |
tree | commitdiff |
2012-02-24 |
Sergey Sharybin | Changes in FFV1 codec settings |
tree | commitdiff |
2012-02-24 |
Campbell Barton | typo cleanup, no functional changes. |
tree | commitdiff |
2012-02-24 |
Campbell Barton | bmesh py api (some api changes and doc additions) |
tree | commitdiff |
2012-02-24 |
Campbell Barton | bmesh python api - add/improve rst docstrings. |
tree | commitdiff |
2012-02-23 |
Brecht Van Lommel | Fix #30325: bmesh edges were marked as sharp by default... |
tree | commitdiff |
2012-02-23 |
Brecht Van Lommel | Fix #30268: cloth collision and springs not working... |
tree | commitdiff |
2012-02-23 |
Brecht Van Lommel | Fix #30326: calling e.g. bpy.ops.object.proxy_make... |
tree | commitdiff |
2012-02-23 |
Sergey Sharybin | Fix #30323: Graph view in the Movie Clip Editor does... |
tree | commitdiff |
2012-02-23 |
Campbell Barton | bmesh py api - ensure data layers to store bmesh pointe... |
tree | commitdiff |
2012-02-23 |
Campbell Barton | bmesh py api |
tree | commitdiff |
2012-02-23 |
Brecht Van Lommel | Fix #30306: crash duplicating object with action actuat... |
tree | commitdiff |
2012-02-23 |
Campbell Barton | bmesh split tool (Ykey), was only splitting off faces... |
tree | commitdiff |
2012-02-23 |
Campbell Barton | previous fix wasnt working in edge mode, now selection... |
tree | commitdiff |
2012-02-23 |
Campbell Barton | fix [#30318] increase/decrease selection won't work... |
tree | commitdiff |
2012-02-23 |
Brecht Van Lommel | Fix #30298: fluid simulation from older files not worki... |
tree | commitdiff |
2012-02-23 |
Campbell Barton | fix for meshes not showing up in the game engine. |
tree | commitdiff |
2012-02-23 |
Campbell Barton | bmesh py api, added: bmesh.utils.edge_rotate(edge,... |
tree | commitdiff |
2012-02-23 |
Campbell Barton | quiet error message when saving (WM_OT_save_as_mainfile... |
tree | commitdiff |
2012-02-23 |
Sergey Sharybin | Fix #30320: Shading issue with boolean modifier |
tree | commitdiff |
2012-02-23 |
Campbell Barton | adding icosphere was broken with own recent commit |
tree | commitdiff |
2012-02-23 |
Sergey Sharybin | Segments and rings for UV Sphere were swapped. |
tree | commitdiff |
2012-02-23 |
Campbell Barton | bmesh py api, new elements now take optional 'example... |
tree | commitdiff |
2012-02-23 |
Campbell Barton | use __ prefix on header guards to avoid mixing up defin... |
tree | commitdiff |
2012-02-23 |
Nicholas Bishop | Bugfix: don't read from a write-only VBO when updating... |
tree | commitdiff |
2012-02-23 |
Campbell Barton | bmesh py api functions: |
tree | commitdiff |
2012-02-23 |
Campbell Barton | bmesh api cleanup, remove unused header. |
tree | commitdiff |
2012-02-23 |
Sergey Sharybin | Fix #30315: Temporary proxy files are not erased and... |
tree | commitdiff |
2012-02-23 |
Sergey Sharybin | BGE is compilable by MSVC again |
tree | commitdiff |
2012-02-23 |
Campbell Barton | bmesh minor api refactor |
tree | commitdiff |
2012-02-23 |
Thomas Dinges | * Fixed some typos in the code, patch [#30247] by Vladi... |
tree | commitdiff |
2012-02-23 |
Sergey Sharybin | Refresh all cached ibmufs used by sequencer after all... |
tree | commitdiff |
2012-02-23 |
Nicholas Bishop | Code cleanup: replace some common CCG operations with... |
tree | commitdiff |
2012-02-23 |
Campbell Barton | bmesh py api, new submodules |
tree | commitdiff |
2012-02-23 |
Campbell Barton | swap arg order for BM_edge_split(), makes sense to... |
tree | commitdiff |
2012-02-23 |
Campbell Barton | - swap arg order for BM_face_copy() boolean options. |
tree | commitdiff |
2012-02-23 |
Campbell Barton | bmesh py api, more wrapped funcs: |
tree | commitdiff |
2012-02-23 |
Campbell Barton | bmesh py api: functions for getting the area/angle... |
tree | commitdiff |
2012-02-23 |
Campbell Barton | code cleanup: dont set the namespace in STR_String... |
tree | commitdiff |
2012-02-23 |
Campbell Barton | code style cleanup, no functional changes. |
tree | commitdiff |
2012-02-23 |
Campbell Barton | style cleanup for blenkernel, no functional changes. |
tree | commitdiff |
2012-02-22 |
Nicholas Bishop | Move PBVH bitmap to separate header in blenlib. |
tree | commitdiff |
2012-02-22 |
Nicholas Bishop | Code cleanup: de-duplicate code in GPU_build_grid_buffe... |
tree | commitdiff |
2012-02-22 |
Nicholas Bishop | Code cleanup: split up some long functions in sculpt_un... |
tree | commitdiff |
2012-02-22 |
Nicholas Bishop | Code cleanup: don't use GHash for GPU_build_mesh_buffers(). |
tree | commitdiff |
2012-02-22 |
Nicholas Bishop | Code cleanup: remove unused 'skip' field from PBVH... |
tree | commitdiff |
2012-02-22 |
Nicholas Bishop | Code cleanup: move the PBVH iterator's initialization... |
tree | commitdiff |
2012-02-22 |
Antony Riakiotakis | fix scons compilation, hopefully for all platforms... |
tree | commitdiff |
2012-02-22 |
Bastien Montagne | Armature pose evaluation: more factorization of code. |
tree | commitdiff |
2012-02-22 |
Antony Riakiotakis | Fix blenderplayer linking with recent additions to... |
tree | commitdiff |
2012-02-22 |
Campbell Barton | code cleanyp - no functional changes. |
tree | commitdiff |
2012-02-22 |
Bastien Montagne | More style edits (adding a space between statements... |
tree | commitdiff |
2012-02-22 |
Campbell Barton | bmesh python api change in internal behavior. |
tree | commitdiff |
2012-02-22 |
Bastien Montagne | Style code cleanup and consistancy (mainly spaces aroun... |
tree | commitdiff |
2012-02-22 |
Campbell Barton | fix 2 small bugs |
tree | commitdiff |
2012-02-22 |
Thomas Dinges | Multi File Output Node: |
tree | commitdiff |
2012-02-22 |
Sergey Sharybin | Fix freeing of NULL pointer in array modifier. |
tree | commitdiff |
2012-02-22 |
Sergey Sharybin | Fixed compilation error after recent node commit. |
tree | commitdiff |
2012-02-22 |
Campbell Barton | add slice access to bmesh sequences. |
tree | commitdiff |
2012-02-22 |
Campbell Barton | BMesh-py attributes (readonly): |
tree | commitdiff |
2012-02-22 |
Lukas Toenne | Adds a new node type for saving multiple image files... |
tree | commitdiff |
2012-02-22 |
Sergey Sharybin | Fix #30290: Shape Keys not working as expected |
tree | commitdiff |
2012-02-22 |
Campbell Barton | bmesh py api add connectivity attributes - to access... |
tree | commitdiff |
2012-02-22 |
Campbell Barton | bmesh py api - function to remove vert/edge/faces |
tree | commitdiff |
2012-02-22 |
Campbell Barton | bmesh python api - add BMEdge.verts, also had to add... |
tree | commitdiff |
2012-02-22 |
Campbell Barton | bmesh py api - generalize bmesg sequences to use the... |
tree | commitdiff |
2012-02-22 |
Campbell Barton | initial bmesh python api. |
tree | commitdiff |
2012-02-22 |
Campbell Barton | utility functions to convert between flags / sets,... |
tree | commitdiff |
2012-02-22 |
Campbell Barton | correct exception - was using a TypeError when should... |
tree | commitdiff |
2012-02-22 |
Sergey Sharybin | Fix #30231: Drag and Droping Parenting from Outliner... |
tree | commitdiff |
2012-02-22 |
Antony Riakiotakis | Attempt to fix scons compilation of blenderplayer. |
tree | commitdiff |
2012-02-22 |
Antony Riakiotakis | Stitch tool fully functional again. Many thanks to... |
tree | commitdiff |
2012-02-21 |
Antony Riakiotakis | change UvElement to directly use BMLoop * instead of... |
tree | commitdiff |
2012-02-21 |
Antony Riakiotakis | uv stitch static island highlight ported to bmesh system. |
tree | commitdiff |
2012-02-21 |
Sergey Sharybin | Remove debug print code. |
tree | commitdiff |
2012-02-21 |
Sergey Sharybin | Remove unused code left from old multires interpolation... |
tree | commitdiff |
2012-02-21 |
Sergey Sharybin | - Remove unused code in bmesh interpolation module... |
tree | commitdiff |
2012-02-21 |
Sergey Sharybin | Improved displacement flipping algorithm to work proper... |
tree | commitdiff |
2012-02-21 |
Sergey Sharybin | Flip displacement direction after interpolation in... |
tree | commitdiff |
2012-02-21 |
Brecht Van Lommel | Fix part of #30272: cycles preview render not updating... |
tree | commitdiff |
2012-02-21 |
Bastien Montagne | Fix [#30281] Left/Right vertex weights flipped. |
tree | commitdiff |
2012-02-21 |
Brecht Van Lommel | Fix #30270, #30265: cycles not displaying textured... |
tree | commitdiff |
2012-02-21 |
Sergey Sharybin | Camera tracing: search area was always centered to... |
tree | commitdiff |
2012-02-21 |
Nicholas Bishop | Another fix for non-VBO flat-shading in sculpt mode... |
tree | commitdiff |
2012-02-21 |
Nicholas Bishop | Remove call to GPU_update_mesh_buffers from GPU_build_m... |
tree | commitdiff |
next |