2015-01-26 |
Bastien Montagne | Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean... |
tree | commitdiff |
2015-01-24 |
Campbell Barton | BKE_image: use BKE_image_*** prefix |
tree | commitdiff |
2015-01-23 |
Campbell Barton | cleanup: style |
tree | commitdiff |
2015-01-21 |
Campbell Barton | Cleanup: style |
tree | commitdiff |
2015-01-11 |
Bastien Montagne | Cleanup: quite some harmless but noisy warnings from... |
tree | commitdiff |
2015-01-07 |
Campbell Barton | Fix for bool flag use |
tree | commitdiff |
2014-12-29 |
Bastien Montagne | Fix stupid handling of 'Object.matrix_local' in RNA. |
tree | commitdiff |
2014-12-22 |
Gaia Clary | partial revert ab6417aa9ff8cbd4831c3ed1837742c1178be25a... |
tree | commitdiff |
2014-12-08 |
Gaia Clary | Fix Mesh Objects with missing textures or wrong texture... |
tree | commitdiff |
2014-12-01 |
Gaia Clary | Collada Importer: Separated finding bone chains and... |
tree | commitdiff |
2014-12-01 |
Gaia Clary | Improved Collada Armature Import |
tree | commitdiff |
2014-11-18 |
Bastien Montagne | Refactor: Move part of vgroup handling code from ED_mes... |
tree | commitdiff |
2014-11-17 |
Bastien Montagne | Cleanup: rename `BKE_key_convert/update` to `BKE_keyblo... |
tree | commitdiff |
2014-11-16 |
Campbell Barton | Cleanup: use BLI_listbase_count_ex to avoid redundant... |
tree | commitdiff |
2014-11-16 |
Campbell Barton | Cleanup: use BLI_listbase_*** prefix for count,sort... |
tree | commitdiff |
2014-10-30 |
Campbell Barton | Math Lib: add transpose_m3_m3, m3_m4, m4_m4 |
tree | commitdiff |
2014-09-30 |
gaiaclary | fix T42022 Attempt to export empty set of objects resul... |
tree | commitdiff |
2014-09-01 |
Antony Riakiotakis | Fix opencollada not compiling after recent changes. |
tree | commitdiff |
2014-08-25 |
gaiaclary | Simplified Collada error message for unknown references. |
tree | commitdiff |
2014-08-25 |
gaiaclary | Fix T41513 Avoid adding NULL values into object lists... |
tree | commitdiff |
2014-08-22 |
Thomas Dinges | Fix T41528: Error message on trying to import COLLADA... |
tree | commitdiff |
2014-08-17 |
Campbell Barton | Cleanup |
tree | commitdiff |
2014-08-09 |
gaiaclary | Intensity and color are now adjusted upon import to... |
tree | commitdiff |
2014-07-21 |
Campbell Barton | Math Lib: rename mul_serie_m3 to mul_m3_series & reorde... |
tree | commitdiff |
2014-07-20 |
Campbell Barton | Math Lib: use variable length args for mul_serie_m3... |
tree | commitdiff |
2014-07-09 |
Bastien Montagne | Cleanup: silent C++11 warning (implicit double to float... |
tree | commitdiff |
2014-06-28 |
Bastien Montagne | Fix T40829: Collada Export with 'Include Material Textu... |
tree | commitdiff |
2014-05-22 |
Nathan Letwory | Don't write all uv textures, but only active uv layer. |
tree | commitdiff |
2014-05-07 |
Campbell Barton | Code cleanup: spelling/indentation |
tree | commitdiff |
2014-05-01 |
Bastien Montagne | Cleanup: Remove unused variables. |
tree | commitdiff |
2014-05-01 |
gaiaclary | fix T39967: Added support for Import/export of vertex... |
tree | commitdiff |
2014-04-27 |
Bastien Montagne | Fix T39921: Collada export creates invalid XML when... |
tree | commitdiff |
2014-04-27 |
Bastien Montagne | Fix T39919: Collada export crashes blender when using... |
tree | commitdiff |
2014-04-11 |
Campbell Barton | API Cleanup: Use BKE_constraint prefix for constraint api |
tree | commitdiff |
2014-04-01 |
Campbell Barton | Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT... |
tree | commitdiff |
2014-03-30 |
Campbell Barton | Style cleanup |
tree | commitdiff |
2014-02-27 |
gaiaclary | Fix T38847: Reject reuse of child bones as root bones... |
tree | commitdiff |
2014-02-23 |
gaiaclary | T38763 Fix: avoid NPE When no custom properties are... |
tree | commitdiff |
2014-02-19 |
gaiaclary | added support for double,float and int property values... |
tree | commitdiff |
2014-02-19 |
gaiaclary | Added Maya restpose_matrix support via custom propertie... |
tree | commitdiff |
2014-02-08 |
gaiaclary | T38482: Fixed the Crashing. If the same UV Layer is... |
tree | commitdiff |
2014-02-07 |
Jens Verwiebe | Fix collada compile ( kudos ti ideasman ) |
tree | commitdiff |
2014-02-07 |
Campbell Barton | ListBase API: add utility api funcs for clearing and... |
tree | commitdiff |
2014-02-03 |
gaiaclary | Add compatibility for older Collada files |
tree | commitdiff |
2014-01-31 |
gaiaclary | Fix for T32843 |
tree | commitdiff |
2014-01-29 |
gaiaclary | renamed unclear API parameter |
tree | commitdiff |
2014-01-27 |
Campbell Barton | Use includes for blenderplayer stubs |
tree | commitdiff |
2014-01-26 |
Bastien Montagne | Fix T38366: export collada crash - if you set a keyframe |
tree | commitdiff |
2014-01-15 |
Brecht Van Lommel | Fix collada and freestyle module compile errors after... |
tree | commitdiff |
2014-01-09 |
Bastien Montagne | OpenCollada: Fix error in printf-format (too much argum... |
tree | commitdiff |
2013-12-26 |
Sergey Sharybin | Threaded object update and EvaluationContext |
tree | commitdiff |
2013-12-25 |
Campbell Barton | Code Cleanup: remove object arg to CDDM_from_mesh mesh_... |
tree | commitdiff |
2013-12-17 |
Jens Verwiebe | Fix compile after last commit, casting to (bArmature... |
tree | commitdiff |
2013-12-17 |
Campbell Barton | 'Transform' Python Function for armature, curve and... |
tree | commitdiff |
2013-12-09 |
gaiaclary | Fix T37753: encapsulated the creation of the source... |
tree | commitdiff |
2013-12-03 |
Bastien Montagne | Cleanup: Internal degrees removal. |
tree | commitdiff |
2013-12-01 |
Bastien Montagne | Cleanup: remove deprecated old Lamp.shadspotsize from... |
tree | commitdiff |
2013-11-15 |
Jens | Fix collada after git switch ( undefined build_commit_t... |
tree | commitdiff |
2013-11-15 |
Sergey Sharybin | Further tweaks to buildinfo |
tree | commitdiff |
2013-11-04 |
Sergey Sharybin | Made buildinfo aware of builds from GIT |
tree | commitdiff |
2013-10-31 |
Campbell Barton | code cleanup: spelling |
tree | commitdiff |
2013-10-29 |
Gaia Clary | (Due to a change in function call) Added default triang... |
tree | commitdiff |
2013-10-29 |
Jens Verwiebe | Fix collada compile, too less arguments |
tree | commitdiff |
2013-10-03 |
Gaia Clary | Changed some labels from Second Life to OpenSim |
tree | commitdiff |
2013-09-30 |
Gaia Clary | Added new file that contains the sha1 hash key of the... |
tree | commitdiff |
2013-09-21 |
Campbell Barton | style cleanup: whitespace & odd indentation |
tree | commitdiff |
2013-09-19 |
Nathan Letwory | Ensure positions can be read for sources that have... |
tree | commitdiff |
2013-09-05 |
Campbell Barton | code cleanup: |
tree | commitdiff |
2013-09-05 |
Nathan Letwory | Apply patch [#36601]. |
tree | commitdiff |
2013-08-28 |
Thomas Dinges | Cycles / Sky Texture: |
tree | commitdiff |
2013-08-24 |
Gaia Clary | Fix 36505: Collada exporter crashes Blender when export... |
tree | commitdiff |
2013-08-23 |
Thomas Dinges | * Compile fix for r59395, 'move bmesh tools into their... |
tree | commitdiff |
2013-08-12 |
Sergey Sharybin | Merging r58778 through r59080 from trunk into soc-2013... |
tree | commitdiff |
2013-08-03 |
Thomas Dinges | Merged revision(s) 58785-58855 from trunk/blender into... |
tree | commitdiff |
2013-08-02 |
Gaia Clary | fix(Collada): wrong usage of the set attribute with... |
tree | commitdiff |
2013-07-31 |
Thomas Dinges | Cycles / HSV Separator and Combine node: |
tree | commitdiff |
2013-07-31 |
Thomas Dinges | Merged revision(s) 58682-58770 from trunk/blender into... |
tree | commitdiff |
2013-07-30 |
Sergey Sharybin | Merging r58701 through r58746 from trunk into soc-2013... |
tree | commitdiff |
2013-07-30 |
Gaia Clary | fix: [#36148] Collada instance nodes are not scaled... |
tree | commitdiff |
2013-07-30 |
Gaia Clary | apply world matrix only to armature, Bones and children... |
tree | commitdiff |
2013-07-30 |
Gaia Clary | Collada: renamed size_mat to scale_mat for clarity... |
tree | commitdiff |
2013-07-30 |
Gaia Clary | Collada: unit converter was not initialized for Armatur... |
tree | commitdiff |
2013-07-29 |
Gaia Clary | Collada: Optimize Scale to scene. Only need to scale... |
tree | commitdiff |
2013-07-29 |
Gaia Clary | Collada: Import now always rotates input to match blend... |
tree | commitdiff |
2013-07-29 |
Gaia Clary | Added Scene scale calculator to UnitConverter for futur... |
tree | commitdiff |
2013-07-29 |
Gaia Clary | Added/changed comment for clarification |
tree | commitdiff |
2013-07-29 |
Sergey Sharybin | Merging r58475 through r58700 from trunk into soc-2013... |
tree | commitdiff |
2013-07-28 |
Thomas Dinges | Merged revision(s) 58585-58681 from trunk/blender into... |
tree | commitdiff |
2013-07-26 |
Gaia Clary | Import of single bones used infinite bone size |
tree | commitdiff |
2013-07-21 |
Sergey Sharybin | Merging r58362 through r58463 from trunk into soc-2013... |
tree | commitdiff |
2013-07-20 |
Thomas Dinges | Merged revision(s) 58356-58423 from trunk/blender into... |
tree | commitdiff |
2013-07-19 |
Mitchell Stokes | Merged changes from trunk r58324-58419. ge_dev |
tree | commitdiff |
2013-07-19 |
Campbell Barton | code cleanup: case & brace placement |
tree | commitdiff |
2013-07-18 |
Sergey Sharybin | Merging r58330 through r58361 from trunk into soc-2013... |
tree | commitdiff |
2013-07-18 |
Gaia Clary | Avoid creating Morph Controllers when shape key export... |
tree | commitdiff |
2013-07-17 |
Thomas Dinges | Merged revision(s) 58241-58355 from trunk/blender into... |
tree | commitdiff |
2013-07-17 |
Gaia Clary | Leaf bone length calculation used wrong bone tail |
tree | commitdiff |
2013-07-17 |
Gaia Clary | Fix: #36184 Collada import/export... leaf bone size... |
tree | commitdiff |
2013-07-17 |
Mitchell Stokes | Merging changes from trunk r58091-58323. |
tree | commitdiff |
2013-07-15 |
Sergey Sharybin | Merging r58196 through r58265 from trunk into soc-2013... |
tree | commitdiff |
next |