2012-07-03 |
Bastien Montagne | More exception words to the ui dico... :/ |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Bastien Montagne | Minor edits. |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Bastien Montagne | Fix [#31977] Export Animated Mesh, terminate baking... |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Campbell Barton | rename module to something less generic. |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Campbell Barton | fix (actually nasty workaround), for groups incorrectly... |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Jeroen Bakker | Optimized the area of interest of the lensdistortion... |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Bastien Montagne | Style edit (mostly), use """ for docstrings (not '''). |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Jeroen Bakker | Check for nullpointers. |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Campbell Barton | fix for memory leak in BKE_mesh_ensure_navmesh(), it... |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Campbell Barton | fix for smoke writing uninitialized values to pointcach... |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Joshua Leung | Bugfix: Fix crashes with empty material slots |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Joshua Leung | Followup for r.48515 |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Joshua Leung | Bugfix [#31834] Cycles materials cannot be manipulated... |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Joshua Leung | Bugfix [#31976] Bone Group Custom color set is not... |
commit | commitdiff | tree | snapshot |
2012-07-03 |
Bastien Montagne | Nice update to xgettext replacement, now finds 608... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Campbell Barton | add bmesh/python operator support for vector and matrix... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Bastien Montagne | Adding (moving from bf-translation) the i18n python... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Campbell Barton | fix for crash getting GROUP_OT_objects_remove's props... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Lukas Toenne | Fix for image texture node in cycles. The button draw... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Jeroen Bakker | Limit out of screen tiles to be scheduled. |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Daniel Genrich | Smoke Bugfix: Turbulence was removed. |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Daniel Genrich | Bugfix for wrong / bad vorticity forming weird banding... |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Sergey Sharybin | Fix #31970: Crash, whith Sequencer Swap Data-Function |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Sergey Sharybin | Validate mesh selection stack in mesh_validate function |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Sergey Sharybin | Fix #31961: Grease Pencil in VSE don't save the data |
commit | commitdiff | tree | snapshot |
2012-07-02 |
Sergey Sharybin | Fix related on #31984: Multires Displacement Bake creat... |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Campbell Barton | code cleanup: minor edits |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Campbell Barton | don't disable cycles when OIIO isnt found, instead... |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Campbell Barton | another fix for error in the view raycast template |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Campbell Barton | fix for 2 errors in the template |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Campbell Barton | style cleanup |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Campbell Barton | python template for doing mouse ray casts to pick objec... |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Campbell Barton | new function: bpy.extras.view3d_utils.region_2d_to_orig... |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Campbell Barton | style cleanup: remove '.' from docstring endings and... |
commit | commitdiff | tree | snapshot |
2012-07-01 |
Mitchell Stokes | A little bit of cleanup for the new DXT code: |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Campbell Barton | style cleanup: comments |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Thomas Dinges | Scons: |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Campbell Barton | fix for own error renaming bmesh operator dupe |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Thomas Dinges | Cycles / Boost: |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Thomas Dinges | Cycles / Boost: |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Campbell Barton | code cleanup: some vars were assigned when not needed |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Campbell Barton | fix for some build warnings. |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Campbell Barton | rename bmesh ops since they are exposed in an api now. |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Campbell Barton | disable opencl when compo is disabled. |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Campbell Barton | the compositor optional for cmake: WITH_COMPOSITOR |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Campbell Barton | add support for passing lists of verts/edges/faces... |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Campbell Barton | all bmesh operators can now be accessed from bmesh... |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Jason Wilkins | GPU_upload_dxt_texture failed to compile if WITH_DDS... |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Campbell Barton | code cleanup: rename some members of bmesh operators... |
commit | commitdiff | tree | snapshot |
2012-06-30 |
Mitchell Stokes | Finally committing support for compressed textures... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Campbell Barton | mark modifier operators that only work in the UI as... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Campbell Barton | don't close operator dialogs when the mouse moves outsi... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Campbell Barton | game engine & viewport, dont show collision bounds... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Lukas Toenne | Extended modes for snapping in the node editor. |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Sergey Sharybin | Added command line option "--debug-jobs" |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Bastien Montagne | Fix [#31939] Loop cutting a self intersecting face... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Bastien Montagne | Fixing a bug found while checking "[#31937] UV/Image... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Bastien Montagne | Related to [#31936] Mesh saved in 2.63 with legacy... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Miika Hamalainen | Fix #31953: Forcefield Texture using image file, gradie... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Miika Hamalainen | Fix #31948: dynamic paint substeps do not work for... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Antony Riakiotakis | Fix compile error |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Campbell Barton | fix for crash scaling an image |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Antony Riakiotakis | Fix #31951 Subdivide with multires splits uvs. |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Campbell Barton | code cleanup: bge builds with clang without warnings... |
commit | commitdiff | tree | snapshot |
2012-06-29 |
Campbell Barton | fix for bug where user scripts path set by an environme... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Campbell Barton | print warning if a script in the addons dir has no... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Nicholas Bishop | Add missing brush types to sculpt_tool_name() |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Campbell Barton | fix for crash in python getting the image size for... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Antony Riakiotakis | revert part of 48340, it causes uvs across islands... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Campbell Barton | recent fix for #31581 could crash when doing edge slide... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Campbell Barton | code cleanup: compile with clang and quiet some warnings. |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Lukas Toenne | Fix for image node: The button draw function was using... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Mitchell Stokes | Fix for [#23375] "texture2D in custom 2D filters can... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Sergey Sharybin | Fix #31835: OBJ Importer corrupts a model (crash in... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Campbell Barton | code cleanup: cmake buildsystem edits, unused var warni... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Lukas Toenne | Basic snapping in node transform operator. |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Campbell Barton | document calling operators with undo enabled. |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Sergey Sharybin | Fix #31929: VSE crash with relative paths and rebuildin... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Campbell Barton | code cleanup: when heat weighting dont loop through... |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Campbell Barton | fix [#31940] crash with automatic weights |
commit | commitdiff | tree | snapshot |
2012-06-28 |
Mitchell Stokes | Removing channel manipulation from the Action Actuator... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Campbell Barton | committed debug memcount by accident |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Dalai Felinto | bge.logic.keyboard.getClipboard() and .setClipboard... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Campbell Barton | option so operators can be executed with undo enabled... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Campbell Barton | missed tiff using 150 dpi as default in previous commit... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Nicholas Bishop | Avoid adding overlapping triangles in convex hull |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Campbell Barton | style cleanup |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Campbell Barton | change default DPI for images to 72, aparently 150... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Campbell Barton | style cleanup: header comments, use more doxy compat... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Antony Riakiotakis | Fix for #31581, UVs shrink on edge slide. |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Antony Riakiotakis | Utility function to get the first loop of a vert. Behav... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Campbell Barton | add access to dissolve_limit from python. |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Campbell Barton | utility function to get the points inside a list of... |
commit | commitdiff | tree | snapshot |
2012-06-27 |
Campbell Barton | style cleanup: also some spelling correction. |
commit | commitdiff | tree | snapshot |
2012-06-26 |
Campbell Barton | bmesh.ops module for bmesh operator access, only remove... |
commit | commitdiff | tree | snapshot |
2012-06-26 |
Campbell Barton | fix for a handful of memory leaks relating to parsing... |
commit | commitdiff | tree | snapshot |
2012-06-26 |
Sergey Sharybin | Fix for crash of keying screen node in cases when there... |
commit | commitdiff | tree | snapshot |
2012-06-26 |
Campbell Barton | mathutils.Vector(kw=value) wasn't raising an error... |
commit | commitdiff | tree | snapshot |
2012-06-26 |
Sergey Sharybin | Fix issue with resetting active nurb when sawing from... |
commit | commitdiff | tree | snapshot |
2012-06-26 |
Campbell Barton | mask and grease pencil now display in the dope sheet... |
commit | commitdiff | tree | snapshot |
next |